Lines Matching refs:reset
42 options.prefix_extractor.reset(NewCappedPrefixTransform(3)); in TEST_P()
50 bbto.filter_policy.reset(NewBloomFilterPolicy(10, false)); in TEST_P()
52 options.table_factory.reset(NewBlockBasedTableFactory(bbto)); in TEST_P()
138 table_options.filter_policy.reset(NewBloomFilterPolicy(20)); in TEST_F()
139 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
209 options.write_buffer_manager.reset(new WriteBufferManager(114285)); in TEST_P()
211 options.write_buffer_manager.reset(new WriteBufferManager(114285, cache)); in TEST_P()
345 options.write_buffer_manager.reset(); in TEST_P()
346 last_options_.write_buffer_manager.reset(); in TEST_P()
381 options.write_buffer_manager.reset(new WriteBufferManager(120000)); in TEST_F()
467 options.write_buffer_manager.reset(new WriteBufferManager(0, cache)); in TEST_F()
1056 options.memtable_factory.reset( in TEST_F()
1118 options.table_factory.reset(NewBlockBasedTableFactory(table_options)); in TEST_F()
1192 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_F()
1487 table_options.filter_policy.reset(NewBloomFilterPolicy(20)); in CreateTwoLevels()
1488 options->table_factory.reset(new BlockBasedTableFactory(table_options)); in CreateTwoLevels()
1499 options->table_factory.reset(NewBlockBasedTableFactory(table_options)); in CreateTwoLevels()
1527 table_options.filter_policy.reset(NewBloomFilterPolicy(20)); in TEST_P()
1528 options.table_factory.reset(new BlockBasedTableFactory(table_options)); in TEST_P()
1713 options.memtable_factory.reset( in TEST_F()
1805 data->reset(new char[it->second.size()]); in Lookup()
1962 table_options.persistent_cache.reset( in TEST_F()
1967 options.table_factory.reset(NewBlockBasedTableFactory(table_options)); in TEST_F()
1977 no_block_cache_opts.table_factory.reset( in TEST_F()
2081 options.table_factory.reset(NewBlockBasedTableFactory(bbto)); in TEST_F()
2188 options.table_factory.reset(NewBlockBasedTableFactory(bbto)); in TEST_F()
2229 options.statistics.reset(); in TEST_F()
2865 options.memtable_factory.reset(new SpecialSkipListFactory(kNumKeysPerFile)); in TEST_F()
2870 options.rate_limiter.reset(NewGenericRateLimiter( in TEST_F()
2880 options.table_factory.reset(new BlockBasedTableFactory(bbto)); in TEST_F()
3089 options.table_factory.reset(NewBlockBasedTableFactory(table_options)); in TEST_F()
3609 options.table_factory.reset(new BlockBasedTableFactory(bbto)); in TEST_F()
3759 options.table_factory.reset(NewBlockBasedTableFactory(table_options)); in TEST_F()
3999 options.prefix_extractor.reset(NewCappedPrefixTransform(3)); in TEST_F()
4001 bbto.filter_policy.reset(NewBloomFilterPolicy(10, false)); in TEST_F()
4003 options.table_factory.reset(NewBlockBasedTableFactory(bbto)); in TEST_F()
4039 options.prefix_extractor.reset(NewCappedPrefixTransform(3)); in TEST_F()
4041 bbto.filter_policy.reset(NewBloomFilterPolicy(10, false)); in TEST_F()
4043 options.table_factory.reset(NewBlockBasedTableFactory(bbto)); in TEST_F()
4187 options.prefix_extractor.reset(NewCappedPrefixTransform(1)); in TEST_F()
4317 options.table_factory.reset(NewBlockBasedTableFactory(table_options)); in TEST_F()
4318 options.prefix_extractor.reset(NewFixedPrefixTransform(1)); in TEST_F()
4388 table_options.filter_policy.reset(NewBloomFilterPolicy(10, false)); in TEST_F()
4390 options.table_factory.reset(NewBlockBasedTableFactory(table_options)); in TEST_F()
4393 options.prefix_extractor.reset(NewFixedPrefixTransform(2)); in TEST_F()
4408 options.prefix_extractor.reset(NewFixedPrefixTransform(1)); in TEST_F()
4538 options.table_factory.reset(NewBlockBasedTableFactory(table_options)); in TEST_F()
4539 options.prefix_extractor.reset(NewFixedPrefixTransform(1)); in TEST_F()
4577 table_options.filter_policy.reset(NewBloomFilterPolicy(10, false)); in TEST_F()
4578 options.table_factory.reset(NewBlockBasedTableFactory(table_options)); in TEST_F()
4579 options.prefix_extractor.reset(NewFixedPrefixTransform(1)); in TEST_F()