Lines Matching refs:table_factory
313 base_cf_opt.table_factory.reset(); in TEST_F()
318 ASSERT_TRUE(new_cf_opt.table_factory == nullptr); in TEST_F()
425 ASSERT_TRUE(new_cf_opt.table_factory != nullptr); in TEST_F()
432 ASSERT_TRUE(new_cf_opt.table_factory != nullptr); in TEST_F()
438 ASSERT_TRUE(new_cf_opt.table_factory != nullptr); in TEST_F()
493 ASSERT_TRUE(new_cf_opt.table_factory != nullptr); in TEST_F()
494 ASSERT_EQ(std::string(new_cf_opt.table_factory->Name()), "PlainTable"); in TEST_F()
501 ASSERT_TRUE(new_cf_opt.table_factory != nullptr); in TEST_F()
502 ASSERT_EQ(std::string(new_cf_opt.table_factory->Name()), "PlainTable"); in TEST_F()
771 base_options.table_factory.reset( in TEST_F()
815 dynamic_cast<BlockBasedTableFactory*>(new_options.table_factory.get()) in TEST_F()
1097 std::shared_ptr<TableFactory> tb_guard = converted_opt.table_factory; in TEST_F()
1098 BlockBasedTableFactory* table_factory = in TEST_F() local
1099 dynamic_cast<BlockBasedTableFactory*>(converted_opt.table_factory.get()); in TEST_F()
1101 ASSERT_TRUE(table_factory != nullptr); in TEST_F()
1103 const BlockBasedTableOptions table_opt = table_factory->table_options(); in TEST_F()
1502 auto tmp_table_factory = base_cf_opt->table_factory; in VerifyCFPointerTypedOptions()
1504 base_cf_opt->table_factory.reset(); in VerifyCFPointerTypedOptions()
1509 base_cf_opt->table_factory = tmp_table_factory; in VerifyCFPointerTypedOptions()
1602 cf_opt.table_factory.reset(test::RandomTableFactory(&rnd, c)); in TEST_F()
1604 cf_opt.table_factory.reset(NewBlockBasedTableFactory(special_bbto)); in TEST_F()
1618 std::shared_ptr<TableFactory> ttf = (*parser.cf_opts())[4].table_factory; in TEST_F()
1835 opts.table_factory.reset(test::RandomTableFactory(&rnd, tb)); in TEST_F()