Auto-generate files after cl/668584753

pull/17954/head
Protobuf Team Bot 6 months ago
parent 589cf718b4
commit 0e95c9d958
  1. 20
      src/google/protobuf/any.pb.cc
  2. 40
      src/google/protobuf/any.pb.h
  3. 93
      src/google/protobuf/api.pb.cc
  4. 139
      src/google/protobuf/api.pb.h
  5. 22
      src/google/protobuf/duration.pb.cc
  6. 44
      src/google/protobuf/duration.pb.h
  7. 2
      src/google/protobuf/empty.pb.cc
  8. 18
      src/google/protobuf/field_mask.pb.cc
  9. 41
      src/google/protobuf/field_mask.pb.h
  10. 18
      src/google/protobuf/source_context.pb.cc
  11. 39
      src/google/protobuf/source_context.pb.h
  12. 54
      src/google/protobuf/struct.pb.cc
  13. 132
      src/google/protobuf/struct.pb.h
  14. 22
      src/google/protobuf/timestamp.pb.cc
  15. 44
      src/google/protobuf/timestamp.pb.h
  16. 153
      src/google/protobuf/type.pb.cc
  17. 245
      src/google/protobuf/type.pb.h
  18. 162
      src/google/protobuf/wrappers.pb.cc
  19. 365
      src/google/protobuf/wrappers.pb.h

@ -209,7 +209,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Any>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Any>(),
::google::protobuf::Message::GetClearImpl<Any>(), &Any::ByteSizeLong,
&Any::Clear, &Any::ByteSizeLong,
&Any::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Any, _impl_._cached_size_),
@ -267,16 +267,22 @@ const ::_pbi::TcParseTable<1, 2, 0, 36, 2> Any::_table_ = {
}},
};
PROTOBUF_NOINLINE void Any::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Any)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Any::Clear(MessageLite& base) {
Any& this_ = static_cast<Any&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Any::Clear() {
Any& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Any)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.type_url_.ClearToEmpty();
_impl_.value_.ClearToEmpty();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.type_url_.ClearToEmpty();
this_._impl_.value_.ClearToEmpty();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -207,26 +207,28 @@ class PROTOBUF_EXPORT Any final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -344,6 +346,7 @@ class PROTOBUF_EXPORT Any final : public ::google::protobuf::Message
// string type_url = 1;
inline void Any::clear_type_url() {
Any& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.type_url_.ClearToEmpty();
}
@ -394,6 +397,7 @@ inline void Any::set_allocated_type_url(std::string* value) {
// bytes value = 2;
inline void Any::clear_value() {
Any& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.ClearToEmpty();
}

@ -254,10 +254,12 @@ class Api::_Internal {
};
void Api::clear_options() {
Api& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.options_.Clear();
this_._impl_.options_.Clear();
}
void Api::clear_source_context() {
Api& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
if (_impl_.source_context_ != nullptr) _impl_.source_context_->Clear();
_impl_._has_bits_[0] &= ~0x00000001u;
@ -374,7 +376,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Api>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Api>(),
::google::protobuf::Message::GetClearImpl<Api>(), &Api::ByteSizeLong,
&Api::Clear, &Api::ByteSizeLong,
&Api::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Api, _impl_._cached_size_),
@ -467,26 +469,32 @@ const ::_pbi::TcParseTable<3, 7, 4, 39, 2> Api::_table_ = {
}},
};
PROTOBUF_NOINLINE void Api::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Api)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Api::Clear(MessageLite& base) {
Api& this_ = static_cast<Api&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Api::Clear() {
Api& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Api)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.methods_.Clear();
_impl_.options_.Clear();
_impl_.mixins_.Clear();
_impl_.name_.ClearToEmpty();
_impl_.version_.ClearToEmpty();
cached_has_bits = _impl_._has_bits_[0];
this_._impl_.methods_.Clear();
this_._impl_.options_.Clear();
this_._impl_.mixins_.Clear();
this_._impl_.name_.ClearToEmpty();
this_._impl_.version_.ClearToEmpty();
cached_has_bits = this_._impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
ABSL_DCHECK(_impl_.source_context_ != nullptr);
_impl_.source_context_->Clear();
ABSL_DCHECK(this_._impl_.source_context_ != nullptr);
this_._impl_.source_context_->Clear();
}
_impl_.syntax_ = 0;
_impl_._has_bits_.Clear();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.syntax_ = 0;
this_._impl_._has_bits_.Clear();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -721,8 +729,9 @@ class Method::_Internal {
};
void Method::clear_options() {
Method& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.options_.Clear();
this_._impl_.options_.Clear();
}
Method::Method(::google::protobuf::Arena* arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -827,7 +836,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Method>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Method>(),
::google::protobuf::Message::GetClearImpl<Method>(), &Method::ByteSizeLong,
&Method::Clear, &Method::ByteSizeLong,
&Method::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Method, _impl_._cached_size_),
@ -918,21 +927,27 @@ const ::_pbi::TcParseTable<3, 7, 1, 68, 2> Method::_table_ = {
}},
};
PROTOBUF_NOINLINE void Method::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Method)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Method::Clear(MessageLite& base) {
Method& this_ = static_cast<Method&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Method::Clear() {
Method& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Method)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.options_.Clear();
_impl_.name_.ClearToEmpty();
_impl_.request_type_url_.ClearToEmpty();
_impl_.response_type_url_.ClearToEmpty();
::memset(&_impl_.request_streaming_, 0, static_cast<::size_t>(
reinterpret_cast<char*>(&_impl_.syntax_) -
reinterpret_cast<char*>(&_impl_.request_streaming_)) + sizeof(_impl_.syntax_));
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.options_.Clear();
this_._impl_.name_.ClearToEmpty();
this_._impl_.request_type_url_.ClearToEmpty();
this_._impl_.response_type_url_.ClearToEmpty();
::memset(&this_._impl_.request_streaming_, 0, static_cast<::size_t>(
reinterpret_cast<char*>(&this_._impl_.syntax_) -
reinterpret_cast<char*>(&this_._impl_.request_streaming_)) + sizeof(_impl_.syntax_));
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1212,7 +1227,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Mixin>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Mixin>(),
::google::protobuf::Message::GetClearImpl<Mixin>(), &Mixin::ByteSizeLong,
&Mixin::Clear, &Mixin::ByteSizeLong,
&Mixin::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Mixin, _impl_._cached_size_),
@ -1271,16 +1286,22 @@ const ::_pbi::TcParseTable<1, 2, 0, 38, 2> Mixin::_table_ = {
}},
};
PROTOBUF_NOINLINE void Mixin::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Mixin)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Mixin::Clear(MessageLite& base) {
Mixin& this_ = static_cast<Mixin&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Mixin::Clear() {
Mixin& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Mixin)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.name_.ClearToEmpty();
_impl_.root_.ClearToEmpty();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.name_.ClearToEmpty();
this_._impl_.root_.ClearToEmpty();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -167,26 +167,28 @@ class PROTOBUF_EXPORT Mixin final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -380,26 +382,28 @@ class PROTOBUF_EXPORT Method final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -666,26 +670,28 @@ class PROTOBUF_EXPORT Api final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -889,6 +895,7 @@ class PROTOBUF_EXPORT Api final : public ::google::protobuf::Message
// string name = 1;
inline void Api::clear_name() {
Api& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.ClearToEmpty();
}
@ -945,8 +952,9 @@ inline int Api::methods_size() const {
return _internal_methods_size();
}
inline void Api::clear_methods() {
Api& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.methods_.Clear();
this_._impl_.methods_.Clear();
}
inline ::google::protobuf::Method* Api::mutable_methods(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -1033,6 +1041,7 @@ Api::_internal_mutable_options() {
// string version = 4;
inline void Api::clear_version() {
Api& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.version_.ClearToEmpty();
}
@ -1180,8 +1189,9 @@ inline int Api::mixins_size() const {
return _internal_mixins_size();
}
inline void Api::clear_mixins() {
Api& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.mixins_.Clear();
this_._impl_.mixins_.Clear();
}
inline ::google::protobuf::Mixin* Api::mutable_mixins(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -1223,8 +1233,9 @@ Api::_internal_mutable_mixins() {
// .google.protobuf.Syntax syntax = 7;
inline void Api::clear_syntax() {
Api& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.syntax_ = 0;
this_._impl_.syntax_ = 0;
}
inline ::google::protobuf::Syntax Api::syntax() const {
// @@protoc_insertion_point(field_get:google.protobuf.Api.syntax)
@ -1249,6 +1260,7 @@ inline void Api::_internal_set_syntax(::google::protobuf::Syntax value) {
// string name = 1;
inline void Method::clear_name() {
Method& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.ClearToEmpty();
}
@ -1299,6 +1311,7 @@ inline void Method::set_allocated_name(std::string* value) {
// string request_type_url = 2;
inline void Method::clear_request_type_url() {
Method& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.request_type_url_.ClearToEmpty();
}
@ -1349,8 +1362,9 @@ inline void Method::set_allocated_request_type_url(std::string* value) {
// bool request_streaming = 3;
inline void Method::clear_request_streaming() {
Method& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.request_streaming_ = false;
this_._impl_.request_streaming_ = false;
}
inline bool Method::request_streaming() const {
// @@protoc_insertion_point(field_get:google.protobuf.Method.request_streaming)
@ -1371,6 +1385,7 @@ inline void Method::_internal_set_request_streaming(bool value) {
// string response_type_url = 4;
inline void Method::clear_response_type_url() {
Method& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.response_type_url_.ClearToEmpty();
}
@ -1421,8 +1436,9 @@ inline void Method::set_allocated_response_type_url(std::string* value) {
// bool response_streaming = 5;
inline void Method::clear_response_streaming() {
Method& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.response_streaming_ = false;
this_._impl_.response_streaming_ = false;
}
inline bool Method::response_streaming() const {
// @@protoc_insertion_point(field_get:google.protobuf.Method.response_streaming)
@ -1488,8 +1504,9 @@ Method::_internal_mutable_options() {
// .google.protobuf.Syntax syntax = 7;
inline void Method::clear_syntax() {
Method& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.syntax_ = 0;
this_._impl_.syntax_ = 0;
}
inline ::google::protobuf::Syntax Method::syntax() const {
// @@protoc_insertion_point(field_get:google.protobuf.Method.syntax)
@ -1514,6 +1531,7 @@ inline void Method::_internal_set_syntax(::google::protobuf::Syntax value) {
// string name = 1;
inline void Mixin::clear_name() {
Mixin& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.ClearToEmpty();
}
@ -1564,6 +1582,7 @@ inline void Mixin::set_allocated_name(std::string* value) {
// string root = 2;
inline void Mixin::clear_root() {
Mixin& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.root_.ClearToEmpty();
}

@ -172,7 +172,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Duration>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Duration>(),
::google::protobuf::Message::GetClearImpl<Duration>(), &Duration::ByteSizeLong,
&Duration::Clear, &Duration::ByteSizeLong,
&Duration::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Duration, _impl_._cached_size_),
@ -227,17 +227,23 @@ const ::_pbi::TcParseTable<1, 2, 0, 0, 2> Duration::_table_ = {
}},
};
PROTOBUF_NOINLINE void Duration::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Duration)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Duration::Clear(MessageLite& base) {
Duration& this_ = static_cast<Duration&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Duration::Clear() {
Duration& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Duration)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
::memset(&_impl_.seconds_, 0, static_cast<::size_t>(
reinterpret_cast<char*>(&_impl_.nanos_) -
reinterpret_cast<char*>(&_impl_.seconds_)) + sizeof(_impl_.nanos_));
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
::memset(&this_._impl_.seconds_, 0, static_cast<::size_t>(
reinterpret_cast<char*>(&this_._impl_.nanos_) -
reinterpret_cast<char*>(&this_._impl_.seconds_)) + sizeof(_impl_.nanos_));
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -159,26 +159,28 @@ class PROTOBUF_EXPORT Duration final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -283,8 +285,9 @@ class PROTOBUF_EXPORT Duration final : public ::google::protobuf::Message
// int64 seconds = 1;
inline void Duration::clear_seconds() {
Duration& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.seconds_ = ::int64_t{0};
this_._impl_.seconds_ = ::int64_t{0};
}
inline ::int64_t Duration::seconds() const {
// @@protoc_insertion_point(field_get:google.protobuf.Duration.seconds)
@ -305,8 +308,9 @@ inline void Duration::_internal_set_seconds(::int64_t value) {
// int32 nanos = 2;
inline void Duration::clear_nanos() {
Duration& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.nanos_ = 0;
this_._impl_.nanos_ = 0;
}
inline ::int32_t Duration::nanos() const {
// @@protoc_insertion_point(field_get:google.protobuf.Duration.nanos)

@ -147,7 +147,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::internal::ZeroFieldsBase::GetNewImpl<Empty>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::internal::ZeroFieldsBase::GetDeleteImpl<Empty>(),
::google::protobuf::internal::ZeroFieldsBase::GetClearImpl<Empty>(), &Empty::ByteSizeLong,
&Empty::Clear, &Empty::ByteSizeLong,
&Empty::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Empty, _impl_._cached_size_),

@ -193,7 +193,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<FieldMask>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<FieldMask>(),
::google::protobuf::Message::GetClearImpl<FieldMask>(), &FieldMask::ByteSizeLong,
&FieldMask::Clear, &FieldMask::ByteSizeLong,
&FieldMask::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(FieldMask, _impl_._cached_size_),
@ -245,15 +245,21 @@ const ::_pbi::TcParseTable<0, 1, 0, 39, 2> FieldMask::_table_ = {
}},
};
PROTOBUF_NOINLINE void FieldMask::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.FieldMask)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void FieldMask::Clear(MessageLite& base) {
FieldMask& this_ = static_cast<FieldMask&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void FieldMask::Clear() {
FieldMask& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.FieldMask)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.paths_.Clear();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.paths_.Clear();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -159,26 +159,28 @@ class PROTOBUF_EXPORT FieldMask final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -289,8 +291,9 @@ inline int FieldMask::paths_size() const {
return _internal_paths_size();
}
inline void FieldMask::clear_paths() {
FieldMask& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.paths_.Clear();
this_._impl_.paths_.Clear();
}
inline std::string* FieldMask::add_paths() ABSL_ATTRIBUTE_LIFETIME_BOUND {
::google::protobuf::internal::TSanWrite(&_impl_);

@ -185,7 +185,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<SourceContext>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<SourceContext>(),
::google::protobuf::Message::GetClearImpl<SourceContext>(), &SourceContext::ByteSizeLong,
&SourceContext::Clear, &SourceContext::ByteSizeLong,
&SourceContext::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(SourceContext, _impl_._cached_size_),
@ -237,15 +237,21 @@ const ::_pbi::TcParseTable<0, 1, 0, 47, 2> SourceContext::_table_ = {
}},
};
PROTOBUF_NOINLINE void SourceContext::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.SourceContext)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void SourceContext::Clear(MessageLite& base) {
SourceContext& this_ = static_cast<SourceContext&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void SourceContext::Clear() {
SourceContext& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.SourceContext)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.file_name_.ClearToEmpty();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.file_name_.ClearToEmpty();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -159,26 +159,28 @@ class PROTOBUF_EXPORT SourceContext final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -277,6 +279,7 @@ class PROTOBUF_EXPORT SourceContext final : public ::google::protobuf::Message
// string file_name = 1;
inline void SourceContext::clear_file_name() {
SourceContext& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.file_name_.ClearToEmpty();
}

@ -414,7 +414,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Struct>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Struct>(),
::google::protobuf::Message::GetClearImpl<Struct>(), &Struct::ByteSizeLong,
&Struct::Clear, &Struct::ByteSizeLong,
&Struct::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Struct, _impl_._cached_size_),
@ -468,15 +468,21 @@ const ::_pbi::TcParseTable<0, 1, 2, 37, 2> Struct::_table_ = {
}},
};
PROTOBUF_NOINLINE void Struct::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Struct)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Struct::Clear(MessageLite& base) {
Struct& this_ = static_cast<Struct&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Struct::Clear() {
Struct& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Struct)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.fields_.Clear();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.fields_.Clear();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -765,7 +771,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Value>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Value>(),
::google::protobuf::Message::GetClearImpl<Value>(), &Value::ByteSizeLong,
&Value::Clear, &Value::ByteSizeLong,
&Value::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Value, _impl_._cached_size_),
@ -831,15 +837,21 @@ const ::_pbi::TcParseTable<0, 6, 2, 42, 2> Value::_table_ = {
}},
};
PROTOBUF_NOINLINE void Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Value)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Value::Clear(MessageLite& base) {
Value& this_ = static_cast<Value&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Value::Clear() {
Value& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Value)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
clear_kind();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_.clear_kind();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1133,7 +1145,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<ListValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<ListValue>(),
::google::protobuf::Message::GetClearImpl<ListValue>(), &ListValue::ByteSizeLong,
&ListValue::Clear, &ListValue::ByteSizeLong,
&ListValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(ListValue, _impl_._cached_size_),
@ -1182,15 +1194,21 @@ const ::_pbi::TcParseTable<0, 1, 1, 0, 2> ListValue::_table_ = {
}},
};
PROTOBUF_NOINLINE void ListValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.ListValue)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void ListValue::Clear(MessageLite& base) {
ListValue& this_ = static_cast<ListValue&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void ListValue::Clear() {
ListValue& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.ListValue)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.values_.Clear();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.values_.Clear();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -204,26 +204,28 @@ class PROTOBUF_EXPORT ListValue final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -400,26 +402,28 @@ class PROTOBUF_EXPORT Struct final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -645,26 +649,28 @@ class PROTOBUF_EXPORT Value final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -868,8 +874,9 @@ inline int Struct::fields_size() const {
return _internal_fields_size();
}
inline void Struct::clear_fields() {
Struct& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.fields_.Clear();
this_._impl_.fields_.Clear();
}
inline const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& Struct::_internal_fields() const {
::google::protobuf::internal::TSanRead(&_impl_);
@ -900,9 +907,10 @@ inline void Value::set_has_null_value() {
_impl_._oneof_case_[0] = kNullValue;
}
inline void Value::clear_null_value() {
Value& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() == kNullValue) {
_impl_.kind_.null_value_ = 0;
this_._impl_.kind_.null_value_ = 0;
clear_has_kind();
}
}
@ -933,9 +941,10 @@ inline void Value::set_has_number_value() {
_impl_._oneof_case_[0] = kNumberValue;
}
inline void Value::clear_number_value() {
Value& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() == kNumberValue) {
_impl_.kind_.number_value_ = 0;
this_._impl_.kind_.number_value_ = 0;
clear_has_kind();
}
}
@ -966,6 +975,7 @@ inline void Value::set_has_string_value() {
_impl_._oneof_case_[0] = kStringValue;
}
inline void Value::clear_string_value() {
Value& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() == kStringValue) {
_impl_.kind_.string_value_.Destroy();
@ -1051,9 +1061,10 @@ inline void Value::set_has_bool_value() {
_impl_._oneof_case_[0] = kBoolValue;
}
inline void Value::clear_bool_value() {
Value& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() == kBoolValue) {
_impl_.kind_.bool_value_ = false;
this_._impl_.kind_.bool_value_ = false;
clear_has_kind();
}
}
@ -1087,6 +1098,7 @@ inline void Value::set_has_struct_value() {
_impl_._oneof_case_[0] = kStructValue;
}
inline void Value::clear_struct_value() {
Value& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() == kStructValue) {
if (GetArena() == nullptr) {
@ -1166,6 +1178,7 @@ inline void Value::set_has_list_value() {
_impl_._oneof_case_[0] = kListValue;
}
inline void Value::clear_list_value() {
Value& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
if (kind_case() == kListValue) {
if (GetArena() == nullptr) {
@ -1255,8 +1268,9 @@ inline int ListValue::values_size() const {
return _internal_values_size();
}
inline void ListValue::clear_values() {
ListValue& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.values_.Clear();
this_._impl_.values_.Clear();
}
inline ::google::protobuf::Value* ListValue::mutable_values(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {

@ -172,7 +172,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Timestamp>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Timestamp>(),
::google::protobuf::Message::GetClearImpl<Timestamp>(), &Timestamp::ByteSizeLong,
&Timestamp::Clear, &Timestamp::ByteSizeLong,
&Timestamp::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Timestamp, _impl_._cached_size_),
@ -227,17 +227,23 @@ const ::_pbi::TcParseTable<1, 2, 0, 0, 2> Timestamp::_table_ = {
}},
};
PROTOBUF_NOINLINE void Timestamp::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Timestamp)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Timestamp::Clear(MessageLite& base) {
Timestamp& this_ = static_cast<Timestamp&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Timestamp::Clear() {
Timestamp& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Timestamp)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
::memset(&_impl_.seconds_, 0, static_cast<::size_t>(
reinterpret_cast<char*>(&_impl_.nanos_) -
reinterpret_cast<char*>(&_impl_.seconds_)) + sizeof(_impl_.nanos_));
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
::memset(&this_._impl_.seconds_, 0, static_cast<::size_t>(
reinterpret_cast<char*>(&this_._impl_.nanos_) -
reinterpret_cast<char*>(&this_._impl_.seconds_)) + sizeof(_impl_.nanos_));
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -159,26 +159,28 @@ class PROTOBUF_EXPORT Timestamp final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -283,8 +285,9 @@ class PROTOBUF_EXPORT Timestamp final : public ::google::protobuf::Message
// int64 seconds = 1;
inline void Timestamp::clear_seconds() {
Timestamp& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.seconds_ = ::int64_t{0};
this_._impl_.seconds_ = ::int64_t{0};
}
inline ::int64_t Timestamp::seconds() const {
// @@protoc_insertion_point(field_get:google.protobuf.Timestamp.seconds)
@ -305,8 +308,9 @@ inline void Timestamp::_internal_set_seconds(::int64_t value) {
// int32 nanos = 2;
inline void Timestamp::clear_nanos() {
Timestamp& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.nanos_ = 0;
this_._impl_.nanos_ = 0;
}
inline ::int32_t Timestamp::nanos() const {
// @@protoc_insertion_point(field_get:google.protobuf.Timestamp.nanos)

@ -450,6 +450,7 @@ class Type::_Internal {
};
void Type::clear_source_context() {
Type& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
if (_impl_.source_context_ != nullptr) _impl_.source_context_->Clear();
_impl_._has_bits_[0] &= ~0x00000001u;
@ -566,7 +567,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Type>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Type>(),
::google::protobuf::Message::GetClearImpl<Type>(), &Type::ByteSizeLong,
&Type::Clear, &Type::ByteSizeLong,
&Type::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Type, _impl_._cached_size_),
@ -659,26 +660,32 @@ const ::_pbi::TcParseTable<3, 7, 3, 46, 2> Type::_table_ = {
}},
};
PROTOBUF_NOINLINE void Type::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Type)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Type::Clear(MessageLite& base) {
Type& this_ = static_cast<Type&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Type::Clear() {
Type& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Type)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.fields_.Clear();
_impl_.oneofs_.Clear();
_impl_.options_.Clear();
_impl_.name_.ClearToEmpty();
_impl_.edition_.ClearToEmpty();
cached_has_bits = _impl_._has_bits_[0];
this_._impl_.fields_.Clear();
this_._impl_.oneofs_.Clear();
this_._impl_.options_.Clear();
this_._impl_.name_.ClearToEmpty();
this_._impl_.edition_.ClearToEmpty();
cached_has_bits = this_._impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
ABSL_DCHECK(_impl_.source_context_ != nullptr);
_impl_.source_context_->Clear();
ABSL_DCHECK(this_._impl_.source_context_ != nullptr);
this_._impl_.source_context_->Clear();
}
_impl_.syntax_ = 0;
_impl_._has_bits_.Clear();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.syntax_ = 0;
this_._impl_._has_bits_.Clear();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1016,7 +1023,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Field>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Field>(),
::google::protobuf::Message::GetClearImpl<Field>(), &Field::ByteSizeLong,
&Field::Clear, &Field::ByteSizeLong,
&Field::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Field, _impl_._cached_size_),
@ -1131,22 +1138,28 @@ const ::_pbi::TcParseTable<4, 10, 1, 72, 2> Field::_table_ = {
}},
};
PROTOBUF_NOINLINE void Field::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Field)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Field::Clear(MessageLite& base) {
Field& this_ = static_cast<Field&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Field::Clear() {
Field& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Field)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.options_.Clear();
_impl_.name_.ClearToEmpty();
_impl_.type_url_.ClearToEmpty();
_impl_.json_name_.ClearToEmpty();
_impl_.default_value_.ClearToEmpty();
::memset(&_impl_.kind_, 0, static_cast<::size_t>(
reinterpret_cast<char*>(&_impl_.packed_) -
reinterpret_cast<char*>(&_impl_.kind_)) + sizeof(_impl_.packed_));
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.options_.Clear();
this_._impl_.name_.ClearToEmpty();
this_._impl_.type_url_.ClearToEmpty();
this_._impl_.json_name_.ClearToEmpty();
this_._impl_.default_value_.ClearToEmpty();
::memset(&this_._impl_.kind_, 0, static_cast<::size_t>(
reinterpret_cast<char*>(&this_._impl_.packed_) -
reinterpret_cast<char*>(&this_._impl_.kind_)) + sizeof(_impl_.packed_));
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1405,6 +1418,7 @@ class Enum::_Internal {
};
void Enum::clear_source_context() {
Enum& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
if (_impl_.source_context_ != nullptr) _impl_.source_context_->Clear();
_impl_._has_bits_[0] &= ~0x00000001u;
@ -1515,7 +1529,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Enum>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Enum>(),
::google::protobuf::Message::GetClearImpl<Enum>(), &Enum::ByteSizeLong,
&Enum::Clear, &Enum::ByteSizeLong,
&Enum::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Enum, _impl_._cached_size_),
@ -1602,25 +1616,31 @@ const ::_pbi::TcParseTable<3, 6, 3, 40, 2> Enum::_table_ = {
}},
};
PROTOBUF_NOINLINE void Enum::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Enum)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Enum::Clear(MessageLite& base) {
Enum& this_ = static_cast<Enum&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Enum::Clear() {
Enum& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Enum)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.enumvalue_.Clear();
_impl_.options_.Clear();
_impl_.name_.ClearToEmpty();
_impl_.edition_.ClearToEmpty();
cached_has_bits = _impl_._has_bits_[0];
this_._impl_.enumvalue_.Clear();
this_._impl_.options_.Clear();
this_._impl_.name_.ClearToEmpty();
this_._impl_.edition_.ClearToEmpty();
cached_has_bits = this_._impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
ABSL_DCHECK(_impl_.source_context_ != nullptr);
_impl_.source_context_->Clear();
ABSL_DCHECK(this_._impl_.source_context_ != nullptr);
this_._impl_.source_context_->Clear();
}
_impl_.syntax_ = 0;
_impl_._has_bits_.Clear();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.syntax_ = 0;
this_._impl_._has_bits_.Clear();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1919,7 +1939,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<EnumValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<EnumValue>(),
::google::protobuf::Message::GetClearImpl<EnumValue>(), &EnumValue::ByteSizeLong,
&EnumValue::Clear, &EnumValue::ByteSizeLong,
&EnumValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(EnumValue, _impl_._cached_size_),
@ -1984,17 +2004,23 @@ const ::_pbi::TcParseTable<2, 3, 1, 38, 2> EnumValue::_table_ = {
}},
};
PROTOBUF_NOINLINE void EnumValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.EnumValue)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void EnumValue::Clear(MessageLite& base) {
EnumValue& this_ = static_cast<EnumValue&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void EnumValue::Clear() {
EnumValue& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.EnumValue)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.options_.Clear();
_impl_.name_.ClearToEmpty();
_impl_.number_ = 0;
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.options_.Clear();
this_._impl_.name_.ClearToEmpty();
this_._impl_.number_ = 0;
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -2138,6 +2164,7 @@ class Option::_Internal {
};
void Option::clear_value() {
Option& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
if (_impl_.value_ != nullptr) _impl_.value_->Clear();
_impl_._has_bits_[0] &= ~0x00000001u;
@ -2220,7 +2247,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Option>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Option>(),
::google::protobuf::Message::GetClearImpl<Option>(), &Option::ByteSizeLong,
&Option::Clear, &Option::ByteSizeLong,
&Option::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Option, _impl_._cached_size_),
@ -2278,21 +2305,27 @@ const ::_pbi::TcParseTable<1, 2, 1, 35, 2> Option::_table_ = {
}},
};
PROTOBUF_NOINLINE void Option::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Option)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Option::Clear(MessageLite& base) {
Option& this_ = static_cast<Option&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Option::Clear() {
Option& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Option)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.name_.ClearToEmpty();
cached_has_bits = _impl_._has_bits_[0];
this_._impl_.name_.ClearToEmpty();
cached_has_bits = this_._impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
ABSL_DCHECK(_impl_.value_ != nullptr);
_impl_.value_->Clear();
ABSL_DCHECK(this_._impl_.value_ != nullptr);
this_._impl_.value_->Clear();
}
_impl_._has_bits_.Clear();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_._has_bits_.Clear();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -293,26 +293,28 @@ class PROTOBUF_EXPORT Option final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -506,26 +508,28 @@ class PROTOBUF_EXPORT Field final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -891,26 +895,28 @@ class PROTOBUF_EXPORT EnumValue final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -1117,26 +1123,28 @@ class PROTOBUF_EXPORT Type final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -1422,26 +1430,28 @@ class PROTOBUF_EXPORT Enum final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -1626,6 +1636,7 @@ class PROTOBUF_EXPORT Enum final : public ::google::protobuf::Message
// string name = 1;
inline void Type::clear_name() {
Type& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.ClearToEmpty();
}
@ -1682,8 +1693,9 @@ inline int Type::fields_size() const {
return _internal_fields_size();
}
inline void Type::clear_fields() {
Type& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.fields_.Clear();
this_._impl_.fields_.Clear();
}
inline ::google::protobuf::Field* Type::mutable_fields(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -1731,8 +1743,9 @@ inline int Type::oneofs_size() const {
return _internal_oneofs_size();
}
inline void Type::clear_oneofs() {
Type& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.oneofs_.Clear();
this_._impl_.oneofs_.Clear();
}
inline std::string* Type::add_oneofs() ABSL_ATTRIBUTE_LIFETIME_BOUND {
::google::protobuf::internal::TSanWrite(&_impl_);
@ -1795,8 +1808,9 @@ inline int Type::options_size() const {
return _internal_options_size();
}
inline void Type::clear_options() {
Type& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.options_.Clear();
this_._impl_.options_.Clear();
}
inline ::google::protobuf::Option* Type::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -1929,8 +1943,9 @@ inline void Type::set_allocated_source_context(::google::protobuf::SourceContext
// .google.protobuf.Syntax syntax = 6;
inline void Type::clear_syntax() {
Type& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.syntax_ = 0;
this_._impl_.syntax_ = 0;
}
inline ::google::protobuf::Syntax Type::syntax() const {
// @@protoc_insertion_point(field_get:google.protobuf.Type.syntax)
@ -1951,6 +1966,7 @@ inline void Type::_internal_set_syntax(::google::protobuf::Syntax value) {
// string edition = 7;
inline void Type::clear_edition() {
Type& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.edition_.ClearToEmpty();
}
@ -2005,8 +2021,9 @@ inline void Type::set_allocated_edition(std::string* value) {
// .google.protobuf.Field.Kind kind = 1;
inline void Field::clear_kind() {
Field& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.kind_ = 0;
this_._impl_.kind_ = 0;
}
inline ::google::protobuf::Field_Kind Field::kind() const {
// @@protoc_insertion_point(field_get:google.protobuf.Field.kind)
@ -2027,8 +2044,9 @@ inline void Field::_internal_set_kind(::google::protobuf::Field_Kind value) {
// .google.protobuf.Field.Cardinality cardinality = 2;
inline void Field::clear_cardinality() {
Field& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.cardinality_ = 0;
this_._impl_.cardinality_ = 0;
}
inline ::google::protobuf::Field_Cardinality Field::cardinality() const {
// @@protoc_insertion_point(field_get:google.protobuf.Field.cardinality)
@ -2049,8 +2067,9 @@ inline void Field::_internal_set_cardinality(::google::protobuf::Field_Cardinali
// int32 number = 3;
inline void Field::clear_number() {
Field& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.number_ = 0;
this_._impl_.number_ = 0;
}
inline ::int32_t Field::number() const {
// @@protoc_insertion_point(field_get:google.protobuf.Field.number)
@ -2071,6 +2090,7 @@ inline void Field::_internal_set_number(::int32_t value) {
// string name = 4;
inline void Field::clear_name() {
Field& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.ClearToEmpty();
}
@ -2121,6 +2141,7 @@ inline void Field::set_allocated_name(std::string* value) {
// string type_url = 6;
inline void Field::clear_type_url() {
Field& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.type_url_.ClearToEmpty();
}
@ -2171,8 +2192,9 @@ inline void Field::set_allocated_type_url(std::string* value) {
// int32 oneof_index = 7;
inline void Field::clear_oneof_index() {
Field& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.oneof_index_ = 0;
this_._impl_.oneof_index_ = 0;
}
inline ::int32_t Field::oneof_index() const {
// @@protoc_insertion_point(field_get:google.protobuf.Field.oneof_index)
@ -2193,8 +2215,9 @@ inline void Field::_internal_set_oneof_index(::int32_t value) {
// bool packed = 8;
inline void Field::clear_packed() {
Field& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.packed_ = false;
this_._impl_.packed_ = false;
}
inline bool Field::packed() const {
// @@protoc_insertion_point(field_get:google.protobuf.Field.packed)
@ -2221,8 +2244,9 @@ inline int Field::options_size() const {
return _internal_options_size();
}
inline void Field::clear_options() {
Field& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.options_.Clear();
this_._impl_.options_.Clear();
}
inline ::google::protobuf::Option* Field::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -2264,6 +2288,7 @@ Field::_internal_mutable_options() {
// string json_name = 10;
inline void Field::clear_json_name() {
Field& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.json_name_.ClearToEmpty();
}
@ -2314,6 +2339,7 @@ inline void Field::set_allocated_json_name(std::string* value) {
// string default_value = 11;
inline void Field::clear_default_value() {
Field& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.default_value_.ClearToEmpty();
}
@ -2368,6 +2394,7 @@ inline void Field::set_allocated_default_value(std::string* value) {
// string name = 1;
inline void Enum::clear_name() {
Enum& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.ClearToEmpty();
}
@ -2424,8 +2451,9 @@ inline int Enum::enumvalue_size() const {
return _internal_enumvalue_size();
}
inline void Enum::clear_enumvalue() {
Enum& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.enumvalue_.Clear();
this_._impl_.enumvalue_.Clear();
}
inline ::google::protobuf::EnumValue* Enum::mutable_enumvalue(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -2473,8 +2501,9 @@ inline int Enum::options_size() const {
return _internal_options_size();
}
inline void Enum::clear_options() {
Enum& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.options_.Clear();
this_._impl_.options_.Clear();
}
inline ::google::protobuf::Option* Enum::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -2607,8 +2636,9 @@ inline void Enum::set_allocated_source_context(::google::protobuf::SourceContext
// .google.protobuf.Syntax syntax = 5;
inline void Enum::clear_syntax() {
Enum& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.syntax_ = 0;
this_._impl_.syntax_ = 0;
}
inline ::google::protobuf::Syntax Enum::syntax() const {
// @@protoc_insertion_point(field_get:google.protobuf.Enum.syntax)
@ -2629,6 +2659,7 @@ inline void Enum::_internal_set_syntax(::google::protobuf::Syntax value) {
// string edition = 6;
inline void Enum::clear_edition() {
Enum& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.edition_.ClearToEmpty();
}
@ -2683,6 +2714,7 @@ inline void Enum::set_allocated_edition(std::string* value) {
// string name = 1;
inline void EnumValue::clear_name() {
EnumValue& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.ClearToEmpty();
}
@ -2733,8 +2765,9 @@ inline void EnumValue::set_allocated_name(std::string* value) {
// int32 number = 2;
inline void EnumValue::clear_number() {
EnumValue& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.number_ = 0;
this_._impl_.number_ = 0;
}
inline ::int32_t EnumValue::number() const {
// @@protoc_insertion_point(field_get:google.protobuf.EnumValue.number)
@ -2761,8 +2794,9 @@ inline int EnumValue::options_size() const {
return _internal_options_size();
}
inline void EnumValue::clear_options() {
EnumValue& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.options_.Clear();
this_._impl_.options_.Clear();
}
inline ::google::protobuf::Option* EnumValue::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -2808,6 +2842,7 @@ EnumValue::_internal_mutable_options() {
// string name = 1;
inline void Option::clear_name() {
Option& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.name_.ClearToEmpty();
}

@ -463,7 +463,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<DoubleValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<DoubleValue>(),
::google::protobuf::Message::GetClearImpl<DoubleValue>(), &DoubleValue::ByteSizeLong,
&DoubleValue::Clear, &DoubleValue::ByteSizeLong,
&DoubleValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(DoubleValue, _impl_._cached_size_),
@ -512,15 +512,21 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> DoubleValue::_table_ = {
}},
};
PROTOBUF_NOINLINE void DoubleValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.DoubleValue)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void DoubleValue::Clear(MessageLite& base) {
DoubleValue& this_ = static_cast<DoubleValue&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void DoubleValue::Clear() {
DoubleValue& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.DoubleValue)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.value_ = 0;
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.value_ = 0;
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -668,7 +674,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<FloatValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<FloatValue>(),
::google::protobuf::Message::GetClearImpl<FloatValue>(), &FloatValue::ByteSizeLong,
&FloatValue::Clear, &FloatValue::ByteSizeLong,
&FloatValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(FloatValue, _impl_._cached_size_),
@ -717,15 +723,21 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> FloatValue::_table_ = {
}},
};
PROTOBUF_NOINLINE void FloatValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.FloatValue)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void FloatValue::Clear(MessageLite& base) {
FloatValue& this_ = static_cast<FloatValue&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void FloatValue::Clear() {
FloatValue& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.FloatValue)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.value_ = 0;
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.value_ = 0;
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -873,7 +885,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Int64Value>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Int64Value>(),
::google::protobuf::Message::GetClearImpl<Int64Value>(), &Int64Value::ByteSizeLong,
&Int64Value::Clear, &Int64Value::ByteSizeLong,
&Int64Value::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Int64Value, _impl_._cached_size_),
@ -922,15 +934,21 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int64Value::_table_ = {
}},
};
PROTOBUF_NOINLINE void Int64Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Int64Value)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Int64Value::Clear(MessageLite& base) {
Int64Value& this_ = static_cast<Int64Value&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Int64Value::Clear() {
Int64Value& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Int64Value)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.value_ = ::int64_t{0};
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.value_ = ::int64_t{0};
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1079,7 +1097,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<UInt64Value>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<UInt64Value>(),
::google::protobuf::Message::GetClearImpl<UInt64Value>(), &UInt64Value::ByteSizeLong,
&UInt64Value::Clear, &UInt64Value::ByteSizeLong,
&UInt64Value::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(UInt64Value, _impl_._cached_size_),
@ -1128,15 +1146,21 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt64Value::_table_ = {
}},
};
PROTOBUF_NOINLINE void UInt64Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.UInt64Value)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void UInt64Value::Clear(MessageLite& base) {
UInt64Value& this_ = static_cast<UInt64Value&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void UInt64Value::Clear() {
UInt64Value& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.UInt64Value)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.value_ = ::uint64_t{0u};
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.value_ = ::uint64_t{0u};
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1285,7 +1309,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Int32Value>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Int32Value>(),
::google::protobuf::Message::GetClearImpl<Int32Value>(), &Int32Value::ByteSizeLong,
&Int32Value::Clear, &Int32Value::ByteSizeLong,
&Int32Value::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Int32Value, _impl_._cached_size_),
@ -1334,15 +1358,21 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int32Value::_table_ = {
}},
};
PROTOBUF_NOINLINE void Int32Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Int32Value)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void Int32Value::Clear(MessageLite& base) {
Int32Value& this_ = static_cast<Int32Value&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void Int32Value::Clear() {
Int32Value& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.Int32Value)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.value_ = 0;
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.value_ = 0;
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1491,7 +1521,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<UInt32Value>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<UInt32Value>(),
::google::protobuf::Message::GetClearImpl<UInt32Value>(), &UInt32Value::ByteSizeLong,
&UInt32Value::Clear, &UInt32Value::ByteSizeLong,
&UInt32Value::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(UInt32Value, _impl_._cached_size_),
@ -1540,15 +1570,21 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt32Value::_table_ = {
}},
};
PROTOBUF_NOINLINE void UInt32Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.UInt32Value)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void UInt32Value::Clear(MessageLite& base) {
UInt32Value& this_ = static_cast<UInt32Value&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void UInt32Value::Clear() {
UInt32Value& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.UInt32Value)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.value_ = 0u;
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.value_ = 0u;
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1697,7 +1733,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<BoolValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<BoolValue>(),
::google::protobuf::Message::GetClearImpl<BoolValue>(), &BoolValue::ByteSizeLong,
&BoolValue::Clear, &BoolValue::ByteSizeLong,
&BoolValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(BoolValue, _impl_._cached_size_),
@ -1746,15 +1782,21 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BoolValue::_table_ = {
}},
};
PROTOBUF_NOINLINE void BoolValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.BoolValue)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void BoolValue::Clear(MessageLite& base) {
BoolValue& this_ = static_cast<BoolValue&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void BoolValue::Clear() {
BoolValue& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.BoolValue)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.value_ = false;
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.value_ = false;
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1920,7 +1962,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<StringValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<StringValue>(),
::google::protobuf::Message::GetClearImpl<StringValue>(), &StringValue::ByteSizeLong,
&StringValue::Clear, &StringValue::ByteSizeLong,
&StringValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(StringValue, _impl_._cached_size_),
@ -1972,15 +2014,21 @@ const ::_pbi::TcParseTable<0, 1, 0, 41, 2> StringValue::_table_ = {
}},
};
PROTOBUF_NOINLINE void StringValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.StringValue)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void StringValue::Clear(MessageLite& base) {
StringValue& this_ = static_cast<StringValue&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void StringValue::Clear() {
StringValue& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.StringValue)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.value_.ClearToEmpty();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.value_.ClearToEmpty();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -2150,7 +2198,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<BytesValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<BytesValue>(),
::google::protobuf::Message::GetClearImpl<BytesValue>(), &BytesValue::ByteSizeLong,
&BytesValue::Clear, &BytesValue::ByteSizeLong,
&BytesValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(BytesValue, _impl_._cached_size_),
@ -2199,15 +2247,21 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BytesValue::_table_ = {
}},
};
PROTOBUF_NOINLINE void BytesValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.BytesValue)
::google::protobuf::internal::TSanWrite(&_impl_);
#if defined(PROTOBUF_CUSTOM_VTABLE)
void BytesValue::Clear(MessageLite& base) {
BytesValue& this_ = static_cast<BytesValue&>(base);
#else // PROTOBUF_CUSTOM_VTABLE
void BytesValue::Clear() {
BytesValue& this_ = *this;
#endif // PROTOBUF_CUSTOM_VTABLE
// @@protoc_insertion_point(message_clear_start:google.protobuf.BytesValue)
::google::protobuf::internal::TSanWrite(&this_._impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
_impl_.value_.ClearToEmpty();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
this_._impl_.value_.ClearToEmpty();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -183,26 +183,28 @@ class PROTOBUF_EXPORT UInt64Value final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -372,26 +374,28 @@ class PROTOBUF_EXPORT UInt32Value final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -561,26 +565,28 @@ class PROTOBUF_EXPORT StringValue final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -756,26 +762,28 @@ class PROTOBUF_EXPORT Int64Value final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -945,26 +953,28 @@ class PROTOBUF_EXPORT Int32Value final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -1134,26 +1144,28 @@ class PROTOBUF_EXPORT FloatValue final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -1323,26 +1335,28 @@ class PROTOBUF_EXPORT DoubleValue final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -1512,26 +1526,28 @@ class PROTOBUF_EXPORT BytesValue final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -1707,26 +1723,28 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message
bool IsInitialized() const {
return true;
}
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL;
#if defined(PROTOBUF_CUSTOM_VTABLE)
private:
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
private:
static void Clear(MessageLite& msg);
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg);
static ::uint8_t* _InternalSerialize(
const MessageLite& msg, ::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream);
public:
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); };
::size_t ByteSizeLong() const { return ByteSizeLong(*this); }
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const {
return _InternalSerialize(*this, target, stream);
}
#else // PROTOBUF_CUSTOM_VTABLE
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const final;
#endif // PROTOBUF_CUSTOM_VTABLE
int GetCachedSize() const { return _impl_._cached_size_.Get(); }
@ -1819,8 +1837,9 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message
// double value = 1;
inline void DoubleValue::clear_value() {
DoubleValue& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = 0;
this_._impl_.value_ = 0;
}
inline double DoubleValue::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.DoubleValue.value)
@ -1845,8 +1864,9 @@ inline void DoubleValue::_internal_set_value(double value) {
// float value = 1;
inline void FloatValue::clear_value() {
FloatValue& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = 0;
this_._impl_.value_ = 0;
}
inline float FloatValue::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.FloatValue.value)
@ -1871,8 +1891,9 @@ inline void FloatValue::_internal_set_value(float value) {
// int64 value = 1;
inline void Int64Value::clear_value() {
Int64Value& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = ::int64_t{0};
this_._impl_.value_ = ::int64_t{0};
}
inline ::int64_t Int64Value::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.Int64Value.value)
@ -1897,8 +1918,9 @@ inline void Int64Value::_internal_set_value(::int64_t value) {
// uint64 value = 1;
inline void UInt64Value::clear_value() {
UInt64Value& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = ::uint64_t{0u};
this_._impl_.value_ = ::uint64_t{0u};
}
inline ::uint64_t UInt64Value::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.UInt64Value.value)
@ -1923,8 +1945,9 @@ inline void UInt64Value::_internal_set_value(::uint64_t value) {
// int32 value = 1;
inline void Int32Value::clear_value() {
Int32Value& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = 0;
this_._impl_.value_ = 0;
}
inline ::int32_t Int32Value::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.Int32Value.value)
@ -1949,8 +1972,9 @@ inline void Int32Value::_internal_set_value(::int32_t value) {
// uint32 value = 1;
inline void UInt32Value::clear_value() {
UInt32Value& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = 0u;
this_._impl_.value_ = 0u;
}
inline ::uint32_t UInt32Value::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.UInt32Value.value)
@ -1975,8 +1999,9 @@ inline void UInt32Value::_internal_set_value(::uint32_t value) {
// bool value = 1;
inline void BoolValue::clear_value() {
BoolValue& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_ = false;
this_._impl_.value_ = false;
}
inline bool BoolValue::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.BoolValue.value)
@ -2001,6 +2026,7 @@ inline void BoolValue::_internal_set_value(bool value) {
// string value = 1;
inline void StringValue::clear_value() {
StringValue& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.ClearToEmpty();
}
@ -2055,6 +2081,7 @@ inline void StringValue::set_allocated_value(std::string* value) {
// bytes value = 1;
inline void BytesValue::clear_value() {
BytesValue& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
_impl_.value_.ClearToEmpty();
}

Loading…
Cancel
Save