Lines Matching full:protobuf
2 // source: google/protobuf/api.proto
9 #include <google/protobuf/stubs/common.h>
22 #include <google/protobuf/arena.h>
23 #include <google/protobuf/arenastring.h>
24 #include <google/protobuf/generated_message_util.h>
25 #include <google/protobuf/metadata.h>
26 #include <google/protobuf/message.h>
27 #include <google/protobuf/repeated_field.h>
28 #include <google/protobuf/extension_set.h>
29 #include <google/protobuf/unknown_field_set.h>
30 #include <google/protobuf/source_context.pb.h>
31 #include <google/protobuf/type.pb.h>
35 namespace protobuf {
48 class LIBPROTOBUF_EXPORT Api : public ::google::protobuf::Message {
60 static const ::google::protobuf::Descriptor* descriptor();
69 Api* New(::google::protobuf::Arena* arena) const;
70 void CopyFrom(const ::google::protobuf::Message& from);
71 void MergeFrom(const ::google::protobuf::Message& from);
79 ::google::protobuf::io::CodedInputStream* input);
81 ::google::protobuf::io::CodedOutputStream* output) const;
82 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
90 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { in GetArenaNoVirtual()
98 ::google::protobuf::Metadata GetMetadata() const;
115 // repeated .google.protobuf.Method methods = 2;
119 const ::google::protobuf::Method& methods(int index) const;
120 ::google::protobuf::Method* mutable_methods(int index);
121 ::google::protobuf::Method* add_methods();
122 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >*
124 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >&
127 // repeated .google.protobuf.Option options = 3;
131 const ::google::protobuf::Option& options(int index) const;
132 ::google::protobuf::Option* mutable_options(int index);
133 ::google::protobuf::Option* add_options();
134 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
136 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
150 // optional .google.protobuf.SourceContext source_context = 5;
154 const ::google::protobuf::SourceContext& source_context() const;
155 ::google::protobuf::SourceContext* mutable_source_context();
156 ::google::protobuf::SourceContext* release_source_context();
157 void set_allocated_source_context(::google::protobuf::SourceContext* source_context);
159 // repeated .google.protobuf.Mixin mixins = 6;
163 const ::google::protobuf::Mixin& mixins(int index) const;
164 ::google::protobuf::Mixin* mutable_mixins(int index);
165 ::google::protobuf::Mixin* add_mixins();
166 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >*
168 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >&
171 // optional .google.protobuf.Syntax syntax = 7;
174 ::google::protobuf::Syntax syntax() const;
175 void set_syntax(::google::protobuf::Syntax value);
177 // @@protoc_insertion_point(class_scope:google.protobuf.Api)
180 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
182 ::google::protobuf::internal::ArenaStringPtr name_;
183 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method > methods_;
184 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option > options_;
185 ::google::protobuf::internal::ArenaStringPtr version_;
186 ::google::protobuf::SourceContext* source_context_;
187 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin > mixins_;
199 class LIBPROTOBUF_EXPORT Method : public ::google::protobuf::Message {
211 static const ::google::protobuf::Descriptor* descriptor();
220 Method* New(::google::protobuf::Arena* arena) const;
221 void CopyFrom(const ::google::protobuf::Message& from);
222 void MergeFrom(const ::google::protobuf::Message& from);
230 ::google::protobuf::io::CodedInputStream* input);
232 ::google::protobuf::io::CodedOutputStream* output) const;
233 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
241 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { in GetArenaNoVirtual()
249 ::google::protobuf::Metadata GetMetadata() const;
300 // repeated .google.protobuf.Option options = 6;
304 const ::google::protobuf::Option& options(int index) const;
305 ::google::protobuf::Option* mutable_options(int index);
306 ::google::protobuf::Option* add_options();
307 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
309 const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
312 // optional .google.protobuf.Syntax syntax = 7;
315 ::google::protobuf::Syntax syntax() const;
316 void set_syntax(::google::protobuf::Syntax value);
318 // @@protoc_insertion_point(class_scope:google.protobuf.Method)
321 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
323 ::google::protobuf::internal::ArenaStringPtr name_;
324 ::google::protobuf::internal::ArenaStringPtr request_type_url_;
325 ::google::protobuf::internal::ArenaStringPtr response_type_url_;
329 ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option > options_;
340 class LIBPROTOBUF_EXPORT Mixin : public ::google::protobuf::Message {
352 static const ::google::protobuf::Descriptor* descriptor();
361 Mixin* New(::google::protobuf::Arena* arena) const;
362 void CopyFrom(const ::google::protobuf::Message& from);
363 void MergeFrom(const ::google::protobuf::Message& from);
371 ::google::protobuf::io::CodedInputStream* input);
373 ::google::protobuf::io::CodedOutputStream* output) const;
374 …::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) cons…
382 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { in GetArenaNoVirtual()
390 ::google::protobuf::Metadata GetMetadata() const;
418 // @@protoc_insertion_point(class_scope:google.protobuf.Mixin)
421 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
423 ::google::protobuf::internal::ArenaStringPtr name_;
424 ::google::protobuf::internal::ArenaStringPtr root_;
443 name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in clear_name()
446 // @@protoc_insertion_point(field_get:google.protobuf.Api.name) in name()
447 return name_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in name()
451 name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); in set_name()
452 // @@protoc_insertion_point(field_set:google.protobuf.Api.name) in set_name()
456 …name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value… in set_name()
457 // @@protoc_insertion_point(field_set_char:google.protobuf.Api.name) in set_name()
461 name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), in set_name()
463 // @@protoc_insertion_point(field_set_pointer:google.protobuf.Api.name) in set_name()
467 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.name) in mutable_name()
468 return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in mutable_name()
471 // @@protoc_insertion_point(field_release:google.protobuf.Api.name) in release_name()
473 return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in release_name()
481 name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); in set_allocated_name()
482 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Api.name) in set_allocated_name()
485 // repeated .google.protobuf.Method methods = 2;
492 inline const ::google::protobuf::Method& Api::methods(int index) const { in methods()
493 // @@protoc_insertion_point(field_get:google.protobuf.Api.methods) in methods()
496 inline ::google::protobuf::Method* Api::mutable_methods(int index) { in mutable_methods()
497 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.methods) in mutable_methods()
500 inline ::google::protobuf::Method* Api::add_methods() { in add_methods()
501 // @@protoc_insertion_point(field_add:google.protobuf.Api.methods) in add_methods()
504 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >*
506 // @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.methods) in mutable_methods()
509 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >&
511 // @@protoc_insertion_point(field_list:google.protobuf.Api.methods) in methods()
515 // repeated .google.protobuf.Option options = 3;
522 inline const ::google::protobuf::Option& Api::options(int index) const { in options()
523 // @@protoc_insertion_point(field_get:google.protobuf.Api.options) in options()
526 inline ::google::protobuf::Option* Api::mutable_options(int index) { in mutable_options()
527 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.options) in mutable_options()
530 inline ::google::protobuf::Option* Api::add_options() { in add_options()
531 // @@protoc_insertion_point(field_add:google.protobuf.Api.options) in add_options()
534 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
536 // @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.options) in mutable_options()
539 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
541 // @@protoc_insertion_point(field_list:google.protobuf.Api.options) in options()
547 version_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in clear_version()
550 // @@protoc_insertion_point(field_get:google.protobuf.Api.version) in version()
551 return version_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in version()
555 version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); in set_version()
556 // @@protoc_insertion_point(field_set:google.protobuf.Api.version) in set_version()
560 …version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(va… in set_version()
561 // @@protoc_insertion_point(field_set_char:google.protobuf.Api.version) in set_version()
565 version_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), in set_version()
567 // @@protoc_insertion_point(field_set_pointer:google.protobuf.Api.version) in set_version()
571 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.version) in mutable_version()
572 return version_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in mutable_version()
575 // @@protoc_insertion_point(field_release:google.protobuf.Api.version) in release_version()
577 return version_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in release_version()
585 …version_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), version… in set_allocated_version()
586 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Api.version) in set_allocated_version()
589 // optional .google.protobuf.SourceContext source_context = 5;
597 inline const ::google::protobuf::SourceContext& Api::source_context() const { in source_context()
598 // @@protoc_insertion_point(field_get:google.protobuf.Api.source_context) in source_context()
601 inline ::google::protobuf::SourceContext* Api::mutable_source_context() { in mutable_source_context()
604 source_context_ = new ::google::protobuf::SourceContext; in mutable_source_context()
606 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.source_context) in mutable_source_context()
609 inline ::google::protobuf::SourceContext* Api::release_source_context() { in release_source_context()
610 // @@protoc_insertion_point(field_release:google.protobuf.Api.source_context) in release_source_context()
612 ::google::protobuf::SourceContext* temp = source_context_; in release_source_context()
616 inline void Api::set_allocated_source_context(::google::protobuf::SourceContext* source_context) { in set_allocated_source_context()
624 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Api.source_context) in set_allocated_source_context()
627 // repeated .google.protobuf.Mixin mixins = 6;
634 inline const ::google::protobuf::Mixin& Api::mixins(int index) const { in mixins()
635 // @@protoc_insertion_point(field_get:google.protobuf.Api.mixins) in mixins()
638 inline ::google::protobuf::Mixin* Api::mutable_mixins(int index) { in mutable_mixins()
639 // @@protoc_insertion_point(field_mutable:google.protobuf.Api.mixins) in mutable_mixins()
642 inline ::google::protobuf::Mixin* Api::add_mixins() { in add_mixins()
643 // @@protoc_insertion_point(field_add:google.protobuf.Api.mixins) in add_mixins()
646 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >*
648 // @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.mixins) in mutable_mixins()
651 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >&
653 // @@protoc_insertion_point(field_list:google.protobuf.Api.mixins) in mixins()
657 // optional .google.protobuf.Syntax syntax = 7;
661 inline ::google::protobuf::Syntax Api::syntax() const { in syntax()
662 // @@protoc_insertion_point(field_get:google.protobuf.Api.syntax) in syntax()
663 return static_cast< ::google::protobuf::Syntax >(syntax_); in syntax()
665 inline void Api::set_syntax(::google::protobuf::Syntax value) { in set_syntax()
668 // @@protoc_insertion_point(field_set:google.protobuf.Api.syntax) in set_syntax()
677 name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in clear_name()
680 // @@protoc_insertion_point(field_get:google.protobuf.Method.name) in name()
681 return name_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in name()
685 name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); in set_name()
686 // @@protoc_insertion_point(field_set:google.protobuf.Method.name) in set_name()
690 …name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value… in set_name()
691 // @@protoc_insertion_point(field_set_char:google.protobuf.Method.name) in set_name()
695 name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), in set_name()
697 // @@protoc_insertion_point(field_set_pointer:google.protobuf.Method.name) in set_name()
701 // @@protoc_insertion_point(field_mutable:google.protobuf.Method.name) in mutable_name()
702 return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in mutable_name()
705 // @@protoc_insertion_point(field_release:google.protobuf.Method.name) in release_name()
707 return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in release_name()
715 name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); in set_allocated_name()
716 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Method.name) in set_allocated_name()
721 …request_type_url_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()… in clear_request_type_url()
724 // @@protoc_insertion_point(field_get:google.protobuf.Method.request_type_url) in request_type_url()
725 return request_type_url_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in request_type_url()
729 request_type_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); in set_request_type_url()
730 // @@protoc_insertion_point(field_set:google.protobuf.Method.request_type_url) in set_request_type_url()
734 …request_type_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::… in set_request_type_url()
735 // @@protoc_insertion_point(field_set_char:google.protobuf.Method.request_type_url) in set_request_type_url()
739 request_type_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), in set_request_type_url()
741 // @@protoc_insertion_point(field_set_pointer:google.protobuf.Method.request_type_url) in set_request_type_url()
745 // @@protoc_insertion_point(field_mutable:google.protobuf.Method.request_type_url) in mutable_request_type_url()
746 …return request_type_url_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited… in mutable_request_type_url()
749 // @@protoc_insertion_point(field_release:google.protobuf.Method.request_type_url) in release_request_type_url()
751 …return request_type_url_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited… in release_request_type_url()
759 …request_type_url_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()… in set_allocated_request_type_url()
760 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Method.request_type_url) in set_allocated_request_type_url()
768 // @@protoc_insertion_point(field_get:google.protobuf.Method.request_streaming) in request_streaming()
774 // @@protoc_insertion_point(field_set:google.protobuf.Method.request_streaming) in set_request_streaming()
779 …response_type_url_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(… in clear_response_type_url()
782 // @@protoc_insertion_point(field_get:google.protobuf.Method.response_type_url) in response_type_url()
783 …return response_type_url_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in response_type_url()
787 …response_type_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); in set_response_type_url()
788 // @@protoc_insertion_point(field_set:google.protobuf.Method.response_type_url) in set_response_type_url()
792 …response_type_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std:… in set_response_type_url()
793 // @@protoc_insertion_point(field_set_char:google.protobuf.Method.response_type_url) in set_response_type_url()
797 response_type_url_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), in set_response_type_url()
799 // @@protoc_insertion_point(field_set_pointer:google.protobuf.Method.response_type_url) in set_response_type_url()
803 // @@protoc_insertion_point(field_mutable:google.protobuf.Method.response_type_url) in mutable_response_type_url()
804 …return response_type_url_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInite… in mutable_response_type_url()
807 // @@protoc_insertion_point(field_release:google.protobuf.Method.response_type_url) in release_response_type_url()
809 …return response_type_url_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInite… in release_response_type_url()
817 …response_type_url_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(… in set_allocated_response_type_url()
818 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Method.response_type_url) in set_allocated_response_type_url()
826 // @@protoc_insertion_point(field_get:google.protobuf.Method.response_streaming) in response_streaming()
832 // @@protoc_insertion_point(field_set:google.protobuf.Method.response_streaming) in set_response_streaming()
835 // repeated .google.protobuf.Option options = 6;
842 inline const ::google::protobuf::Option& Method::options(int index) const { in options()
843 // @@protoc_insertion_point(field_get:google.protobuf.Method.options) in options()
846 inline ::google::protobuf::Option* Method::mutable_options(int index) { in mutable_options()
847 // @@protoc_insertion_point(field_mutable:google.protobuf.Method.options) in mutable_options()
850 inline ::google::protobuf::Option* Method::add_options() { in add_options()
851 // @@protoc_insertion_point(field_add:google.protobuf.Method.options) in add_options()
854 inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
856 // @@protoc_insertion_point(field_mutable_list:google.protobuf.Method.options) in mutable_options()
859 inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
861 // @@protoc_insertion_point(field_list:google.protobuf.Method.options) in options()
865 // optional .google.protobuf.Syntax syntax = 7;
869 inline ::google::protobuf::Syntax Method::syntax() const { in syntax()
870 // @@protoc_insertion_point(field_get:google.protobuf.Method.syntax) in syntax()
871 return static_cast< ::google::protobuf::Syntax >(syntax_); in syntax()
873 inline void Method::set_syntax(::google::protobuf::Syntax value) { in set_syntax()
876 // @@protoc_insertion_point(field_set:google.protobuf.Method.syntax) in set_syntax()
885 name_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in clear_name()
888 // @@protoc_insertion_point(field_get:google.protobuf.Mixin.name) in name()
889 return name_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in name()
893 name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); in set_name()
894 // @@protoc_insertion_point(field_set:google.protobuf.Mixin.name) in set_name()
898 …name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value… in set_name()
899 // @@protoc_insertion_point(field_set_char:google.protobuf.Mixin.name) in set_name()
903 name_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), in set_name()
905 // @@protoc_insertion_point(field_set_pointer:google.protobuf.Mixin.name) in set_name()
909 // @@protoc_insertion_point(field_mutable:google.protobuf.Mixin.name) in mutable_name()
910 return name_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in mutable_name()
913 // @@protoc_insertion_point(field_release:google.protobuf.Mixin.name) in release_name()
915 return name_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in release_name()
923 name_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), name); in set_allocated_name()
924 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Mixin.name) in set_allocated_name()
929 root_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in clear_root()
932 // @@protoc_insertion_point(field_get:google.protobuf.Mixin.root) in root()
933 return root_.GetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in root()
937 root_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value); in set_root()
938 // @@protoc_insertion_point(field_set:google.protobuf.Mixin.root) in set_root()
942 …root_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value… in set_root()
943 // @@protoc_insertion_point(field_set_char:google.protobuf.Mixin.root) in set_root()
947 root_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), in set_root()
949 // @@protoc_insertion_point(field_set_pointer:google.protobuf.Mixin.root) in set_root()
953 // @@protoc_insertion_point(field_mutable:google.protobuf.Mixin.root) in mutable_root()
954 return root_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in mutable_root()
957 // @@protoc_insertion_point(field_release:google.protobuf.Mixin.root) in release_root()
959 return root_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited()); in release_root()
967 root_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), root); in set_allocated_root()
968 // @@protoc_insertion_point(field_set_allocated:google.protobuf.Mixin.root) in set_allocated_root()
979 } // namespace protobuf