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.cc1570 DescriptorProto::ExtensionRange* range = message->add_extension_range(); in ParseExtensions()
/external/protobuf/src/google/protobuf/
Ddescriptor.pb.h1397 PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange* add_extension_range();
7537 inline PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange* DescriptorProto::add_extension_range(… in add_extension_range() function
Ddescriptor_unittest.cc150 DescriptorProto::ExtensionRange* result = parent->add_extension_range(); in AddExtensionRange()
Ddescriptor.pb.cc3612 ptr = ctx->ParseMessage(add_extension_range(), ptr); in _InternalParse()
3756 input, add_extension_range())); in MergePartialFromCodedStream()
Ddescriptor.cc2083 extension_range(i)->CopyTo(proto->add_extension_range()); in CopyTo()