Lines Matching refs:reset
233 options.prefix_extractor.reset(NewFixedPrefixTransform(8)); in OpenDb()
235 bbto.filter_policy.reset(NewBloomFilterPolicy(10, false)); in OpenDb()
237 options.table_factory.reset(NewBlockBasedTableFactory(bbto)); in OpenDb()
253 options.prefix_extractor.reset(NewFixedPrefixTransform(8)); in NextOptions()
256 options.memtable_factory.reset( in NextOptions()
260 options.memtable_factory.reset( in NextOptions()
264 options.memtable_factory.reset( in NextOptions()
268 options.memtable_factory.reset( in NextOptions()
300 options.prefix_extractor.reset(new SamePrefixTransform("HHKB")); in TEST()
302 bbto.filter_policy.reset(NewBloomFilterPolicy(10, false)); in TEST()
304 options.table_factory.reset(NewBlockBasedTableFactory(bbto)); in TEST()
386 iter.reset(db->NewIterator(read_options)); in TEST_F()
406 iter.reset(db->NewIterator(read_options)); in TEST_F()
433 iter.reset(db->NewIterator(read_options)); in TEST_F()
453 iter.reset(db->NewIterator(read_options)); in TEST_F()
479 iter.reset(db->NewIterator(read_options)); in TEST_F()
678 options.memtable_factory.reset(new SkipListFactory); in TEST_F()
798 options.memtable_factory.reset(new SkipListFactory); in TEST_F()
826 options.memtable_factory.reset(new SkipListFactory); in TEST_F()