Lines Matching refs:block_key
36 record.block_key = kBlockKeyPrefix + std::to_string(kGetBlockId); in GenerateGetRecord()
58 record.block_key = kBlockKeyPrefix + std::to_string(kCompactionBlockId); in GenerateCompactionRecord()
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()
223 first_get.block_key = kBlockKeyPrefix + std::to_string(block_id); in TEST_F()
248 second_get.block_key = kBlockKeyPrefix + std::to_string(block_id); in TEST_F()
276 third_get.block_key = kBlockKeyPrefix + std::to_string(block_id); in TEST_F()
307 get.block_key = "1"; in TEST_F()
333 get.block_key = "2"; in TEST_F()
338 get.block_key = "3"; in TEST_F()
347 get.block_key = "4"; in TEST_F()
358 get.block_key = "3"; in TEST_F()
368 get.block_key = "4"; in TEST_F()
379 get.block_key = "4"; in TEST_F()
391 get.block_key = "5"; in TEST_F()
407 get.block_key = std::to_string(i); in TEST_F()
413 get.block_key = "100"; in TEST_F()
437 first_get.block_key = kBlockKeyPrefix + std::to_string(block_id); in TEST_F()