Home
last modified time | relevance | path

Searched refs:add_extension_range (Results 1 – 5 of 5) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.cc1165 DescriptorProto::ExtensionRange* range = message->add_extension_range(); in ParseExtensions()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h667 inline ::google::protobuf::DescriptorProto_ExtensionRange* add_extension_range();
3655 inline ::google::protobuf::DescriptorProto_ExtensionRange* DescriptorProto::add_extension_range() { in add_extension_range() function
Ddescriptor_unittest.cc136 DescriptorProto::ExtensionRange* result = parent->add_extension_range(); in AddExtensionRange()
Ddescriptor.cc1618 DescriptorProto::ExtensionRange* range = proto->add_extension_range(); in CopyTo()
Ddescriptor.pb.cc2128 input, add_extension_range())); in MergePartialFromCodedStream()