Lines Matching refs:kBlockKeyPrefix
15 const std::string kBlockKeyPrefix = "test-block-"; variable
36 record.block_key = kBlockKeyPrefix + std::to_string(kGetBlockId); in GenerateGetRecord()
58 record.block_key = kBlockKeyPrefix + std::to_string(kCompactionBlockId); in GenerateCompactionRecord()
223 first_get.block_key = kBlockKeyPrefix + std::to_string(block_id); in TEST_F()
238 handle = sim_cache->Lookup(kBlockKeyPrefix + std::to_string(i)); in TEST_F()
248 second_get.block_key = kBlockKeyPrefix + std::to_string(block_id); in TEST_F()
264 handle = sim_cache->Lookup(kBlockKeyPrefix + std::to_string(i)); in TEST_F()
276 third_get.block_key = kBlockKeyPrefix + std::to_string(block_id); 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()
437 first_get.block_key = kBlockKeyPrefix + std::to_string(block_id); in TEST_F()
449 handle = sim_cache->Lookup(kBlockKeyPrefix + std::to_string(i)); in TEST_F()