Home
last modified time | relevance | path

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

/rocksdb-6.9/utilities/persistent_cache/
Dpersistent_cache_test.h243 BlockBasedTableOptions table_options_no_bc; in Insert() local
244 table_options_no_bc.no_block_cache = true; in Insert()
246 NewBlockBasedTableFactory(table_options_no_bc)); in Insert()
/rocksdb-6.9/db/
Dcorruption_test.cc336 BlockBasedTableOptions table_options_no_bc; in TEST_F() local
337 table_options_no_bc.no_block_cache = true; in TEST_F()
338 options.table_factory.reset(NewBlockBasedTableFactory(table_options_no_bc)); in TEST_F()
Ddb_block_cache_test.cc617 BlockBasedTableOptions table_options_no_bc; in TEST_F() local
618 table_options_no_bc.no_block_cache = true; in TEST_F()
620 NewBlockBasedTableFactory(table_options_no_bc)); in TEST_F()
Ddb_test2.cc1975 BlockBasedTableOptions table_options_no_bc; in TEST_F() local
1976 table_options_no_bc.no_block_cache = true; in TEST_F()
1978 NewBlockBasedTableFactory(table_options_no_bc)); in TEST_F()