Home
last modified time | relevance | path

Searched defs:ApplyToAllCacheEntries (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/cache/
Dsharded_cache.cc112 void ShardedCache::ApplyToAllCacheEntries(void (*callback)(void*, size_t), in ApplyToAllCacheEntries() function in ROCKSDB_NAMESPACE::ShardedCache
Dlru_cache.h166 void ApplyToAllCacheEntries(T func) { in ApplyToAllCacheEntries() function
Dlru_cache.cc141 void LRUCacheShard::ApplyToAllCacheEntries(void (*callback)(void*, size_t), in ApplyToAllCacheEntries() function in ROCKSDB_NAMESPACE::LRUCacheShard
Dclock_cache.cc406 void ClockCacheShard::ApplyToAllCacheEntries(void (*callback)(void*, size_t), in ApplyToAllCacheEntries() function in ROCKSDB_NAMESPACE::__anon9da5ff120111::ClockCacheShard
/rocksdb-6.9/utilities/simulator_cache/
Dsim_cache.cc247 void ApplyToAllCacheEntries(void (*callback)(void*, size_t), in ApplyToAllCacheEntries() function in ROCKSDB_NAMESPACE::__anona55187990111::SimCacheImpl
/rocksdb-6.9/db/
Ddb_basic_test.cc2113 virtual void ApplyToAllCacheEntries(void (*callback)(void*, size_t), in ApplyToAllCacheEntries() function in ROCKSDB_NAMESPACE::DBBasicTestWithParallelIO::MyBlockCache