Home
last modified time | relevance | path

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

/rocksdb-6.9/table/block_based/
Dblock_based_table_reader.h178 bool TEST_IndexBlockInCache() const;
Dblock_based_table_reader.cc2980 bool BlockBasedTable::TEST_IndexBlockInCache() const { in TEST_IndexBlockInCache() function in ROCKSDB_NAMESPACE::BlockBasedTable
/rocksdb-6.9/table/
Dtable_test.cc2777 ASSERT_FALSE(reader->TEST_IndexBlockInCache()); in TEST_P()
2828 ASSERT_TRUE(reader->TEST_IndexBlockInCache()); in TEST_P()