HomeSort by relevance Sort by last modified time
    Searched refs:FindKnownExtensionByName (Results 1 - 5 of 5) sorted by null

  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 464 TEST(GeneratedMessageReflectionTest, FindKnownExtensionByName) {
476 reflection->FindKnownExtensionByName(extension1->full_name()));
478 reflection->FindKnownExtensionByName(extension2->full_name()));
481 EXPECT_TRUE(reflection->FindKnownExtensionByName("no_such_ext") == NULL);
486 FindKnownExtensionByName(extension1->full_name()) == NULL);
    [all...]
generated_message_reflection.h 128 // used by FindKnownExtensionByName() and
399 const FieldDescriptor* FindKnownExtensionByName(const string& name) const;
message.h     [all...]
text_format.cc 407 : reflection->FindKnownExtensionByName(field_name));
    [all...]
generated_message_reflection.cc     [all...]

Completed in 51 milliseconds