Home
last modified time | relevance | path

Searched refs:nextCache (Results 1 – 24 of 24) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go453 c.nextCache()
460 c.nextCache()
574 c.nextCache()
581 c.nextCache()
933 c.nextCache()
940 c.nextCache()
1054 c.nextCache()
1061 c.nextCache()
1413 c.nextCache()
1420 c.nextCache()
[all …]
H A Diterator.gen.go.tmpl451 c.nextCache()
458 c.nextCache()
467 // nextCache returns the next value from the cache.
468 func (c *{{.name}}AscendingCursor) nextCache() {
572 c.nextCache()
579 c.nextCache()
588 // nextCache returns the next value from the cache.
589 func (c *{{.name}}DescendingCursor) nextCache() {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go453 c.nextCache()
460 c.nextCache()
574 c.nextCache()
581 c.nextCache()
933 c.nextCache()
940 c.nextCache()
1054 c.nextCache()
1061 c.nextCache()
1413 c.nextCache()
1420 c.nextCache()
[all …]
H A Diterator.gen.go.tmpl451 c.nextCache()
458 c.nextCache()
467 // nextCache returns the next value from the cache.
468 func (c *{{.name}}AscendingCursor) nextCache() {
572 c.nextCache()
579 c.nextCache()
588 // nextCache returns the next value from the cache.
589 func (c *{{.name}}DescendingCursor) nextCache() {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go453 c.nextCache()
460 c.nextCache()
574 c.nextCache()
581 c.nextCache()
933 c.nextCache()
940 c.nextCache()
1054 c.nextCache()
1061 c.nextCache()
1413 c.nextCache()
1420 c.nextCache()
[all …]
H A Diterator.gen.go.tmpl451 c.nextCache()
458 c.nextCache()
467 // nextCache returns the next value from the cache.
468 func (c *{{.name}}AscendingCursor) nextCache() {
572 c.nextCache()
579 c.nextCache()
588 // nextCache returns the next value from the cache.
589 func (c *{{.name}}DescendingCursor) nextCache() {
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/influxdata/influxdb/tsdb/engine/tsm1/
H A Diterator.gen.go451 c.nextCache()
458 c.nextCache()
572 c.nextCache()
579 c.nextCache()
929 c.nextCache()
936 c.nextCache()
1050 c.nextCache()
1057 c.nextCache()
1407 c.nextCache()
1414 c.nextCache()
[all …]
H A Dbatch_cursor.gen.go138 c.nextCache()
173 func (c *floatAscendingBatchCursor) nextCache() { func
296 c.nextCache()
437 c.nextCache()
595 c.nextCache()
736 c.nextCache()
894 c.nextCache()
1035 c.nextCache()
1193 c.nextCache()
1334 c.nextCache()
[all …]
H A Dbatch_cursor.gen.go.tmpl106 c.nextCache()
140 // nextCache returns the next value from the cache.
141 func (c *{{.name}}AscendingBatchCursor) nextCache() {
264 c.nextCache()
299 // nextCache returns the next value from the cache.
300 func (c *{{.name}}DescendingBatchCursor) nextCache() {
H A Diterator.gen.go.tmpl449 c.nextCache()
456 c.nextCache()
465 // nextCache returns the next value from the cache.
466 func (c *{{.name}}AscendingCursor) nextCache() {
570 c.nextCache()
577 c.nextCache()
586 // nextCache returns the next value from the cache.
587 func (c *{{.name}}DescendingCursor) nextCache() {
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Cache/Simple/
H A DChainCache.php92 $nextCache = isset($this->caches[$nextCacheIndex]) ? $this->caches[$nextCacheIndex] : null;
97 } elseif (!$nextCache) {
106 …$values = $this->generateItems($nextCache->getMultiple($missing, $miss), $nextCacheIndex, $miss, $…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Cache/Simple/
H A DChainCache.php92 $nextCache = isset($this->caches[$nextCacheIndex]) ? $this->caches[$nextCacheIndex] : null;
97 } elseif (!$nextCache) {
106 …$values = $this->generateItems($nextCache->getMultiple($missing, $miss), $nextCacheIndex, $miss, $…
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/cache/Simple/
H A DChainCache.php99 $nextCache = $this->caches[$nextCacheIndex] ?? null;
104 } elseif (!$nextCache) {
113 …$values = $this->generateItems($nextCache->getMultiple($missing, $miss), $nextCacheIndex, $miss, $…
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/cache/Simple/
H A DChainCache.php99 $nextCache = $this->caches[$nextCacheIndex] ?? null;
104 } elseif (!$nextCache) {
113 …$values = $this->generateItems($nextCache->getMultiple($missing, $miss), $nextCacheIndex, $miss, $…
/dports/math/py-brial/BRiAl-1.2.10/cudd/
H A DcuddLCache.c1374 DdLocalCache **prevCache, *nextCache; in cuddLocalCacheRemoveFromList() local
1377 nextCache = manager->localCaches; in cuddLocalCacheRemoveFromList()
1379 while (nextCache != NULL) { in cuddLocalCacheRemoveFromList()
1380 if (nextCache == cache) { in cuddLocalCacheRemoveFromList()
1381 *prevCache = nextCache->next; in cuddLocalCacheRemoveFromList()
1384 prevCache = &(nextCache->next); in cuddLocalCacheRemoveFromList()
1385 nextCache = nextCache->next; in cuddLocalCacheRemoveFromList()
/dports/math/cudd/cudd-3.0.0/cudd/
H A DcuddLCache.c1279 DdLocalCache **prevCache, *nextCache; in cuddLocalCacheRemoveFromList() local
1282 nextCache = manager->localCaches; in cuddLocalCacheRemoveFromList()
1284 while (nextCache != NULL) { in cuddLocalCacheRemoveFromList()
1285 if (nextCache == cache) { in cuddLocalCacheRemoveFromList()
1286 *prevCache = nextCache->next; in cuddLocalCacheRemoveFromList()
1289 prevCache = &(nextCache->next); in cuddLocalCacheRemoveFromList()
1290 nextCache = nextCache->next; in cuddLocalCacheRemoveFromList()
/dports/math/brial/BRiAl-1.2.10/cudd/
H A DcuddLCache.c1374 DdLocalCache **prevCache, *nextCache; in cuddLocalCacheRemoveFromList() local
1377 nextCache = manager->localCaches; in cuddLocalCacheRemoveFromList()
1379 while (nextCache != NULL) { in cuddLocalCacheRemoveFromList()
1380 if (nextCache == cache) { in cuddLocalCacheRemoveFromList()
1381 *prevCache = nextCache->next; in cuddLocalCacheRemoveFromList()
1384 prevCache = &(nextCache->next); in cuddLocalCacheRemoveFromList()
1385 nextCache = nextCache->next; in cuddLocalCacheRemoveFromList()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/cudd/
H A DcuddLCache.c1243 DdLocalCache **prevCache, *nextCache; in cuddLocalCacheRemoveFromList() local
1249 nextCache = manager->localCaches; in cuddLocalCacheRemoveFromList()
1251 while (nextCache != NULL) { in cuddLocalCacheRemoveFromList()
1252 if (nextCache == cache) { in cuddLocalCacheRemoveFromList()
1253 *prevCache = nextCache->next; in cuddLocalCacheRemoveFromList()
1256 prevCache = &(nextCache->next); in cuddLocalCacheRemoveFromList()
1257 nextCache = nextCache->next; in cuddLocalCacheRemoveFromList()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/
H A DDecayRpcScheduler.java280 Map<Object, Integer> nextCache = new HashMap<Object, Integer>(); in recomputeScheduleCache() local
289 nextCache.put(id, computedLevel); in recomputeScheduleCache()
293 scheduleCacheRef.set(Collections.unmodifiableMap(nextCache)); in recomputeScheduleCache()
/dports/net-p2p/rtorrent/rtorrent-0.9.8/src/core/
H A Dmanager.cc384 std::vector<utils::Directory> nextCache; in path_expand() local
419 …std::transform(itr->begin(), itr->end(), std::back_inserter(nextCache), rak::bind1st(std::ptr_fun(… in path_expand()
423 currentCache.swap(nextCache); in path_expand()
/dports/science/cdf/cdf33_0-dist/src/lib/
H A Dvstream.c188 vCACHE *nextCache = cache->next; local
196 cache = nextCache;
H A Dvstream64.c212 vCACHE *nextCache = cache->next; local
220 cache = nextCache;
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlimport.cpp2341 QmldirCache *nextCache = cache->next; in clearDirCache() local
2343 cache = nextCache; in clearDirCache()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlimport.cpp2341 QmldirCache *nextCache = cache->next; in clearDirCache() local
2343 cache = nextCache; in clearDirCache()