Auto-generate files after cl/538788425

pull/13005/head
Protobuf Team Bot 2 years ago
parent dab3a8b389
commit e80cdef482
  1. 8
      src/google/protobuf/api.pb.h
  2. 2
      src/google/protobuf/field_mask.pb.h
  3. 4
      src/google/protobuf/struct.pb.h
  4. 14
      src/google/protobuf/type.pb.h

@ -886,12 +886,10 @@ Api::methods() const {
} }
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>& inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>&
Api::_internal_methods() const { Api::_internal_methods() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.methods_; return _impl_.methods_;
} }
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>* inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>*
Api::_internal_mutable_methods() { Api::_internal_mutable_methods() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.methods_; return &_impl_.methods_;
} }
@ -927,12 +925,10 @@ Api::options() const {
} }
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>&
Api::_internal_options() const { Api::_internal_options() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.options_; return _impl_.options_;
} }
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>*
Api::_internal_mutable_options() { Api::_internal_mutable_options() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.options_; return &_impl_.options_;
} }
@ -1102,12 +1098,10 @@ Api::mixins() const {
} }
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>& inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>&
Api::_internal_mixins() const { Api::_internal_mixins() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.mixins_; return _impl_.mixins_;
} }
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>* inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>*
Api::_internal_mutable_mixins() { Api::_internal_mutable_mixins() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.mixins_; return &_impl_.mixins_;
} }
@ -1342,12 +1336,10 @@ Method::options() const {
} }
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>&
Method::_internal_options() const { Method::_internal_options() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.options_; return _impl_.options_;
} }
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>*
Method::_internal_mutable_options() { Method::_internal_mutable_options() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.options_; return &_impl_.options_;
} }

@ -342,12 +342,10 @@ inline ::google::protobuf::RepeatedPtrField<std::string>* FieldMask::mutable_pat
} }
inline const ::google::protobuf::RepeatedPtrField<std::string>& inline const ::google::protobuf::RepeatedPtrField<std::string>&
FieldMask::_internal_paths() const { FieldMask::_internal_paths() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.paths_; return _impl_.paths_;
} }
inline ::google::protobuf::RepeatedPtrField<std::string>* inline ::google::protobuf::RepeatedPtrField<std::string>*
FieldMask::_internal_mutable_paths() { FieldMask::_internal_mutable_paths() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.paths_; return &_impl_.paths_;
} }

@ -779,7 +779,6 @@ inline void Struct::clear_fields() {
_impl_.fields_.Clear(); _impl_.fields_.Clear();
} }
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 {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.fields_.GetMap(); return _impl_.fields_.GetMap();
} }
inline const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& Struct::fields() const { inline const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& Struct::fields() const {
@ -787,7 +786,6 @@ inline const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& St
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() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return _impl_.fields_.MutableMap(); return _impl_.fields_.MutableMap();
} }
inline ::google::protobuf::Map<std::string, ::google::protobuf::Value>* Struct::mutable_fields() { inline ::google::protobuf::Map<std::string, ::google::protobuf::Value>* Struct::mutable_fields() {
@ -1177,12 +1175,10 @@ ListValue::values() const {
} }
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>& inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>&
ListValue::_internal_values() const { ListValue::_internal_values() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.values_; return _impl_.values_;
} }
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>* inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>*
ListValue::_internal_mutable_values() { ListValue::_internal_mutable_values() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.values_; return &_impl_.values_;
} }

@ -1570,12 +1570,10 @@ Type::fields() const {
} }
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>& inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>&
Type::_internal_fields() const { Type::_internal_fields() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.fields_; return _impl_.fields_;
} }
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>* inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Field>*
Type::_internal_mutable_fields() { Type::_internal_mutable_fields() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.fields_; return &_impl_.fields_;
} }
@ -1659,12 +1657,10 @@ inline ::google::protobuf::RepeatedPtrField<std::string>* Type::mutable_oneofs()
} }
inline const ::google::protobuf::RepeatedPtrField<std::string>& inline const ::google::protobuf::RepeatedPtrField<std::string>&
Type::_internal_oneofs() const { Type::_internal_oneofs() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.oneofs_; return _impl_.oneofs_;
} }
inline ::google::protobuf::RepeatedPtrField<std::string>* inline ::google::protobuf::RepeatedPtrField<std::string>*
Type::_internal_mutable_oneofs() { Type::_internal_mutable_oneofs() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.oneofs_; return &_impl_.oneofs_;
} }
@ -1703,12 +1699,10 @@ Type::options() const {
} }
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>&
Type::_internal_options() const { Type::_internal_options() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.options_; return _impl_.options_;
} }
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>*
Type::_internal_mutable_options() { Type::_internal_mutable_options() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.options_; return &_impl_.options_;
} }
@ -2092,12 +2086,10 @@ Field::options() const {
} }
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>&
Field::_internal_options() const { Field::_internal_options() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.options_; return _impl_.options_;
} }
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>*
Field::_internal_mutable_options() { Field::_internal_mutable_options() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.options_; return &_impl_.options_;
} }
@ -2275,12 +2267,10 @@ Enum::enumvalue() const {
} }
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>& inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>&
Enum::_internal_enumvalue() const { Enum::_internal_enumvalue() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.enumvalue_; return _impl_.enumvalue_;
} }
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>* inline ::google::protobuf::RepeatedPtrField<::google::protobuf::EnumValue>*
Enum::_internal_mutable_enumvalue() { Enum::_internal_mutable_enumvalue() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.enumvalue_; return &_impl_.enumvalue_;
} }
@ -2319,12 +2309,10 @@ Enum::options() const {
} }
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>&
Enum::_internal_options() const { Enum::_internal_options() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.options_; return _impl_.options_;
} }
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>*
Enum::_internal_mutable_options() { Enum::_internal_mutable_options() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.options_; return &_impl_.options_;
} }
@ -2583,12 +2571,10 @@ EnumValue::options() const {
} }
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>&
EnumValue::_internal_options() const { EnumValue::_internal_options() const {
PROTOBUF_TSAN_READ(&_internal_metadata_);
return _impl_.options_; return _impl_.options_;
} }
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>* inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>*
EnumValue::_internal_mutable_options() { EnumValue::_internal_mutable_options() {
PROTOBUF_TSAN_WRITE(&_internal_metadata_);
return &_impl_.options_; return &_impl_.options_;
} }

Loading…
Cancel
Save