Home
last modified time | relevance | path

Searched refs:kBlockKeyPrefix (Results 1 – 3 of 3) sorted by relevance

/rocksdb-6.9/utilities/simulator_cache/
Dcache_simulator_test.cc15 const std::string kBlockKeyPrefix = "test-block-"; variable
36 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 …]
/rocksdb-6.9/trace_replay/
Dblock_cache_tracer_test.cc17 const std::string kBlockKeyPrefix = "test-block-"; variable
65 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()
/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer_test.cc33 const std::string kBlockKeyPrefix = "test-block-"; variable
104 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()