Auto-generate files after cl/669198477

pull/18046/head
Protobuf Team Bot 6 months ago
parent 363c0e16df
commit ffdebdb3f0
  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>(),
&Any::Clear, &Any::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<Any>(), &Any::ByteSizeLong,
&Any::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Any, _impl_._cached_size_),
@ -267,22 +267,16 @@ const ::_pbi::TcParseTable<1, 2, 0, 36, 2> Any::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void Any::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Any)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.type_url_.ClearToEmpty();
this_._impl_.value_.ClearToEmpty();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.type_url_.ClearToEmpty();
_impl_.value_.ClearToEmpty();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -207,28 +207,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -346,7 +344,6 @@ 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();
}
@ -397,7 +394,6 @@ 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,12 +254,10 @@ class Api::_Internal {
};
void Api::clear_options() {
Api& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
this_._impl_.options_.Clear();
_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;
@ -376,7 +374,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Api>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Api>(),
&Api::Clear, &Api::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<Api>(), &Api::ByteSizeLong,
&Api::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Api, _impl_._cached_size_),
@ -469,32 +467,26 @@ const ::_pbi::TcParseTable<3, 7, 4, 39, 2> Api::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void Api::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Api)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
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];
_impl_.methods_.Clear();
_impl_.options_.Clear();
_impl_.mixins_.Clear();
_impl_.name_.ClearToEmpty();
_impl_.version_.ClearToEmpty();
cached_has_bits = _impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
ABSL_DCHECK(this_._impl_.source_context_ != nullptr);
this_._impl_.source_context_->Clear();
ABSL_DCHECK(_impl_.source_context_ != nullptr);
_impl_.source_context_->Clear();
}
this_._impl_.syntax_ = 0;
this_._impl_._has_bits_.Clear();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.syntax_ = 0;
_impl_._has_bits_.Clear();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -729,9 +721,8 @@ class Method::_Internal {
};
void Method::clear_options() {
Method& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
this_._impl_.options_.Clear();
_impl_.options_.Clear();
}
Method::Method(::google::protobuf::Arena* arena)
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -836,7 +827,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Method>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Method>(),
&Method::Clear, &Method::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<Method>(), &Method::ByteSizeLong,
&Method::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Method, _impl_._cached_size_),
@ -927,27 +918,21 @@ const ::_pbi::TcParseTable<3, 7, 1, 68, 2> Method::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void Method::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Method)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
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>();
_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>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1227,7 +1212,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Mixin>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Mixin>(),
&Mixin::Clear, &Mixin::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<Mixin>(), &Mixin::ByteSizeLong,
&Mixin::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Mixin, _impl_._cached_size_),
@ -1286,22 +1271,16 @@ const ::_pbi::TcParseTable<1, 2, 0, 38, 2> Mixin::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void Mixin::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Mixin)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.name_.ClearToEmpty();
this_._impl_.root_.ClearToEmpty();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.name_.ClearToEmpty();
_impl_.root_.ClearToEmpty();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -167,28 +167,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -382,28 +380,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -670,28 +666,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -895,7 +889,6 @@ 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();
}
@ -952,9 +945,8 @@ 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_);
this_._impl_.methods_.Clear();
_impl_.methods_.Clear();
}
inline ::google::protobuf::Method* Api::mutable_methods(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -1041,7 +1033,6 @@ 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();
}
@ -1189,9 +1180,8 @@ 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_);
this_._impl_.mixins_.Clear();
_impl_.mixins_.Clear();
}
inline ::google::protobuf::Mixin* Api::mutable_mixins(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -1233,9 +1223,8 @@ Api::_internal_mutable_mixins() {
// .google.protobuf.Syntax syntax = 7;
inline void Api::clear_syntax() {
Api& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
this_._impl_.syntax_ = 0;
_impl_.syntax_ = 0;
}
inline ::google::protobuf::Syntax Api::syntax() const {
// @@protoc_insertion_point(field_get:google.protobuf.Api.syntax)
@ -1260,7 +1249,6 @@ 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();
}
@ -1311,7 +1299,6 @@ 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();
}
@ -1362,9 +1349,8 @@ 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_);
this_._impl_.request_streaming_ = false;
_impl_.request_streaming_ = false;
}
inline bool Method::request_streaming() const {
// @@protoc_insertion_point(field_get:google.protobuf.Method.request_streaming)
@ -1385,7 +1371,6 @@ 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();
}
@ -1436,9 +1421,8 @@ 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_);
this_._impl_.response_streaming_ = false;
_impl_.response_streaming_ = false;
}
inline bool Method::response_streaming() const {
// @@protoc_insertion_point(field_get:google.protobuf.Method.response_streaming)
@ -1504,9 +1488,8 @@ Method::_internal_mutable_options() {
// .google.protobuf.Syntax syntax = 7;
inline void Method::clear_syntax() {
Method& this_ PROTOBUF_UNUSED = *this;
::google::protobuf::internal::TSanWrite(&_impl_);
this_._impl_.syntax_ = 0;
_impl_.syntax_ = 0;
}
inline ::google::protobuf::Syntax Method::syntax() const {
// @@protoc_insertion_point(field_get:google.protobuf.Method.syntax)
@ -1531,7 +1514,6 @@ 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();
}
@ -1582,7 +1564,6 @@ 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>(),
&Duration::Clear, &Duration::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<Duration>(), &Duration::ByteSizeLong,
&Duration::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Duration, _impl_._cached_size_),
@ -227,23 +227,17 @@ const ::_pbi::TcParseTable<1, 2, 0, 0, 2> Duration::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void Duration::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Duration)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
::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>();
::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>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -159,28 +159,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -285,9 +283,8 @@ 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_);
this_._impl_.seconds_ = ::int64_t{0};
_impl_.seconds_ = ::int64_t{0};
}
inline ::int64_t Duration::seconds() const {
// @@protoc_insertion_point(field_get:google.protobuf.Duration.seconds)
@ -308,9 +305,8 @@ 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_);
this_._impl_.nanos_ = 0;
_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>(),
&Empty::Clear, &Empty::ByteSizeLong,
::google::protobuf::internal::ZeroFieldsBase::GetClearImpl<Empty>(), &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>(),
&FieldMask::Clear, &FieldMask::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<FieldMask>(), &FieldMask::ByteSizeLong,
&FieldMask::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(FieldMask, _impl_._cached_size_),
@ -245,21 +245,15 @@ const ::_pbi::TcParseTable<0, 1, 0, 39, 2> FieldMask::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void FieldMask::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.FieldMask)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.paths_.Clear();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.paths_.Clear();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -159,28 +159,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -291,9 +289,8 @@ 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_);
this_._impl_.paths_.Clear();
_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>(),
&SourceContext::Clear, &SourceContext::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<SourceContext>(), &SourceContext::ByteSizeLong,
&SourceContext::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(SourceContext, _impl_._cached_size_),
@ -237,21 +237,15 @@ const ::_pbi::TcParseTable<0, 1, 0, 47, 2> SourceContext::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void SourceContext::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.SourceContext)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.file_name_.ClearToEmpty();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.file_name_.ClearToEmpty();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -159,28 +159,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -279,7 +277,6 @@ 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>(),
&Struct::Clear, &Struct::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<Struct>(), &Struct::ByteSizeLong,
&Struct::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Struct, _impl_._cached_size_),
@ -468,21 +468,15 @@ const ::_pbi::TcParseTable<0, 1, 2, 37, 2> Struct::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void Struct::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Struct)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.fields_.Clear();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.fields_.Clear();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -771,7 +765,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Value>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Value>(),
&Value::Clear, &Value::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<Value>(), &Value::ByteSizeLong,
&Value::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Value, _impl_._cached_size_),
@ -837,21 +831,15 @@ const ::_pbi::TcParseTable<0, 6, 2, 42, 2> Value::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Value)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_.clear_kind();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
clear_kind();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1145,7 +1133,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<ListValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<ListValue>(),
&ListValue::Clear, &ListValue::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<ListValue>(), &ListValue::ByteSizeLong,
&ListValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(ListValue, _impl_._cached_size_),
@ -1194,21 +1182,15 @@ const ::_pbi::TcParseTable<0, 1, 1, 0, 2> ListValue::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void ListValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.ListValue)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.values_.Clear();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.values_.Clear();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -204,28 +204,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -402,28 +400,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -649,28 +645,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -874,9 +868,8 @@ 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_);
this_._impl_.fields_.Clear();
_impl_.fields_.Clear();
}
inline const ::google::protobuf::Map<std::string, ::google::protobuf::Value>& Struct::_internal_fields() const {
::google::protobuf::internal::TSanRead(&_impl_);
@ -907,10 +900,9 @@ 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) {
this_._impl_.kind_.null_value_ = 0;
_impl_.kind_.null_value_ = 0;
clear_has_kind();
}
}
@ -941,10 +933,9 @@ 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) {
this_._impl_.kind_.number_value_ = 0;
_impl_.kind_.number_value_ = 0;
clear_has_kind();
}
}
@ -975,7 +966,6 @@ 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();
@ -1061,10 +1051,9 @@ 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) {
this_._impl_.kind_.bool_value_ = false;
_impl_.kind_.bool_value_ = false;
clear_has_kind();
}
}
@ -1098,7 +1087,6 @@ 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) {
@ -1178,7 +1166,6 @@ 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) {
@ -1268,9 +1255,8 @@ 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_);
this_._impl_.values_.Clear();
_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>(),
&Timestamp::Clear, &Timestamp::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<Timestamp>(), &Timestamp::ByteSizeLong,
&Timestamp::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Timestamp, _impl_._cached_size_),
@ -227,23 +227,17 @@ const ::_pbi::TcParseTable<1, 2, 0, 0, 2> Timestamp::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void Timestamp::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Timestamp)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
::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>();
::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>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -159,28 +159,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -285,9 +283,8 @@ 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_);
this_._impl_.seconds_ = ::int64_t{0};
_impl_.seconds_ = ::int64_t{0};
}
inline ::int64_t Timestamp::seconds() const {
// @@protoc_insertion_point(field_get:google.protobuf.Timestamp.seconds)
@ -308,9 +305,8 @@ 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_);
this_._impl_.nanos_ = 0;
_impl_.nanos_ = 0;
}
inline ::int32_t Timestamp::nanos() const {
// @@protoc_insertion_point(field_get:google.protobuf.Timestamp.nanos)

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

@ -293,28 +293,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -508,28 +506,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -895,28 +891,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -1123,28 +1117,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -1430,28 +1422,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -1636,7 +1626,6 @@ 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();
}
@ -1693,9 +1682,8 @@ 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_);
this_._impl_.fields_.Clear();
_impl_.fields_.Clear();
}
inline ::google::protobuf::Field* Type::mutable_fields(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -1743,9 +1731,8 @@ 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_);
this_._impl_.oneofs_.Clear();
_impl_.oneofs_.Clear();
}
inline std::string* Type::add_oneofs() ABSL_ATTRIBUTE_LIFETIME_BOUND {
::google::protobuf::internal::TSanWrite(&_impl_);
@ -1808,9 +1795,8 @@ 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_);
this_._impl_.options_.Clear();
_impl_.options_.Clear();
}
inline ::google::protobuf::Option* Type::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -1943,9 +1929,8 @@ 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_);
this_._impl_.syntax_ = 0;
_impl_.syntax_ = 0;
}
inline ::google::protobuf::Syntax Type::syntax() const {
// @@protoc_insertion_point(field_get:google.protobuf.Type.syntax)
@ -1966,7 +1951,6 @@ 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();
}
@ -2021,9 +2005,8 @@ 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_);
this_._impl_.kind_ = 0;
_impl_.kind_ = 0;
}
inline ::google::protobuf::Field_Kind Field::kind() const {
// @@protoc_insertion_point(field_get:google.protobuf.Field.kind)
@ -2044,9 +2027,8 @@ 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_);
this_._impl_.cardinality_ = 0;
_impl_.cardinality_ = 0;
}
inline ::google::protobuf::Field_Cardinality Field::cardinality() const {
// @@protoc_insertion_point(field_get:google.protobuf.Field.cardinality)
@ -2067,9 +2049,8 @@ 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_);
this_._impl_.number_ = 0;
_impl_.number_ = 0;
}
inline ::int32_t Field::number() const {
// @@protoc_insertion_point(field_get:google.protobuf.Field.number)
@ -2090,7 +2071,6 @@ 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();
}
@ -2141,7 +2121,6 @@ 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();
}
@ -2192,9 +2171,8 @@ 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_);
this_._impl_.oneof_index_ = 0;
_impl_.oneof_index_ = 0;
}
inline ::int32_t Field::oneof_index() const {
// @@protoc_insertion_point(field_get:google.protobuf.Field.oneof_index)
@ -2215,9 +2193,8 @@ 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_);
this_._impl_.packed_ = false;
_impl_.packed_ = false;
}
inline bool Field::packed() const {
// @@protoc_insertion_point(field_get:google.protobuf.Field.packed)
@ -2244,9 +2221,8 @@ 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_);
this_._impl_.options_.Clear();
_impl_.options_.Clear();
}
inline ::google::protobuf::Option* Field::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -2288,7 +2264,6 @@ 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();
}
@ -2339,7 +2314,6 @@ 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();
}
@ -2394,7 +2368,6 @@ 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();
}
@ -2451,9 +2424,8 @@ 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_);
this_._impl_.enumvalue_.Clear();
_impl_.enumvalue_.Clear();
}
inline ::google::protobuf::EnumValue* Enum::mutable_enumvalue(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -2501,9 +2473,8 @@ 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_);
this_._impl_.options_.Clear();
_impl_.options_.Clear();
}
inline ::google::protobuf::Option* Enum::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -2636,9 +2607,8 @@ 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_);
this_._impl_.syntax_ = 0;
_impl_.syntax_ = 0;
}
inline ::google::protobuf::Syntax Enum::syntax() const {
// @@protoc_insertion_point(field_get:google.protobuf.Enum.syntax)
@ -2659,7 +2629,6 @@ 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();
}
@ -2714,7 +2683,6 @@ 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();
}
@ -2765,9 +2733,8 @@ 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_);
this_._impl_.number_ = 0;
_impl_.number_ = 0;
}
inline ::int32_t EnumValue::number() const {
// @@protoc_insertion_point(field_get:google.protobuf.EnumValue.number)
@ -2794,9 +2761,8 @@ 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_);
this_._impl_.options_.Clear();
_impl_.options_.Clear();
}
inline ::google::protobuf::Option* EnumValue::mutable_options(int index)
ABSL_ATTRIBUTE_LIFETIME_BOUND {
@ -2842,7 +2808,6 @@ 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>(),
&DoubleValue::Clear, &DoubleValue::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<DoubleValue>(), &DoubleValue::ByteSizeLong,
&DoubleValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(DoubleValue, _impl_._cached_size_),
@ -512,21 +512,15 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> DoubleValue::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void DoubleValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.DoubleValue)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.value_ = 0;
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.value_ = 0;
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -674,7 +668,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<FloatValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<FloatValue>(),
&FloatValue::Clear, &FloatValue::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<FloatValue>(), &FloatValue::ByteSizeLong,
&FloatValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(FloatValue, _impl_._cached_size_),
@ -723,21 +717,15 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> FloatValue::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void FloatValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.FloatValue)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.value_ = 0;
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.value_ = 0;
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -885,7 +873,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Int64Value>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Int64Value>(),
&Int64Value::Clear, &Int64Value::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<Int64Value>(), &Int64Value::ByteSizeLong,
&Int64Value::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Int64Value, _impl_._cached_size_),
@ -934,21 +922,15 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int64Value::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void Int64Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Int64Value)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.value_ = ::int64_t{0};
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.value_ = ::int64_t{0};
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1097,7 +1079,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<UInt64Value>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<UInt64Value>(),
&UInt64Value::Clear, &UInt64Value::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<UInt64Value>(), &UInt64Value::ByteSizeLong,
&UInt64Value::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(UInt64Value, _impl_._cached_size_),
@ -1146,21 +1128,15 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt64Value::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void UInt64Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.UInt64Value)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.value_ = ::uint64_t{0u};
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.value_ = ::uint64_t{0u};
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1309,7 +1285,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<Int32Value>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<Int32Value>(),
&Int32Value::Clear, &Int32Value::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<Int32Value>(), &Int32Value::ByteSizeLong,
&Int32Value::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(Int32Value, _impl_._cached_size_),
@ -1358,21 +1334,15 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int32Value::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void Int32Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.Int32Value)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.value_ = 0;
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.value_ = 0;
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1521,7 +1491,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<UInt32Value>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<UInt32Value>(),
&UInt32Value::Clear, &UInt32Value::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<UInt32Value>(), &UInt32Value::ByteSizeLong,
&UInt32Value::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(UInt32Value, _impl_._cached_size_),
@ -1570,21 +1540,15 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt32Value::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void UInt32Value::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.UInt32Value)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.value_ = 0u;
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.value_ = 0u;
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1733,7 +1697,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<BoolValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<BoolValue>(),
&BoolValue::Clear, &BoolValue::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<BoolValue>(), &BoolValue::ByteSizeLong,
&BoolValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(BoolValue, _impl_._cached_size_),
@ -1782,21 +1746,15 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BoolValue::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void BoolValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.BoolValue)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.value_ = false;
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.value_ = false;
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -1962,7 +1920,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<StringValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<StringValue>(),
&StringValue::Clear, &StringValue::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<StringValue>(), &StringValue::ByteSizeLong,
&StringValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(StringValue, _impl_._cached_size_),
@ -2014,21 +1972,15 @@ const ::_pbi::TcParseTable<0, 1, 0, 41, 2> StringValue::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void StringValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.StringValue)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.value_.ClearToEmpty();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.value_.ClearToEmpty();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)
@ -2198,7 +2150,7 @@ const ::google::protobuf::MessageLite::ClassDataFull
::google::protobuf::Message::GetNewImpl<BytesValue>(),
#if defined(PROTOBUF_CUSTOM_VTABLE)
::google::protobuf::Message::GetDeleteImpl<BytesValue>(),
&BytesValue::Clear, &BytesValue::ByteSizeLong,
::google::protobuf::Message::GetClearImpl<BytesValue>(), &BytesValue::ByteSizeLong,
&BytesValue::_InternalSerialize,
#endif // PROTOBUF_CUSTOM_VTABLE
PROTOBUF_FIELD_OFFSET(BytesValue, _impl_._cached_size_),
@ -2247,21 +2199,15 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BytesValue::_table_ = {
}},
};
#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_);
PROTOBUF_NOINLINE void BytesValue::Clear() {
// @@protoc_insertion_point(message_clear_start:google.protobuf.BytesValue)
::google::protobuf::internal::TSanWrite(&_impl_);
::uint32_t cached_has_bits = 0;
// Prevent compiler warnings about cached_has_bits being unused
(void) cached_has_bits;
this_._impl_.value_.ClearToEmpty();
this_._internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
_impl_.value_.ClearToEmpty();
_internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
}
#if defined(PROTOBUF_CUSTOM_VTABLE)

@ -183,28 +183,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -374,28 +372,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -565,28 +561,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -762,28 +756,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -953,28 +945,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -1144,28 +1134,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -1335,28 +1323,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -1526,28 +1512,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -1723,28 +1707,26 @@ 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 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);
}
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);
}
#else // PROTOBUF_CUSTOM_VTABLE
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final;
::size_t ByteSizeLong() const final;
::uint8_t* _InternalSerialize(
::uint8_t* target,
::google::protobuf::io::EpsCopyOutputStream* stream) const 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(); }
@ -1837,9 +1819,8 @@ 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_);
this_._impl_.value_ = 0;
_impl_.value_ = 0;
}
inline double DoubleValue::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.DoubleValue.value)
@ -1864,9 +1845,8 @@ 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_);
this_._impl_.value_ = 0;
_impl_.value_ = 0;
}
inline float FloatValue::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.FloatValue.value)
@ -1891,9 +1871,8 @@ 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_);
this_._impl_.value_ = ::int64_t{0};
_impl_.value_ = ::int64_t{0};
}
inline ::int64_t Int64Value::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.Int64Value.value)
@ -1918,9 +1897,8 @@ 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_);
this_._impl_.value_ = ::uint64_t{0u};
_impl_.value_ = ::uint64_t{0u};
}
inline ::uint64_t UInt64Value::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.UInt64Value.value)
@ -1945,9 +1923,8 @@ 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_);
this_._impl_.value_ = 0;
_impl_.value_ = 0;
}
inline ::int32_t Int32Value::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.Int32Value.value)
@ -1972,9 +1949,8 @@ 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_);
this_._impl_.value_ = 0u;
_impl_.value_ = 0u;
}
inline ::uint32_t UInt32Value::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.UInt32Value.value)
@ -1999,9 +1975,8 @@ 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_);
this_._impl_.value_ = false;
_impl_.value_ = false;
}
inline bool BoolValue::value() const {
// @@protoc_insertion_point(field_get:google.protobuf.BoolValue.value)
@ -2026,7 +2001,6 @@ 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();
}
@ -2081,7 +2055,6 @@ 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