Auto-generate files after cl/607386966

pull/15831/head
Protobuf Team Bot 10 months ago
parent 44f328a7de
commit a938b595c2
  1. 2
      src/google/protobuf/any.pb.cc
  2. 28
      src/google/protobuf/any.pb.h
  3. 12
      src/google/protobuf/api.pb.cc
  4. 170
      src/google/protobuf/api.pb.h
  5. 2
      src/google/protobuf/duration.pb.cc
  6. 12
      src/google/protobuf/duration.pb.h
  7. 2
      src/google/protobuf/field_mask.pb.cc
  8. 20
      src/google/protobuf/field_mask.pb.h
  9. 2
      src/google/protobuf/source_context.pb.cc
  10. 14
      src/google/protobuf/source_context.pb.h
  11. 8
      src/google/protobuf/struct.pb.cc
  12. 40
      src/google/protobuf/struct.pb.h
  13. 2
      src/google/protobuf/timestamp.pb.cc
  14. 12
      src/google/protobuf/timestamp.pb.h
  15. 16
      src/google/protobuf/type.pb.cc
  16. 304
      src/google/protobuf/type.pb.h
  17. 18
      src/google/protobuf/wrappers.pb.cc
  18. 70
      src/google/protobuf/wrappers.pb.h

@ -236,7 +236,7 @@ const ::_pbi::TcParseTable<1, 2, 0, 36, 2> Any::_table_ = {
PROTOBUF_NOINLINE void Any::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Any)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;

@ -321,7 +321,7 @@ class PROTOBUF_EXPORT Any final : public ::google::protobuf::Message
// string type_url = 1;
inline void Any::clear_type_url() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.type_url_.ClearToEmpty();
}
inline const std::string& Any::type_url() const
@ -332,7 +332,7 @@ inline const std::string& Any::type_url() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void Any::set_type_url(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.type_url_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
// @@protoc_insertion_point(field_set:google.protobuf.Any.type_url)
}
@ -342,24 +342,24 @@ inline std::string* Any::mutable_type_url() ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _s;
}
inline const std::string& Any::_internal_type_url() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.type_url_.Get();
}
inline void Any::_internal_set_type_url(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.type_url_.Set(value, GetArena());
}
inline std::string* Any::_internal_mutable_type_url() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.type_url_.Mutable( GetArena());
}
inline std::string* Any::release_type_url() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.Any.type_url)
return _impl_.type_url_.Release();
}
inline void Any::set_allocated_type_url(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.type_url_.SetAllocated(value, GetArena());
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
if (_impl_.type_url_.IsDefault()) {
@ -371,7 +371,7 @@ inline void Any::set_allocated_type_url(std::string* value) {
// bytes value = 2;
inline void Any::clear_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.ClearToEmpty();
}
inline const std::string& Any::value() const
@ -382,7 +382,7 @@ inline const std::string& Any::value() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void Any::set_value(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
// @@protoc_insertion_point(field_set:google.protobuf.Any.value)
}
@ -392,24 +392,24 @@ inline std::string* Any::mutable_value() ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _s;
}
inline const std::string& Any::_internal_value() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.value_.Get();
}
inline void Any::_internal_set_value(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.Set(value, GetArena());
}
inline std::string* Any::_internal_mutable_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.value_.Mutable( GetArena());
}
inline std::string* Any::release_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.Any.value)
return _impl_.value_.Release();
}
inline void Any::set_allocated_value(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.SetAllocated(value, GetArena());
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
if (_impl_.value_.IsDefault()) {

@ -232,11 +232,11 @@ class Api::_Internal {
};
void Api::clear_options() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.options_.Clear();
}
void Api::clear_source_context() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (_impl_.source_context_ != nullptr) _impl_.source_context_->Clear();
_impl_._has_bits_[0] &= ~0x00000001u;
}
@ -401,7 +401,7 @@ const ::_pbi::TcParseTable<3, 7, 4, 39, 2> Api::_table_ = {
PROTOBUF_NOINLINE void Api::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Api)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -636,7 +636,7 @@ class Method::_Internal {
};
void Method::clear_options() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.options_.Clear();
}
Method::Method(::google::protobuf::Arena* arena)
@ -797,7 +797,7 @@ const ::_pbi::TcParseTable<3, 7, 1, 68, 2> Method::_table_ = {
PROTOBUF_NOINLINE void Method::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Method)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -1117,7 +1117,7 @@ const ::_pbi::TcParseTable<1, 2, 0, 38, 2> Mixin::_table_ = {
PROTOBUF_NOINLINE void Mixin::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Mixin)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;

@ -820,7 +820,7 @@ class PROTOBUF_EXPORT Api final : public ::google::protobuf::Message
// string name = 1;
inline void Api::clear_name() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.ClearToEmpty();
}
inline const std::string& Api::name() const
@ -831,7 +831,7 @@ inline const std::string& Api::name() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void Api::set_name(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
// @@protoc_insertion_point(field_set:google.protobuf.Api.name)
}
@ -841,24 +841,24 @@ inline std::string* Api::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _s;
}
inline const std::string& Api::_internal_name() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.name_.Get();
}
inline void Api::_internal_set_name(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.Set(value, GetArena());
}
inline std::string* Api::_internal_mutable_name() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.name_.Mutable( GetArena());
}
inline std::string* Api::release_name() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.Api.name)
return _impl_.name_.Release();
}
inline void Api::set_allocated_name(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.SetAllocated(value, GetArena());
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
if (_impl_.name_.IsDefault()) {
@ -876,7 +876,7 @@ inline int Api::methods_size() const {
return _internal_methods_size();
}
inline void Api::clear_methods() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.methods_.Clear();
}
inline ::google::protobuf::Method* Api::mutable_methods(int index)
@ -887,7 +887,7 @@ inline ::google::protobuf::Method* Api::mutable_methods(int index)
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);
::google::protobuf::internal::TSanWrite(&_impl_);
return _internal_mutable_methods();
}
inline const ::google::protobuf::Method& Api::methods(int index) const
@ -896,7 +896,7 @@ inline const ::google::protobuf::Method& Api::methods(int index) const
return _internal_methods().Get(index);
}
inline ::google::protobuf::Method* Api::add_methods() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::google::protobuf::Method* _add = _internal_mutable_methods()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Api.methods)
return _add;
@ -908,12 +908,12 @@ inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>& A
}
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>&
Api::_internal_methods() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.methods_;
}
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Method>*
Api::_internal_mutable_methods() {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return &_impl_.methods_;
}
@ -932,7 +932,7 @@ inline ::google::protobuf::Option* Api::mutable_options(int index)
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);
::google::protobuf::internal::TSanWrite(&_impl_);
return _internal_mutable_options();
}
inline const ::google::protobuf::Option& Api::options(int index) const
@ -941,7 +941,7 @@ inline const ::google::protobuf::Option& Api::options(int index) const
return _internal_options().Get(index);
}
inline ::google::protobuf::Option* Api::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Api.options)
return _add;
@ -953,18 +953,18 @@ inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& A
}
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>&
Api::_internal_options() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.options_;
}
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>*
Api::_internal_mutable_options() {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return &_impl_.options_;
}
// string version = 4;
inline void Api::clear_version() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.version_.ClearToEmpty();
}
inline const std::string& Api::version() const
@ -975,7 +975,7 @@ inline const std::string& Api::version() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void Api::set_version(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.version_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
// @@protoc_insertion_point(field_set:google.protobuf.Api.version)
}
@ -985,24 +985,24 @@ inline std::string* Api::mutable_version() ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _s;
}
inline const std::string& Api::_internal_version() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.version_.Get();
}
inline void Api::_internal_set_version(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.version_.Set(value, GetArena());
}
inline std::string* Api::_internal_mutable_version() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.version_.Mutable( GetArena());
}
inline std::string* Api::release_version() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.Api.version)
return _impl_.version_.Release();
}
inline void Api::set_allocated_version(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.version_.SetAllocated(value, GetArena());
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
if (_impl_.version_.IsDefault()) {
@ -1019,7 +1019,7 @@ inline bool Api::has_source_context() const {
return value;
}
inline const ::google::protobuf::SourceContext& Api::_internal_source_context() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
const ::google::protobuf::SourceContext* p = _impl_.source_context_;
return p != nullptr ? *p : reinterpret_cast<const ::google::protobuf::SourceContext&>(::google::protobuf::_SourceContext_default_instance_);
}
@ -1028,7 +1028,7 @@ inline const ::google::protobuf::SourceContext& Api::source_context() const ABSL
return _internal_source_context();
}
inline void Api::unsafe_arena_set_allocated_source_context(::google::protobuf::SourceContext* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (GetArena() == nullptr) {
delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.source_context_);
}
@ -1041,7 +1041,7 @@ inline void Api::unsafe_arena_set_allocated_source_context(::google::protobuf::S
// @@protoc_insertion_point(field_unsafe_arena_set_allocated:google.protobuf.Api.source_context)
}
inline ::google::protobuf::SourceContext* Api::release_source_context() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_._has_bits_[0] &= ~0x00000001u;
::google::protobuf::SourceContext* released = _impl_.source_context_;
@ -1060,7 +1060,7 @@ inline ::google::protobuf::SourceContext* Api::release_source_context() {
return released;
}
inline ::google::protobuf::SourceContext* Api::unsafe_arena_release_source_context() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.Api.source_context)
_impl_._has_bits_[0] &= ~0x00000001u;
@ -1069,7 +1069,7 @@ inline ::google::protobuf::SourceContext* Api::unsafe_arena_release_source_conte
return temp;
}
inline ::google::protobuf::SourceContext* Api::_internal_mutable_source_context() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (_impl_.source_context_ == nullptr) {
auto* p = ::google::protobuf::Message::DefaultConstruct<::google::protobuf::SourceContext>(GetArena());
_impl_.source_context_ = reinterpret_cast<::google::protobuf::SourceContext*>(p);
@ -1084,7 +1084,7 @@ inline ::google::protobuf::SourceContext* Api::mutable_source_context() ABSL_ATT
}
inline void Api::set_allocated_source_context(::google::protobuf::SourceContext* value) {
::google::protobuf::Arena* message_arena = GetArena();
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (message_arena == nullptr) {
delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.source_context_);
}
@ -1111,7 +1111,7 @@ inline int Api::mixins_size() const {
return _internal_mixins_size();
}
inline void Api::clear_mixins() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.mixins_.Clear();
}
inline ::google::protobuf::Mixin* Api::mutable_mixins(int index)
@ -1122,7 +1122,7 @@ inline ::google::protobuf::Mixin* Api::mutable_mixins(int index)
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);
::google::protobuf::internal::TSanWrite(&_impl_);
return _internal_mutable_mixins();
}
inline const ::google::protobuf::Mixin& Api::mixins(int index) const
@ -1131,7 +1131,7 @@ inline const ::google::protobuf::Mixin& Api::mixins(int index) const
return _internal_mixins().Get(index);
}
inline ::google::protobuf::Mixin* Api::add_mixins() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::google::protobuf::Mixin* _add = _internal_mutable_mixins()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Api.mixins)
return _add;
@ -1143,18 +1143,18 @@ inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>& Ap
}
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>&
Api::_internal_mixins() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.mixins_;
}
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Mixin>*
Api::_internal_mutable_mixins() {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return &_impl_.mixins_;
}
// .google.protobuf.Syntax syntax = 7;
inline void Api::clear_syntax() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.syntax_ = 0;
}
inline ::google::protobuf::Syntax Api::syntax() const {
@ -1166,11 +1166,11 @@ inline void Api::set_syntax(::google::protobuf::Syntax value) {
// @@protoc_insertion_point(field_set:google.protobuf.Api.syntax)
}
inline ::google::protobuf::Syntax Api::_internal_syntax() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return static_cast<::google::protobuf::Syntax>(_impl_.syntax_);
}
inline void Api::_internal_set_syntax(::google::protobuf::Syntax value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.syntax_ = value;
}
@ -1180,7 +1180,7 @@ inline void Api::_internal_set_syntax(::google::protobuf::Syntax value) {
// string name = 1;
inline void Method::clear_name() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.ClearToEmpty();
}
inline const std::string& Method::name() const
@ -1191,7 +1191,7 @@ inline const std::string& Method::name() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void Method::set_name(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
// @@protoc_insertion_point(field_set:google.protobuf.Method.name)
}
@ -1201,24 +1201,24 @@ inline std::string* Method::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _s;
}
inline const std::string& Method::_internal_name() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.name_.Get();
}
inline void Method::_internal_set_name(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.Set(value, GetArena());
}
inline std::string* Method::_internal_mutable_name() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.name_.Mutable( GetArena());
}
inline std::string* Method::release_name() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.Method.name)
return _impl_.name_.Release();
}
inline void Method::set_allocated_name(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.SetAllocated(value, GetArena());
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
if (_impl_.name_.IsDefault()) {
@ -1230,7 +1230,7 @@ inline void Method::set_allocated_name(std::string* value) {
// string request_type_url = 2;
inline void Method::clear_request_type_url() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.request_type_url_.ClearToEmpty();
}
inline const std::string& Method::request_type_url() const
@ -1241,7 +1241,7 @@ inline const std::string& Method::request_type_url() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void Method::set_request_type_url(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.request_type_url_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
// @@protoc_insertion_point(field_set:google.protobuf.Method.request_type_url)
}
@ -1251,24 +1251,24 @@ inline std::string* Method::mutable_request_type_url() ABSL_ATTRIBUTE_LIFETIME_B
return _s;
}
inline const std::string& Method::_internal_request_type_url() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.request_type_url_.Get();
}
inline void Method::_internal_set_request_type_url(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.request_type_url_.Set(value, GetArena());
}
inline std::string* Method::_internal_mutable_request_type_url() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.request_type_url_.Mutable( GetArena());
}
inline std::string* Method::release_request_type_url() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.Method.request_type_url)
return _impl_.request_type_url_.Release();
}
inline void Method::set_allocated_request_type_url(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.request_type_url_.SetAllocated(value, GetArena());
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
if (_impl_.request_type_url_.IsDefault()) {
@ -1280,7 +1280,7 @@ inline void Method::set_allocated_request_type_url(std::string* value) {
// bool request_streaming = 3;
inline void Method::clear_request_streaming() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.request_streaming_ = false;
}
inline bool Method::request_streaming() const {
@ -1292,17 +1292,17 @@ inline void Method::set_request_streaming(bool value) {
// @@protoc_insertion_point(field_set:google.protobuf.Method.request_streaming)
}
inline bool Method::_internal_request_streaming() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.request_streaming_;
}
inline void Method::_internal_set_request_streaming(bool value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.request_streaming_ = value;
}
// string response_type_url = 4;
inline void Method::clear_response_type_url() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.response_type_url_.ClearToEmpty();
}
inline const std::string& Method::response_type_url() const
@ -1313,7 +1313,7 @@ inline const std::string& Method::response_type_url() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void Method::set_response_type_url(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.response_type_url_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
// @@protoc_insertion_point(field_set:google.protobuf.Method.response_type_url)
}
@ -1323,24 +1323,24 @@ inline std::string* Method::mutable_response_type_url() ABSL_ATTRIBUTE_LIFETIME_
return _s;
}
inline const std::string& Method::_internal_response_type_url() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.response_type_url_.Get();
}
inline void Method::_internal_set_response_type_url(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.response_type_url_.Set(value, GetArena());
}
inline std::string* Method::_internal_mutable_response_type_url() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.response_type_url_.Mutable( GetArena());
}
inline std::string* Method::release_response_type_url() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.Method.response_type_url)
return _impl_.response_type_url_.Release();
}
inline void Method::set_allocated_response_type_url(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.response_type_url_.SetAllocated(value, GetArena());
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
if (_impl_.response_type_url_.IsDefault()) {
@ -1352,7 +1352,7 @@ inline void Method::set_allocated_response_type_url(std::string* value) {
// bool response_streaming = 5;
inline void Method::clear_response_streaming() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.response_streaming_ = false;
}
inline bool Method::response_streaming() const {
@ -1364,11 +1364,11 @@ inline void Method::set_response_streaming(bool value) {
// @@protoc_insertion_point(field_set:google.protobuf.Method.response_streaming)
}
inline bool Method::_internal_response_streaming() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.response_streaming_;
}
inline void Method::_internal_set_response_streaming(bool value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.response_streaming_ = value;
}
@ -1387,7 +1387,7 @@ inline ::google::protobuf::Option* Method::mutable_options(int index)
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);
::google::protobuf::internal::TSanWrite(&_impl_);
return _internal_mutable_options();
}
inline const ::google::protobuf::Option& Method::options(int index) const
@ -1396,7 +1396,7 @@ inline const ::google::protobuf::Option& Method::options(int index) const
return _internal_options().Get(index);
}
inline ::google::protobuf::Option* Method::add_options() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::google::protobuf::Option* _add = _internal_mutable_options()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.Method.options)
return _add;
@ -1408,18 +1408,18 @@ inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>& M
}
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>&
Method::_internal_options() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.options_;
}
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Option>*
Method::_internal_mutable_options() {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return &_impl_.options_;
}
// .google.protobuf.Syntax syntax = 7;
inline void Method::clear_syntax() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.syntax_ = 0;
}
inline ::google::protobuf::Syntax Method::syntax() const {
@ -1431,11 +1431,11 @@ inline void Method::set_syntax(::google::protobuf::Syntax value) {
// @@protoc_insertion_point(field_set:google.protobuf.Method.syntax)
}
inline ::google::protobuf::Syntax Method::_internal_syntax() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return static_cast<::google::protobuf::Syntax>(_impl_.syntax_);
}
inline void Method::_internal_set_syntax(::google::protobuf::Syntax value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.syntax_ = value;
}
@ -1445,7 +1445,7 @@ inline void Method::_internal_set_syntax(::google::protobuf::Syntax value) {
// string name = 1;
inline void Mixin::clear_name() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.ClearToEmpty();
}
inline const std::string& Mixin::name() const
@ -1456,7 +1456,7 @@ inline const std::string& Mixin::name() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void Mixin::set_name(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
// @@protoc_insertion_point(field_set:google.protobuf.Mixin.name)
}
@ -1466,24 +1466,24 @@ inline std::string* Mixin::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _s;
}
inline const std::string& Mixin::_internal_name() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.name_.Get();
}
inline void Mixin::_internal_set_name(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.Set(value, GetArena());
}
inline std::string* Mixin::_internal_mutable_name() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.name_.Mutable( GetArena());
}
inline std::string* Mixin::release_name() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.Mixin.name)
return _impl_.name_.Release();
}
inline void Mixin::set_allocated_name(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.SetAllocated(value, GetArena());
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
if (_impl_.name_.IsDefault()) {
@ -1495,7 +1495,7 @@ inline void Mixin::set_allocated_name(std::string* value) {
// string root = 2;
inline void Mixin::clear_root() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.root_.ClearToEmpty();
}
inline const std::string& Mixin::root() const
@ -1506,7 +1506,7 @@ inline const std::string& Mixin::root() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void Mixin::set_root(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.root_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
// @@protoc_insertion_point(field_set:google.protobuf.Mixin.root)
}
@ -1516,24 +1516,24 @@ inline std::string* Mixin::mutable_root() ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _s;
}
inline const std::string& Mixin::_internal_root() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.root_.Get();
}
inline void Mixin::_internal_set_root(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.root_.Set(value, GetArena());
}
inline std::string* Mixin::_internal_mutable_root() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.root_.Mutable( GetArena());
}
inline std::string* Mixin::release_root() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.Mixin.root)
return _impl_.root_.Release();
}
inline void Mixin::set_allocated_root(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.root_.SetAllocated(value, GetArena());
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
if (_impl_.root_.IsDefault()) {

@ -197,7 +197,7 @@ const ::_pbi::TcParseTable<1, 2, 0, 0, 2> Duration::_table_ = {
PROTOBUF_NOINLINE void Duration::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Duration)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;

@ -260,7 +260,7 @@ class PROTOBUF_EXPORT Duration final : public ::google::protobuf::Message
// int64 seconds = 1;
inline void Duration::clear_seconds() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.seconds_ = ::int64_t{0};
}
inline ::int64_t Duration::seconds() const {
@ -272,17 +272,17 @@ inline void Duration::set_seconds(::int64_t value) {
// @@protoc_insertion_point(field_set:google.protobuf.Duration.seconds)
}
inline ::int64_t Duration::_internal_seconds() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.seconds_;
}
inline void Duration::_internal_set_seconds(::int64_t value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.seconds_ = value;
}
// int32 nanos = 2;
inline void Duration::clear_nanos() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.nanos_ = 0;
}
inline ::int32_t Duration::nanos() const {
@ -294,11 +294,11 @@ inline void Duration::set_nanos(::int32_t value) {
// @@protoc_insertion_point(field_set:google.protobuf.Duration.nanos)
}
inline ::int32_t Duration::_internal_nanos() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.nanos_;
}
inline void Duration::_internal_set_nanos(::int32_t value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.nanos_ = value;
}

@ -200,7 +200,7 @@ const ::_pbi::TcParseTable<0, 1, 0, 39, 2> FieldMask::_table_ = {
PROTOBUF_NOINLINE void FieldMask::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.FieldMask)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;

@ -272,12 +272,12 @@ inline int FieldMask::paths_size() const {
return _internal_paths_size();
}
inline void FieldMask::clear_paths() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.paths_.Clear();
}
inline std::string* FieldMask::add_paths()
ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
std::string* _s = _internal_mutable_paths()->Add();
// @@protoc_insertion_point(field_add_mutable:google.protobuf.FieldMask.paths)
return _s;
@ -317,29 +317,29 @@ inline void FieldMask::set_paths(int index, absl::string_view value) {
// @@protoc_insertion_point(field_set_string_piece:google.protobuf.FieldMask.paths)
}
inline void FieldMask::add_paths(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_internal_mutable_paths()->Add()->assign(value);
// @@protoc_insertion_point(field_add:google.protobuf.FieldMask.paths)
}
inline void FieldMask::add_paths(std::string&& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_internal_mutable_paths()->Add(std::move(value));
// @@protoc_insertion_point(field_add:google.protobuf.FieldMask.paths)
}
inline void FieldMask::add_paths(const char* value) {
ABSL_DCHECK(value != nullptr);
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_internal_mutable_paths()->Add()->assign(value);
// @@protoc_insertion_point(field_add_char:google.protobuf.FieldMask.paths)
}
inline void FieldMask::add_paths(const char* value, std::size_t size) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_internal_mutable_paths()->Add()->assign(
reinterpret_cast<const char*>(value), size);
// @@protoc_insertion_point(field_add_pointer:google.protobuf.FieldMask.paths)
}
inline void FieldMask::add_paths(absl::string_view value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_internal_mutable_paths()->Add()->assign(value.data(),
value.size());
// @@protoc_insertion_point(field_add_string_piece:google.protobuf.FieldMask.paths)
@ -352,17 +352,17 @@ FieldMask::paths() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
inline ::google::protobuf::RepeatedPtrField<std::string>*
FieldMask::mutable_paths() ABSL_ATTRIBUTE_LIFETIME_BOUND {
// @@protoc_insertion_point(field_mutable_list:google.protobuf.FieldMask.paths)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _internal_mutable_paths();
}
inline const ::google::protobuf::RepeatedPtrField<std::string>&
FieldMask::_internal_paths() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.paths_;
}
inline ::google::protobuf::RepeatedPtrField<std::string>*
FieldMask::_internal_mutable_paths() {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return &_impl_.paths_;
}

@ -203,7 +203,7 @@ const ::_pbi::TcParseTable<0, 1, 0, 47, 2> SourceContext::_table_ = {
PROTOBUF_NOINLINE void SourceContext::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.SourceContext)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;

@ -254,7 +254,7 @@ class PROTOBUF_EXPORT SourceContext final : public ::google::protobuf::Message
// string file_name = 1;
inline void SourceContext::clear_file_name() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.file_name_.ClearToEmpty();
}
inline const std::string& SourceContext::file_name() const
@ -265,7 +265,7 @@ inline const std::string& SourceContext::file_name() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void SourceContext::set_file_name(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.file_name_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
// @@protoc_insertion_point(field_set:google.protobuf.SourceContext.file_name)
}
@ -275,24 +275,24 @@ inline std::string* SourceContext::mutable_file_name() ABSL_ATTRIBUTE_LIFETIME_B
return _s;
}
inline const std::string& SourceContext::_internal_file_name() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.file_name_.Get();
}
inline void SourceContext::_internal_set_file_name(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.file_name_.Set(value, GetArena());
}
inline std::string* SourceContext::_internal_mutable_file_name() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.file_name_.Mutable( GetArena());
}
inline std::string* SourceContext::release_file_name() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.SourceContext.file_name)
return _impl_.file_name_.Release();
}
inline void SourceContext::set_allocated_file_name(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.file_name_.SetAllocated(value, GetArena());
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
if (_impl_.file_name_.IsDefault()) {

@ -334,7 +334,7 @@ const ::_pbi::TcParseTable<0, 1, 2, 37, 2> Struct::_table_ = {
PROTOBUF_NOINLINE void Struct::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Struct)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -548,7 +548,7 @@ inline void Value::SharedDtor() {
void Value::clear_kind() {
// @@protoc_insertion_point(one_of_clear_start:google.protobuf.Value)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
switch (kind_case()) {
case kNullValue: {
// No need to clear
@ -655,7 +655,7 @@ const ::_pbi::TcParseTable<0, 6, 2, 42, 2> Value::_table_ = {
PROTOBUF_NOINLINE void Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Value)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -961,7 +961,7 @@ const ::_pbi::TcParseTable<0, 1, 1, 0, 2> ListValue::_table_ = {
PROTOBUF_NOINLINE void ListValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.ListValue)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;

@ -788,11 +788,11 @@ inline int Struct::fields_size() const {
return _internal_fields_size();
}
inline void Struct::clear_fields() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.fields_.Clear();
}
inline const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& Struct::_internal_fields() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.fields_.GetMap();
}
inline const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& Struct::fields() const ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -800,7 +800,7 @@ inline const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& St
return _internal_fields();
}
inline ::google::protobuf::Map<std::string, ::google::protobuf::Value>* Struct::_internal_mutable_fields() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.fields_.MutableMap();
}
inline ::google::protobuf::Map<std::string, ::google::protobuf::Value>* Struct::mutable_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -820,7 +820,7 @@ inline void Value::set_has_null_value() {
_impl_._oneof_case_[0] = kNullValue;
}
inline void Value::clear_null_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() == kNullValue) {
_impl_.kind_.null_value_ = 0;
clear_has_kind();
@ -853,7 +853,7 @@ inline void Value::set_has_number_value() {
_impl_._oneof_case_[0] = kNumberValue;
}
inline void Value::clear_number_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() == kNumberValue) {
_impl_.kind_.number_value_ = 0;
clear_has_kind();
@ -886,7 +886,7 @@ inline void Value::set_has_string_value() {
_impl_._oneof_case_[0] = kStringValue;
}
inline void Value::clear_string_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() == kStringValue) {
_impl_.kind_.string_value_.Destroy();
clear_has_kind();
@ -900,7 +900,7 @@ inline const std::string& Value::string_value() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void Value::set_string_value(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() != kStringValue) {
clear_kind();
@ -916,14 +916,14 @@ inline std::string* Value::mutable_string_value() ABSL_ATTRIBUTE_LIFETIME_BOUND
return _s;
}
inline const std::string& Value::_internal_string_value() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
if (kind_case() != kStringValue) {
return ::google::protobuf::internal::GetEmptyStringAlreadyInited();
}
return _impl_.kind_.string_value_.Get();
}
inline void Value::_internal_set_string_value(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() != kStringValue) {
clear_kind();
@ -933,7 +933,7 @@ inline void Value::_internal_set_string_value(const std::string& value) {
_impl_.kind_.string_value_.Set(value, GetArena());
}
inline std::string* Value::_internal_mutable_string_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() != kStringValue) {
clear_kind();
@ -943,7 +943,7 @@ inline std::string* Value::_internal_mutable_string_value() {
return _impl_.kind_.string_value_.Mutable( GetArena());
}
inline std::string* Value::release_string_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.Value.string_value)
if (kind_case() != kStringValue) {
return nullptr;
@ -952,7 +952,7 @@ inline std::string* Value::release_string_value() {
return _impl_.kind_.string_value_.Release();
}
inline void Value::set_allocated_string_value(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (has_kind()) {
clear_kind();
}
@ -971,7 +971,7 @@ inline void Value::set_has_bool_value() {
_impl_._oneof_case_[0] = kBoolValue;
}
inline void Value::clear_bool_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() == kBoolValue) {
_impl_.kind_.bool_value_ = false;
clear_has_kind();
@ -1007,7 +1007,7 @@ inline void Value::set_has_struct_value() {
_impl_._oneof_case_[0] = kStructValue;
}
inline void Value::clear_struct_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() == kStructValue) {
if (GetArena() == nullptr) {
delete _impl_.kind_.struct_value_;
@ -1084,7 +1084,7 @@ inline void Value::set_has_list_value() {
_impl_._oneof_case_[0] = kListValue;
}
inline void Value::clear_list_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() == kListValue) {
if (GetArena() == nullptr) {
delete _impl_.kind_.list_value_;
@ -1171,7 +1171,7 @@ inline int ListValue::values_size() const {
return _internal_values_size();
}
inline void ListValue::clear_values() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.values_.Clear();
}
inline ::google::protobuf::Value* ListValue::mutable_values(int index)
@ -1182,7 +1182,7 @@ inline ::google::protobuf::Value* ListValue::mutable_values(int index)
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);
::google::protobuf::internal::TSanWrite(&_impl_);
return _internal_mutable_values();
}
inline const ::google::protobuf::Value& ListValue::values(int index) const
@ -1191,7 +1191,7 @@ inline const ::google::protobuf::Value& ListValue::values(int index) const
return _internal_values().Get(index);
}
inline ::google::protobuf::Value* ListValue::add_values() ABSL_ATTRIBUTE_LIFETIME_BOUND {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::google::protobuf::Value* _add = _internal_mutable_values()->Add();
// @@protoc_insertion_point(field_add:google.protobuf.ListValue.values)
return _add;
@ -1203,12 +1203,12 @@ inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>& Li
}
inline const ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>&
ListValue::_internal_values() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.values_;
}
inline ::google::protobuf::RepeatedPtrField<::google::protobuf::Value>*
ListValue::_internal_mutable_values() {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return &_impl_.values_;
}

@ -197,7 +197,7 @@ const ::_pbi::TcParseTable<1, 2, 0, 0, 2> Timestamp::_table_ = {
PROTOBUF_NOINLINE void Timestamp::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Timestamp)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;

@ -260,7 +260,7 @@ class PROTOBUF_EXPORT Timestamp final : public ::google::protobuf::Message
// int64 seconds = 1;
inline void Timestamp::clear_seconds() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.seconds_ = ::int64_t{0};
}
inline ::int64_t Timestamp::seconds() const {
@ -272,17 +272,17 @@ inline void Timestamp::set_seconds(::int64_t value) {
// @@protoc_insertion_point(field_set:google.protobuf.Timestamp.seconds)
}
inline ::int64_t Timestamp::_internal_seconds() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.seconds_;
}
inline void Timestamp::_internal_set_seconds(::int64_t value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.seconds_ = value;
}
// int32 nanos = 2;
inline void Timestamp::clear_nanos() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.nanos_ = 0;
}
inline ::int32_t Timestamp::nanos() const {
@ -294,11 +294,11 @@ inline void Timestamp::set_nanos(::int32_t value) {
// @@protoc_insertion_point(field_set:google.protobuf.Timestamp.nanos)
}
inline ::int32_t Timestamp::_internal_nanos() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.nanos_;
}
inline void Timestamp::_internal_set_nanos(::int32_t value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.nanos_ = value;
}

@ -416,7 +416,7 @@ class Type::_Internal {
};
void Type::clear_source_context() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (_impl_.source_context_ != nullptr) _impl_.source_context_->Clear();
_impl_._has_bits_[0] &= ~0x00000001u;
}
@ -581,7 +581,7 @@ const ::_pbi::TcParseTable<3, 7, 3, 46, 2> Type::_table_ = {
PROTOBUF_NOINLINE void Type::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Type)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -997,7 +997,7 @@ const ::_pbi::TcParseTable<4, 10, 1, 72, 2> Field::_table_ = {
PROTOBUF_NOINLINE void Field::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Field)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -1265,7 +1265,7 @@ class Enum::_Internal {
};
void Enum::clear_source_context() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (_impl_.source_context_ != nullptr) _impl_.source_context_->Clear();
_impl_._has_bits_[0] &= ~0x00000001u;
}
@ -1422,7 +1422,7 @@ const ::_pbi::TcParseTable<3, 6, 3, 40, 2> Enum::_table_ = {
PROTOBUF_NOINLINE void Enum::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Enum)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -1751,7 +1751,7 @@ const ::_pbi::TcParseTable<2, 3, 1, 38, 2> EnumValue::_table_ = {
PROTOBUF_NOINLINE void EnumValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.EnumValue)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -1892,7 +1892,7 @@ class Option::_Internal {
};
void Option::clear_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
if (_impl_.value_ != nullptr) _impl_.value_->Clear();
_impl_._has_bits_[0] &= ~0x00000001u;
}
@ -2007,7 +2007,7 @@ const ::_pbi::TcParseTable<1, 2, 1, 35, 2> Option::_table_ = {
PROTOBUF_NOINLINE void Option::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Option)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;

File diff suppressed because it is too large Load Diff

@ -434,7 +434,7 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> DoubleValue::_table_ = {
PROTOBUF_NOINLINE void DoubleValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.DoubleValue)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -625,7 +625,7 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> FloatValue::_table_ = {
PROTOBUF_NOINLINE void FloatValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.FloatValue)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -816,7 +816,7 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int64Value::_table_ = {
PROTOBUF_NOINLINE void Int64Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Int64Value)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -993,7 +993,7 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt64Value::_table_ = {
PROTOBUF_NOINLINE void UInt64Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.UInt64Value)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -1170,7 +1170,7 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int32Value::_table_ = {
PROTOBUF_NOINLINE void Int32Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Int32Value)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -1347,7 +1347,7 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt32Value::_table_ = {
PROTOBUF_NOINLINE void UInt32Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.UInt32Value)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -1524,7 +1524,7 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BoolValue::_table_ = {
PROTOBUF_NOINLINE void BoolValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.BoolValue)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -1717,7 +1717,7 @@ const ::_pbi::TcParseTable<0, 1, 0, 41, 2> StringValue::_table_ = {
PROTOBUF_NOINLINE void StringValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.StringValue)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
@ -1911,7 +1911,7 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BytesValue::_table_ = {
PROTOBUF_NOINLINE void BytesValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.BytesValue)
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;

@ -1612,7 +1612,7 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message
// double value = 1;
inline void DoubleValue::clear_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = 0;
}
inline double DoubleValue::value() const {
@ -1624,11 +1624,11 @@ inline void DoubleValue::set_value(double value) {
// @@protoc_insertion_point(field_set:google.protobuf.DoubleValue.value)
}
inline double DoubleValue::_internal_value() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.value_;
}
inline void DoubleValue::_internal_set_value(double value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = value;
}
@ -1638,7 +1638,7 @@ inline void DoubleValue::_internal_set_value(double value) {
// float value = 1;
inline void FloatValue::clear_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = 0;
}
inline float FloatValue::value() const {
@ -1650,11 +1650,11 @@ inline void FloatValue::set_value(float value) {
// @@protoc_insertion_point(field_set:google.protobuf.FloatValue.value)
}
inline float FloatValue::_internal_value() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.value_;
}
inline void FloatValue::_internal_set_value(float value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = value;
}
@ -1664,7 +1664,7 @@ inline void FloatValue::_internal_set_value(float value) {
// int64 value = 1;
inline void Int64Value::clear_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = ::int64_t{0};
}
inline ::int64_t Int64Value::value() const {
@ -1676,11 +1676,11 @@ inline void Int64Value::set_value(::int64_t value) {
// @@protoc_insertion_point(field_set:google.protobuf.Int64Value.value)
}
inline ::int64_t Int64Value::_internal_value() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.value_;
}
inline void Int64Value::_internal_set_value(::int64_t value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = value;
}
@ -1690,7 +1690,7 @@ inline void Int64Value::_internal_set_value(::int64_t value) {
// uint64 value = 1;
inline void UInt64Value::clear_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = ::uint64_t{0u};
}
inline ::uint64_t UInt64Value::value() const {
@ -1702,11 +1702,11 @@ inline void UInt64Value::set_value(::uint64_t value) {
// @@protoc_insertion_point(field_set:google.protobuf.UInt64Value.value)
}
inline ::uint64_t UInt64Value::_internal_value() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.value_;
}
inline void UInt64Value::_internal_set_value(::uint64_t value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = value;
}
@ -1716,7 +1716,7 @@ inline void UInt64Value::_internal_set_value(::uint64_t value) {
// int32 value = 1;
inline void Int32Value::clear_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = 0;
}
inline ::int32_t Int32Value::value() const {
@ -1728,11 +1728,11 @@ inline void Int32Value::set_value(::int32_t value) {
// @@protoc_insertion_point(field_set:google.protobuf.Int32Value.value)
}
inline ::int32_t Int32Value::_internal_value() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.value_;
}
inline void Int32Value::_internal_set_value(::int32_t value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = value;
}
@ -1742,7 +1742,7 @@ inline void Int32Value::_internal_set_value(::int32_t value) {
// uint32 value = 1;
inline void UInt32Value::clear_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = 0u;
}
inline ::uint32_t UInt32Value::value() const {
@ -1754,11 +1754,11 @@ inline void UInt32Value::set_value(::uint32_t value) {
// @@protoc_insertion_point(field_set:google.protobuf.UInt32Value.value)
}
inline ::uint32_t UInt32Value::_internal_value() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.value_;
}
inline void UInt32Value::_internal_set_value(::uint32_t value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = value;
}
@ -1768,7 +1768,7 @@ inline void UInt32Value::_internal_set_value(::uint32_t value) {
// bool value = 1;
inline void BoolValue::clear_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = false;
}
inline bool BoolValue::value() const {
@ -1780,11 +1780,11 @@ inline void BoolValue::set_value(bool value) {
// @@protoc_insertion_point(field_set:google.protobuf.BoolValue.value)
}
inline bool BoolValue::_internal_value() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.value_;
}
inline void BoolValue::_internal_set_value(bool value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = value;
}
@ -1794,7 +1794,7 @@ inline void BoolValue::_internal_set_value(bool value) {
// string value = 1;
inline void StringValue::clear_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.ClearToEmpty();
}
inline const std::string& StringValue::value() const
@ -1805,7 +1805,7 @@ inline const std::string& StringValue::value() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void StringValue::set_value(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.Set(static_cast<Arg_&&>(arg), args..., GetArena());
// @@protoc_insertion_point(field_set:google.protobuf.StringValue.value)
}
@ -1815,24 +1815,24 @@ inline std::string* StringValue::mutable_value() ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _s;
}
inline const std::string& StringValue::_internal_value() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.value_.Get();
}
inline void StringValue::_internal_set_value(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.Set(value, GetArena());
}
inline std::string* StringValue::_internal_mutable_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.value_.Mutable( GetArena());
}
inline std::string* StringValue::release_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.StringValue.value)
return _impl_.value_.Release();
}
inline void StringValue::set_allocated_value(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.SetAllocated(value, GetArena());
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
if (_impl_.value_.IsDefault()) {
@ -1848,7 +1848,7 @@ inline void StringValue::set_allocated_value(std::string* value) {
// bytes value = 1;
inline void BytesValue::clear_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.ClearToEmpty();
}
inline const std::string& BytesValue::value() const
@ -1859,7 +1859,7 @@ inline const std::string& BytesValue::value() const
template <typename Arg_, typename... Args_>
inline PROTOBUF_ALWAYS_INLINE void BytesValue::set_value(Arg_&& arg,
Args_... args) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena());
// @@protoc_insertion_point(field_set:google.protobuf.BytesValue.value)
}
@ -1869,24 +1869,24 @@ inline std::string* BytesValue::mutable_value() ABSL_ATTRIBUTE_LIFETIME_BOUND {
return _s;
}
inline const std::string& BytesValue::_internal_value() const {
PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanRead(&_impl_);
return _impl_.value_.Get();
}
inline void BytesValue::_internal_set_value(const std::string& value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.Set(value, GetArena());
}
inline std::string* BytesValue::_internal_mutable_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
return _impl_.value_.Mutable( GetArena());
}
inline std::string* BytesValue::release_value() {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
// @@protoc_insertion_point(field_release:google.protobuf.BytesValue.value)
return _impl_.value_.Release();
}
inline void BytesValue::set_allocated_value(std::string* value) {
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.SetAllocated(value, GetArena());
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
if (_impl_.value_.IsDefault()) {

Loading…
Cancel
Save