Lines Matching refs:table_factory
79 if (IsBlockBasedTableFactory(cf_opts[i].table_factory.get())) { in TEST_F()
81 cf_opts[i].table_factory.get(), in TEST_F()
82 loaded_cf_descs[i].options.table_factory.get())); in TEST_F()
107 default_column_family_opt.table_factory.reset( in TEST_F()
112 cf_opt_sample.table_factory.reset(NewBlockBasedTableFactory(bbt_opts)); in TEST_F()
116 cf_opt_plain_table_opt.table_factory.reset(NewPlainTableFactory()); in TEST_F()
131 if (IsBlockBasedTableFactory(cf_opts[i].table_factory.get())) { in TEST_F()
133 loaded_cf_descs[i].options.table_factory->GetOptions()); in TEST_F()
228 cf_descs.back().options.table_factory.reset(NewBlockBasedTableFactory()); in TEST_F()
332 std::shared_ptr<TableFactory> table_factory = in TEST_F() local
333 cf_descs[3].options.table_factory; in TEST_F()
335 ASSERT_NE(table_factory, nullptr); in TEST_F()
336 cf_descs[3].options.table_factory.reset(new DummyTableFactory()); in TEST_F()
340 cf_descs[3].options.table_factory = table_factory; in TEST_F()