Home
last modified time | relevance | path

Searched refs:RecordN (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/istio/istio-1.6.7/vendor/fortio.org/fortio/stats/
H A Dstats.go42 c.RecordN(v, 1)
46 func (c *Counter) RecordN(v float64, n int) { func
254 h.RecordN(v, 1)
258 func (h *Histogram) RecordN(v float64, n int) { func
259 h.Counter.RecordN(v, n)
H A Dstats_test.go225 h.RecordN(0, 3)
230 h.RecordN(5, 2)
775 h.RecordN(v-0.01, 50)
776 h.RecordN(v, 700) // so first interval gets a count of 750 + 1 for first
777 h.RecordN(v+0.01, 1003) // second interval gets a count of 1003 + 1 for last
/dports/lang/elm/compiler-0.19.1/compiler/src/Type/
H A DInstantiate.hs64 RecordN
H A DType.hs98 | RecordN (Map.Map Name.Name Type) Type constructor
H A DSolve.hs461 RecordN fields ext ->
/dports/lang/elm/compiler-0.19.1/compiler/src/Type/Constrain/
H A DExpression.hs119 let recordType = RecordN (Map.singleton field fieldType) extType
128 let recordType = RecordN (Map.singleton field fieldType) extType
383 let recordType = RecordN (Map.map getType dict) EmptyRecordN
411 let fieldsType = RecordN (Map.map (\(_,t,_) -> t) fieldDict) (VarN extVar)
492 RecordN (Map.map glToType types) baseRecType
H A DPattern.hs98 let recordType = RecordN fieldTypes extType