Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.h155 bool TEST_BlockInCache(const BlockHandle& handle) const;
Dblock_based_table_reader.cc2802 bool BlockBasedTable::TEST_BlockInCache(const BlockHandle& handle) const { in TEST_BlockInCache() function in ROCKSDB_NAMESPACE::BlockBasedTable
2833 return TEST_BlockInCache(iiter->value().handle); in TEST_KeyInCache()
2977 return TEST_BlockInCache(rep_->filter_handle); in TEST_FilterBlockInCache()
2983 return TEST_BlockInCache(rep_->footer.index_handle()); in TEST_IndexBlockInCache()