Searched refs:uncompressed_cache_ (Results 1 – 1 of 1) sorted by relevance
1909 uncompressed_cache_ = std::make_shared<MyBlockCache>(cache); in DBBasicTestWithParallelIO()1944 table_options.block_cache = uncompressed_cache_; in DBBasicTestWithParallelIO()1991 int num_lookups() { return uncompressed_cache_->num_lookups(); } in num_lookups()1992 int num_found() { return uncompressed_cache_->num_found(); } in num_found()1993 int num_inserts() { return uncompressed_cache_->num_inserts(); } in num_inserts()2002 bool has_uncompressed_cache() { return uncompressed_cache_ != nullptr; } in has_uncompressed_cache()2136 std::shared_ptr<MyBlockCache> uncompressed_cache_; member in ROCKSDB_NAMESPACE::DBBasicTestWithParallelIO