Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dpersistent_cache_test.h240 Options no_block_cache_opts; in Insert() local
241 no_block_cache_opts.statistics = options.statistics; in Insert()
242 no_block_cache_opts = CurrentOptions(no_block_cache_opts); in Insert()
245 no_block_cache_opts.table_factory.reset( in Insert()
249 std::vector<Options>({no_block_cache_opts, options})); in Insert()
/rocksdb-6.9/db/
Ddb_block_cache_test.cc614 Options no_block_cache_opts; in TEST_F() local
615 no_block_cache_opts.statistics = options.statistics; in TEST_F()
616 no_block_cache_opts = CurrentOptions(no_block_cache_opts); in TEST_F()
619 no_block_cache_opts.table_factory.reset( in TEST_F()
623 std::vector<Options>({no_block_cache_opts, options})); in TEST_F()
Ddb_test2.cc1972 Options no_block_cache_opts; in TEST_F() local
1973 no_block_cache_opts.statistics = options.statistics; in TEST_F()
1974 no_block_cache_opts = CurrentOptions(no_block_cache_opts); in TEST_F()
1977 no_block_cache_opts.table_factory.reset( in TEST_F()
1981 std::vector<Options>({no_block_cache_opts, options})); in TEST_F()