Home
last modified time | relevance | path

Searched refs:peekCache (Results 1 – 12 of 12) sorted by relevance

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Dbatch_cursor.gen.go118 ckey, cvalue = c.peekCache()
233 } else if t, _ := c.peekCache(); t != seek {
276 ckey, cvalue = c.peekCache()
417 ckey, cvalue = c.peekCache()
575 ckey, cvalue = c.peekCache()
716 ckey, cvalue = c.peekCache()
874 ckey, cvalue = c.peekCache()
1015 ckey, cvalue = c.peekCache()
1173 ckey, cvalue = c.peekCache()
1314 ckey, cvalue = c.peekCache()
[all …]
H A Dbatch_cursor.gen.go.tmpl86 ckey, cvalue = c.peekCache()
134 // peekCache returns the current time/value from the cache.
135 func (c *{{.name}}AscendingBatchCursor) peekCache() (t int64, v {{.Type}}) {
201 } else if t, _ := c.peekCache(); t != seek {
244 ckey, cvalue = c.peekCache()
293 // peekCache returns the current time/value from the cache.
294 func (c *{{.name}}DescendingBatchCursor) peekCache() (t int64, v {{.Type}}) {
H A Diterator.gen.go441 ckey, cvalue := c.peekCache()
508 if t, _ := c.peekCache(); t != seek {
562 ckey, cvalue := c.peekCache()
919 ckey, cvalue := c.peekCache()
1040 ckey, cvalue := c.peekCache()
1397 ckey, cvalue := c.peekCache()
1518 ckey, cvalue := c.peekCache()
1875 ckey, cvalue := c.peekCache()
1996 ckey, cvalue := c.peekCache()
2353 ckey, cvalue := c.peekCache()
[all …]
H A Diterator.gen.go.tmpl401 // peekCache returns the current time/value from the cache.
402 func (c *{{.name}}AscendingCursor) peekCache() (t int64, v {{.Type}}) {
439 ckey, cvalue := c.peekCache()
506 if t, _ := c.peekCache(); t != seek {
522 // peekCache returns the current time/value from the cache.
523 func (c *{{.name}}DescendingCursor) peekCache() (t int64, v {{.Type}}) {
560 ckey, cvalue := c.peekCache()
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go443 ckey, cvalue := c.peekCache()
510 if t, _ := c.peekCache(); t != seek {
564 ckey, cvalue := c.peekCache()
923 ckey, cvalue := c.peekCache()
1044 ckey, cvalue := c.peekCache()
1403 ckey, cvalue := c.peekCache()
1524 ckey, cvalue := c.peekCache()
1883 ckey, cvalue := c.peekCache()
2004 ckey, cvalue := c.peekCache()
2363 ckey, cvalue := c.peekCache()
[all …]
H A Diterator.gen.go.tmpl403 // peekCache returns the current time/value from the cache.
404 func (c *{{.name}}AscendingCursor) peekCache() (t int64, v {{.Type}}) {
441 ckey, cvalue := c.peekCache()
508 if t, _ := c.peekCache(); t != seek {
524 // peekCache returns the current time/value from the cache.
525 func (c *{{.name}}DescendingCursor) peekCache() (t int64, v {{.Type}}) {
562 ckey, cvalue := c.peekCache()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go443 ckey, cvalue := c.peekCache()
510 if t, _ := c.peekCache(); t != seek {
564 ckey, cvalue := c.peekCache()
923 ckey, cvalue := c.peekCache()
1044 ckey, cvalue := c.peekCache()
1403 ckey, cvalue := c.peekCache()
1524 ckey, cvalue := c.peekCache()
1883 ckey, cvalue := c.peekCache()
2004 ckey, cvalue := c.peekCache()
2363 ckey, cvalue := c.peekCache()
[all …]
H A Diterator.gen.go.tmpl403 // peekCache returns the current time/value from the cache.
404 func (c *{{.name}}AscendingCursor) peekCache() (t int64, v {{.Type}}) {
441 ckey, cvalue := c.peekCache()
508 if t, _ := c.peekCache(); t != seek {
524 // peekCache returns the current time/value from the cache.
525 func (c *{{.name}}DescendingCursor) peekCache() (t int64, v {{.Type}}) {
562 ckey, cvalue := c.peekCache()
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go443 ckey, cvalue := c.peekCache()
510 if t, _ := c.peekCache(); t != seek {
564 ckey, cvalue := c.peekCache()
923 ckey, cvalue := c.peekCache()
1044 ckey, cvalue := c.peekCache()
1403 ckey, cvalue := c.peekCache()
1524 ckey, cvalue := c.peekCache()
1883 ckey, cvalue := c.peekCache()
2004 ckey, cvalue := c.peekCache()
2363 ckey, cvalue := c.peekCache()
[all …]
H A Diterator.gen.go.tmpl403 // peekCache returns the current time/value from the cache.
404 func (c *{{.name}}AscendingCursor) peekCache() (t int64, v {{.Type}}) {
441 ckey, cvalue := c.peekCache()
508 if t, _ := c.peekCache(); t != seek {
524 // peekCache returns the current time/value from the cache.
525 func (c *{{.name}}DescendingCursor) peekCache() (t int64, v {{.Type}}) {
562 ckey, cvalue := c.peekCache()
/dports/x11/bbdock/bbdock-0.2.9/src/
H A DWindowManager.cc123 if( (w = peekCache( pattern )) ) in getWindowFromName()
205 Window WindowManager::peekCache( string pattern ) in peekCache() function in WindowManager
H A DWindowManager.hh182 Window peekCache( std::string );