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

  /external/protobuf/src/google/protobuf/
generated_message_reflection_unittest.cc 458 TEST(GeneratedMessageReflectionTest, FindKnownExtensionByName) {
470 reflection->FindKnownExtensionByName(extension1->full_name()));
472 reflection->FindKnownExtensionByName(extension2->full_name()));
475 EXPECT_TRUE(reflection->FindKnownExtensionByName("no_such_ext") == NULL);
480 FindKnownExtensionByName(extension1->full_name()) == NULL);
generated_message_reflection.h 124 // used by FindKnownExtensionByName() and
329 const FieldDescriptor* FindKnownExtensionByName(const string& name) const;
message.h 688 virtual const FieldDescriptor* FindKnownExtensionByName(
    [all...]
text_format.cc 362 : reflection->FindKnownExtensionByName(field_name));
    [all...]
generated_message_reflection.cc     [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 123 // used by FindKnownExtensionByName() and
279 const FieldDescriptor* FindKnownExtensionByName(const string& name) const;
message.h 658 virtual const FieldDescriptor* FindKnownExtensionByName(
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 123 // used by FindKnownExtensionByName() and
279 const FieldDescriptor* FindKnownExtensionByName(const string& name) const;
message.h 658 virtual const FieldDescriptor* FindKnownExtensionByName(
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
generated_message_reflection.h 123 // used by FindKnownExtensionByName() and
279 const FieldDescriptor* FindKnownExtensionByName(const string& name) const;
message.h 658 virtual const FieldDescriptor* FindKnownExtensionByName(
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 123 // used by FindKnownExtensionByName() and
279 const FieldDescriptor* FindKnownExtensionByName(const string& name) const;
message.h 658 virtual const FieldDescriptor* FindKnownExtensionByName(
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
generated_message_reflection.h 128 // used by FindKnownExtensionByName() and
399 const FieldDescriptor* FindKnownExtensionByName(const string& name) const;
message.h     [all...]

Completed in 6180 milliseconds