Home
last modified time | relevance | path

Searched defs:unsignedCursor (Results 1 – 8 of 8) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/cmd/influx_tools/internal/format/binary/
H A Dreader_test.go389 type unsignedCursor struct { struct
390 c int // number of values to return per call to Next
391 keys []int64
392 vals []uint64
395 func (c *unsignedCursor) Close() {}
396 func (c *unsignedCursor) Err() error { return nil }
397 func (c *unsignedCursor) Stats() tsdb.CursorStats { return tsdb.CursorStats{} }
399 func (c *unsignedCursor) Next() *tsdb.UnsignedArray {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/cmd/influx_tools/internal/format/binary/
H A Dreader_test.go389 type unsignedCursor struct { struct
390 c int // number of values to return per call to Next
391 keys []int64
392 vals []uint64
395 func (c *unsignedCursor) Close() {}
396 func (c *unsignedCursor) Err() error { return nil }
397 func (c *unsignedCursor) Stats() tsdb.CursorStats { return tsdb.CursorStats{} }
399 func (c *unsignedCursor) Next() *tsdb.UnsignedArray {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/cmd/influx_tools/internal/format/binary/
H A Dreader_test.go389 type unsignedCursor struct { struct
390 c int // number of values to return per call to Next
391 keys []int64
392 vals []uint64
395 func (c *unsignedCursor) Close() {}
396 func (c *unsignedCursor) Err() error { return nil }
397 func (c *unsignedCursor) Stats() tsdb.CursorStats { return tsdb.CursorStats{} }
399 func (c *unsignedCursor) Next() *tsdb.UnsignedArray {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/cmd/influx-tools/internal/format/binary/
H A Dreader_test.go386 type unsignedCursor struct { struct
387 c int // number of values to return per call to Next
388 keys []int64
389 vals []uint64
392 func (c *unsignedCursor) Close() {}
393 func (c *unsignedCursor) Err() error { return nil }
395 func (c *unsignedCursor) Next() (keys []int64, values []uint64) {
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go1162 …dIterator(name string, tags query.Tags, opt query.IteratorOptions, cur unsignedCursor, aux []curso…
1323 type unsignedCursor interface { interface
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go1162 …dIterator(name string, tags query.Tags, opt query.IteratorOptions, cur unsignedCursor, aux []curso…
1323 type unsignedCursor interface { interface
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go1162 …dIterator(name string, tags query.Tags, opt query.IteratorOptions, cur unsignedCursor, aux []curso…
1323 type unsignedCursor interface { interface
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go1157 …dIterator(name string, tags query.Tags, opt query.IteratorOptions, cur unsignedCursor, aux []curso…
1317 type unsignedCursor interface { interface