Searched refs:table_options_no_bc (Results 1 – 4 of 4) sorted by relevance
243 BlockBasedTableOptions table_options_no_bc; in Insert() local244 table_options_no_bc.no_block_cache = true; in Insert()246 NewBlockBasedTableFactory(table_options_no_bc)); in Insert()
336 BlockBasedTableOptions table_options_no_bc; in TEST_F() local337 table_options_no_bc.no_block_cache = true; in TEST_F()338 options.table_factory.reset(NewBlockBasedTableFactory(table_options_no_bc)); in TEST_F()
617 BlockBasedTableOptions table_options_no_bc; in TEST_F() local618 table_options_no_bc.no_block_cache = true; in TEST_F()620 NewBlockBasedTableFactory(table_options_no_bc)); in TEST_F()
1975 BlockBasedTableOptions table_options_no_bc; in TEST_F() local1976 table_options_no_bc.no_block_cache = true; in TEST_F()1978 NewBlockBasedTableFactory(table_options_no_bc)); in TEST_F()