Auto-generate files after cl/558180721

pull/13601/head
Protobuf Team Bot 2 years ago
parent 064035c097
commit c9982635d7
  1. 6
      src/google/protobuf/any.pb.h
  2. 94
      src/google/protobuf/api.pb.h
  3. 6
      src/google/protobuf/duration.pb.h
  4. 6
      src/google/protobuf/empty.pb.h
  5. 6
      src/google/protobuf/field_mask.pb.h
  6. 6
      src/google/protobuf/source_context.pb.h
  7. 62
      src/google/protobuf/struct.pb.h
  8. 6
      src/google/protobuf/timestamp.pb.h
  9. 150
      src/google/protobuf/type.pb.h
  10. 54
      src/google/protobuf/wrappers.pb.h

@ -105,10 +105,12 @@ class PROTOBUF_EXPORT Any final :
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);
}
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>();
}

@ -113,10 +113,12 @@ class PROTOBUF_EXPORT Mixin final :
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);
}
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>();
}
@ -302,10 +304,12 @@ class PROTOBUF_EXPORT Method final :
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);
}
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>();
}
@ -565,10 +569,12 @@ class PROTOBUF_EXPORT Api final :
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);
}
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>();
}
@ -887,28 +893,30 @@ inline void Api::clear_methods() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
_impl_.methods_.Clear();
}
inline ::google::protobuf::Method* Api::mutable_methods(int index) {
inline ::google::protobuf::Method* Api::mutable_methods(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.Api.methods)
return _internal_mutable_methods()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >*
Api::mutable_methods() {
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>* Api::mutable_methods()
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.methods)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
return _internal_mutable_methods();
}
inline const ::google::protobuf::Method& Api::methods(int index) const {
inline const ::google::protobuf::Method& Api::methods(int index) const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@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() {
inline ::google::protobuf::Method* Api::add_methods() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::Method* _add = _internal_mutable_methods()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Api.methods)
return _add;
}
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Method >&
Api::methods() const {
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>& Api::methods() const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_list:google.protobuf.Api.methods)
return _internal_methods();
}
@ -930,28 +938,30 @@ inline int Api::_internal_options_size() const {
inline int Api::options_size() const {
return _internal_options_size();
}
inline ::google::protobuf::Option* Api::mutable_options(int index) {
inline ::google::protobuf::Option* Api::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.Api.options)
return _internal_mutable_options()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
Api::mutable_options() {
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* Api::mutable_options()
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.options)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
return _internal_mutable_options();
}
inline const ::google::protobuf::Option& Api::options(int index) const {
inline const ::google::protobuf::Option& Api::options(int index) const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@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() {
inline ::google::protobuf::Option* Api::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Api.options)
return _add;
}
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
Api::options() const {
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& Api::options() const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_list:google.protobuf.Api.options)
return _internal_options();
}
@ -1029,7 +1039,7 @@ inline const ::google::protobuf::SourceContext& Api::_internal_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_);
}
inline const ::google::protobuf::SourceContext& Api::source_context() const {
inline const ::google::protobuf::SourceContext& Api::source_context() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Api.source_context)
return _internal_source_context();
}
@ -1083,7 +1093,7 @@ inline ::google::protobuf::SourceContext* Api::_internal_mutable_source_context(
}
return _impl_.source_context_;
}
inline ::google::protobuf::SourceContext* Api::mutable_source_context() {
inline ::google::protobuf::SourceContext* Api::mutable_source_context() ABSL_ATTRIBUTE_LIFETIME_BOUND {
::google::protobuf::SourceContext* _msg = _internal_mutable_source_context();
// @@protoc_insertion_point(field_mutable:google.protobuf.Api.source_context)
return _msg;
@ -1121,28 +1131,30 @@ inline void Api::clear_mixins() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
_impl_.mixins_.Clear();
}
inline ::google::protobuf::Mixin* Api::mutable_mixins(int index) {
inline ::google::protobuf::Mixin* Api::mutable_mixins(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.Api.mixins)
return _internal_mutable_mixins()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >*
Api::mutable_mixins() {
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>* Api::mutable_mixins()
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Api.mixins)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
return _internal_mutable_mixins();
}
inline const ::google::protobuf::Mixin& Api::mixins(int index) const {
inline const ::google::protobuf::Mixin& Api::mixins(int index) const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@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() {
inline ::google::protobuf::Mixin* Api::add_mixins() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::Mixin* _add = _internal_mutable_mixins()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Api.mixins)
return _add;
}
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Mixin >&
Api::mixins() const {
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>& Api::mixins() const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_list:google.protobuf.Api.mixins)
return _internal_mixins();
}
@ -1393,28 +1405,30 @@ inline int Method::_internal_options_size() const {
inline int Method::options_size() const {
return _internal_options_size();
}
inline ::google::protobuf::Option* Method::mutable_options(int index) {
inline ::google::protobuf::Option* Method::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.Method.options)
return _internal_mutable_options()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
Method::mutable_options() {
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* Method::mutable_options()
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Method.options)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
return _internal_mutable_options();
}
inline const ::google::protobuf::Option& Method::options(int index) const {
inline const ::google::protobuf::Option& Method::options(int index) const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@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() {
inline ::google::protobuf::Option* Method::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Method.options)
return _add;
}
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
Method::options() const {
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& Method::options() const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_list:google.protobuf.Method.options)
return _internal_options();
}

@ -105,10 +105,12 @@ class PROTOBUF_EXPORT Duration final :
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);
}
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>();
}

@ -105,10 +105,12 @@ class PROTOBUF_EXPORT Empty final :
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);
}
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>();
}

@ -105,10 +105,12 @@ class PROTOBUF_EXPORT FieldMask final :
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);
}
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>();
}

@ -105,10 +105,12 @@ class PROTOBUF_EXPORT SourceContext final :
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);
}
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>();
}

@ -149,10 +149,12 @@ class PROTOBUF_EXPORT ListValue final :
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);
}
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>();
}
@ -322,10 +324,12 @@ class PROTOBUF_EXPORT Struct final :
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);
}
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>();
}
@ -522,10 +526,12 @@ class PROTOBUF_EXPORT Value final :
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);
}
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>();
}
@ -1042,11 +1048,9 @@ inline ::google::protobuf::Struct* Value::release_struct_value() {
}
}
inline const ::google::protobuf::Struct& Value::_internal_struct_value() const {
return kind_case() == kStructValue
? *_impl_.kind_.struct_value_
: reinterpret_cast<::google::protobuf::Struct&>(::google::protobuf::_Struct_default_instance_);
return kind_case() == kStructValue ? *_impl_.kind_.struct_value_ : reinterpret_cast<::google::protobuf::Struct&>(::google::protobuf::_Struct_default_instance_);
}
inline const ::google::protobuf::Struct& Value::struct_value() const {
inline const ::google::protobuf::Struct& Value::struct_value() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Value.struct_value)
return _internal_struct_value();
}
@ -1062,6 +1066,9 @@ inline ::google::protobuf::Struct* Value::unsafe_arena_release_struct_value() {
}
}
inline void Value::unsafe_arena_set_allocated_struct_value(::google::protobuf::Struct* struct_value) {
// We rely on the oneof clear method to free the earlier contents
// of this oneof. We can directly use the pointer we're given to
// set the new value.
clear_kind();
if (struct_value) {
set_has_struct_value();
@ -1073,11 +1080,11 @@ inline ::google::protobuf::Struct* Value::_internal_mutable_struct_value() {
if (kind_case() != kStructValue) {
clear_kind();
set_has_struct_value();
_impl_.kind_.struct_value_ = CreateMaybeMessage< ::google::protobuf::Struct >(GetArenaForAllocation());
_impl_.kind_.struct_value_ = CreateMaybeMessage<::google::protobuf::Struct>(GetArenaForAllocation());
}
return _impl_.kind_.struct_value_;
}
inline ::google::protobuf::Struct* Value::mutable_struct_value() {
inline ::google::protobuf::Struct* Value::mutable_struct_value() ABSL_ATTRIBUTE_LIFETIME_BOUND {
::google::protobuf::Struct* _msg = _internal_mutable_struct_value();
// @@protoc_insertion_point(field_mutable:google.protobuf.Value.struct_value)
return _msg;
@ -1117,11 +1124,9 @@ inline ::google::protobuf::ListValue* Value::release_list_value() {
}
}
inline const ::google::protobuf::ListValue& Value::_internal_list_value() const {
return kind_case() == kListValue
? *_impl_.kind_.list_value_
: reinterpret_cast<::google::protobuf::ListValue&>(::google::protobuf::_ListValue_default_instance_);
return kind_case() == kListValue ? *_impl_.kind_.list_value_ : reinterpret_cast<::google::protobuf::ListValue&>(::google::protobuf::_ListValue_default_instance_);
}
inline const ::google::protobuf::ListValue& Value::list_value() const {
inline const ::google::protobuf::ListValue& Value::list_value() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Value.list_value)
return _internal_list_value();
}
@ -1137,6 +1142,9 @@ inline ::google::protobuf::ListValue* Value::unsafe_arena_release_list_value() {
}
}
inline void Value::unsafe_arena_set_allocated_list_value(::google::protobuf::ListValue* list_value) {
// We rely on the oneof clear method to free the earlier contents
// of this oneof. We can directly use the pointer we're given to
// set the new value.
clear_kind();
if (list_value) {
set_has_list_value();
@ -1148,11 +1156,11 @@ inline ::google::protobuf::ListValue* Value::_internal_mutable_list_value() {
if (kind_case() != kListValue) {
clear_kind();
set_has_list_value();
_impl_.kind_.list_value_ = CreateMaybeMessage< ::google::protobuf::ListValue >(GetArenaForAllocation());
_impl_.kind_.list_value_ = CreateMaybeMessage<::google::protobuf::ListValue>(GetArenaForAllocation());
}
return _impl_.kind_.list_value_;
}
inline ::google::protobuf::ListValue* Value::mutable_list_value() {
inline ::google::protobuf::ListValue* Value::mutable_list_value() ABSL_ATTRIBUTE_LIFETIME_BOUND {
::google::protobuf::ListValue* _msg = _internal_mutable_list_value();
// @@protoc_insertion_point(field_mutable:google.protobuf.Value.list_value)
return _msg;
@ -1182,28 +1190,30 @@ inline void ListValue::clear_values() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
_impl_.values_.Clear();
}
inline ::google::protobuf::Value* ListValue::mutable_values(int index) {
inline ::google::protobuf::Value* ListValue::mutable_values(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.ListValue.values)
return _internal_mutable_values()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >*
ListValue::mutable_values() {
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>* ListValue::mutable_values()
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.ListValue.values)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
return _internal_mutable_values();
}
inline const ::google::protobuf::Value& ListValue::values(int index) const {
inline const ::google::protobuf::Value& ListValue::values(int index) const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@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() {
inline ::google::protobuf::Value* ListValue::add_values() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::Value* _add = _internal_mutable_values()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.ListValue.values)
return _add;
}
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Value >&
ListValue::values() const {
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>& ListValue::values() const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_list:google.protobuf.ListValue.values)
return _internal_values();
}

@ -105,10 +105,12 @@ class PROTOBUF_EXPORT Timestamp final :
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);
}
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>();
}

@ -236,10 +236,12 @@ class PROTOBUF_EXPORT Option final :
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);
}
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>();
}
@ -425,10 +427,12 @@ class PROTOBUF_EXPORT Field final :
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);
}
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>();
}
@ -789,10 +793,12 @@ class PROTOBUF_EXPORT EnumValue final :
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);
}
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>();
}
@ -992,10 +998,12 @@ class PROTOBUF_EXPORT Type final :
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);
}
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>();
}
@ -1281,10 +1289,12 @@ class PROTOBUF_EXPORT Enum final :
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);
}
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>();
}
@ -1583,28 +1593,30 @@ inline void Type::clear_fields() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
_impl_.fields_.Clear();
}
inline ::google::protobuf::Field* Type::mutable_fields(int index) {
inline ::google::protobuf::Field* Type::mutable_fields(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.Type.fields)
return _internal_mutable_fields()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >*
Type::mutable_fields() {
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>* Type::mutable_fields()
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Type.fields)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
return _internal_mutable_fields();
}
inline const ::google::protobuf::Field& Type::fields(int index) const {
inline const ::google::protobuf::Field& Type::fields(int index) const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@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() {
inline ::google::protobuf::Field* Type::add_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::Field* _add = _internal_mutable_fields()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Type.fields)
return _add;
}
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Field >&
Type::fields() const {
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>& Type::fields() const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_list:google.protobuf.Type.fields)
return _internal_fields();
}
@ -1727,28 +1739,30 @@ inline void Type::clear_options() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
_impl_.options_.Clear();
}
inline ::google::protobuf::Option* Type::mutable_options(int index) {
inline ::google::protobuf::Option* Type::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.Type.options)
return _internal_mutable_options()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
Type::mutable_options() {
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* Type::mutable_options()
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Type.options)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
return _internal_mutable_options();
}
inline const ::google::protobuf::Option& Type::options(int index) const {
inline const ::google::protobuf::Option& Type::options(int index) const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@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() {
inline ::google::protobuf::Option* Type::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Type.options)
return _add;
}
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
Type::options() const {
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& Type::options() const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_list:google.protobuf.Type.options)
return _internal_options();
}
@ -1774,7 +1788,7 @@ inline const ::google::protobuf::SourceContext& Type::_internal_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_);
}
inline const ::google::protobuf::SourceContext& Type::source_context() const {
inline const ::google::protobuf::SourceContext& Type::source_context() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Type.source_context)
return _internal_source_context();
}
@ -1828,7 +1842,7 @@ inline ::google::protobuf::SourceContext* Type::_internal_mutable_source_context
}
return _impl_.source_context_;
}
inline ::google::protobuf::SourceContext* Type::mutable_source_context() {
inline ::google::protobuf::SourceContext* Type::mutable_source_context() ABSL_ATTRIBUTE_LIFETIME_BOUND {
::google::protobuf::SourceContext* _msg = _internal_mutable_source_context();
// @@protoc_insertion_point(field_mutable:google.protobuf.Type.source_context)
return _msg;
@ -2164,28 +2178,30 @@ inline void Field::clear_options() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
_impl_.options_.Clear();
}
inline ::google::protobuf::Option* Field::mutable_options(int index) {
inline ::google::protobuf::Option* Field::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.Field.options)
return _internal_mutable_options()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
Field::mutable_options() {
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* Field::mutable_options()
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Field.options)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
return _internal_mutable_options();
}
inline const ::google::protobuf::Option& Field::options(int index) const {
inline const ::google::protobuf::Option& Field::options(int index) const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@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() {
inline ::google::protobuf::Option* Field::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Field.options)
return _add;
}
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
Field::options() const {
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& Field::options() const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_list:google.protobuf.Field.options)
return _internal_options();
}
@ -2371,28 +2387,30 @@ inline void Enum::clear_enumvalue() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
_impl_.enumvalue_.Clear();
}
inline ::google::protobuf::EnumValue* Enum::mutable_enumvalue(int index) {
inline ::google::protobuf::EnumValue* Enum::mutable_enumvalue(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.Enum.enumvalue)
return _internal_mutable_enumvalue()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >*
Enum::mutable_enumvalue() {
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>* Enum::mutable_enumvalue()
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Enum.enumvalue)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
return _internal_mutable_enumvalue();
}
inline const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const {
inline const ::google::protobuf::EnumValue& Enum::enumvalue(int index) const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@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() {
inline ::google::protobuf::EnumValue* Enum::add_enumvalue() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::EnumValue* _add = _internal_mutable_enumvalue()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Enum.enumvalue)
return _add;
}
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumValue >&
Enum::enumvalue() const {
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>& Enum::enumvalue() const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_list:google.protobuf.Enum.enumvalue)
return _internal_enumvalue();
}
@ -2418,28 +2436,30 @@ inline void Enum::clear_options() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
_impl_.options_.Clear();
}
inline ::google::protobuf::Option* Enum::mutable_options(int index) {
inline ::google::protobuf::Option* Enum::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.Enum.options)
return _internal_mutable_options()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
Enum::mutable_options() {
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* Enum::mutable_options()
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.Enum.options)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
return _internal_mutable_options();
}
inline const ::google::protobuf::Option& Enum::options(int index) const {
inline const ::google::protobuf::Option& Enum::options(int index) const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@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() {
inline ::google::protobuf::Option* Enum::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Enum.options)
return _add;
}
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
Enum::options() const {
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& Enum::options() const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_list:google.protobuf.Enum.options)
return _internal_options();
}
@ -2465,7 +2485,7 @@ inline const ::google::protobuf::SourceContext& Enum::_internal_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_);
}
inline const ::google::protobuf::SourceContext& Enum::source_context() const {
inline const ::google::protobuf::SourceContext& Enum::source_context() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Enum.source_context)
return _internal_source_context();
}
@ -2519,7 +2539,7 @@ inline ::google::protobuf::SourceContext* Enum::_internal_mutable_source_context
}
return _impl_.source_context_;
}
inline ::google::protobuf::SourceContext* Enum::mutable_source_context() {
inline ::google::protobuf::SourceContext* Enum::mutable_source_context() ABSL_ATTRIBUTE_LIFETIME_BOUND {
::google::protobuf::SourceContext* _msg = _internal_mutable_source_context();
// @@protoc_insertion_point(field_mutable:google.protobuf.Enum.source_context)
return _msg;
@ -2711,28 +2731,30 @@ inline void EnumValue::clear_options() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
_impl_.options_.Clear();
}
inline ::google::protobuf::Option* EnumValue::mutable_options(int index) {
inline ::google::protobuf::Option* EnumValue::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable:google.protobuf.EnumValue.options)
return _internal_mutable_options()->Mutable(index);
}
inline ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >*
EnumValue::mutable_options() {
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* EnumValue::mutable_options()
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.EnumValue.options)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
return _internal_mutable_options();
}
inline const ::google::protobuf::Option& EnumValue::options(int index) const {
inline const ::google::protobuf::Option& EnumValue::options(int index) const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@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() {
inline ::google::protobuf::Option* EnumValue::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.EnumValue.options)
return _add;
}
inline const ::google::protobuf::RepeatedPtrField< ::google::protobuf::Option >&
EnumValue::options() const {
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& EnumValue::options() const
ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_list:google.protobuf.EnumValue.options)
return _internal_options();
}
@ -2814,7 +2836,7 @@ inline const ::google::protobuf::Any& Option::_internal_value() const {
const ::google::protobuf::Any* p = _impl_.value_;
return p != nullptr ? *p : reinterpret_cast<const ::google::protobuf::Any&>(::google::protobuf::_Any_default_instance_);
}
inline const ::google::protobuf::Any& Option::value() const {
inline const ::google::protobuf::Any& Option::value() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_get:google.protobuf.Option.value)
return _internal_value();
}
@ -2868,7 +2890,7 @@ inline ::google::protobuf::Any* Option::_internal_mutable_value() {
}
return _impl_.value_;
}
inline ::google::protobuf::Any* Option::mutable_value() {
inline ::google::protobuf::Any* Option::mutable_value() ABSL_ATTRIBUTE_LIFETIME_BOUND {
::google::protobuf::Any* _msg = _internal_mutable_value();
// @@protoc_insertion_point(field_mutable:google.protobuf.Option.value)
return _msg;

@ -129,10 +129,12 @@ class PROTOBUF_EXPORT UInt64Value final :
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);
}
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>();
}
@ -294,10 +296,12 @@ class PROTOBUF_EXPORT UInt32Value final :
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);
}
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>();
}
@ -459,10 +463,12 @@ class PROTOBUF_EXPORT StringValue final :
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);
}
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>();
}
@ -630,10 +636,12 @@ class PROTOBUF_EXPORT Int64Value final :
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);
}
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>();
}
@ -795,10 +803,12 @@ class PROTOBUF_EXPORT Int32Value final :
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);
}
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>();
}
@ -960,10 +970,12 @@ class PROTOBUF_EXPORT FloatValue final :
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);
}
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>();
}
@ -1125,10 +1137,12 @@ class PROTOBUF_EXPORT DoubleValue final :
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);
}
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>();
}
@ -1290,10 +1304,12 @@ class PROTOBUF_EXPORT BytesValue final :
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);
}
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>();
}
@ -1461,10 +1477,12 @@ class PROTOBUF_EXPORT BoolValue final :
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);
}
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>();
}

Loading…
Cancel
Save