Searched refs:Admit (Results 1 – 3 of 3) sorted by relevance
103 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()
19 bool GhostCache::Admit(const Slice& lookup_key) { in Admit() function in ROCKSDB_NAMESPACE::GhostCache40 admit = ghost_cache_->Admit(access.block_key); in Access()96 *admitted = ghost_cache_->Admit(key); in AccessKVPair()
95 bool Admit(const Slice& lookup_key);