FindKnownExtensionByName  279 third_party/protobuf/src/google/protobuf/generated_message_reflection.h   const FieldDescriptor* FindKnownExtensionByName(const string& name) const;
FindKnownExtensionByName  353 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc TEST(GeneratedMessageReflectionTest, FindKnownExtensionByName) {
FindKnownExtensionByName  365 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc             reflection->FindKnownExtensionByName(extension1->full_name()));
FindKnownExtensionByName  367 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc             reflection->FindKnownExtensionByName(extension2->full_name()));
FindKnownExtensionByName  370 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc   EXPECT_TRUE(reflection->FindKnownExtensionByName("no_such_ext") == NULL);
FindKnownExtensionByName  375 third_party/protobuf/src/google/protobuf/generated_message_reflection_unittest.cc               FindKnownExtensionByName(extension1->full_name()) == NULL);
FindKnownExtensionByName  658 third_party/protobuf/src/google/protobuf/message.h   virtual const FieldDescriptor* FindKnownExtensionByName(
FindKnownExtensionByName  332 third_party/protobuf/src/google/protobuf/text_format.cc                : reflection->FindKnownExtensionByName(field_name));