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.cc458 TEST(GeneratedMessageReflectionTest, FindKnownExtensionByName) { in TEST() argument
470 reflection->FindKnownExtensionByName(extension1->full_name())); in TEST()
472 reflection->FindKnownExtensionByName(extension2->full_name())); in TEST()
475 EXPECT_TRUE(reflection->FindKnownExtensionByName("no_such_ext") == NULL); in TEST()
480 FindKnownExtensionByName(extension1->full_name()) == NULL); in TEST()
Dgenerated_message_reflection.h329 const FieldDescriptor* FindKnownExtensionByName(const string& name) const;
Dmessage.h688 virtual const FieldDescriptor* FindKnownExtensionByName(
Dtext_format.cc362 : reflection->FindKnownExtensionByName(field_name)); in ConsumeField()
Dgenerated_message_reflection.cc1412 const FieldDescriptor* GeneratedMessageReflection::FindKnownExtensionByName( in FindKnownExtensionByName() function in google::protobuf::internal::GeneratedMessageReflection