Lines Matching refs:reset
50 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in GetOptions()
158 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
182 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
195 iterators[i].reset(iter); in TEST_F()
213 iterators[i].reset(); in TEST_F()
222 iterators[i].reset(iter); in TEST_F()
238 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
252 iterators[i].reset(iter); in TEST_F()
298 table_options.filter_policy.reset(NewBloomFilterPolicy(20)); in TEST_F()
299 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
355 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
392 table_options.filter_policy.reset(NewBloomFilterPolicy(20, true)); in TEST_F()
393 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
469 table_options.block_cache.reset(new MockCache()); in TEST_F()
470 table_options.filter_policy.reset(NewBloomFilterPolicy(20)); in TEST_F()
473 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
527 table_options.filter_policy.reset(NewBloomFilterPolicy(20)); in TEST_F()
528 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
586 options.table_factory.reset(NewBlockBasedTableFactory(table_options)); in TEST_F()
593 options.table_factory.reset(NewBlockBasedTableFactory(table_options)); in TEST_F()
599 options.table_factory.reset(NewBlockBasedTableFactory(table_options)); in TEST_F()
606 options.table_factory.reset(NewBlockBasedTableFactory(table_options)); in TEST_F()
619 no_block_cache_opts.table_factory.reset( in TEST_F()
711 table_options.block_cache.reset(new MockCache()); in TEST_F()
712 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()