Auto-generate files after cl/533561966

pull/12864/head
Protobuf Team Bot 2 years ago
parent 5436c1923c
commit 192f472f7f
  1. 26
      src/google/protobuf/any.pb.h
  2. 176
      src/google/protobuf/api.pb.h
  3. 6
      src/google/protobuf/duration.pb.h
  4. 6
      src/google/protobuf/empty.pb.h
  5. 34
      src/google/protobuf/field_mask.pb.h
  6. 16
      src/google/protobuf/source_context.pb.h
  7. 72
      src/google/protobuf/struct.pb.h
  8. 6
      src/google/protobuf/timestamp.pb.h
  9. 302
      src/google/protobuf/type.pb.h
  10. 74
      src/google/protobuf/wrappers.pb.h

@ -103,12 +103,10 @@ class PROTOBUF_EXPORT Any final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -241,11 +239,10 @@ class PROTOBUF_EXPORT Any final :
}; };
// string type_url = 1; // string type_url = 1;
void clear_type_url() ; void clear_type_url() ;
const std::string& type_url() const const std::string& type_url() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_type_url(Arg_&& arg, Args_... args); void set_type_url(Arg_&& arg, Args_... args);
std::string* mutable_type_url() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_type_url();
PROTOBUF_NODISCARD std::string* release_type_url(); PROTOBUF_NODISCARD std::string* release_type_url();
void set_allocated_type_url(std::string* ptr); void set_allocated_type_url(std::string* ptr);
@ -258,11 +255,10 @@ class PROTOBUF_EXPORT Any final :
public: public:
// bytes value = 2; // bytes value = 2;
void clear_value() ; void clear_value() ;
const std::string& value() const const std::string& value() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_value(Arg_&& arg, Args_... args); void set_value(Arg_&& arg, Args_... args);
std::string* mutable_value() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_value();
PROTOBUF_NODISCARD std::string* release_value(); PROTOBUF_NODISCARD std::string* release_value();
void set_allocated_value(std::string* ptr); void set_allocated_value(std::string* ptr);
@ -312,8 +308,7 @@ class PROTOBUF_EXPORT Any final :
inline void Any::clear_type_url() { inline void Any::clear_type_url() {
_impl_.type_url_.ClearToEmpty(); _impl_.type_url_.ClearToEmpty();
} }
inline const std::string& Any::type_url() const inline const std::string& Any::type_url() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Any.type_url) // @@protoc_insertion_point(field_get:google.protobuf.Any.type_url)
return _internal_type_url(); return _internal_type_url();
} }
@ -324,7 +319,7 @@ inline PROTOBUF_ALWAYS_INLINE void Any::set_type_url(Arg_&& arg,
_impl_.type_url_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.type_url_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Any.type_url) // @@protoc_insertion_point(field_set:google.protobuf.Any.type_url)
} }
inline std::string* Any::mutable_type_url() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Any::mutable_type_url() {
std::string* _s = _internal_mutable_type_url(); std::string* _s = _internal_mutable_type_url();
// @@protoc_insertion_point(field_mutable:google.protobuf.Any.type_url) // @@protoc_insertion_point(field_mutable:google.protobuf.Any.type_url)
return _s; return _s;
@ -358,8 +353,7 @@ inline void Any::set_allocated_type_url(std::string* value) {
inline void Any::clear_value() { inline void Any::clear_value() {
_impl_.value_.ClearToEmpty(); _impl_.value_.ClearToEmpty();
} }
inline const std::string& Any::value() const inline const std::string& Any::value() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Any.value) // @@protoc_insertion_point(field_get:google.protobuf.Any.value)
return _internal_value(); return _internal_value();
} }
@ -370,7 +364,7 @@ inline PROTOBUF_ALWAYS_INLINE void Any::set_value(Arg_&& arg,
_impl_.value_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.value_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Any.value) // @@protoc_insertion_point(field_set:google.protobuf.Any.value)
} }
inline std::string* Any::mutable_value() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Any::mutable_value() {
std::string* _s = _internal_mutable_value(); std::string* _s = _internal_mutable_value();
// @@protoc_insertion_point(field_mutable:google.protobuf.Any.value) // @@protoc_insertion_point(field_mutable:google.protobuf.Any.value)
return _s; return _s;

@ -115,12 +115,10 @@ class PROTOBUF_EXPORT Api final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -228,17 +226,17 @@ class PROTOBUF_EXPORT Api final :
public: public:
void clear_methods() ; void clear_methods() ;
::google::protobuf::Method* mutable_methods(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Method* mutable_methods(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >* ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >*
mutable_methods() ABSL_ATTRIBUTE_LIFETIME_BOUND; mutable_methods();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>& _internal_methods() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>& _internal_methods() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Method>* _internal_mutable_methods(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>* _internal_mutable_methods();
public: public:
const ::google::protobuf::Method& methods(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Method& methods(int index) const;
::google::protobuf::Method* add_methods() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Method* add_methods();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >& const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >&
methods() const ABSL_ATTRIBUTE_LIFETIME_BOUND; methods() const;
// repeated .google.protobuf.Option options = 3; // repeated .google.protobuf.Option options = 3;
int options_size() const; int options_size() const;
private: private:
@ -246,17 +244,17 @@ class PROTOBUF_EXPORT Api final :
public: public:
void clear_options() ; void clear_options() ;
::google::protobuf::Option* mutable_options(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Option* mutable_options(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
mutable_options() ABSL_ATTRIBUTE_LIFETIME_BOUND; mutable_options();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options();
public: public:
const ::google::protobuf::Option& options(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Option& options(int index) const;
::google::protobuf::Option* add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Option* add_options();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
options() const ABSL_ATTRIBUTE_LIFETIME_BOUND; options() const;
// repeated .google.protobuf.Mixin mixins = 6; // repeated .google.protobuf.Mixin mixins = 6;
int mixins_size() const; int mixins_size() const;
private: private:
@ -264,24 +262,23 @@ class PROTOBUF_EXPORT Api final :
public: public:
void clear_mixins() ; void clear_mixins() ;
::google::protobuf::Mixin* mutable_mixins(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Mixin* mutable_mixins(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >* ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >*
mutable_mixins() ABSL_ATTRIBUTE_LIFETIME_BOUND; mutable_mixins();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>& _internal_mixins() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>& _internal_mixins() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>* _internal_mutable_mixins(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>* _internal_mutable_mixins();
public: public:
const ::google::protobuf::Mixin& mixins(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Mixin& mixins(int index) const;
::google::protobuf::Mixin* add_mixins() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Mixin* add_mixins();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >& const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >&
mixins() const ABSL_ATTRIBUTE_LIFETIME_BOUND; mixins() const;
// string name = 1; // string name = 1;
void clear_name() ; void clear_name() ;
const std::string& name() const const std::string& name() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_name(Arg_&& arg, Args_... args); void set_name(Arg_&& arg, Args_... args);
std::string* mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_name();
PROTOBUF_NODISCARD std::string* release_name(); PROTOBUF_NODISCARD std::string* release_name();
void set_allocated_name(std::string* ptr); void set_allocated_name(std::string* ptr);
@ -294,11 +291,10 @@ class PROTOBUF_EXPORT Api final :
public: public:
// string version = 4; // string version = 4;
void clear_version() ; void clear_version() ;
const std::string& version() const const std::string& version() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_version(Arg_&& arg, Args_... args); void set_version(Arg_&& arg, Args_... args);
std::string* mutable_version() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_version();
PROTOBUF_NODISCARD std::string* release_version(); PROTOBUF_NODISCARD std::string* release_version();
void set_allocated_version(std::string* ptr); void set_allocated_version(std::string* ptr);
@ -312,9 +308,9 @@ class PROTOBUF_EXPORT Api final :
// .google.protobuf.SourceContext source_context = 5; // .google.protobuf.SourceContext source_context = 5;
bool has_source_context() const; bool has_source_context() const;
void clear_source_context() ; void clear_source_context() ;
const ::google::protobuf::SourceContext& source_context() const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::SourceContext& source_context() const;
PROTOBUF_NODISCARD ::google::protobuf::SourceContext* release_source_context(); PROTOBUF_NODISCARD ::google::protobuf::SourceContext* release_source_context();
::google::protobuf::SourceContext* mutable_source_context() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::SourceContext* mutable_source_context();
void set_allocated_source_context(::google::protobuf::SourceContext* value); void set_allocated_source_context(::google::protobuf::SourceContext* value);
void unsafe_arena_set_allocated_source_context(::google::protobuf::SourceContext* value); void unsafe_arena_set_allocated_source_context(::google::protobuf::SourceContext* value);
::google::protobuf::SourceContext* unsafe_arena_release_source_context(); ::google::protobuf::SourceContext* unsafe_arena_release_source_context();
@ -390,12 +386,10 @@ class PROTOBUF_EXPORT Method final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -503,24 +497,23 @@ class PROTOBUF_EXPORT Method final :
public: public:
void clear_options() ; void clear_options() ;
::google::protobuf::Option* mutable_options(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Option* mutable_options(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
mutable_options() ABSL_ATTRIBUTE_LIFETIME_BOUND; mutable_options();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options();
public: public:
const ::google::protobuf::Option& options(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Option& options(int index) const;
::google::protobuf::Option* add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Option* add_options();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
options() const ABSL_ATTRIBUTE_LIFETIME_BOUND; options() const;
// string name = 1; // string name = 1;
void clear_name() ; void clear_name() ;
const std::string& name() const const std::string& name() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_name(Arg_&& arg, Args_... args); void set_name(Arg_&& arg, Args_... args);
std::string* mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_name();
PROTOBUF_NODISCARD std::string* release_name(); PROTOBUF_NODISCARD std::string* release_name();
void set_allocated_name(std::string* ptr); void set_allocated_name(std::string* ptr);
@ -533,11 +526,10 @@ class PROTOBUF_EXPORT Method final :
public: public:
// string request_type_url = 2; // string request_type_url = 2;
void clear_request_type_url() ; void clear_request_type_url() ;
const std::string& request_type_url() const const std::string& request_type_url() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_request_type_url(Arg_&& arg, Args_... args); void set_request_type_url(Arg_&& arg, Args_... args);
std::string* mutable_request_type_url() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_request_type_url();
PROTOBUF_NODISCARD std::string* release_request_type_url(); PROTOBUF_NODISCARD std::string* release_request_type_url();
void set_allocated_request_type_url(std::string* ptr); void set_allocated_request_type_url(std::string* ptr);
@ -550,11 +542,10 @@ class PROTOBUF_EXPORT Method final :
public: public:
// string response_type_url = 4; // string response_type_url = 4;
void clear_response_type_url() ; void clear_response_type_url() ;
const std::string& response_type_url() const const std::string& response_type_url() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_response_type_url(Arg_&& arg, Args_... args); void set_response_type_url(Arg_&& arg, Args_... args);
std::string* mutable_response_type_url() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_response_type_url();
PROTOBUF_NODISCARD std::string* release_response_type_url(); PROTOBUF_NODISCARD std::string* release_response_type_url();
void set_allocated_response_type_url(std::string* ptr); void set_allocated_response_type_url(std::string* ptr);
@ -650,12 +641,10 @@ class PROTOBUF_EXPORT Mixin final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -753,11 +742,10 @@ class PROTOBUF_EXPORT Mixin final :
}; };
// string name = 1; // string name = 1;
void clear_name() ; void clear_name() ;
const std::string& name() const const std::string& name() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_name(Arg_&& arg, Args_... args); void set_name(Arg_&& arg, Args_... args);
std::string* mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_name();
PROTOBUF_NODISCARD std::string* release_name(); PROTOBUF_NODISCARD std::string* release_name();
void set_allocated_name(std::string* ptr); void set_allocated_name(std::string* ptr);
@ -770,11 +758,10 @@ class PROTOBUF_EXPORT Mixin final :
public: public:
// string root = 2; // string root = 2;
void clear_root() ; void clear_root() ;
const std::string& root() const const std::string& root() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_root(Arg_&& arg, Args_... args); void set_root(Arg_&& arg, Args_... args);
std::string* mutable_root() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_root();
PROTOBUF_NODISCARD std::string* release_root(); PROTOBUF_NODISCARD std::string* release_root();
void set_allocated_root(std::string* ptr); void set_allocated_root(std::string* ptr);
@ -823,8 +810,7 @@ class PROTOBUF_EXPORT Mixin final :
inline void Api::clear_name() { inline void Api::clear_name() {
_impl_.name_.ClearToEmpty(); _impl_.name_.ClearToEmpty();
} }
inline const std::string& Api::name() const inline const std::string& Api::name() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Api.name) // @@protoc_insertion_point(field_get:google.protobuf.Api.name)
return _internal_name(); return _internal_name();
} }
@ -835,7 +821,7 @@ inline PROTOBUF_ALWAYS_INLINE void Api::set_name(Arg_&& arg,
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Api.name) // @@protoc_insertion_point(field_set:google.protobuf.Api.name)
} }
inline std::string* Api::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Api::mutable_name() {
std::string* _s = _internal_mutable_name(); std::string* _s = _internal_mutable_name();
// @@protoc_insertion_point(field_mutable:google.protobuf.Api.name) // @@protoc_insertion_point(field_mutable:google.protobuf.Api.name)
return _s; return _s;
@ -875,26 +861,26 @@ inline int Api::methods_size() const {
inline void Api::clear_methods() { inline void Api::clear_methods() {
_internal_mutable_methods()->Clear(); _internal_mutable_methods()->Clear();
} }
inline ::google::protobuf::Method* Api::mutable_methods(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::Method* Api::mutable_methods(int index) {
// @@protoc_insertion_point(field_mutable:google.protobuf.Api.methods) // @@protoc_insertion_point(field_mutable:google.protobuf.Api.methods)
return _internal_mutable_methods()->Mutable(index); return _internal_mutable_methods()->Mutable(index);
} }
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >* inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >*
Api::mutable_methods() ABSL_ATTRIBUTE_LIFETIME_BOUND{ Api::mutable_methods() {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.methods) // @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.methods)
return _internal_mutable_methods(); return _internal_mutable_methods();
} }
inline const ::google::protobuf::Method& Api::methods(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::Method& Api::methods(int index) const {
// @@protoc_insertion_point(field_get:google.protobuf.Api.methods) // @@protoc_insertion_point(field_get:google.protobuf.Api.methods)
return _internal_methods().Get(index); return _internal_methods().Get(index);
} }
inline ::google::protobuf::Method* Api::add_methods() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::Method* Api::add_methods() {
::google::protobuf::Method* _add = _internal_mutable_methods()->Add(); ::google::protobuf::Method* _add = _internal_mutable_methods()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Api.methods) // @@protoc_insertion_point(field_add:google.protobuf.Api.methods)
return _add; return _add;
} }
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >& inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >&
Api::methods() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ Api::methods() const {
// @@protoc_insertion_point(field_list:google.protobuf.Api.methods) // @@protoc_insertion_point(field_list:google.protobuf.Api.methods)
return _internal_methods(); return _internal_methods();
} }
@ -914,26 +900,26 @@ inline int Api::_internal_options_size() const {
inline int Api::options_size() const { inline int Api::options_size() const {
return _internal_options_size(); return _internal_options_size();
} }
inline ::google::protobuf::Option* Api::mutable_options(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::Option* Api::mutable_options(int index) {
// @@protoc_insertion_point(field_mutable:google.protobuf.Api.options) // @@protoc_insertion_point(field_mutable:google.protobuf.Api.options)
return _internal_mutable_options()->Mutable(index); return _internal_mutable_options()->Mutable(index);
} }
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
Api::mutable_options() ABSL_ATTRIBUTE_LIFETIME_BOUND{ Api::mutable_options() {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.options) // @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.options)
return _internal_mutable_options(); return _internal_mutable_options();
} }
inline const ::google::protobuf::Option& Api::options(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::Option& Api::options(int index) const {
// @@protoc_insertion_point(field_get:google.protobuf.Api.options) // @@protoc_insertion_point(field_get:google.protobuf.Api.options)
return _internal_options().Get(index); return _internal_options().Get(index);
} }
inline ::google::protobuf::Option* Api::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::Option* Api::add_options() {
::google::protobuf::Option* _add = _internal_mutable_options()->Add(); ::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Api.options) // @@protoc_insertion_point(field_add:google.protobuf.Api.options)
return _add; return _add;
} }
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
Api::options() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ Api::options() const {
// @@protoc_insertion_point(field_list:google.protobuf.Api.options) // @@protoc_insertion_point(field_list:google.protobuf.Api.options)
return _internal_options(); return _internal_options();
} }
@ -950,8 +936,7 @@ Api::_internal_mutable_options() {
inline void Api::clear_version() { inline void Api::clear_version() {
_impl_.version_.ClearToEmpty(); _impl_.version_.ClearToEmpty();
} }
inline const std::string& Api::version() const inline const std::string& Api::version() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Api.version) // @@protoc_insertion_point(field_get:google.protobuf.Api.version)
return _internal_version(); return _internal_version();
} }
@ -962,7 +947,7 @@ inline PROTOBUF_ALWAYS_INLINE void Api::set_version(Arg_&& arg,
_impl_.version_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.version_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Api.version) // @@protoc_insertion_point(field_set:google.protobuf.Api.version)
} }
inline std::string* Api::mutable_version() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Api::mutable_version() {
std::string* _s = _internal_mutable_version(); std::string* _s = _internal_mutable_version();
// @@protoc_insertion_point(field_mutable:google.protobuf.Api.version) // @@protoc_insertion_point(field_mutable:google.protobuf.Api.version)
return _s; return _s;
@ -1002,7 +987,7 @@ inline const ::google::protobuf::SourceContext& Api::_internal_source_context()
const ::google::protobuf::SourceContext* p = _impl_.source_context_; const ::google::protobuf::SourceContext* p = _impl_.source_context_;
return p != nullptr ? *p : reinterpret_cast<const ::google::protobuf::SourceContext&>(::google::protobuf::_SourceContext_default_instance_); return p != nullptr ? *p : reinterpret_cast<const ::google::protobuf::SourceContext&>(::google::protobuf::_SourceContext_default_instance_);
} }
inline const ::google::protobuf::SourceContext& Api::source_context() const ABSL_ATTRIBUTE_LIFETIME_BOUND { inline const ::google::protobuf::SourceContext& Api::source_context() const {
// @@protoc_insertion_point(field_get:google.protobuf.Api.source_context) // @@protoc_insertion_point(field_get:google.protobuf.Api.source_context)
return _internal_source_context(); return _internal_source_context();
} }
@ -1052,7 +1037,7 @@ inline ::google::protobuf::SourceContext* Api::_internal_mutable_source_context(
} }
return _impl_.source_context_; return _impl_.source_context_;
} }
inline ::google::protobuf::SourceContext* Api::mutable_source_context() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::SourceContext* Api::mutable_source_context() {
::google::protobuf::SourceContext* _msg = _internal_mutable_source_context(); ::google::protobuf::SourceContext* _msg = _internal_mutable_source_context();
// @@protoc_insertion_point(field_mutable:google.protobuf.Api.source_context) // @@protoc_insertion_point(field_mutable:google.protobuf.Api.source_context)
return _msg; return _msg;
@ -1088,26 +1073,26 @@ inline int Api::mixins_size() const {
inline void Api::clear_mixins() { inline void Api::clear_mixins() {
_internal_mutable_mixins()->Clear(); _internal_mutable_mixins()->Clear();
} }
inline ::google::protobuf::Mixin* Api::mutable_mixins(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::Mixin* Api::mutable_mixins(int index) {
// @@protoc_insertion_point(field_mutable:google.protobuf.Api.mixins) // @@protoc_insertion_point(field_mutable:google.protobuf.Api.mixins)
return _internal_mutable_mixins()->Mutable(index); return _internal_mutable_mixins()->Mutable(index);
} }
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >* inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >*
Api::mutable_mixins() ABSL_ATTRIBUTE_LIFETIME_BOUND{ Api::mutable_mixins() {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.mixins) // @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.mixins)
return _internal_mutable_mixins(); return _internal_mutable_mixins();
} }
inline const ::google::protobuf::Mixin& Api::mixins(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::Mixin& Api::mixins(int index) const {
// @@protoc_insertion_point(field_get:google.protobuf.Api.mixins) // @@protoc_insertion_point(field_get:google.protobuf.Api.mixins)
return _internal_mixins().Get(index); return _internal_mixins().Get(index);
} }
inline ::google::protobuf::Mixin* Api::add_mixins() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::Mixin* Api::add_mixins() {
::google::protobuf::Mixin* _add = _internal_mutable_mixins()->Add(); ::google::protobuf::Mixin* _add = _internal_mutable_mixins()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Api.mixins) // @@protoc_insertion_point(field_add:google.protobuf.Api.mixins)
return _add; return _add;
} }
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >& inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >&
Api::mixins() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ Api::mixins() const {
// @@protoc_insertion_point(field_list:google.protobuf.Api.mixins) // @@protoc_insertion_point(field_list:google.protobuf.Api.mixins)
return _internal_mixins(); return _internal_mixins();
} }
@ -1148,8 +1133,7 @@ inline void Api::_internal_set_syntax(::google::protobuf::Syntax value) {
inline void Method::clear_name() { inline void Method::clear_name() {
_impl_.name_.ClearToEmpty(); _impl_.name_.ClearToEmpty();
} }
inline const std::string& Method::name() const inline const std::string& Method::name() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Method.name) // @@protoc_insertion_point(field_get:google.protobuf.Method.name)
return _internal_name(); return _internal_name();
} }
@ -1160,7 +1144,7 @@ inline PROTOBUF_ALWAYS_INLINE void Method::set_name(Arg_&& arg,
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Method.name) // @@protoc_insertion_point(field_set:google.protobuf.Method.name)
} }
inline std::string* Method::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Method::mutable_name() {
std::string* _s = _internal_mutable_name(); std::string* _s = _internal_mutable_name();
// @@protoc_insertion_point(field_mutable:google.protobuf.Method.name) // @@protoc_insertion_point(field_mutable:google.protobuf.Method.name)
return _s; return _s;
@ -1194,8 +1178,7 @@ inline void Method::set_allocated_name(std::string* value) {
inline void Method::clear_request_type_url() { inline void Method::clear_request_type_url() {
_impl_.request_type_url_.ClearToEmpty(); _impl_.request_type_url_.ClearToEmpty();
} }
inline const std::string& Method::request_type_url() const inline const std::string& Method::request_type_url() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Method.request_type_url) // @@protoc_insertion_point(field_get:google.protobuf.Method.request_type_url)
return _internal_request_type_url(); return _internal_request_type_url();
} }
@ -1206,7 +1189,7 @@ inline PROTOBUF_ALWAYS_INLINE void Method::set_request_type_url(Arg_&& arg,
_impl_.request_type_url_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.request_type_url_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Method.request_type_url) // @@protoc_insertion_point(field_set:google.protobuf.Method.request_type_url)
} }
inline std::string* Method::mutable_request_type_url() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Method::mutable_request_type_url() {
std::string* _s = _internal_mutable_request_type_url(); std::string* _s = _internal_mutable_request_type_url();
// @@protoc_insertion_point(field_mutable:google.protobuf.Method.request_type_url) // @@protoc_insertion_point(field_mutable:google.protobuf.Method.request_type_url)
return _s; return _s;
@ -1260,8 +1243,7 @@ inline void Method::_internal_set_request_streaming(bool value) {
inline void Method::clear_response_type_url() { inline void Method::clear_response_type_url() {
_impl_.response_type_url_.ClearToEmpty(); _impl_.response_type_url_.ClearToEmpty();
} }
inline const std::string& Method::response_type_url() const inline const std::string& Method::response_type_url() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Method.response_type_url) // @@protoc_insertion_point(field_get:google.protobuf.Method.response_type_url)
return _internal_response_type_url(); return _internal_response_type_url();
} }
@ -1272,7 +1254,7 @@ inline PROTOBUF_ALWAYS_INLINE void Method::set_response_type_url(Arg_&& arg,
_impl_.response_type_url_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.response_type_url_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Method.response_type_url) // @@protoc_insertion_point(field_set:google.protobuf.Method.response_type_url)
} }
inline std::string* Method::mutable_response_type_url() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Method::mutable_response_type_url() {
std::string* _s = _internal_mutable_response_type_url(); std::string* _s = _internal_mutable_response_type_url();
// @@protoc_insertion_point(field_mutable:google.protobuf.Method.response_type_url) // @@protoc_insertion_point(field_mutable:google.protobuf.Method.response_type_url)
return _s; return _s;
@ -1329,26 +1311,26 @@ inline int Method::_internal_options_size() const {
inline int Method::options_size() const { inline int Method::options_size() const {
return _internal_options_size(); return _internal_options_size();
} }
inline ::google::protobuf::Option* Method::mutable_options(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::Option* Method::mutable_options(int index) {
// @@protoc_insertion_point(field_mutable:google.protobuf.Method.options) // @@protoc_insertion_point(field_mutable:google.protobuf.Method.options)
return _internal_mutable_options()->Mutable(index); return _internal_mutable_options()->Mutable(index);
} }
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
Method::mutable_options() ABSL_ATTRIBUTE_LIFETIME_BOUND{ Method::mutable_options() {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Method.options) // @@protoc_insertion_point(field_mutable_list:google.protobuf.Method.options)
return _internal_mutable_options(); return _internal_mutable_options();
} }
inline const ::google::protobuf::Option& Method::options(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::Option& Method::options(int index) const {
// @@protoc_insertion_point(field_get:google.protobuf.Method.options) // @@protoc_insertion_point(field_get:google.protobuf.Method.options)
return _internal_options().Get(index); return _internal_options().Get(index);
} }
inline ::google::protobuf::Option* Method::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::Option* Method::add_options() {
::google::protobuf::Option* _add = _internal_mutable_options()->Add(); ::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Method.options) // @@protoc_insertion_point(field_add:google.protobuf.Method.options)
return _add; return _add;
} }
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
Method::options() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ Method::options() const {
// @@protoc_insertion_point(field_list:google.protobuf.Method.options) // @@protoc_insertion_point(field_list:google.protobuf.Method.options)
return _internal_options(); return _internal_options();
} }
@ -1389,8 +1371,7 @@ inline void Method::_internal_set_syntax(::google::protobuf::Syntax value) {
inline void Mixin::clear_name() { inline void Mixin::clear_name() {
_impl_.name_.ClearToEmpty(); _impl_.name_.ClearToEmpty();
} }
inline const std::string& Mixin::name() const inline const std::string& Mixin::name() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Mixin.name) // @@protoc_insertion_point(field_get:google.protobuf.Mixin.name)
return _internal_name(); return _internal_name();
} }
@ -1401,7 +1382,7 @@ inline PROTOBUF_ALWAYS_INLINE void Mixin::set_name(Arg_&& arg,
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Mixin.name) // @@protoc_insertion_point(field_set:google.protobuf.Mixin.name)
} }
inline std::string* Mixin::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Mixin::mutable_name() {
std::string* _s = _internal_mutable_name(); std::string* _s = _internal_mutable_name();
// @@protoc_insertion_point(field_mutable:google.protobuf.Mixin.name) // @@protoc_insertion_point(field_mutable:google.protobuf.Mixin.name)
return _s; return _s;
@ -1435,8 +1416,7 @@ inline void Mixin::set_allocated_name(std::string* value) {
inline void Mixin::clear_root() { inline void Mixin::clear_root() {
_impl_.root_.ClearToEmpty(); _impl_.root_.ClearToEmpty();
} }
inline const std::string& Mixin::root() const inline const std::string& Mixin::root() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Mixin.root) // @@protoc_insertion_point(field_get:google.protobuf.Mixin.root)
return _internal_root(); return _internal_root();
} }
@ -1447,7 +1427,7 @@ inline PROTOBUF_ALWAYS_INLINE void Mixin::set_root(Arg_&& arg,
_impl_.root_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.root_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Mixin.root) // @@protoc_insertion_point(field_set:google.protobuf.Mixin.root)
} }
inline std::string* Mixin::mutable_root() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Mixin::mutable_root() {
std::string* _s = _internal_mutable_root(); std::string* _s = _internal_mutable_root();
// @@protoc_insertion_point(field_mutable:google.protobuf.Mixin.root) // @@protoc_insertion_point(field_mutable:google.protobuf.Mixin.root)
return _s; return _s;

@ -103,12 +103,10 @@ class PROTOBUF_EXPORT Duration final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }

@ -103,12 +103,10 @@ class PROTOBUF_EXPORT Empty final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }

@ -103,12 +103,10 @@ class PROTOBUF_EXPORT FieldMask final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -210,25 +208,21 @@ class PROTOBUF_EXPORT FieldMask final :
public: public:
void clear_paths() ; void clear_paths() ;
const std::string& paths(int index) const const std::string& paths(int index) const;
ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_paths(int index);
std::string* mutable_paths(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND;
void set_paths(int index, const std::string& value); void set_paths(int index, const std::string& value);
void set_paths(int index, std::string&& value); void set_paths(int index, std::string&& value);
void set_paths(int index, const char* value); void set_paths(int index, const char* value);
void set_paths(int index, const char* value, std::size_t size); void set_paths(int index, const char* value, std::size_t size);
void set_paths(int index, absl::string_view value); void set_paths(int index, absl::string_view value);
std::string* add_paths() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* add_paths();
void add_paths(const std::string& value); void add_paths(const std::string& value);
void add_paths(std::string&& value); void add_paths(std::string&& value);
void add_paths(const char* value); void add_paths(const char* value);
void add_paths(const char* value, std::size_t size); void add_paths(const char* value, std::size_t size);
void add_paths(absl::string_view value); void add_paths(absl::string_view value);
const ::google::protobuf::RepeatedPtrField<std::string>& paths() const const ::google::protobuf::RepeatedPtrField<std::string>& paths() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::RepeatedPtrField<std::string>* mutable_paths();
::google::protobuf::RepeatedPtrField<std::string>* mutable_paths()
ABSL_ATTRIBUTE_LIFETIME_BOUND;
private: private:
const ::google::protobuf::RepeatedPtrField<std::string>& _internal_paths() const; const ::google::protobuf::RepeatedPtrField<std::string>& _internal_paths() const;
@ -278,19 +272,16 @@ inline int FieldMask::paths_size() const {
inline void FieldMask::clear_paths() { inline void FieldMask::clear_paths() {
_internal_mutable_paths()->Clear(); _internal_mutable_paths()->Clear();
} }
inline std::string* FieldMask::add_paths() inline std::string* FieldMask::add_paths() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
std::string* _s = _internal_mutable_paths()->Add(); std::string* _s = _internal_mutable_paths()->Add();
// @@protoc_insertion_point(field_add_mutable:google.protobuf.FieldMask.paths) // @@protoc_insertion_point(field_add_mutable:google.protobuf.FieldMask.paths)
return _s; return _s;
} }
inline const std::string& FieldMask::paths(int index) const inline const std::string& FieldMask::paths(int index) const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.FieldMask.paths) // @@protoc_insertion_point(field_get:google.protobuf.FieldMask.paths)
return _internal_paths().Get(index); return _internal_paths().Get(index);
} }
inline std::string* FieldMask::mutable_paths(int index) inline std::string* FieldMask::mutable_paths(int index) {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.FieldMask.paths) // @@protoc_insertion_point(field_mutable:google.protobuf.FieldMask.paths)
return _internal_mutable_paths()->Mutable(index); return _internal_mutable_paths()->Mutable(index);
} }
@ -341,12 +332,11 @@ inline void FieldMask::add_paths(absl::string_view value) {
// @@protoc_insertion_point(field_add_string_piece:google.protobuf.FieldMask.paths) // @@protoc_insertion_point(field_add_string_piece:google.protobuf.FieldMask.paths)
} }
inline const ::google::protobuf::RepeatedPtrField<std::string>& inline const ::google::protobuf::RepeatedPtrField<std::string>&
FieldMask::paths() const ABSL_ATTRIBUTE_LIFETIME_BOUND { FieldMask::paths() const {
// @@protoc_insertion_point(field_list:google.protobuf.FieldMask.paths) // @@protoc_insertion_point(field_list:google.protobuf.FieldMask.paths)
return _internal_paths(); return _internal_paths();
} }
inline ::google::protobuf::RepeatedPtrField<std::string>* inline ::google::protobuf::RepeatedPtrField<std::string>* FieldMask::mutable_paths() {
FieldMask::mutable_paths() ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.FieldMask.paths) // @@protoc_insertion_point(field_mutable_list:google.protobuf.FieldMask.paths)
return _internal_mutable_paths(); return _internal_mutable_paths();
} }

@ -103,12 +103,10 @@ class PROTOBUF_EXPORT SourceContext final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -205,11 +203,10 @@ class PROTOBUF_EXPORT SourceContext final :
}; };
// string file_name = 1; // string file_name = 1;
void clear_file_name() ; void clear_file_name() ;
const std::string& file_name() const const std::string& file_name() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_file_name(Arg_&& arg, Args_... args); void set_file_name(Arg_&& arg, Args_... args);
std::string* mutable_file_name() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_file_name();
PROTOBUF_NODISCARD std::string* release_file_name(); PROTOBUF_NODISCARD std::string* release_file_name();
void set_allocated_file_name(std::string* ptr); void set_allocated_file_name(std::string* ptr);
@ -257,8 +254,7 @@ class PROTOBUF_EXPORT SourceContext final :
inline void SourceContext::clear_file_name() { inline void SourceContext::clear_file_name() {
_impl_.file_name_.ClearToEmpty(); _impl_.file_name_.ClearToEmpty();
} }
inline const std::string& SourceContext::file_name() const inline const std::string& SourceContext::file_name() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.SourceContext.file_name) // @@protoc_insertion_point(field_get:google.protobuf.SourceContext.file_name)
return _internal_file_name(); return _internal_file_name();
} }
@ -269,7 +265,7 @@ inline PROTOBUF_ALWAYS_INLINE void SourceContext::set_file_name(Arg_&& arg,
_impl_.file_name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.file_name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.SourceContext.file_name) // @@protoc_insertion_point(field_set:google.protobuf.SourceContext.file_name)
} }
inline std::string* SourceContext::mutable_file_name() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* SourceContext::mutable_file_name() {
std::string* _s = _internal_mutable_file_name(); std::string* _s = _internal_mutable_file_name();
// @@protoc_insertion_point(field_mutable:google.protobuf.SourceContext.file_name) // @@protoc_insertion_point(field_mutable:google.protobuf.SourceContext.file_name)
return _s; return _s;

@ -179,12 +179,10 @@ class PROTOBUF_EXPORT Struct final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -287,8 +285,8 @@ class PROTOBUF_EXPORT Struct final :
public: public:
void clear_fields() ; void clear_fields() ;
const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& fields() const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& fields() const;
::google::protobuf::Map<std::string, ::google::protobuf::Value>* mutable_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Map<std::string, ::google::protobuf::Value>* mutable_fields();
private: private:
const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& _internal_fields() const; const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& _internal_fields() const;
@ -347,12 +345,10 @@ class PROTOBUF_EXPORT Value final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -487,11 +483,10 @@ class PROTOBUF_EXPORT Value final :
// string string_value = 3; // string string_value = 3;
bool has_string_value() const; bool has_string_value() const;
void clear_string_value() ; void clear_string_value() ;
const std::string& string_value() const const std::string& string_value() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_string_value(Arg_&& arg, Args_... args); void set_string_value(Arg_&& arg, Args_... args);
std::string* mutable_string_value() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_string_value();
PROTOBUF_NODISCARD std::string* release_string_value(); PROTOBUF_NODISCARD std::string* release_string_value();
void set_allocated_string_value(std::string* ptr); void set_allocated_string_value(std::string* ptr);
@ -520,9 +515,9 @@ class PROTOBUF_EXPORT Value final :
public: public:
void clear_struct_value() ; void clear_struct_value() ;
const ::google::protobuf::Struct& struct_value() const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Struct& struct_value() const;
PROTOBUF_NODISCARD ::google::protobuf::Struct* release_struct_value(); PROTOBUF_NODISCARD ::google::protobuf::Struct* release_struct_value();
::google::protobuf::Struct* mutable_struct_value() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Struct* mutable_struct_value();
void set_allocated_struct_value(::google::protobuf::Struct* value); void set_allocated_struct_value(::google::protobuf::Struct* value);
void unsafe_arena_set_allocated_struct_value(::google::protobuf::Struct* value); void unsafe_arena_set_allocated_struct_value(::google::protobuf::Struct* value);
::google::protobuf::Struct* unsafe_arena_release_struct_value(); ::google::protobuf::Struct* unsafe_arena_release_struct_value();
@ -539,9 +534,9 @@ class PROTOBUF_EXPORT Value final :
public: public:
void clear_list_value() ; void clear_list_value() ;
const ::google::protobuf::ListValue& list_value() const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::ListValue& list_value() const;
PROTOBUF_NODISCARD ::google::protobuf::ListValue* release_list_value(); PROTOBUF_NODISCARD ::google::protobuf::ListValue* release_list_value();
::google::protobuf::ListValue* mutable_list_value() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::ListValue* mutable_list_value();
void set_allocated_list_value(::google::protobuf::ListValue* value); void set_allocated_list_value(::google::protobuf::ListValue* value);
void unsafe_arena_set_allocated_list_value(::google::protobuf::ListValue* value); void unsafe_arena_set_allocated_list_value(::google::protobuf::ListValue* value);
::google::protobuf::ListValue* unsafe_arena_release_list_value(); ::google::protobuf::ListValue* unsafe_arena_release_list_value();
@ -622,12 +617,10 @@ class PROTOBUF_EXPORT ListValue final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -729,17 +722,17 @@ class PROTOBUF_EXPORT ListValue final :
public: public:
void clear_values() ; void clear_values() ;
::google::protobuf::Value* mutable_values(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Value* mutable_values(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >* ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >*
mutable_values() ABSL_ATTRIBUTE_LIFETIME_BOUND; mutable_values();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>& _internal_values() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>& _internal_values() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Value>* _internal_mutable_values(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>* _internal_mutable_values();
public: public:
const ::google::protobuf::Value& values(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Value& values(int index) const;
::google::protobuf::Value* add_values() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Value* add_values();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >& const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >&
values() const ABSL_ATTRIBUTE_LIFETIME_BOUND; values() const;
// @@protoc_insertion_point(class_scope:google.protobuf.ListValue) // @@protoc_insertion_point(class_scope:google.protobuf.ListValue)
private: private:
class _Internal; class _Internal;
@ -788,14 +781,14 @@ inline void Struct::clear_fields() {
inline const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& Struct::_internal_fields() const { inline const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& Struct::_internal_fields() const {
return _impl_.fields_.GetMap(); return _impl_.fields_.GetMap();
} }
inline const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& Struct::fields() const ABSL_ATTRIBUTE_LIFETIME_BOUND { inline const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& Struct::fields() const {
// @@protoc_insertion_point(field_map:google.protobuf.Struct.fields) // @@protoc_insertion_point(field_map:google.protobuf.Struct.fields)
return _internal_fields(); return _internal_fields();
} }
inline ::google::protobuf::Map<std::string, ::google::protobuf::Value>* Struct::_internal_mutable_fields() { inline ::google::protobuf::Map<std::string, ::google::protobuf::Value>* Struct::_internal_mutable_fields() {
return _impl_.fields_.MutableMap(); return _impl_.fields_.MutableMap();
} }
inline ::google::protobuf::Map<std::string, ::google::protobuf::Value>* Struct::mutable_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::Map<std::string, ::google::protobuf::Value>* Struct::mutable_fields() {
// @@protoc_insertion_point(field_mutable_map:google.protobuf.Struct.fields) // @@protoc_insertion_point(field_mutable_map:google.protobuf.Struct.fields)
return _internal_mutable_fields(); return _internal_mutable_fields();
} }
@ -887,8 +880,7 @@ inline void Value::clear_string_value() {
clear_has_kind(); clear_has_kind();
} }
} }
inline const std::string& Value::string_value() const inline const std::string& Value::string_value() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Value.string_value) // @@protoc_insertion_point(field_get:google.protobuf.Value.string_value)
return _internal_string_value(); return _internal_string_value();
} }
@ -904,7 +896,7 @@ inline PROTOBUF_ALWAYS_INLINE void Value::set_string_value(Arg_&& arg,
_impl_.kind_.string_value_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.kind_.string_value_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Value.string_value) // @@protoc_insertion_point(field_set:google.protobuf.Value.string_value)
} }
inline std::string* Value::mutable_string_value() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Value::mutable_string_value() {
std::string* _s = _internal_mutable_string_value(); std::string* _s = _internal_mutable_string_value();
// @@protoc_insertion_point(field_mutable:google.protobuf.Value.string_value) // @@protoc_insertion_point(field_mutable:google.protobuf.Value.string_value)
return _s; return _s;
@ -1024,7 +1016,7 @@ inline const ::google::protobuf::Struct& Value::_internal_struct_value() const {
? *_impl_.kind_.struct_value_ ? *_impl_.kind_.struct_value_
: reinterpret_cast<::google::protobuf::Struct&>(::google::protobuf::_Struct_default_instance_); : reinterpret_cast<::google::protobuf::Struct&>(::google::protobuf::_Struct_default_instance_);
} }
inline const ::google::protobuf::Struct& Value::struct_value() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::Struct& Value::struct_value() const {
// @@protoc_insertion_point(field_get:google.protobuf.Value.struct_value) // @@protoc_insertion_point(field_get:google.protobuf.Value.struct_value)
return _internal_struct_value(); return _internal_struct_value();
} }
@ -1055,7 +1047,7 @@ inline ::google::protobuf::Struct* Value::_internal_mutable_struct_value() {
} }
return _impl_.kind_.struct_value_; return _impl_.kind_.struct_value_;
} }
inline ::google::protobuf::Struct* Value::mutable_struct_value() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::Struct* Value::mutable_struct_value() {
::google::protobuf::Struct* _msg = _internal_mutable_struct_value(); ::google::protobuf::Struct* _msg = _internal_mutable_struct_value();
// @@protoc_insertion_point(field_mutable:google.protobuf.Value.struct_value) // @@protoc_insertion_point(field_mutable:google.protobuf.Value.struct_value)
return _msg; return _msg;
@ -1098,7 +1090,7 @@ inline const ::google::protobuf::ListValue& Value::_internal_list_value() const
? *_impl_.kind_.list_value_ ? *_impl_.kind_.list_value_
: reinterpret_cast<::google::protobuf::ListValue&>(::google::protobuf::_ListValue_default_instance_); : reinterpret_cast<::google::protobuf::ListValue&>(::google::protobuf::_ListValue_default_instance_);
} }
inline const ::google::protobuf::ListValue& Value::list_value() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::ListValue& Value::list_value() const {
// @@protoc_insertion_point(field_get:google.protobuf.Value.list_value) // @@protoc_insertion_point(field_get:google.protobuf.Value.list_value)
return _internal_list_value(); return _internal_list_value();
} }
@ -1129,7 +1121,7 @@ inline ::google::protobuf::ListValue* Value::_internal_mutable_list_value() {
} }
return _impl_.kind_.list_value_; return _impl_.kind_.list_value_;
} }
inline ::google::protobuf::ListValue* Value::mutable_list_value() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::ListValue* Value::mutable_list_value() {
::google::protobuf::ListValue* _msg = _internal_mutable_list_value(); ::google::protobuf::ListValue* _msg = _internal_mutable_list_value();
// @@protoc_insertion_point(field_mutable:google.protobuf.Value.list_value) // @@protoc_insertion_point(field_mutable:google.protobuf.Value.list_value)
return _msg; return _msg;
@ -1158,26 +1150,26 @@ inline int ListValue::values_size() const {
inline void ListValue::clear_values() { inline void ListValue::clear_values() {
_internal_mutable_values()->Clear(); _internal_mutable_values()->Clear();
} }
inline ::google::protobuf::Value* ListValue::mutable_values(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::Value* ListValue::mutable_values(int index) {
// @@protoc_insertion_point(field_mutable:google.protobuf.ListValue.values) // @@protoc_insertion_point(field_mutable:google.protobuf.ListValue.values)
return _internal_mutable_values()->Mutable(index); return _internal_mutable_values()->Mutable(index);
} }
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >* inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >*
ListValue::mutable_values() ABSL_ATTRIBUTE_LIFETIME_BOUND{ ListValue::mutable_values() {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.ListValue.values) // @@protoc_insertion_point(field_mutable_list:google.protobuf.ListValue.values)
return _internal_mutable_values(); return _internal_mutable_values();
} }
inline const ::google::protobuf::Value& ListValue::values(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::Value& ListValue::values(int index) const {
// @@protoc_insertion_point(field_get:google.protobuf.ListValue.values) // @@protoc_insertion_point(field_get:google.protobuf.ListValue.values)
return _internal_values().Get(index); return _internal_values().Get(index);
} }
inline ::google::protobuf::Value* ListValue::add_values() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::Value* ListValue::add_values() {
::google::protobuf::Value* _add = _internal_mutable_values()->Add(); ::google::protobuf::Value* _add = _internal_mutable_values()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.ListValue.values) // @@protoc_insertion_point(field_add:google.protobuf.ListValue.values)
return _add; return _add;
} }
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >& inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >&
ListValue::values() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ ListValue::values() const {
// @@protoc_insertion_point(field_list:google.protobuf.ListValue.values) // @@protoc_insertion_point(field_list:google.protobuf.ListValue.values)
return _internal_values(); return _internal_values();
} }

@ -103,12 +103,10 @@ class PROTOBUF_EXPORT Timestamp final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }

@ -242,12 +242,10 @@ class PROTOBUF_EXPORT Type final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -355,17 +353,17 @@ class PROTOBUF_EXPORT Type final :
public: public:
void clear_fields() ; void clear_fields() ;
::google::protobuf::Field* mutable_fields(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Field* mutable_fields(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >* ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >*
mutable_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND; mutable_fields();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>& _internal_fields() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>& _internal_fields() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Field>* _internal_mutable_fields(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>* _internal_mutable_fields();
public: public:
const ::google::protobuf::Field& fields(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Field& fields(int index) const;
::google::protobuf::Field* add_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Field* add_fields();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >& const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >&
fields() const ABSL_ATTRIBUTE_LIFETIME_BOUND; fields() const;
// repeated string oneofs = 3; // repeated string oneofs = 3;
int oneofs_size() const; int oneofs_size() const;
private: private:
@ -373,25 +371,21 @@ class PROTOBUF_EXPORT Type final :
public: public:
void clear_oneofs() ; void clear_oneofs() ;
const std::string& oneofs(int index) const const std::string& oneofs(int index) const;
ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_oneofs(int index);
std::string* mutable_oneofs(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND;
void set_oneofs(int index, const std::string& value); void set_oneofs(int index, const std::string& value);
void set_oneofs(int index, std::string&& value); void set_oneofs(int index, std::string&& value);
void set_oneofs(int index, const char* value); void set_oneofs(int index, const char* value);
void set_oneofs(int index, const char* value, std::size_t size); void set_oneofs(int index, const char* value, std::size_t size);
void set_oneofs(int index, absl::string_view value); void set_oneofs(int index, absl::string_view value);
std::string* add_oneofs() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* add_oneofs();
void add_oneofs(const std::string& value); void add_oneofs(const std::string& value);
void add_oneofs(std::string&& value); void add_oneofs(std::string&& value);
void add_oneofs(const char* value); void add_oneofs(const char* value);
void add_oneofs(const char* value, std::size_t size); void add_oneofs(const char* value, std::size_t size);
void add_oneofs(absl::string_view value); void add_oneofs(absl::string_view value);
const ::google::protobuf::RepeatedPtrField<std::string>& oneofs() const const ::google::protobuf::RepeatedPtrField<std::string>& oneofs() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::RepeatedPtrField<std::string>* mutable_oneofs();
::google::protobuf::RepeatedPtrField<std::string>* mutable_oneofs()
ABSL_ATTRIBUTE_LIFETIME_BOUND;
private: private:
const ::google::protobuf::RepeatedPtrField<std::string>& _internal_oneofs() const; const ::google::protobuf::RepeatedPtrField<std::string>& _internal_oneofs() const;
@ -405,24 +399,23 @@ class PROTOBUF_EXPORT Type final :
public: public:
void clear_options() ; void clear_options() ;
::google::protobuf::Option* mutable_options(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Option* mutable_options(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
mutable_options() ABSL_ATTRIBUTE_LIFETIME_BOUND; mutable_options();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options();
public: public:
const ::google::protobuf::Option& options(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Option& options(int index) const;
::google::protobuf::Option* add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Option* add_options();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
options() const ABSL_ATTRIBUTE_LIFETIME_BOUND; options() const;
// string name = 1; // string name = 1;
void clear_name() ; void clear_name() ;
const std::string& name() const const std::string& name() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_name(Arg_&& arg, Args_... args); void set_name(Arg_&& arg, Args_... args);
std::string* mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_name();
PROTOBUF_NODISCARD std::string* release_name(); PROTOBUF_NODISCARD std::string* release_name();
void set_allocated_name(std::string* ptr); void set_allocated_name(std::string* ptr);
@ -435,11 +428,10 @@ class PROTOBUF_EXPORT Type final :
public: public:
// string edition = 7; // string edition = 7;
void clear_edition() ; void clear_edition() ;
const std::string& edition() const const std::string& edition() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_edition(Arg_&& arg, Args_... args); void set_edition(Arg_&& arg, Args_... args);
std::string* mutable_edition() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_edition();
PROTOBUF_NODISCARD std::string* release_edition(); PROTOBUF_NODISCARD std::string* release_edition();
void set_allocated_edition(std::string* ptr); void set_allocated_edition(std::string* ptr);
@ -453,9 +445,9 @@ class PROTOBUF_EXPORT Type final :
// .google.protobuf.SourceContext source_context = 5; // .google.protobuf.SourceContext source_context = 5;
bool has_source_context() const; bool has_source_context() const;
void clear_source_context() ; void clear_source_context() ;
const ::google::protobuf::SourceContext& source_context() const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::SourceContext& source_context() const;
PROTOBUF_NODISCARD ::google::protobuf::SourceContext* release_source_context(); PROTOBUF_NODISCARD ::google::protobuf::SourceContext* release_source_context();
::google::protobuf::SourceContext* mutable_source_context() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::SourceContext* mutable_source_context();
void set_allocated_source_context(::google::protobuf::SourceContext* value); void set_allocated_source_context(::google::protobuf::SourceContext* value);
void unsafe_arena_set_allocated_source_context(::google::protobuf::SourceContext* value); void unsafe_arena_set_allocated_source_context(::google::protobuf::SourceContext* value);
::google::protobuf::SourceContext* unsafe_arena_release_source_context(); ::google::protobuf::SourceContext* unsafe_arena_release_source_context();
@ -531,12 +523,10 @@ class PROTOBUF_EXPORT Field final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -706,24 +696,23 @@ class PROTOBUF_EXPORT Field final :
public: public:
void clear_options() ; void clear_options() ;
::google::protobuf::Option* mutable_options(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Option* mutable_options(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
mutable_options() ABSL_ATTRIBUTE_LIFETIME_BOUND; mutable_options();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options();
public: public:
const ::google::protobuf::Option& options(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Option& options(int index) const;
::google::protobuf::Option* add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Option* add_options();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
options() const ABSL_ATTRIBUTE_LIFETIME_BOUND; options() const;
// string name = 4; // string name = 4;
void clear_name() ; void clear_name() ;
const std::string& name() const const std::string& name() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_name(Arg_&& arg, Args_... args); void set_name(Arg_&& arg, Args_... args);
std::string* mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_name();
PROTOBUF_NODISCARD std::string* release_name(); PROTOBUF_NODISCARD std::string* release_name();
void set_allocated_name(std::string* ptr); void set_allocated_name(std::string* ptr);
@ -736,11 +725,10 @@ class PROTOBUF_EXPORT Field final :
public: public:
// string type_url = 6; // string type_url = 6;
void clear_type_url() ; void clear_type_url() ;
const std::string& type_url() const const std::string& type_url() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_type_url(Arg_&& arg, Args_... args); void set_type_url(Arg_&& arg, Args_... args);
std::string* mutable_type_url() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_type_url();
PROTOBUF_NODISCARD std::string* release_type_url(); PROTOBUF_NODISCARD std::string* release_type_url();
void set_allocated_type_url(std::string* ptr); void set_allocated_type_url(std::string* ptr);
@ -753,11 +741,10 @@ class PROTOBUF_EXPORT Field final :
public: public:
// string json_name = 10; // string json_name = 10;
void clear_json_name() ; void clear_json_name() ;
const std::string& json_name() const const std::string& json_name() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_json_name(Arg_&& arg, Args_... args); void set_json_name(Arg_&& arg, Args_... args);
std::string* mutable_json_name() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_json_name();
PROTOBUF_NODISCARD std::string* release_json_name(); PROTOBUF_NODISCARD std::string* release_json_name();
void set_allocated_json_name(std::string* ptr); void set_allocated_json_name(std::string* ptr);
@ -770,11 +757,10 @@ class PROTOBUF_EXPORT Field final :
public: public:
// string default_value = 11; // string default_value = 11;
void clear_default_value() ; void clear_default_value() ;
const std::string& default_value() const const std::string& default_value() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_default_value(Arg_&& arg, Args_... args); void set_default_value(Arg_&& arg, Args_... args);
std::string* mutable_default_value() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_default_value();
PROTOBUF_NODISCARD std::string* release_default_value(); PROTOBUF_NODISCARD std::string* release_default_value();
void set_allocated_default_value(std::string* ptr); void set_allocated_default_value(std::string* ptr);
@ -893,12 +879,10 @@ class PROTOBUF_EXPORT Enum final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -1005,17 +989,17 @@ class PROTOBUF_EXPORT Enum final :
public: public:
void clear_enumvalue() ; void clear_enumvalue() ;
::google::protobuf::EnumValue* mutable_enumvalue(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::EnumValue* mutable_enumvalue(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >* ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >*
mutable_enumvalue() ABSL_ATTRIBUTE_LIFETIME_BOUND; mutable_enumvalue();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>& _internal_enumvalue() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>& _internal_enumvalue() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>* _internal_mutable_enumvalue(); ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>* _internal_mutable_enumvalue();
public: public:
const ::google::protobuf::EnumValue& enumvalue(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::EnumValue& enumvalue(int index) const;
::google::protobuf::EnumValue* add_enumvalue() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::EnumValue* add_enumvalue();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >& const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >&
enumvalue() const ABSL_ATTRIBUTE_LIFETIME_BOUND; enumvalue() const;
// repeated .google.protobuf.Option options = 3; // repeated .google.protobuf.Option options = 3;
int options_size() const; int options_size() const;
private: private:
@ -1023,24 +1007,23 @@ class PROTOBUF_EXPORT Enum final :
public: public:
void clear_options() ; void clear_options() ;
::google::protobuf::Option* mutable_options(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Option* mutable_options(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
mutable_options() ABSL_ATTRIBUTE_LIFETIME_BOUND; mutable_options();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options();
public: public:
const ::google::protobuf::Option& options(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Option& options(int index) const;
::google::protobuf::Option* add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Option* add_options();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
options() const ABSL_ATTRIBUTE_LIFETIME_BOUND; options() const;
// string name = 1; // string name = 1;
void clear_name() ; void clear_name() ;
const std::string& name() const const std::string& name() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_name(Arg_&& arg, Args_... args); void set_name(Arg_&& arg, Args_... args);
std::string* mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_name();
PROTOBUF_NODISCARD std::string* release_name(); PROTOBUF_NODISCARD std::string* release_name();
void set_allocated_name(std::string* ptr); void set_allocated_name(std::string* ptr);
@ -1053,11 +1036,10 @@ class PROTOBUF_EXPORT Enum final :
public: public:
// string edition = 6; // string edition = 6;
void clear_edition() ; void clear_edition() ;
const std::string& edition() const const std::string& edition() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_edition(Arg_&& arg, Args_... args); void set_edition(Arg_&& arg, Args_... args);
std::string* mutable_edition() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_edition();
PROTOBUF_NODISCARD std::string* release_edition(); PROTOBUF_NODISCARD std::string* release_edition();
void set_allocated_edition(std::string* ptr); void set_allocated_edition(std::string* ptr);
@ -1071,9 +1053,9 @@ class PROTOBUF_EXPORT Enum final :
// .google.protobuf.SourceContext source_context = 4; // .google.protobuf.SourceContext source_context = 4;
bool has_source_context() const; bool has_source_context() const;
void clear_source_context() ; void clear_source_context() ;
const ::google::protobuf::SourceContext& source_context() const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::SourceContext& source_context() const;
PROTOBUF_NODISCARD ::google::protobuf::SourceContext* release_source_context(); PROTOBUF_NODISCARD ::google::protobuf::SourceContext* release_source_context();
::google::protobuf::SourceContext* mutable_source_context() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::SourceContext* mutable_source_context();
void set_allocated_source_context(::google::protobuf::SourceContext* value); void set_allocated_source_context(::google::protobuf::SourceContext* value);
void unsafe_arena_set_allocated_source_context(::google::protobuf::SourceContext* value); void unsafe_arena_set_allocated_source_context(::google::protobuf::SourceContext* value);
::google::protobuf::SourceContext* unsafe_arena_release_source_context(); ::google::protobuf::SourceContext* unsafe_arena_release_source_context();
@ -1148,12 +1130,10 @@ class PROTOBUF_EXPORT EnumValue final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -1257,24 +1237,23 @@ class PROTOBUF_EXPORT EnumValue final :
public: public:
void clear_options() ; void clear_options() ;
::google::protobuf::Option* mutable_options(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Option* mutable_options(int index);
::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
mutable_options() ABSL_ATTRIBUTE_LIFETIME_BOUND; mutable_options();
private: private:
const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const; const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& _internal_options() const;
::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options(); ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* _internal_mutable_options();
public: public:
const ::google::protobuf::Option& options(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Option& options(int index) const;
::google::protobuf::Option* add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Option* add_options();
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
options() const ABSL_ATTRIBUTE_LIFETIME_BOUND; options() const;
// string name = 1; // string name = 1;
void clear_name() ; void clear_name() ;
const std::string& name() const const std::string& name() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_name(Arg_&& arg, Args_... args); void set_name(Arg_&& arg, Args_... args);
std::string* mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_name();
PROTOBUF_NODISCARD std::string* release_name(); PROTOBUF_NODISCARD std::string* release_name();
void set_allocated_name(std::string* ptr); void set_allocated_name(std::string* ptr);
@ -1346,12 +1325,10 @@ class PROTOBUF_EXPORT Option final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -1449,11 +1426,10 @@ class PROTOBUF_EXPORT Option final :
}; };
// string name = 1; // string name = 1;
void clear_name() ; void clear_name() ;
const std::string& name() const const std::string& name() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_name(Arg_&& arg, Args_... args); void set_name(Arg_&& arg, Args_... args);
std::string* mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_name();
PROTOBUF_NODISCARD std::string* release_name(); PROTOBUF_NODISCARD std::string* release_name();
void set_allocated_name(std::string* ptr); void set_allocated_name(std::string* ptr);
@ -1467,9 +1443,9 @@ class PROTOBUF_EXPORT Option final :
// .google.protobuf.Any value = 2; // .google.protobuf.Any value = 2;
bool has_value() const; bool has_value() const;
void clear_value() ; void clear_value() ;
const ::google::protobuf::Any& value() const ABSL_ATTRIBUTE_LIFETIME_BOUND; const ::google::protobuf::Any& value() const;
PROTOBUF_NODISCARD ::google::protobuf::Any* release_value(); PROTOBUF_NODISCARD ::google::protobuf::Any* release_value();
::google::protobuf::Any* mutable_value() ABSL_ATTRIBUTE_LIFETIME_BOUND; ::google::protobuf::Any* mutable_value();
void set_allocated_value(::google::protobuf::Any* value); void set_allocated_value(::google::protobuf::Any* value);
void unsafe_arena_set_allocated_value(::google::protobuf::Any* value); void unsafe_arena_set_allocated_value(::google::protobuf::Any* value);
::google::protobuf::Any* unsafe_arena_release_value(); ::google::protobuf::Any* unsafe_arena_release_value();
@ -1518,8 +1494,7 @@ class PROTOBUF_EXPORT Option final :
inline void Type::clear_name() { inline void Type::clear_name() {
_impl_.name_.ClearToEmpty(); _impl_.name_.ClearToEmpty();
} }
inline const std::string& Type::name() const inline const std::string& Type::name() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Type.name) // @@protoc_insertion_point(field_get:google.protobuf.Type.name)
return _internal_name(); return _internal_name();
} }
@ -1530,7 +1505,7 @@ inline PROTOBUF_ALWAYS_INLINE void Type::set_name(Arg_&& arg,
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Type.name) // @@protoc_insertion_point(field_set:google.protobuf.Type.name)
} }
inline std::string* Type::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Type::mutable_name() {
std::string* _s = _internal_mutable_name(); std::string* _s = _internal_mutable_name();
// @@protoc_insertion_point(field_mutable:google.protobuf.Type.name) // @@protoc_insertion_point(field_mutable:google.protobuf.Type.name)
return _s; return _s;
@ -1570,26 +1545,26 @@ inline int Type::fields_size() const {
inline void Type::clear_fields() { inline void Type::clear_fields() {
_internal_mutable_fields()->Clear(); _internal_mutable_fields()->Clear();
} }
inline ::google::protobuf::Field* Type::mutable_fields(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::Field* Type::mutable_fields(int index) {
// @@protoc_insertion_point(field_mutable:google.protobuf.Type.fields) // @@protoc_insertion_point(field_mutable:google.protobuf.Type.fields)
return _internal_mutable_fields()->Mutable(index); return _internal_mutable_fields()->Mutable(index);
} }
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >* inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >*
Type::mutable_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND{ Type::mutable_fields() {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Type.fields) // @@protoc_insertion_point(field_mutable_list:google.protobuf.Type.fields)
return _internal_mutable_fields(); return _internal_mutable_fields();
} }
inline const ::google::protobuf::Field& Type::fields(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::Field& Type::fields(int index) const {
// @@protoc_insertion_point(field_get:google.protobuf.Type.fields) // @@protoc_insertion_point(field_get:google.protobuf.Type.fields)
return _internal_fields().Get(index); return _internal_fields().Get(index);
} }
inline ::google::protobuf::Field* Type::add_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::Field* Type::add_fields() {
::google::protobuf::Field* _add = _internal_mutable_fields()->Add(); ::google::protobuf::Field* _add = _internal_mutable_fields()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Type.fields) // @@protoc_insertion_point(field_add:google.protobuf.Type.fields)
return _add; return _add;
} }
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >& inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >&
Type::fields() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ Type::fields() const {
// @@protoc_insertion_point(field_list:google.protobuf.Type.fields) // @@protoc_insertion_point(field_list:google.protobuf.Type.fields)
return _internal_fields(); return _internal_fields();
} }
@ -1612,19 +1587,16 @@ inline int Type::oneofs_size() const {
inline void Type::clear_oneofs() { inline void Type::clear_oneofs() {
_internal_mutable_oneofs()->Clear(); _internal_mutable_oneofs()->Clear();
} }
inline std::string* Type::add_oneofs() inline std::string* Type::add_oneofs() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
std::string* _s = _internal_mutable_oneofs()->Add(); std::string* _s = _internal_mutable_oneofs()->Add();
// @@protoc_insertion_point(field_add_mutable:google.protobuf.Type.oneofs) // @@protoc_insertion_point(field_add_mutable:google.protobuf.Type.oneofs)
return _s; return _s;
} }
inline const std::string& Type::oneofs(int index) const inline const std::string& Type::oneofs(int index) const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Type.oneofs) // @@protoc_insertion_point(field_get:google.protobuf.Type.oneofs)
return _internal_oneofs().Get(index); return _internal_oneofs().Get(index);
} }
inline std::string* Type::mutable_oneofs(int index) inline std::string* Type::mutable_oneofs(int index) {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.Type.oneofs) // @@protoc_insertion_point(field_mutable:google.protobuf.Type.oneofs)
return _internal_mutable_oneofs()->Mutable(index); return _internal_mutable_oneofs()->Mutable(index);
} }
@ -1675,12 +1647,11 @@ inline void Type::add_oneofs(absl::string_view value) {
// @@protoc_insertion_point(field_add_string_piece:google.protobuf.Type.oneofs) // @@protoc_insertion_point(field_add_string_piece:google.protobuf.Type.oneofs)
} }
inline const ::google::protobuf::RepeatedPtrField<std::string>& inline const ::google::protobuf::RepeatedPtrField<std::string>&
Type::oneofs() const ABSL_ATTRIBUTE_LIFETIME_BOUND { Type::oneofs() const {
// @@protoc_insertion_point(field_list:google.protobuf.Type.oneofs) // @@protoc_insertion_point(field_list:google.protobuf.Type.oneofs)
return _internal_oneofs(); return _internal_oneofs();
} }
inline ::google::protobuf::RepeatedPtrField<std::string>* inline ::google::protobuf::RepeatedPtrField<std::string>* Type::mutable_oneofs() {
Type::mutable_oneofs() ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Type.oneofs) // @@protoc_insertion_point(field_mutable_list:google.protobuf.Type.oneofs)
return _internal_mutable_oneofs(); return _internal_mutable_oneofs();
} }
@ -1703,26 +1674,26 @@ inline int Type::options_size() const {
inline void Type::clear_options() { inline void Type::clear_options() {
_internal_mutable_options()->Clear(); _internal_mutable_options()->Clear();
} }
inline ::google::protobuf::Option* Type::mutable_options(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::Option* Type::mutable_options(int index) {
// @@protoc_insertion_point(field_mutable:google.protobuf.Type.options) // @@protoc_insertion_point(field_mutable:google.protobuf.Type.options)
return _internal_mutable_options()->Mutable(index); return _internal_mutable_options()->Mutable(index);
} }
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
Type::mutable_options() ABSL_ATTRIBUTE_LIFETIME_BOUND{ Type::mutable_options() {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Type.options) // @@protoc_insertion_point(field_mutable_list:google.protobuf.Type.options)
return _internal_mutable_options(); return _internal_mutable_options();
} }
inline const ::google::protobuf::Option& Type::options(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::Option& Type::options(int index) const {
// @@protoc_insertion_point(field_get:google.protobuf.Type.options) // @@protoc_insertion_point(field_get:google.protobuf.Type.options)
return _internal_options().Get(index); return _internal_options().Get(index);
} }
inline ::google::protobuf::Option* Type::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::Option* Type::add_options() {
::google::protobuf::Option* _add = _internal_mutable_options()->Add(); ::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Type.options) // @@protoc_insertion_point(field_add:google.protobuf.Type.options)
return _add; return _add;
} }
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
Type::options() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ Type::options() const {
// @@protoc_insertion_point(field_list:google.protobuf.Type.options) // @@protoc_insertion_point(field_list:google.protobuf.Type.options)
return _internal_options(); return _internal_options();
} }
@ -1745,7 +1716,7 @@ inline const ::google::protobuf::SourceContext& Type::_internal_source_context()
const ::google::protobuf::SourceContext* p = _impl_.source_context_; const ::google::protobuf::SourceContext* p = _impl_.source_context_;
return p != nullptr ? *p : reinterpret_cast<const ::google::protobuf::SourceContext&>(::google::protobuf::_SourceContext_default_instance_); return p != nullptr ? *p : reinterpret_cast<const ::google::protobuf::SourceContext&>(::google::protobuf::_SourceContext_default_instance_);
} }
inline const ::google::protobuf::SourceContext& Type::source_context() const ABSL_ATTRIBUTE_LIFETIME_BOUND { inline const ::google::protobuf::SourceContext& Type::source_context() const {
// @@protoc_insertion_point(field_get:google.protobuf.Type.source_context) // @@protoc_insertion_point(field_get:google.protobuf.Type.source_context)
return _internal_source_context(); return _internal_source_context();
} }
@ -1795,7 +1766,7 @@ inline ::google::protobuf::SourceContext* Type::_internal_mutable_source_context
} }
return _impl_.source_context_; return _impl_.source_context_;
} }
inline ::google::protobuf::SourceContext* Type::mutable_source_context() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::SourceContext* Type::mutable_source_context() {
::google::protobuf::SourceContext* _msg = _internal_mutable_source_context(); ::google::protobuf::SourceContext* _msg = _internal_mutable_source_context();
// @@protoc_insertion_point(field_mutable:google.protobuf.Type.source_context) // @@protoc_insertion_point(field_mutable:google.protobuf.Type.source_context)
return _msg; return _msg;
@ -1845,8 +1816,7 @@ inline void Type::_internal_set_syntax(::google::protobuf::Syntax value) {
inline void Type::clear_edition() { inline void Type::clear_edition() {
_impl_.edition_.ClearToEmpty(); _impl_.edition_.ClearToEmpty();
} }
inline const std::string& Type::edition() const inline const std::string& Type::edition() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Type.edition) // @@protoc_insertion_point(field_get:google.protobuf.Type.edition)
return _internal_edition(); return _internal_edition();
} }
@ -1857,7 +1827,7 @@ inline PROTOBUF_ALWAYS_INLINE void Type::set_edition(Arg_&& arg,
_impl_.edition_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.edition_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Type.edition) // @@protoc_insertion_point(field_set:google.protobuf.Type.edition)
} }
inline std::string* Type::mutable_edition() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Type::mutable_edition() {
std::string* _s = _internal_mutable_edition(); std::string* _s = _internal_mutable_edition();
// @@protoc_insertion_point(field_mutable:google.protobuf.Type.edition) // @@protoc_insertion_point(field_mutable:google.protobuf.Type.edition)
return _s; return _s;
@ -1955,8 +1925,7 @@ inline void Field::_internal_set_number(::int32_t value) {
inline void Field::clear_name() { inline void Field::clear_name() {
_impl_.name_.ClearToEmpty(); _impl_.name_.ClearToEmpty();
} }
inline const std::string& Field::name() const inline const std::string& Field::name() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Field.name) // @@protoc_insertion_point(field_get:google.protobuf.Field.name)
return _internal_name(); return _internal_name();
} }
@ -1967,7 +1936,7 @@ inline PROTOBUF_ALWAYS_INLINE void Field::set_name(Arg_&& arg,
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Field.name) // @@protoc_insertion_point(field_set:google.protobuf.Field.name)
} }
inline std::string* Field::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Field::mutable_name() {
std::string* _s = _internal_mutable_name(); std::string* _s = _internal_mutable_name();
// @@protoc_insertion_point(field_mutable:google.protobuf.Field.name) // @@protoc_insertion_point(field_mutable:google.protobuf.Field.name)
return _s; return _s;
@ -2001,8 +1970,7 @@ inline void Field::set_allocated_name(std::string* value) {
inline void Field::clear_type_url() { inline void Field::clear_type_url() {
_impl_.type_url_.ClearToEmpty(); _impl_.type_url_.ClearToEmpty();
} }
inline const std::string& Field::type_url() const inline const std::string& Field::type_url() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Field.type_url) // @@protoc_insertion_point(field_get:google.protobuf.Field.type_url)
return _internal_type_url(); return _internal_type_url();
} }
@ -2013,7 +1981,7 @@ inline PROTOBUF_ALWAYS_INLINE void Field::set_type_url(Arg_&& arg,
_impl_.type_url_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.type_url_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Field.type_url) // @@protoc_insertion_point(field_set:google.protobuf.Field.type_url)
} }
inline std::string* Field::mutable_type_url() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Field::mutable_type_url() {
std::string* _s = _internal_mutable_type_url(); std::string* _s = _internal_mutable_type_url();
// @@protoc_insertion_point(field_mutable:google.protobuf.Field.type_url) // @@protoc_insertion_point(field_mutable:google.protobuf.Field.type_url)
return _s; return _s;
@ -2093,26 +2061,26 @@ inline int Field::options_size() const {
inline void Field::clear_options() { inline void Field::clear_options() {
_internal_mutable_options()->Clear(); _internal_mutable_options()->Clear();
} }
inline ::google::protobuf::Option* Field::mutable_options(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::Option* Field::mutable_options(int index) {
// @@protoc_insertion_point(field_mutable:google.protobuf.Field.options) // @@protoc_insertion_point(field_mutable:google.protobuf.Field.options)
return _internal_mutable_options()->Mutable(index); return _internal_mutable_options()->Mutable(index);
} }
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
Field::mutable_options() ABSL_ATTRIBUTE_LIFETIME_BOUND{ Field::mutable_options() {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Field.options) // @@protoc_insertion_point(field_mutable_list:google.protobuf.Field.options)
return _internal_mutable_options(); return _internal_mutable_options();
} }
inline const ::google::protobuf::Option& Field::options(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::Option& Field::options(int index) const {
// @@protoc_insertion_point(field_get:google.protobuf.Field.options) // @@protoc_insertion_point(field_get:google.protobuf.Field.options)
return _internal_options().Get(index); return _internal_options().Get(index);
} }
inline ::google::protobuf::Option* Field::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::Option* Field::add_options() {
::google::protobuf::Option* _add = _internal_mutable_options()->Add(); ::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Field.options) // @@protoc_insertion_point(field_add:google.protobuf.Field.options)
return _add; return _add;
} }
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
Field::options() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ Field::options() const {
// @@protoc_insertion_point(field_list:google.protobuf.Field.options) // @@protoc_insertion_point(field_list:google.protobuf.Field.options)
return _internal_options(); return _internal_options();
} }
@ -2129,8 +2097,7 @@ Field::_internal_mutable_options() {
inline void Field::clear_json_name() { inline void Field::clear_json_name() {
_impl_.json_name_.ClearToEmpty(); _impl_.json_name_.ClearToEmpty();
} }
inline const std::string& Field::json_name() const inline const std::string& Field::json_name() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Field.json_name) // @@protoc_insertion_point(field_get:google.protobuf.Field.json_name)
return _internal_json_name(); return _internal_json_name();
} }
@ -2141,7 +2108,7 @@ inline PROTOBUF_ALWAYS_INLINE void Field::set_json_name(Arg_&& arg,
_impl_.json_name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.json_name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Field.json_name) // @@protoc_insertion_point(field_set:google.protobuf.Field.json_name)
} }
inline std::string* Field::mutable_json_name() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Field::mutable_json_name() {
std::string* _s = _internal_mutable_json_name(); std::string* _s = _internal_mutable_json_name();
// @@protoc_insertion_point(field_mutable:google.protobuf.Field.json_name) // @@protoc_insertion_point(field_mutable:google.protobuf.Field.json_name)
return _s; return _s;
@ -2175,8 +2142,7 @@ inline void Field::set_allocated_json_name(std::string* value) {
inline void Field::clear_default_value() { inline void Field::clear_default_value() {
_impl_.default_value_.ClearToEmpty(); _impl_.default_value_.ClearToEmpty();
} }
inline const std::string& Field::default_value() const inline const std::string& Field::default_value() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Field.default_value) // @@protoc_insertion_point(field_get:google.protobuf.Field.default_value)
return _internal_default_value(); return _internal_default_value();
} }
@ -2187,7 +2153,7 @@ inline PROTOBUF_ALWAYS_INLINE void Field::set_default_value(Arg_&& arg,
_impl_.default_value_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.default_value_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Field.default_value) // @@protoc_insertion_point(field_set:google.protobuf.Field.default_value)
} }
inline std::string* Field::mutable_default_value() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Field::mutable_default_value() {
std::string* _s = _internal_mutable_default_value(); std::string* _s = _internal_mutable_default_value();
// @@protoc_insertion_point(field_mutable:google.protobuf.Field.default_value) // @@protoc_insertion_point(field_mutable:google.protobuf.Field.default_value)
return _s; return _s;
@ -2225,8 +2191,7 @@ inline void Field::set_allocated_default_value(std::string* value) {
inline void Enum::clear_name() { inline void Enum::clear_name() {
_impl_.name_.ClearToEmpty(); _impl_.name_.ClearToEmpty();
} }
inline const std::string& Enum::name() const inline const std::string& Enum::name() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Enum.name) // @@protoc_insertion_point(field_get:google.protobuf.Enum.name)
return _internal_name(); return _internal_name();
} }
@ -2237,7 +2202,7 @@ inline PROTOBUF_ALWAYS_INLINE void Enum::set_name(Arg_&& arg,
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Enum.name) // @@protoc_insertion_point(field_set:google.protobuf.Enum.name)
} }
inline std::string* Enum::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Enum::mutable_name() {
std::string* _s = _internal_mutable_name(); std::string* _s = _internal_mutable_name();
// @@protoc_insertion_point(field_mutable:google.protobuf.Enum.name) // @@protoc_insertion_point(field_mutable:google.protobuf.Enum.name)
return _s; return _s;
@ -2277,26 +2242,26 @@ inline int Enum::enumvalue_size() const {
inline void Enum::clear_enumvalue() { inline void Enum::clear_enumvalue() {
_internal_mutable_enumvalue()->Clear(); _internal_mutable_enumvalue()->Clear();
} }
inline ::google::protobuf::EnumValue* Enum::mutable_enumvalue(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::EnumValue* Enum::mutable_enumvalue(int index) {
// @@protoc_insertion_point(field_mutable:google.protobuf.Enum.enumvalue) // @@protoc_insertion_point(field_mutable:google.protobuf.Enum.enumvalue)
return _internal_mutable_enumvalue()->Mutable(index); return _internal_mutable_enumvalue()->Mutable(index);
} }
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >* inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >*
Enum::mutable_enumvalue() ABSL_ATTRIBUTE_LIFETIME_BOUND{ Enum::mutable_enumvalue() {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Enum.enumvalue) // @@protoc_insertion_point(field_mutable_list:google.protobuf.Enum.enumvalue)
return _internal_mutable_enumvalue(); return _internal_mutable_enumvalue();
} }
inline const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const {
// @@protoc_insertion_point(field_get:google.protobuf.Enum.enumvalue) // @@protoc_insertion_point(field_get:google.protobuf.Enum.enumvalue)
return _internal_enumvalue().Get(index); return _internal_enumvalue().Get(index);
} }
inline ::google::protobuf::EnumValue* Enum::add_enumvalue() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::EnumValue* Enum::add_enumvalue() {
::google::protobuf::EnumValue* _add = _internal_mutable_enumvalue()->Add(); ::google::protobuf::EnumValue* _add = _internal_mutable_enumvalue()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Enum.enumvalue) // @@protoc_insertion_point(field_add:google.protobuf.Enum.enumvalue)
return _add; return _add;
} }
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >& inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >&
Enum::enumvalue() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ Enum::enumvalue() const {
// @@protoc_insertion_point(field_list:google.protobuf.Enum.enumvalue) // @@protoc_insertion_point(field_list:google.protobuf.Enum.enumvalue)
return _internal_enumvalue(); return _internal_enumvalue();
} }
@ -2319,26 +2284,26 @@ inline int Enum::options_size() const {
inline void Enum::clear_options() { inline void Enum::clear_options() {
_internal_mutable_options()->Clear(); _internal_mutable_options()->Clear();
} }
inline ::google::protobuf::Option* Enum::mutable_options(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::Option* Enum::mutable_options(int index) {
// @@protoc_insertion_point(field_mutable:google.protobuf.Enum.options) // @@protoc_insertion_point(field_mutable:google.protobuf.Enum.options)
return _internal_mutable_options()->Mutable(index); return _internal_mutable_options()->Mutable(index);
} }
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
Enum::mutable_options() ABSL_ATTRIBUTE_LIFETIME_BOUND{ Enum::mutable_options() {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Enum.options) // @@protoc_insertion_point(field_mutable_list:google.protobuf.Enum.options)
return _internal_mutable_options(); return _internal_mutable_options();
} }
inline const ::google::protobuf::Option& Enum::options(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::Option& Enum::options(int index) const {
// @@protoc_insertion_point(field_get:google.protobuf.Enum.options) // @@protoc_insertion_point(field_get:google.protobuf.Enum.options)
return _internal_options().Get(index); return _internal_options().Get(index);
} }
inline ::google::protobuf::Option* Enum::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::Option* Enum::add_options() {
::google::protobuf::Option* _add = _internal_mutable_options()->Add(); ::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Enum.options) // @@protoc_insertion_point(field_add:google.protobuf.Enum.options)
return _add; return _add;
} }
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
Enum::options() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ Enum::options() const {
// @@protoc_insertion_point(field_list:google.protobuf.Enum.options) // @@protoc_insertion_point(field_list:google.protobuf.Enum.options)
return _internal_options(); return _internal_options();
} }
@ -2361,7 +2326,7 @@ inline const ::google::protobuf::SourceContext& Enum::_internal_source_context()
const ::google::protobuf::SourceContext* p = _impl_.source_context_; const ::google::protobuf::SourceContext* p = _impl_.source_context_;
return p != nullptr ? *p : reinterpret_cast<const ::google::protobuf::SourceContext&>(::google::protobuf::_SourceContext_default_instance_); return p != nullptr ? *p : reinterpret_cast<const ::google::protobuf::SourceContext&>(::google::protobuf::_SourceContext_default_instance_);
} }
inline const ::google::protobuf::SourceContext& Enum::source_context() const ABSL_ATTRIBUTE_LIFETIME_BOUND { inline const ::google::protobuf::SourceContext& Enum::source_context() const {
// @@protoc_insertion_point(field_get:google.protobuf.Enum.source_context) // @@protoc_insertion_point(field_get:google.protobuf.Enum.source_context)
return _internal_source_context(); return _internal_source_context();
} }
@ -2411,7 +2376,7 @@ inline ::google::protobuf::SourceContext* Enum::_internal_mutable_source_context
} }
return _impl_.source_context_; return _impl_.source_context_;
} }
inline ::google::protobuf::SourceContext* Enum::mutable_source_context() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::SourceContext* Enum::mutable_source_context() {
::google::protobuf::SourceContext* _msg = _internal_mutable_source_context(); ::google::protobuf::SourceContext* _msg = _internal_mutable_source_context();
// @@protoc_insertion_point(field_mutable:google.protobuf.Enum.source_context) // @@protoc_insertion_point(field_mutable:google.protobuf.Enum.source_context)
return _msg; return _msg;
@ -2461,8 +2426,7 @@ inline void Enum::_internal_set_syntax(::google::protobuf::Syntax value) {
inline void Enum::clear_edition() { inline void Enum::clear_edition() {
_impl_.edition_.ClearToEmpty(); _impl_.edition_.ClearToEmpty();
} }
inline const std::string& Enum::edition() const inline const std::string& Enum::edition() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Enum.edition) // @@protoc_insertion_point(field_get:google.protobuf.Enum.edition)
return _internal_edition(); return _internal_edition();
} }
@ -2473,7 +2437,7 @@ inline PROTOBUF_ALWAYS_INLINE void Enum::set_edition(Arg_&& arg,
_impl_.edition_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.edition_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Enum.edition) // @@protoc_insertion_point(field_set:google.protobuf.Enum.edition)
} }
inline std::string* Enum::mutable_edition() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Enum::mutable_edition() {
std::string* _s = _internal_mutable_edition(); std::string* _s = _internal_mutable_edition();
// @@protoc_insertion_point(field_mutable:google.protobuf.Enum.edition) // @@protoc_insertion_point(field_mutable:google.protobuf.Enum.edition)
return _s; return _s;
@ -2511,8 +2475,7 @@ inline void Enum::set_allocated_edition(std::string* value) {
inline void EnumValue::clear_name() { inline void EnumValue::clear_name() {
_impl_.name_.ClearToEmpty(); _impl_.name_.ClearToEmpty();
} }
inline const std::string& EnumValue::name() const inline const std::string& EnumValue::name() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.EnumValue.name) // @@protoc_insertion_point(field_get:google.protobuf.EnumValue.name)
return _internal_name(); return _internal_name();
} }
@ -2523,7 +2486,7 @@ inline PROTOBUF_ALWAYS_INLINE void EnumValue::set_name(Arg_&& arg,
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.EnumValue.name) // @@protoc_insertion_point(field_set:google.protobuf.EnumValue.name)
} }
inline std::string* EnumValue::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* EnumValue::mutable_name() {
std::string* _s = _internal_mutable_name(); std::string* _s = _internal_mutable_name();
// @@protoc_insertion_point(field_mutable:google.protobuf.EnumValue.name) // @@protoc_insertion_point(field_mutable:google.protobuf.EnumValue.name)
return _s; return _s;
@ -2583,26 +2546,26 @@ inline int EnumValue::options_size() const {
inline void EnumValue::clear_options() { inline void EnumValue::clear_options() {
_internal_mutable_options()->Clear(); _internal_mutable_options()->Clear();
} }
inline ::google::protobuf::Option* EnumValue::mutable_options(int index) ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::Option* EnumValue::mutable_options(int index) {
// @@protoc_insertion_point(field_mutable:google.protobuf.EnumValue.options) // @@protoc_insertion_point(field_mutable:google.protobuf.EnumValue.options)
return _internal_mutable_options()->Mutable(index); return _internal_mutable_options()->Mutable(index);
} }
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >* inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
EnumValue::mutable_options() ABSL_ATTRIBUTE_LIFETIME_BOUND{ EnumValue::mutable_options() {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.EnumValue.options) // @@protoc_insertion_point(field_mutable_list:google.protobuf.EnumValue.options)
return _internal_mutable_options(); return _internal_mutable_options();
} }
inline const ::google::protobuf::Option& EnumValue::options(int index) const ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline const ::google::protobuf::Option& EnumValue::options(int index) const {
// @@protoc_insertion_point(field_get:google.protobuf.EnumValue.options) // @@protoc_insertion_point(field_get:google.protobuf.EnumValue.options)
return _internal_options().Get(index); return _internal_options().Get(index);
} }
inline ::google::protobuf::Option* EnumValue::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND{ inline ::google::protobuf::Option* EnumValue::add_options() {
::google::protobuf::Option* _add = _internal_mutable_options()->Add(); ::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.EnumValue.options) // @@protoc_insertion_point(field_add:google.protobuf.EnumValue.options)
return _add; return _add;
} }
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >& inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
EnumValue::options() const ABSL_ATTRIBUTE_LIFETIME_BOUND{ EnumValue::options() const {
// @@protoc_insertion_point(field_list:google.protobuf.EnumValue.options) // @@protoc_insertion_point(field_list:google.protobuf.EnumValue.options)
return _internal_options(); return _internal_options();
} }
@ -2623,8 +2586,7 @@ EnumValue::_internal_mutable_options() {
inline void Option::clear_name() { inline void Option::clear_name() {
_impl_.name_.ClearToEmpty(); _impl_.name_.ClearToEmpty();
} }
inline const std::string& Option::name() const inline const std::string& Option::name() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Option.name) // @@protoc_insertion_point(field_get:google.protobuf.Option.name)
return _internal_name(); return _internal_name();
} }
@ -2635,7 +2597,7 @@ inline PROTOBUF_ALWAYS_INLINE void Option::set_name(Arg_&& arg,
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.Option.name) // @@protoc_insertion_point(field_set:google.protobuf.Option.name)
} }
inline std::string* Option::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* Option::mutable_name() {
std::string* _s = _internal_mutable_name(); std::string* _s = _internal_mutable_name();
// @@protoc_insertion_point(field_mutable:google.protobuf.Option.name) // @@protoc_insertion_point(field_mutable:google.protobuf.Option.name)
return _s; return _s;
@ -2675,7 +2637,7 @@ inline const ::google::protobuf::Any& Option::_internal_value() const {
const ::google::protobuf::Any* p = _impl_.value_; const ::google::protobuf::Any* p = _impl_.value_;
return p != nullptr ? *p : reinterpret_cast<const ::google::protobuf::Any&>(::google::protobuf::_Any_default_instance_); return p != nullptr ? *p : reinterpret_cast<const ::google::protobuf::Any&>(::google::protobuf::_Any_default_instance_);
} }
inline const ::google::protobuf::Any& Option::value() const ABSL_ATTRIBUTE_LIFETIME_BOUND { inline const ::google::protobuf::Any& Option::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.Option.value) // @@protoc_insertion_point(field_get:google.protobuf.Option.value)
return _internal_value(); return _internal_value();
} }
@ -2725,7 +2687,7 @@ inline ::google::protobuf::Any* Option::_internal_mutable_value() {
} }
return _impl_.value_; return _impl_.value_;
} }
inline ::google::protobuf::Any* Option::mutable_value() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline ::google::protobuf::Any* Option::mutable_value() {
::google::protobuf::Any* _msg = _internal_mutable_value(); ::google::protobuf::Any* _msg = _internal_mutable_value();
// @@protoc_insertion_point(field_mutable:google.protobuf.Option.value) // @@protoc_insertion_point(field_mutable:google.protobuf.Option.value)
return _msg; return _msg;

@ -143,12 +143,10 @@ class PROTOBUF_EXPORT DoubleValue final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -302,12 +300,10 @@ class PROTOBUF_EXPORT FloatValue final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -461,12 +457,10 @@ class PROTOBUF_EXPORT Int64Value final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -620,12 +614,10 @@ class PROTOBUF_EXPORT UInt64Value final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -779,12 +771,10 @@ class PROTOBUF_EXPORT Int32Value final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -938,12 +928,10 @@ class PROTOBUF_EXPORT UInt32Value final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -1097,12 +1085,10 @@ class PROTOBUF_EXPORT BoolValue final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -1256,12 +1242,10 @@ class PROTOBUF_EXPORT StringValue final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -1358,11 +1342,10 @@ class PROTOBUF_EXPORT StringValue final :
}; };
// string value = 1; // string value = 1;
void clear_value() ; void clear_value() ;
const std::string& value() const const std::string& value() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_value(Arg_&& arg, Args_... args); void set_value(Arg_&& arg, Args_... args);
std::string* mutable_value() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_value();
PROTOBUF_NODISCARD std::string* release_value(); PROTOBUF_NODISCARD std::string* release_value();
void set_allocated_value(std::string* ptr); void set_allocated_value(std::string* ptr);
@ -1422,12 +1405,10 @@ class PROTOBUF_EXPORT BytesValue final :
return *this; return *this;
} }
inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
} }
inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
} }
@ -1524,11 +1505,10 @@ class PROTOBUF_EXPORT BytesValue final :
}; };
// bytes value = 1; // bytes value = 1;
void clear_value() ; void clear_value() ;
const std::string& value() const const std::string& value() const;
ABSL_ATTRIBUTE_LIFETIME_BOUND;
template <typename Arg_ = const std::string&, typename... Args_> template <typename Arg_ = const std::string&, typename... Args_>
void set_value(Arg_&& arg, Args_... args); void set_value(Arg_&& arg, Args_... args);
std::string* mutable_value() ABSL_ATTRIBUTE_LIFETIME_BOUND; std::string* mutable_value();
PROTOBUF_NODISCARD std::string* release_value(); PROTOBUF_NODISCARD std::string* release_value();
void set_allocated_value(std::string* ptr); void set_allocated_value(std::string* ptr);
@ -1744,8 +1724,7 @@ inline void BoolValue::_internal_set_value(bool value) {
inline void StringValue::clear_value() { inline void StringValue::clear_value() {
_impl_.value_.ClearToEmpty(); _impl_.value_.ClearToEmpty();
} }
inline const std::string& StringValue::value() const inline const std::string& StringValue::value() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.StringValue.value) // @@protoc_insertion_point(field_get:google.protobuf.StringValue.value)
return _internal_value(); return _internal_value();
} }
@ -1756,7 +1735,7 @@ inline PROTOBUF_ALWAYS_INLINE void StringValue::set_value(Arg_&& arg,
_impl_.value_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.value_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.StringValue.value) // @@protoc_insertion_point(field_set:google.protobuf.StringValue.value)
} }
inline std::string* StringValue::mutable_value() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* StringValue::mutable_value() {
std::string* _s = _internal_mutable_value(); std::string* _s = _internal_mutable_value();
// @@protoc_insertion_point(field_mutable:google.protobuf.StringValue.value) // @@protoc_insertion_point(field_mutable:google.protobuf.StringValue.value)
return _s; return _s;
@ -1794,8 +1773,7 @@ inline void StringValue::set_allocated_value(std::string* value) {
inline void BytesValue::clear_value() { inline void BytesValue::clear_value() {
_impl_.value_.ClearToEmpty(); _impl_.value_.ClearToEmpty();
} }
inline const std::string& BytesValue::value() const inline const std::string& BytesValue::value() const {
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.BytesValue.value) // @@protoc_insertion_point(field_get:google.protobuf.BytesValue.value)
return _internal_value(); return _internal_value();
} }
@ -1806,7 +1784,7 @@ inline PROTOBUF_ALWAYS_INLINE void BytesValue::set_value(Arg_&& arg,
_impl_.value_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); _impl_.value_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
// @@protoc_insertion_point(field_set:google.protobuf.BytesValue.value) // @@protoc_insertion_point(field_set:google.protobuf.BytesValue.value)
} }
inline std::string* BytesValue::mutable_value() ABSL_ATTRIBUTE_LIFETIME_BOUND { inline std::string* BytesValue::mutable_value() {
std::string* _s = _internal_mutable_value(); std::string* _s = _internal_mutable_value();
// @@protoc_insertion_point(field_mutable:google.protobuf.BytesValue.value) // @@protoc_insertion_point(field_mutable:google.protobuf.BytesValue.value)
return _s; return _s;

Loading…
Cancel
Save