Lines Matching refs:Name
211 ASSERT_EQ(std::string(new_cf_opt.prefix_extractor->Name()), in TEST_F()
357 std::string kMoName = bxo->Name(); in TEST_F()
368 ASSERT_EQ(kMoName, std::string(new_cf_opt.merge_operator->Name())); in TEST_F()
410 std::string prefix_name(new_cf_opt.prefix_extractor->Name()); in TEST_F()
494 ASSERT_EQ(std::string(new_cf_opt.table_factory->Name()), "PlainTable"); in TEST_F()
502 ASSERT_EQ(std::string(new_cf_opt.table_factory->Name()), "PlainTable"); in TEST_F()
510 ASSERT_EQ(std::string(new_cf_opt.memtable_factory->Name()), "SkipListFactory"); in TEST_F()
731 ASSERT_EQ(std::string(new_mem_factory->Name()), "SkipListFactory"); in TEST_F()
738 ASSERT_EQ(std::string(new_mem_factory->Name()), "HashSkipListRepFactory"); in TEST_F()
746 ASSERT_EQ(std::string(new_mem_factory->Name()), "HashLinkListRepFactory"); in TEST_F()
752 ASSERT_EQ(std::string(new_mem_factory->Name()), "VectorRepFactory"); in TEST_F()
1455 name_buffer = merge_operator->Name(); in VerifyCFPointerTypedOptions()
1473 name_buffer = compaction_filter_factory->Name(); in VerifyCFPointerTypedOptions()
1619 ASSERT_EQ(BlockBasedTableFactory::kName, std::string(ttf->Name())); in TEST_F()