Lines Matching refs:Lookup
80 auto handle = sim_cache->Lookup(block); in AssertCache()
87 sim_cache->Lookup("0_" + ExtractUserKey(row_key).ToString()); in AssertCache()
136 auto handle = sim_cache->Lookup(access.block_key); in TEST_F()
139 handle = sim_cache->Lookup(compaction_access.block_key); in TEST_F()
174 auto handle = sim_cache->Lookup(access.block_key); in TEST_F()
233 sim_cache->Lookup(std::to_string(first_get.sst_fd_number) + "_" + in TEST_F()
238 handle = sim_cache->Lookup(kBlockKeyPrefix + std::to_string(i)); in TEST_F()
259 sim_cache->Lookup(std::to_string(second_get.sst_fd_number) + "_" + in TEST_F()
264 handle = sim_cache->Lookup(kBlockKeyPrefix + std::to_string(i)); in TEST_F()
287 handle = sim_cache->Lookup(std::to_string(third_get.sst_fd_number) + "_" + in TEST_F()
292 handle = sim_cache->Lookup(kBlockKeyPrefix + std::to_string(i)); in TEST_F()
296 handle = sim_cache->Lookup(kBlockKeyPrefix + std::to_string(i)); in TEST_F()
398 auto handle = sim_cache->Lookup("0_" + kRefKeyPrefix + key); in TEST_F()
421 auto handle = sim_cache->Lookup("0_" + kRefKeyPrefix + key); in TEST_F()
442 sim_cache->Lookup(std::to_string(first_get.sst_fd_number) + "_" + in TEST_F()
449 handle = sim_cache->Lookup(kBlockKeyPrefix + std::to_string(i)); in TEST_F()