Home
last modified time | relevance | path

Searched refs:unsignedPoints (Results 1 – 8 of 8) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/query/
H A Dpoint.gen.go549 type unsignedPoints []UnsignedPoint type
551 func (a unsignedPoints) Len() int { return len(a) }
552 func (a unsignedPoints) Less(i, j int) bool {
558 func (a unsignedPoints) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
H A Dfunctions.gen.go1385 sort.Sort(unsignedPoints(points))
1427 points unsignedPoints // the reservoir
1434 points: make(unsignedPoints, size),
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/query/
H A Dpoint.gen.go549 type unsignedPoints []UnsignedPoint type
551 func (a unsignedPoints) Len() int { return len(a) }
552 func (a unsignedPoints) Less(i, j int) bool {
558 func (a unsignedPoints) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
H A Dfunctions.gen.go1385 sort.Sort(unsignedPoints(points))
1427 points unsignedPoints // the reservoir
1434 points: make(unsignedPoints, size),
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/query/
H A Dpoint.gen.go545 type unsignedPoints []UnsignedPoint type
547 func (a unsignedPoints) Len() int { return len(a) }
548 func (a unsignedPoints) Less(i, j int) bool {
554 func (a unsignedPoints) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
H A Dfunctions.gen.go1428 sort.Sort(unsignedPoints(points))
1470 points unsignedPoints // the reservoir
1477 points: make(unsignedPoints, size),
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/query/
H A Dpoint.gen.go549 type unsignedPoints []UnsignedPoint type
551 func (a unsignedPoints) Len() int { return len(a) }
552 func (a unsignedPoints) Less(i, j int) bool {
558 func (a unsignedPoints) Swap(i, j int) { a[i], a[j] = a[j], a[i] }
H A Dfunctions.gen.go1385 sort.Sort(unsignedPoints(points))
1427 points unsignedPoints // the reservoir
1434 points: make(unsignedPoints, size),