Searched refs:TEST_BlockInCache (Results 1 – 2 of 2) sorted by relevance
155 bool TEST_BlockInCache(const BlockHandle& handle) const;
2802 bool BlockBasedTable::TEST_BlockInCache(const BlockHandle& handle) const { in TEST_BlockInCache() function in ROCKSDB_NAMESPACE::BlockBasedTable2833 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()