|
|
@ -1210,7 +1210,7 @@ inline PROTOBUF_ALWAYS_INLINE void Version::set_suffix(Arg_&& arg, |
|
|
|
Args_... args) { |
|
|
|
Args_... args) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_.suffix_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); |
|
|
|
_impl_.suffix_.Set(static_cast<Arg_&&>(arg), args..., GetArena()); |
|
|
|
// @@protoc_insertion_point(field_set:google.protobuf.compiler.Version.suffix)
|
|
|
|
// @@protoc_insertion_point(field_set:google.protobuf.compiler.Version.suffix)
|
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* Version::mutable_suffix() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
|
|
|
inline std::string* Version::mutable_suffix() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
|
|
@ -1225,12 +1225,12 @@ inline const std::string& Version::_internal_suffix() const { |
|
|
|
inline void Version::_internal_set_suffix(const std::string& value) { |
|
|
|
inline void Version::_internal_set_suffix(const std::string& value) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_.suffix_.Set(value, GetArenaForAllocation()); |
|
|
|
_impl_.suffix_.Set(value, GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* Version::_internal_mutable_suffix() { |
|
|
|
inline std::string* Version::_internal_mutable_suffix() { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
return _impl_.suffix_.Mutable( GetArenaForAllocation()); |
|
|
|
return _impl_.suffix_.Mutable( GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* Version::release_suffix() { |
|
|
|
inline std::string* Version::release_suffix() { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
@ -1241,7 +1241,7 @@ inline std::string* Version::release_suffix() { |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
auto* released = _impl_.suffix_.Release(); |
|
|
|
auto* released = _impl_.suffix_.Release(); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
_impl_.suffix_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.suffix_.Set("", GetArena()); |
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
return released; |
|
|
|
return released; |
|
|
|
} |
|
|
|
} |
|
|
@ -1252,10 +1252,10 @@ inline void Version::set_allocated_suffix(std::string* value) { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
} |
|
|
|
} |
|
|
|
_impl_.suffix_.SetAllocated(value, GetArenaForAllocation()); |
|
|
|
_impl_.suffix_.SetAllocated(value, GetArena()); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
if (_impl_.suffix_.IsDefault()) { |
|
|
|
if (_impl_.suffix_.IsDefault()) { |
|
|
|
_impl_.suffix_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.suffix_.Set("", GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
// @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.Version.suffix)
|
|
|
|
// @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.Version.suffix)
|
|
|
@ -1386,7 +1386,7 @@ inline PROTOBUF_ALWAYS_INLINE void CodeGeneratorRequest::set_parameter(Arg_&& ar |
|
|
|
Args_... args) { |
|
|
|
Args_... args) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_.parameter_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); |
|
|
|
_impl_.parameter_.Set(static_cast<Arg_&&>(arg), args..., GetArena()); |
|
|
|
// @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorRequest.parameter)
|
|
|
|
// @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorRequest.parameter)
|
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorRequest::mutable_parameter() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
|
|
|
inline std::string* CodeGeneratorRequest::mutable_parameter() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
|
|
@ -1401,12 +1401,12 @@ inline const std::string& CodeGeneratorRequest::_internal_parameter() const { |
|
|
|
inline void CodeGeneratorRequest::_internal_set_parameter(const std::string& value) { |
|
|
|
inline void CodeGeneratorRequest::_internal_set_parameter(const std::string& value) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_.parameter_.Set(value, GetArenaForAllocation()); |
|
|
|
_impl_.parameter_.Set(value, GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorRequest::_internal_mutable_parameter() { |
|
|
|
inline std::string* CodeGeneratorRequest::_internal_mutable_parameter() { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
return _impl_.parameter_.Mutable( GetArenaForAllocation()); |
|
|
|
return _impl_.parameter_.Mutable( GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorRequest::release_parameter() { |
|
|
|
inline std::string* CodeGeneratorRequest::release_parameter() { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
@ -1417,7 +1417,7 @@ inline std::string* CodeGeneratorRequest::release_parameter() { |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
auto* released = _impl_.parameter_.Release(); |
|
|
|
auto* released = _impl_.parameter_.Release(); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
_impl_.parameter_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.parameter_.Set("", GetArena()); |
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
return released; |
|
|
|
return released; |
|
|
|
} |
|
|
|
} |
|
|
@ -1428,10 +1428,10 @@ inline void CodeGeneratorRequest::set_allocated_parameter(std::string* value) { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
} |
|
|
|
} |
|
|
|
_impl_.parameter_.SetAllocated(value, GetArenaForAllocation()); |
|
|
|
_impl_.parameter_.SetAllocated(value, GetArena()); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
if (_impl_.parameter_.IsDefault()) { |
|
|
|
if (_impl_.parameter_.IsDefault()) { |
|
|
|
_impl_.parameter_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.parameter_.Set("", GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
// @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorRequest.parameter)
|
|
|
|
// @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorRequest.parameter)
|
|
|
@ -1549,7 +1549,7 @@ inline const ::google::protobuf::compiler::Version& CodeGeneratorRequest::compil |
|
|
|
} |
|
|
|
} |
|
|
|
inline void CodeGeneratorRequest::unsafe_arena_set_allocated_compiler_version(::google::protobuf::compiler::Version* value) { |
|
|
|
inline void CodeGeneratorRequest::unsafe_arena_set_allocated_compiler_version(::google::protobuf::compiler::Version* value) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
if (GetArenaForAllocation() == nullptr) { |
|
|
|
if (GetArena() == nullptr) { |
|
|
|
delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.compiler_version_); |
|
|
|
delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.compiler_version_); |
|
|
|
} |
|
|
|
} |
|
|
|
_impl_.compiler_version_ = reinterpret_cast<::google::protobuf::compiler::Version*>(value); |
|
|
|
_impl_.compiler_version_ = reinterpret_cast<::google::protobuf::compiler::Version*>(value); |
|
|
@ -1569,11 +1569,11 @@ inline ::google::protobuf::compiler::Version* CodeGeneratorRequest::release_comp |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE |
|
|
|
auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); |
|
|
|
auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); |
|
|
|
released = ::google::protobuf::internal::DuplicateIfNonNull(released); |
|
|
|
released = ::google::protobuf::internal::DuplicateIfNonNull(released); |
|
|
|
if (GetArenaForAllocation() == nullptr) { |
|
|
|
if (GetArena() == nullptr) { |
|
|
|
delete old; |
|
|
|
delete old; |
|
|
|
} |
|
|
|
} |
|
|
|
#else // PROTOBUF_FORCE_COPY_IN_RELEASE
|
|
|
|
#else // PROTOBUF_FORCE_COPY_IN_RELEASE
|
|
|
|
if (GetArenaForAllocation() != nullptr) { |
|
|
|
if (GetArena() != nullptr) { |
|
|
|
released = ::google::protobuf::internal::DuplicateIfNonNull(released); |
|
|
|
released = ::google::protobuf::internal::DuplicateIfNonNull(released); |
|
|
|
} |
|
|
|
} |
|
|
|
#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
|
|
|
|
#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
|
|
|
@ -1592,7 +1592,7 @@ inline ::google::protobuf::compiler::Version* CodeGeneratorRequest::_internal_mu |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000002u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000002u; |
|
|
|
if (_impl_.compiler_version_ == nullptr) { |
|
|
|
if (_impl_.compiler_version_ == nullptr) { |
|
|
|
auto* p = CreateMaybeMessage<::google::protobuf::compiler::Version>(GetArenaForAllocation()); |
|
|
|
auto* p = CreateMaybeMessage<::google::protobuf::compiler::Version>(GetArena()); |
|
|
|
_impl_.compiler_version_ = reinterpret_cast<::google::protobuf::compiler::Version*>(p); |
|
|
|
_impl_.compiler_version_ = reinterpret_cast<::google::protobuf::compiler::Version*>(p); |
|
|
|
} |
|
|
|
} |
|
|
|
return _impl_.compiler_version_; |
|
|
|
return _impl_.compiler_version_; |
|
|
@ -1603,7 +1603,7 @@ inline ::google::protobuf::compiler::Version* CodeGeneratorRequest::mutable_comp |
|
|
|
return _msg; |
|
|
|
return _msg; |
|
|
|
} |
|
|
|
} |
|
|
|
inline void CodeGeneratorRequest::set_allocated_compiler_version(::google::protobuf::compiler::Version* value) { |
|
|
|
inline void CodeGeneratorRequest::set_allocated_compiler_version(::google::protobuf::compiler::Version* value) { |
|
|
|
::google::protobuf::Arena* message_arena = GetArenaForAllocation(); |
|
|
|
::google::protobuf::Arena* message_arena = GetArena(); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
if (message_arena == nullptr) { |
|
|
|
if (message_arena == nullptr) { |
|
|
|
delete reinterpret_cast<::google::protobuf::compiler::Version*>(_impl_.compiler_version_); |
|
|
|
delete reinterpret_cast<::google::protobuf::compiler::Version*>(_impl_.compiler_version_); |
|
|
@ -1648,7 +1648,7 @@ inline PROTOBUF_ALWAYS_INLINE void CodeGeneratorResponse_File::set_name(Arg_&& a |
|
|
|
Args_... args) { |
|
|
|
Args_... args) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); |
|
|
|
_impl_.name_.Set(static_cast<Arg_&&>(arg), args..., GetArena()); |
|
|
|
// @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.File.name)
|
|
|
|
// @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.File.name)
|
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorResponse_File::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
|
|
|
inline std::string* CodeGeneratorResponse_File::mutable_name() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
|
|
@ -1663,12 +1663,12 @@ inline const std::string& CodeGeneratorResponse_File::_internal_name() const { |
|
|
|
inline void CodeGeneratorResponse_File::_internal_set_name(const std::string& value) { |
|
|
|
inline void CodeGeneratorResponse_File::_internal_set_name(const std::string& value) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_.name_.Set(value, GetArenaForAllocation()); |
|
|
|
_impl_.name_.Set(value, GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorResponse_File::_internal_mutable_name() { |
|
|
|
inline std::string* CodeGeneratorResponse_File::_internal_mutable_name() { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
return _impl_.name_.Mutable( GetArenaForAllocation()); |
|
|
|
return _impl_.name_.Mutable( GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorResponse_File::release_name() { |
|
|
|
inline std::string* CodeGeneratorResponse_File::release_name() { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
@ -1679,7 +1679,7 @@ inline std::string* CodeGeneratorResponse_File::release_name() { |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
auto* released = _impl_.name_.Release(); |
|
|
|
auto* released = _impl_.name_.Release(); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
_impl_.name_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.name_.Set("", GetArena()); |
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
return released; |
|
|
|
return released; |
|
|
|
} |
|
|
|
} |
|
|
@ -1690,10 +1690,10 @@ inline void CodeGeneratorResponse_File::set_allocated_name(std::string* value) { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
} |
|
|
|
} |
|
|
|
_impl_.name_.SetAllocated(value, GetArenaForAllocation()); |
|
|
|
_impl_.name_.SetAllocated(value, GetArena()); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
if (_impl_.name_.IsDefault()) { |
|
|
|
if (_impl_.name_.IsDefault()) { |
|
|
|
_impl_.name_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.name_.Set("", GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
// @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorResponse.File.name)
|
|
|
|
// @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorResponse.File.name)
|
|
|
@ -1719,7 +1719,7 @@ inline PROTOBUF_ALWAYS_INLINE void CodeGeneratorResponse_File::set_insertion_poi |
|
|
|
Args_... args) { |
|
|
|
Args_... args) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000002u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000002u; |
|
|
|
_impl_.insertion_point_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); |
|
|
|
_impl_.insertion_point_.Set(static_cast<Arg_&&>(arg), args..., GetArena()); |
|
|
|
// @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point)
|
|
|
|
// @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point)
|
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorResponse_File::mutable_insertion_point() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
|
|
|
inline std::string* CodeGeneratorResponse_File::mutable_insertion_point() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
|
|
@ -1734,12 +1734,12 @@ inline const std::string& CodeGeneratorResponse_File::_internal_insertion_point( |
|
|
|
inline void CodeGeneratorResponse_File::_internal_set_insertion_point(const std::string& value) { |
|
|
|
inline void CodeGeneratorResponse_File::_internal_set_insertion_point(const std::string& value) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000002u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000002u; |
|
|
|
_impl_.insertion_point_.Set(value, GetArenaForAllocation()); |
|
|
|
_impl_.insertion_point_.Set(value, GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorResponse_File::_internal_mutable_insertion_point() { |
|
|
|
inline std::string* CodeGeneratorResponse_File::_internal_mutable_insertion_point() { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000002u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000002u; |
|
|
|
return _impl_.insertion_point_.Mutable( GetArenaForAllocation()); |
|
|
|
return _impl_.insertion_point_.Mutable( GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorResponse_File::release_insertion_point() { |
|
|
|
inline std::string* CodeGeneratorResponse_File::release_insertion_point() { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
@ -1750,7 +1750,7 @@ inline std::string* CodeGeneratorResponse_File::release_insertion_point() { |
|
|
|
_impl_._has_bits_[0] &= ~0x00000002u; |
|
|
|
_impl_._has_bits_[0] &= ~0x00000002u; |
|
|
|
auto* released = _impl_.insertion_point_.Release(); |
|
|
|
auto* released = _impl_.insertion_point_.Release(); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
_impl_.insertion_point_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.insertion_point_.Set("", GetArena()); |
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
return released; |
|
|
|
return released; |
|
|
|
} |
|
|
|
} |
|
|
@ -1761,10 +1761,10 @@ inline void CodeGeneratorResponse_File::set_allocated_insertion_point(std::strin |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
_impl_._has_bits_[0] &= ~0x00000002u; |
|
|
|
_impl_._has_bits_[0] &= ~0x00000002u; |
|
|
|
} |
|
|
|
} |
|
|
|
_impl_.insertion_point_.SetAllocated(value, GetArenaForAllocation()); |
|
|
|
_impl_.insertion_point_.SetAllocated(value, GetArena()); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
if (_impl_.insertion_point_.IsDefault()) { |
|
|
|
if (_impl_.insertion_point_.IsDefault()) { |
|
|
|
_impl_.insertion_point_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.insertion_point_.Set("", GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
// @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point)
|
|
|
|
// @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorResponse.File.insertion_point)
|
|
|
@ -1790,7 +1790,7 @@ inline PROTOBUF_ALWAYS_INLINE void CodeGeneratorResponse_File::set_content(Arg_& |
|
|
|
Args_... args) { |
|
|
|
Args_... args) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000004u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000004u; |
|
|
|
_impl_.content_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); |
|
|
|
_impl_.content_.Set(static_cast<Arg_&&>(arg), args..., GetArena()); |
|
|
|
// @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.File.content)
|
|
|
|
// @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.File.content)
|
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorResponse_File::mutable_content() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
|
|
|
inline std::string* CodeGeneratorResponse_File::mutable_content() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
|
|
@ -1805,12 +1805,12 @@ inline const std::string& CodeGeneratorResponse_File::_internal_content() const |
|
|
|
inline void CodeGeneratorResponse_File::_internal_set_content(const std::string& value) { |
|
|
|
inline void CodeGeneratorResponse_File::_internal_set_content(const std::string& value) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000004u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000004u; |
|
|
|
_impl_.content_.Set(value, GetArenaForAllocation()); |
|
|
|
_impl_.content_.Set(value, GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorResponse_File::_internal_mutable_content() { |
|
|
|
inline std::string* CodeGeneratorResponse_File::_internal_mutable_content() { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000004u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000004u; |
|
|
|
return _impl_.content_.Mutable( GetArenaForAllocation()); |
|
|
|
return _impl_.content_.Mutable( GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorResponse_File::release_content() { |
|
|
|
inline std::string* CodeGeneratorResponse_File::release_content() { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
@ -1821,7 +1821,7 @@ inline std::string* CodeGeneratorResponse_File::release_content() { |
|
|
|
_impl_._has_bits_[0] &= ~0x00000004u; |
|
|
|
_impl_._has_bits_[0] &= ~0x00000004u; |
|
|
|
auto* released = _impl_.content_.Release(); |
|
|
|
auto* released = _impl_.content_.Release(); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
_impl_.content_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.content_.Set("", GetArena()); |
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
return released; |
|
|
|
return released; |
|
|
|
} |
|
|
|
} |
|
|
@ -1832,10 +1832,10 @@ inline void CodeGeneratorResponse_File::set_allocated_content(std::string* value |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
_impl_._has_bits_[0] &= ~0x00000004u; |
|
|
|
_impl_._has_bits_[0] &= ~0x00000004u; |
|
|
|
} |
|
|
|
} |
|
|
|
_impl_.content_.SetAllocated(value, GetArenaForAllocation()); |
|
|
|
_impl_.content_.SetAllocated(value, GetArena()); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
if (_impl_.content_.IsDefault()) { |
|
|
|
if (_impl_.content_.IsDefault()) { |
|
|
|
_impl_.content_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.content_.Set("", GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
// @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorResponse.File.content)
|
|
|
|
// @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorResponse.File.content)
|
|
|
@ -1858,7 +1858,7 @@ inline const ::google::protobuf::GeneratedCodeInfo& CodeGeneratorResponse_File:: |
|
|
|
} |
|
|
|
} |
|
|
|
inline void CodeGeneratorResponse_File::unsafe_arena_set_allocated_generated_code_info(::google::protobuf::GeneratedCodeInfo* value) { |
|
|
|
inline void CodeGeneratorResponse_File::unsafe_arena_set_allocated_generated_code_info(::google::protobuf::GeneratedCodeInfo* value) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
if (GetArenaForAllocation() == nullptr) { |
|
|
|
if (GetArena() == nullptr) { |
|
|
|
delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.generated_code_info_); |
|
|
|
delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.generated_code_info_); |
|
|
|
} |
|
|
|
} |
|
|
|
_impl_.generated_code_info_ = reinterpret_cast<::google::protobuf::GeneratedCodeInfo*>(value); |
|
|
|
_impl_.generated_code_info_ = reinterpret_cast<::google::protobuf::GeneratedCodeInfo*>(value); |
|
|
@ -1878,11 +1878,11 @@ inline ::google::protobuf::GeneratedCodeInfo* CodeGeneratorResponse_File::releas |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE |
|
|
|
auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); |
|
|
|
auto* old = reinterpret_cast<::google::protobuf::MessageLite*>(released); |
|
|
|
released = ::google::protobuf::internal::DuplicateIfNonNull(released); |
|
|
|
released = ::google::protobuf::internal::DuplicateIfNonNull(released); |
|
|
|
if (GetArenaForAllocation() == nullptr) { |
|
|
|
if (GetArena() == nullptr) { |
|
|
|
delete old; |
|
|
|
delete old; |
|
|
|
} |
|
|
|
} |
|
|
|
#else // PROTOBUF_FORCE_COPY_IN_RELEASE
|
|
|
|
#else // PROTOBUF_FORCE_COPY_IN_RELEASE
|
|
|
|
if (GetArenaForAllocation() != nullptr) { |
|
|
|
if (GetArena() != nullptr) { |
|
|
|
released = ::google::protobuf::internal::DuplicateIfNonNull(released); |
|
|
|
released = ::google::protobuf::internal::DuplicateIfNonNull(released); |
|
|
|
} |
|
|
|
} |
|
|
|
#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
|
|
|
|
#endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
|
|
|
@ -1901,7 +1901,7 @@ inline ::google::protobuf::GeneratedCodeInfo* CodeGeneratorResponse_File::_inter |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000008u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000008u; |
|
|
|
if (_impl_.generated_code_info_ == nullptr) { |
|
|
|
if (_impl_.generated_code_info_ == nullptr) { |
|
|
|
auto* p = CreateMaybeMessage<::google::protobuf::GeneratedCodeInfo>(GetArenaForAllocation()); |
|
|
|
auto* p = CreateMaybeMessage<::google::protobuf::GeneratedCodeInfo>(GetArena()); |
|
|
|
_impl_.generated_code_info_ = reinterpret_cast<::google::protobuf::GeneratedCodeInfo*>(p); |
|
|
|
_impl_.generated_code_info_ = reinterpret_cast<::google::protobuf::GeneratedCodeInfo*>(p); |
|
|
|
} |
|
|
|
} |
|
|
|
return _impl_.generated_code_info_; |
|
|
|
return _impl_.generated_code_info_; |
|
|
@ -1912,7 +1912,7 @@ inline ::google::protobuf::GeneratedCodeInfo* CodeGeneratorResponse_File::mutabl |
|
|
|
return _msg; |
|
|
|
return _msg; |
|
|
|
} |
|
|
|
} |
|
|
|
inline void CodeGeneratorResponse_File::set_allocated_generated_code_info(::google::protobuf::GeneratedCodeInfo* value) { |
|
|
|
inline void CodeGeneratorResponse_File::set_allocated_generated_code_info(::google::protobuf::GeneratedCodeInfo* value) { |
|
|
|
::google::protobuf::Arena* message_arena = GetArenaForAllocation(); |
|
|
|
::google::protobuf::Arena* message_arena = GetArena(); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
if (message_arena == nullptr) { |
|
|
|
if (message_arena == nullptr) { |
|
|
|
delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.generated_code_info_); |
|
|
|
delete reinterpret_cast<::google::protobuf::MessageLite*>(_impl_.generated_code_info_); |
|
|
@ -1957,7 +1957,7 @@ inline PROTOBUF_ALWAYS_INLINE void CodeGeneratorResponse::set_error(Arg_&& arg, |
|
|
|
Args_... args) { |
|
|
|
Args_... args) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_.error_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation()); |
|
|
|
_impl_.error_.Set(static_cast<Arg_&&>(arg), args..., GetArena()); |
|
|
|
// @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.error)
|
|
|
|
// @@protoc_insertion_point(field_set:google.protobuf.compiler.CodeGeneratorResponse.error)
|
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorResponse::mutable_error() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
|
|
|
inline std::string* CodeGeneratorResponse::mutable_error() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
|
|
@ -1972,12 +1972,12 @@ inline const std::string& CodeGeneratorResponse::_internal_error() const { |
|
|
|
inline void CodeGeneratorResponse::_internal_set_error(const std::string& value) { |
|
|
|
inline void CodeGeneratorResponse::_internal_set_error(const std::string& value) { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_.error_.Set(value, GetArenaForAllocation()); |
|
|
|
_impl_.error_.Set(value, GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorResponse::_internal_mutable_error() { |
|
|
|
inline std::string* CodeGeneratorResponse::_internal_mutable_error() { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
_impl_._has_bits_[0] |= 0x00000001u; |
|
|
|
return _impl_.error_.Mutable( GetArenaForAllocation()); |
|
|
|
return _impl_.error_.Mutable( GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
inline std::string* CodeGeneratorResponse::release_error() { |
|
|
|
inline std::string* CodeGeneratorResponse::release_error() { |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
|
PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race); |
|
|
@ -1988,7 +1988,7 @@ inline std::string* CodeGeneratorResponse::release_error() { |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
auto* released = _impl_.error_.Release(); |
|
|
|
auto* released = _impl_.error_.Release(); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
_impl_.error_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.error_.Set("", GetArena()); |
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
return released; |
|
|
|
return released; |
|
|
|
} |
|
|
|
} |
|
|
@ -1999,10 +1999,10 @@ inline void CodeGeneratorResponse::set_allocated_error(std::string* value) { |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
_impl_._has_bits_[0] &= ~0x00000001u; |
|
|
|
} |
|
|
|
} |
|
|
|
_impl_.error_.SetAllocated(value, GetArenaForAllocation()); |
|
|
|
_impl_.error_.SetAllocated(value, GetArena()); |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
#ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING |
|
|
|
if (_impl_.error_.IsDefault()) { |
|
|
|
if (_impl_.error_.IsDefault()) { |
|
|
|
_impl_.error_.Set("", GetArenaForAllocation()); |
|
|
|
_impl_.error_.Set("", GetArena()); |
|
|
|
} |
|
|
|
} |
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
#endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
|
|
|
|
// @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorResponse.error)
|
|
|
|
// @@protoc_insertion_point(field_set_allocated:google.protobuf.compiler.CodeGeneratorResponse.error)
|
|
|
|