Home
last modified time | relevance | path

Searched refs:FindKnownExtensionByName (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection_unittest.cc464 TEST(GeneratedMessageReflectionTest, FindKnownExtensionByName) { in TEST() argument
476 reflection->FindKnownExtensionByName(extension1->full_name())); in TEST()
478 reflection->FindKnownExtensionByName(extension2->full_name())); in TEST()
481 EXPECT_TRUE(reflection->FindKnownExtensionByName("no_such_ext") == NULL); in TEST()
486 FindKnownExtensionByName(extension1->full_name()) == NULL); in TEST()
Dgenerated_message_reflection.h399 const FieldDescriptor* FindKnownExtensionByName(const string& name) const;
Dmessage.h829 virtual const FieldDescriptor* FindKnownExtensionByName(
Dtext_format.cc407 : reflection->FindKnownExtensionByName(field_name)); in ConsumeField()
Dgenerated_message_reflection.cc1845 const FieldDescriptor* GeneratedMessageReflection::FindKnownExtensionByName( in FindKnownExtensionByName() function in google::protobuf::internal::GeneratedMessageReflection