Home
last modified time | relevance | path

Searched refs:FindExtensionByPrintableName (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/src/google/protobuf/
Ddescriptor_unittest.cc1977 TEST_F(ExtensionDescriptorTest, FindExtensionByPrintableName) { in TEST_F() argument
1978 EXPECT_TRUE(pool_.FindExtensionByPrintableName(foo_, "no_such_extension") == in TEST_F()
1980 EXPECT_TRUE(pool_.FindExtensionByPrintableName(bar_, "no_such_extension") == in TEST_F()
1983 ASSERT_FALSE(pool_.FindExtensionByPrintableName(foo_, "Bar.foo_message") == in TEST_F()
1985 ASSERT_FALSE(pool_.FindExtensionByPrintableName(foo_, "Bar.foo_group") == in TEST_F()
1987 EXPECT_TRUE(pool_.FindExtensionByPrintableName(bar_, "foo_message") == in TEST_F()
1989 EXPECT_TRUE(pool_.FindExtensionByPrintableName(bar_, "foo_group") == nullptr); in TEST_F()
1991 pool_.FindExtensionByPrintableName(foo_, "Bar.foo_message")); in TEST_F()
1993 pool_.FindExtensionByPrintableName(foo_, "Bar.foo_group")); in TEST_F()
1995 ASSERT_FALSE(pool_.FindExtensionByPrintableName(foo_, "foo_int32") == in TEST_F()
[all …]
Ddescriptor.h1614 const FieldDescriptor* FindExtensionByPrintableName(
Dgenerated_message_reflection.cc1814 return descriptor_pool_->FindExtensionByPrintableName(descriptor_, name); in FindKnownExtensionByName()
Dtext_format.cc207 return descriptor->file()->pool()->FindExtensionByPrintableName(descriptor, in DefaultFinderFindExtension()
Ddescriptor.cc1522 const FieldDescriptor* DescriptorPool::FindExtensionByPrintableName( in FindExtensionByPrintableName() function in google::protobuf::DescriptorPool
/external/protobuf/
DCHANGES.txt14 …ed FieldDescriptor::PrintableNameForExtension() and DescriptorPool::FindExtensionByPrintableName().