Searched refs:FindKnownExtensionByName (Results 1 – 5 of 5) sorted by relevance
458 TEST(GeneratedMessageReflectionTest, FindKnownExtensionByName) { in TEST() argument470 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()
329 const FieldDescriptor* FindKnownExtensionByName(const string& name) const;
688 virtual const FieldDescriptor* FindKnownExtensionByName(
362 : reflection->FindKnownExtensionByName(field_name)); in ConsumeField()
1412 const FieldDescriptor* GeneratedMessageReflection::FindKnownExtensionByName( in FindKnownExtensionByName() function in google::protobuf::internal::GeneratedMessageReflection