Home
last modified time | relevance | path

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

/rocksdb-6.9/db/
Ddb_basic_test.cc2001 bool has_compressed_cache() { return compressed_cache_ != nullptr; } in has_compressed_cache() function in ROCKSDB_NAMESPACE::DBBasicTestWithParallelIO
2181 } else if (has_compressed_cache() && compression_enabled()) { in TEST_P()
2204 if (compression_enabled() && !has_compressed_cache()) { in TEST_P()
2226 if (compression_enabled() && !has_compressed_cache()) { in TEST_P()
2248 if (compression_enabled() && !has_compressed_cache()) { in TEST_P()