Searched refs:kBlockKeyPrefix (Results 1 – 3 of 3) sorted by relevance
15 const std::string kBlockKeyPrefix = "test-block-"; variable36 record.block_key = kBlockKeyPrefix + std::to_string(kGetBlockId); in GenerateGetRecord()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()[all …]
17 const std::string kBlockKeyPrefix = "test-block-"; variable65 record.block_key = (kBlockKeyPrefix + std::to_string(key_id)); in WriteBlockAccess()95 record.block_key = kBlockKeyPrefix + std::to_string(key_id); in GenerateAccessRecord()119 ASSERT_EQ(kBlockKeyPrefix + std::to_string(key_id), record.block_key); in VerifyAccess()
33 const std::string kBlockKeyPrefix = "test-block-"; variable104 record.block_key = kBlockKeyPrefix + std::to_string(key_id); in WriteBlockAccess()132 auto key_id_str = kBlockKeyPrefix + std::to_string(key_id); in AssertBlockAccessInfo()682 auto key_id_str = kBlockKeyPrefix + std::to_string(key_id); in TEST_F()