Searched refs:TEST_KeyInCache (Results 1 – 3 of 3) sorted by relevance
159 bool TEST_KeyInCache(const ReadOptions& options, const Slice& key);
2825 bool BlockBasedTable::TEST_KeyInCache(const ReadOptions& options, in TEST_KeyInCache() function in ROCKSDB_NAMESPACE::BlockBasedTable
1574 ASSERT_TRUE(table_reader->TEST_KeyInCache(ReadOptions(), ikey.Encode())); in AssertKeysInCache()1578 ASSERT_TRUE(!table_reader->TEST_KeyInCache(ReadOptions(), ikey.Encode())); in AssertKeysInCache()1582 ASSERT_TRUE(table_reader->TEST_KeyInCache(ReadOptions(), key)); in AssertKeysInCache()1585 ASSERT_TRUE(!table_reader->TEST_KeyInCache(ReadOptions(), key)); in AssertKeysInCache()3149 ASSERT_TRUE(table_reader->TEST_KeyInCache(ReadOptions(), ikey.Encode())); in TEST_P()3162 ASSERT_TRUE(!table_reader->TEST_KeyInCache(ReadOptions(), ikey.Encode())); in TEST_P()