Auto-generate files after cl/638676816

pull/16983/head
Protobuf Team Bot 6 months ago
parent 9e83842ce0
commit c1c275cc7d
  1. 17
      src/google/protobuf/any.pb.cc
  2. 1
      src/google/protobuf/any.pb.h
  3. 51
      src/google/protobuf/api.pb.cc
  4. 3
      src/google/protobuf/api.pb.h
  5. 17
      src/google/protobuf/duration.pb.cc
  6. 1
      src/google/protobuf/duration.pb.h
  7. 17
      src/google/protobuf/empty.pb.cc
  8. 1
      src/google/protobuf/empty.pb.h
  9. 17
      src/google/protobuf/field_mask.pb.cc
  10. 1
      src/google/protobuf/field_mask.pb.h
  11. 17
      src/google/protobuf/source_context.pb.cc
  12. 1
      src/google/protobuf/source_context.pb.h
  13. 68
      src/google/protobuf/struct.pb.cc
  14. 4
      src/google/protobuf/struct.pb.h
  15. 17
      src/google/protobuf/timestamp.pb.cc
  16. 1
      src/google/protobuf/timestamp.pb.h
  17. 85
      src/google/protobuf/type.pb.cc
  18. 5
      src/google/protobuf/type.pb.h
  19. 153
      src/google/protobuf/wrappers.pb.cc
  20. 9
      src/google/protobuf/wrappers.pb.h

@ -174,11 +174,11 @@ inline void Any::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Any::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Any::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -190,9 +190,10 @@ Any::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fany_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Any::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<1, 2, 0, 36, 2> Any::_table_ = {

@ -230,6 +230,7 @@ class PROTOBUF_EXPORT Any final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;

@ -308,11 +308,11 @@ inline void Api::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Api::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Api::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -324,9 +324,10 @@ Api::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fapi_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Api::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<3, 7, 4, 39, 2> Api::_table_ = {
@ -712,11 +713,11 @@ inline void Method::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Method::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Method::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -728,9 +729,10 @@ Method::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fapi_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Method::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<3, 7, 1, 68, 2> Method::_table_ = {
@ -1060,11 +1062,11 @@ inline void Mixin::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Mixin::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Mixin::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -1076,9 +1078,10 @@ Mixin::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fapi_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Mixin::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<1, 2, 0, 38, 2> Mixin::_table_ = {

@ -190,6 +190,7 @@ class PROTOBUF_EXPORT Mixin final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -385,6 +386,7 @@ class PROTOBUF_EXPORT Method final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -653,6 +655,7 @@ class PROTOBUF_EXPORT Api final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;

@ -141,11 +141,11 @@ inline void Duration::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Duration::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Duration::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -157,9 +157,10 @@ Duration::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fduration_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Duration::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<1, 2, 0, 0, 2> Duration::_table_ = {

@ -182,6 +182,7 @@ class PROTOBUF_EXPORT Duration final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;

@ -112,11 +112,11 @@ Empty::Empty(
// @@protoc_insertion_point(copy_constructor:google.protobuf.Empty)
}
const ::google::protobuf::MessageLite::ClassData*
Empty::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Empty::_class_data_ = {
::google::protobuf::internal::ZeroFieldsBase::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -128,9 +128,10 @@ Empty::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fempty_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Empty::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 0, 0, 0, 2> Empty::_table_ = {

@ -170,6 +170,7 @@ class PROTOBUF_EXPORT Empty final : public ::google::protobuf::internal::ZeroFie
*this = ::std::move(from);
}
const ::google::protobuf::internal::ZeroFieldsBase::ClassData* GetClassData() const final;
static const ::google::protobuf::internal::ZeroFieldsBase::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;

@ -147,11 +147,11 @@ inline void FieldMask::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
FieldMask::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
FieldMask::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -163,9 +163,10 @@ FieldMask::GetClassData() const {
&descriptor_table_google_2fprotobuf_2ffield_5fmask_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* FieldMask::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 0, 39, 2> FieldMask::_table_ = {

@ -182,6 +182,7 @@ class PROTOBUF_EXPORT FieldMask final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;

@ -150,11 +150,11 @@ inline void SourceContext::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
SourceContext::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
SourceContext::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -166,9 +166,10 @@ SourceContext::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* SourceContext::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 0, 47, 2> SourceContext::_table_ = {

@ -182,6 +182,7 @@ class PROTOBUF_EXPORT SourceContext final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;

@ -214,11 +214,11 @@ bool NullValue_IsValid(int value) {
Struct_FieldsEntry_DoNotUse::Struct_FieldsEntry_DoNotUse() {}
Struct_FieldsEntry_DoNotUse::Struct_FieldsEntry_DoNotUse(::google::protobuf::Arena* arena) : SuperType(arena) {}
const ::google::protobuf::MessageLite::ClassData*
Struct_FieldsEntry_DoNotUse::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Struct_FieldsEntry_DoNotUse::_class_data_ = {
::google::protobuf::Message::ClassData{
nullptr, // tc_table
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -230,9 +230,10 @@ Struct_FieldsEntry_DoNotUse::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fstruct_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Struct_FieldsEntry_DoNotUse::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
// ===================================================================
@ -282,11 +283,11 @@ inline void Struct::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Struct::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Struct::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -298,9 +299,10 @@ Struct::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fstruct_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Struct::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 2, 37, 2> Struct::_table_ = {
@ -595,11 +597,11 @@ void Value::clear_kind() {
}
const ::google::protobuf::MessageLite::ClassData*
Value::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Value::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -611,9 +613,10 @@ Value::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fstruct_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Value::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 6, 2, 42, 2> Value::_table_ = {
@ -912,11 +915,11 @@ inline void ListValue::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
ListValue::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
ListValue::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -928,9 +931,10 @@ ListValue::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fstruct_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* ListValue::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 1, 0, 2> ListValue::_table_ = {

@ -227,6 +227,7 @@ class PROTOBUF_EXPORT ListValue final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -405,6 +406,7 @@ class PROTOBUF_EXPORT Struct final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -487,6 +489,7 @@ class Struct_FieldsEntry_DoNotUse final
&_Struct_FieldsEntry_DoNotUse_default_instance_);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
friend struct ::TableStruct_google_2fprotobuf_2fstruct_2eproto;
};
// -------------------------------------------------------------------
@ -617,6 +620,7 @@ class PROTOBUF_EXPORT Value final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;

@ -141,11 +141,11 @@ inline void Timestamp::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Timestamp::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Timestamp::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -157,9 +157,10 @@ Timestamp::GetClassData() const {
&descriptor_table_google_2fprotobuf_2ftimestamp_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Timestamp::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<1, 2, 0, 0, 2> Timestamp::_table_ = {

@ -182,6 +182,7 @@ class PROTOBUF_EXPORT Timestamp final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;

@ -488,11 +488,11 @@ inline void Type::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Type::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Type::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -504,9 +504,10 @@ Type::GetClassData() const {
&descriptor_table_google_2fprotobuf_2ftype_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Type::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<3, 7, 3, 46, 2> Type::_table_ = {
@ -888,11 +889,11 @@ inline void Field::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Field::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Field::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -904,9 +905,10 @@ Field::GetClassData() const {
&descriptor_table_google_2fprotobuf_2ftype_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Field::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<4, 10, 1, 72, 2> Field::_table_ = {
@ -1335,11 +1337,11 @@ inline void Enum::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Enum::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Enum::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -1351,9 +1353,10 @@ Enum::GetClassData() const {
&descriptor_table_google_2fprotobuf_2ftype_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Enum::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<3, 6, 3, 40, 2> Enum::_table_ = {
@ -1690,11 +1693,11 @@ inline void EnumValue::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
EnumValue::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
EnumValue::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -1706,9 +1709,10 @@ EnumValue::GetClassData() const {
&descriptor_table_google_2fprotobuf_2ftype_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* EnumValue::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<2, 3, 1, 38, 2> EnumValue::_table_ = {
@ -1954,11 +1958,11 @@ inline void Option::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Option::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Option::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -1970,9 +1974,10 @@ Option::GetClassData() const {
&descriptor_table_google_2fprotobuf_2ftype_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Option::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<1, 2, 1, 35, 2> Option::_table_ = {

@ -316,6 +316,7 @@ class PROTOBUF_EXPORT Option final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -511,6 +512,7 @@ class PROTOBUF_EXPORT Field final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -878,6 +880,7 @@ class PROTOBUF_EXPORT EnumValue final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -1086,6 +1089,7 @@ class PROTOBUF_EXPORT Type final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -1379,6 +1383,7 @@ class PROTOBUF_EXPORT Enum final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;

@ -384,11 +384,11 @@ inline void DoubleValue::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
DoubleValue::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
DoubleValue::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -400,9 +400,10 @@ DoubleValue::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* DoubleValue::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 0, 0, 2> DoubleValue::_table_ = {
@ -555,11 +556,11 @@ inline void FloatValue::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
FloatValue::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
FloatValue::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -571,9 +572,10 @@ FloatValue::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* FloatValue::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 0, 0, 2> FloatValue::_table_ = {
@ -726,11 +728,11 @@ inline void Int64Value::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Int64Value::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Int64Value::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -742,9 +744,10 @@ Int64Value::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Int64Value::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int64Value::_table_ = {
@ -898,11 +901,11 @@ inline void UInt64Value::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
UInt64Value::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
UInt64Value::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -914,9 +917,10 @@ UInt64Value::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* UInt64Value::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt64Value::_table_ = {
@ -1070,11 +1074,11 @@ inline void Int32Value::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
Int32Value::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
Int32Value::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -1086,9 +1090,10 @@ Int32Value::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* Int32Value::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int32Value::_table_ = {
@ -1242,11 +1247,11 @@ inline void UInt32Value::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
UInt32Value::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
UInt32Value::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -1258,9 +1263,10 @@ UInt32Value::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* UInt32Value::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt32Value::_table_ = {
@ -1414,11 +1420,11 @@ inline void BoolValue::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
BoolValue::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
BoolValue::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -1430,9 +1436,10 @@ BoolValue::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* BoolValue::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BoolValue::_table_ = {
@ -1599,11 +1606,11 @@ inline void StringValue::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
StringValue::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
StringValue::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -1615,9 +1622,10 @@ StringValue::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* StringValue::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 0, 41, 2> StringValue::_table_ = {
@ -1791,11 +1799,11 @@ inline void BytesValue::SharedDtor() {
_impl_.~Impl_();
}
const ::google::protobuf::MessageLite::ClassData*
BytesValue::GetClassData() const {
PROTOBUF_CONSTINIT static const ::google::protobuf::MessageLite::
ClassDataFull _data_ = {
{
PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::google::protobuf::MessageLite::ClassDataFull
BytesValue::_class_data_ = {
::google::protobuf::Message::ClassData{
&_table_.header,
nullptr, // OnDemandRegisterArenaDtor
nullptr, // IsInitialized
@ -1807,9 +1815,10 @@ BytesValue::GetClassData() const {
&descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
nullptr, // tracker
};
::google::protobuf::internal::PrefetchToLocalCache(&_data_);
::google::protobuf::internal::PrefetchToLocalCache(_data_.tc_table);
return _data_.base();
const ::google::protobuf::MessageLite::ClassData* BytesValue::GetClassData() const {
::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
return _class_data_.base();
}
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BytesValue::_table_ = {

@ -206,6 +206,7 @@ class PROTOBUF_EXPORT UInt64Value final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -377,6 +378,7 @@ class PROTOBUF_EXPORT UInt32Value final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -548,6 +550,7 @@ class PROTOBUF_EXPORT StringValue final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -725,6 +728,7 @@ class PROTOBUF_EXPORT Int64Value final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -896,6 +900,7 @@ class PROTOBUF_EXPORT Int32Value final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -1067,6 +1072,7 @@ class PROTOBUF_EXPORT FloatValue final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -1238,6 +1244,7 @@ class PROTOBUF_EXPORT DoubleValue final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -1409,6 +1416,7 @@ class PROTOBUF_EXPORT BytesValue final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;
@ -1586,6 +1594,7 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message
*this = ::std::move(from);
}
const ::google::protobuf::Message::ClassData* GetClassData() const final;
static const ::google::protobuf::Message::ClassDataFull _class_data_;
public:
::google::protobuf::Metadata GetMetadata() const;

Loading…
Cancel
Save