Lines Matching refs:ghost_cache
99 std::unique_ptr<GhostCache> ghost_cache(new GhostCache( in TEST_F() local
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()
145 std::unique_ptr<GhostCache> ghost_cache(new GhostCache( in TEST_F() local
150 std::move(ghost_cache), in TEST_F()
181 std::unique_ptr<GhostCache> ghost_cache(new GhostCache( in TEST_F() local
187 std::move(ghost_cache), in TEST_F()
455 std::unique_ptr<GhostCache> ghost_cache(new GhostCache( in TEST_F() local
464 std::move(ghost_cache), in TEST_F()