Home
last modified time | relevance | path

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

/rocksdb-6.9/table/
Dtable_test.cc2710 int64_t expected_index_block_cache_hit) { in AssertIndexBlockStat() argument
2712 ASSERT_EQ(expected_index_block_cache_hit, index_block_cache_hit); in AssertIndexBlockStat()
2724 int64_t expected_index_block_cache_hit, in AssertEqual() argument
2728 ASSERT_EQ(expected_index_block_cache_hit, index_block_cache_hit); in AssertEqual()
2733 ASSERT_EQ(expected_index_block_cache_hit + expected_data_block_cache_hit, in AssertEqual()