Home
last modified time | relevance | path

Searched refs:Admit (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/utilities/simulator_cache/
Dcache_simulator_test.cc103 EXPECT_FALSE(ghost_cache->Admit(key1)); in TEST_F()
104 EXPECT_TRUE(ghost_cache->Admit(key1)); in TEST_F()
105 EXPECT_TRUE(ghost_cache->Admit(key1)); in TEST_F()
106 EXPECT_FALSE(ghost_cache->Admit(key2)); in TEST_F()
107 EXPECT_TRUE(ghost_cache->Admit(key2)); in TEST_F()
Dcache_simulator.cc19 bool GhostCache::Admit(const Slice& lookup_key) { in Admit() function in ROCKSDB_NAMESPACE::GhostCache
40 admit = ghost_cache_->Admit(access.block_key); in Access()
96 *admitted = ghost_cache_->Admit(key); in AccessKVPair()
Dcache_simulator.h95 bool Admit(const Slice& lookup_key);