Searched refs:FindKnownExtensionByName (Results 1 – 5 of 5) sorted by relevance
464 TEST(GeneratedMessageReflectionTest, FindKnownExtensionByName) { in TEST() argument476 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()
399 const FieldDescriptor* FindKnownExtensionByName(const string& name) const;
829 virtual const FieldDescriptor* FindKnownExtensionByName(
407 : reflection->FindKnownExtensionByName(field_name)); in ConsumeField()
1845 const FieldDescriptor* GeneratedMessageReflection::FindKnownExtensionByName( in FindKnownExtensionByName() function in google::protobuf::internal::GeneratedMessageReflection