From 314383430eae080aec597475994598cda72d31bd Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Wed, 3 Apr 2024 21:21:48 +0000 Subject: [PATCH] Auto-generate files after cl/621632525 --- src/google/protobuf/any.pb.cc | 7 +-- src/google/protobuf/any.pb.h | 1 - src/google/protobuf/api.pb.cc | 21 +++----- src/google/protobuf/api.pb.h | 3 -- src/google/protobuf/duration.pb.cc | 7 +-- src/google/protobuf/duration.pb.h | 1 - src/google/protobuf/empty.pb.cc | 2 + src/google/protobuf/field_mask.pb.cc | 7 +-- src/google/protobuf/field_mask.pb.h | 1 - src/google/protobuf/source_context.pb.cc | 7 +-- src/google/protobuf/source_context.pb.h | 1 - src/google/protobuf/struct.pb.cc | 23 +++------ src/google/protobuf/struct.pb.h | 3 -- src/google/protobuf/timestamp.pb.cc | 7 +-- src/google/protobuf/timestamp.pb.h | 1 - src/google/protobuf/type.pb.cc | 35 ++++--------- src/google/protobuf/type.pb.h | 5 -- src/google/protobuf/wrappers.pb.cc | 63 +++++++----------------- src/google/protobuf/wrappers.pb.h | 9 ---- 19 files changed, 54 insertions(+), 150 deletions(-) diff --git a/src/google/protobuf/any.pb.cc b/src/google/protobuf/any.pb.cc index 9fb68f3d5a..9a44a0d29c 100644 --- a/src/google/protobuf/any.pb.cc +++ b/src/google/protobuf/any.pb.cc @@ -192,6 +192,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -249,11 +251,6 @@ PROTOBUF_NOINLINE void Any::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Any::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Any::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { diff --git a/src/google/protobuf/any.pb.h b/src/google/protobuf/any.pb.h index afa000a549..bd594f466c 100644 --- a/src/google/protobuf/any.pb.h +++ b/src/google/protobuf/any.pb.h @@ -208,7 +208,6 @@ class PROTOBUF_EXPORT Any final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; diff --git a/src/google/protobuf/api.pb.cc b/src/google/protobuf/api.pb.cc index 976f09bbca..6a9b6a9de5 100644 --- a/src/google/protobuf/api.pb.cc +++ b/src/google/protobuf/api.pb.cc @@ -322,6 +322,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -424,11 +426,6 @@ PROTOBUF_NOINLINE void Api::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Api::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Api::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -721,6 +718,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -816,11 +815,6 @@ PROTOBUF_NOINLINE void Method::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Method::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Method::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -1074,6 +1068,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -1132,11 +1128,6 @@ PROTOBUF_NOINLINE void Mixin::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Mixin::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Mixin::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { diff --git a/src/google/protobuf/api.pb.h b/src/google/protobuf/api.pb.h index 47d6a3cfa5..1b0acca247 100644 --- a/src/google/protobuf/api.pb.h +++ b/src/google/protobuf/api.pb.h @@ -168,7 +168,6 @@ class PROTOBUF_EXPORT Mixin final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -363,7 +362,6 @@ class PROTOBUF_EXPORT Method final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -631,7 +629,6 @@ class PROTOBUF_EXPORT Api final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; diff --git a/src/google/protobuf/duration.pb.cc b/src/google/protobuf/duration.pb.cc index 5780fcb208..b8b82cd2f1 100644 --- a/src/google/protobuf/duration.pb.cc +++ b/src/google/protobuf/duration.pb.cc @@ -156,6 +156,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -211,11 +213,6 @@ PROTOBUF_NOINLINE void Duration::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Duration::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Duration::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { diff --git a/src/google/protobuf/duration.pb.h b/src/google/protobuf/duration.pb.h index 35e0b3be00..43716b88cb 100644 --- a/src/google/protobuf/duration.pb.h +++ b/src/google/protobuf/duration.pb.h @@ -160,7 +160,6 @@ class PROTOBUF_EXPORT Duration final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; diff --git a/src/google/protobuf/empty.pb.cc b/src/google/protobuf/empty.pb.cc index a736987d9d..b31ab2a1da 100644 --- a/src/google/protobuf/empty.pb.cc +++ b/src/google/protobuf/empty.pb.cc @@ -127,6 +127,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 diff --git a/src/google/protobuf/field_mask.pb.cc b/src/google/protobuf/field_mask.pb.cc index 7c6ee30b52..816b9e534e 100644 --- a/src/google/protobuf/field_mask.pb.cc +++ b/src/google/protobuf/field_mask.pb.cc @@ -162,6 +162,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -212,11 +214,6 @@ PROTOBUF_NOINLINE void FieldMask::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* FieldMask::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* FieldMask::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { diff --git a/src/google/protobuf/field_mask.pb.h b/src/google/protobuf/field_mask.pb.h index ae92a36b06..d850944ec6 100644 --- a/src/google/protobuf/field_mask.pb.h +++ b/src/google/protobuf/field_mask.pb.h @@ -160,7 +160,6 @@ class PROTOBUF_EXPORT FieldMask final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; diff --git a/src/google/protobuf/source_context.pb.cc b/src/google/protobuf/source_context.pb.cc index 0b7eead6a6..a8cc3962c1 100644 --- a/src/google/protobuf/source_context.pb.cc +++ b/src/google/protobuf/source_context.pb.cc @@ -165,6 +165,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -215,11 +217,6 @@ PROTOBUF_NOINLINE void SourceContext::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* SourceContext::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* SourceContext::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { diff --git a/src/google/protobuf/source_context.pb.h b/src/google/protobuf/source_context.pb.h index 3ab2b46c45..e781789113 100644 --- a/src/google/protobuf/source_context.pb.h +++ b/src/google/protobuf/source_context.pb.h @@ -160,7 +160,6 @@ class PROTOBUF_EXPORT SourceContext final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; diff --git a/src/google/protobuf/struct.pb.cc b/src/google/protobuf/struct.pb.cc index aa7929b11f..ad30cfa82d 100644 --- a/src/google/protobuf/struct.pb.cc +++ b/src/google/protobuf/struct.pb.cc @@ -230,6 +230,8 @@ 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(); } // =================================================================== @@ -295,6 +297,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -347,11 +351,6 @@ PROTOBUF_NOINLINE void Struct::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Struct::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Struct::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -613,6 +612,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -677,11 +678,6 @@ PROTOBUF_NOINLINE void Value::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Value::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Value::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -936,6 +932,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -983,11 +981,6 @@ PROTOBUF_NOINLINE void ListValue::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* ListValue::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* ListValue::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { diff --git a/src/google/protobuf/struct.pb.h b/src/google/protobuf/struct.pb.h index 173cb66e9d..17429fb95c 100644 --- a/src/google/protobuf/struct.pb.h +++ b/src/google/protobuf/struct.pb.h @@ -205,7 +205,6 @@ class PROTOBUF_EXPORT ListValue final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -383,7 +382,6 @@ class PROTOBUF_EXPORT Struct final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -595,7 +593,6 @@ class PROTOBUF_EXPORT Value final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; diff --git a/src/google/protobuf/timestamp.pb.cc b/src/google/protobuf/timestamp.pb.cc index ec076d429f..667add74cd 100644 --- a/src/google/protobuf/timestamp.pb.cc +++ b/src/google/protobuf/timestamp.pb.cc @@ -156,6 +156,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -211,11 +213,6 @@ PROTOBUF_NOINLINE void Timestamp::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Timestamp::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Timestamp::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { diff --git a/src/google/protobuf/timestamp.pb.h b/src/google/protobuf/timestamp.pb.h index d23ccccf4a..484a32032c 100644 --- a/src/google/protobuf/timestamp.pb.h +++ b/src/google/protobuf/timestamp.pb.h @@ -160,7 +160,6 @@ class PROTOBUF_EXPORT Timestamp final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; diff --git a/src/google/protobuf/type.pb.cc b/src/google/protobuf/type.pb.cc index 259acbc9c2..105f820a10 100644 --- a/src/google/protobuf/type.pb.cc +++ b/src/google/protobuf/type.pb.cc @@ -502,6 +502,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -604,11 +606,6 @@ PROTOBUF_NOINLINE void Type::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Type::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Type::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -897,6 +894,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -1017,11 +1016,6 @@ PROTOBUF_NOINLINE void Field::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Field::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Field::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -1351,6 +1345,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -1446,11 +1442,6 @@ PROTOBUF_NOINLINE void Enum::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Enum::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Enum::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -1703,6 +1694,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -1768,11 +1761,6 @@ PROTOBUF_NOINLINE void EnumValue::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* EnumValue::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* EnumValue::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -1967,6 +1955,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -2029,11 +2019,6 @@ PROTOBUF_NOINLINE void Option::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Option::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Option::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { diff --git a/src/google/protobuf/type.pb.h b/src/google/protobuf/type.pb.h index e334e1e77b..0dc5b1b786 100644 --- a/src/google/protobuf/type.pb.h +++ b/src/google/protobuf/type.pb.h @@ -294,7 +294,6 @@ class PROTOBUF_EXPORT Option final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -489,7 +488,6 @@ class PROTOBUF_EXPORT Field final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -856,7 +854,6 @@ class PROTOBUF_EXPORT EnumValue final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -1064,7 +1061,6 @@ class PROTOBUF_EXPORT Type final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -1357,7 +1353,6 @@ class PROTOBUF_EXPORT Enum final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; diff --git a/src/google/protobuf/wrappers.pb.cc b/src/google/protobuf/wrappers.pb.cc index a25c04e8d9..7a38653dea 100644 --- a/src/google/protobuf/wrappers.pb.cc +++ b/src/google/protobuf/wrappers.pb.cc @@ -399,6 +399,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -446,11 +448,6 @@ PROTOBUF_NOINLINE void DoubleValue::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* DoubleValue::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* DoubleValue::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -590,6 +587,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -637,11 +636,6 @@ PROTOBUF_NOINLINE void FloatValue::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* FloatValue::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* FloatValue::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -781,6 +775,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -828,11 +824,6 @@ PROTOBUF_NOINLINE void Int64Value::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Int64Value::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Int64Value::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -958,6 +949,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -1005,11 +998,6 @@ PROTOBUF_NOINLINE void UInt64Value::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* UInt64Value::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* UInt64Value::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -1135,6 +1123,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -1182,11 +1172,6 @@ PROTOBUF_NOINLINE void Int32Value::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* Int32Value::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* Int32Value::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -1312,6 +1297,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -1359,11 +1346,6 @@ PROTOBUF_NOINLINE void UInt32Value::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* UInt32Value::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* UInt32Value::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -1489,6 +1471,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -1536,11 +1520,6 @@ PROTOBUF_NOINLINE void BoolValue::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* BoolValue::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* BoolValue::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -1679,6 +1658,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -1729,11 +1710,6 @@ PROTOBUF_NOINLINE void StringValue::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* StringValue::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* StringValue::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { @@ -1876,6 +1852,8 @@ 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(); } PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 @@ -1923,11 +1901,6 @@ PROTOBUF_NOINLINE void BytesValue::Clear() { _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>(); } -const char* BytesValue::_InternalParse(const char* ptr, - ::_pbi::ParseContext* ctx) { - return ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header); -} - ::uint8_t* BytesValue::_InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { diff --git a/src/google/protobuf/wrappers.pb.h b/src/google/protobuf/wrappers.pb.h index fbedab258c..2a5f7cb979 100644 --- a/src/google/protobuf/wrappers.pb.h +++ b/src/google/protobuf/wrappers.pb.h @@ -184,7 +184,6 @@ class PROTOBUF_EXPORT UInt64Value final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -355,7 +354,6 @@ class PROTOBUF_EXPORT UInt32Value final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -526,7 +524,6 @@ class PROTOBUF_EXPORT StringValue final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -703,7 +700,6 @@ class PROTOBUF_EXPORT Int64Value final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -874,7 +870,6 @@ class PROTOBUF_EXPORT Int32Value final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -1045,7 +1040,6 @@ class PROTOBUF_EXPORT FloatValue final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -1216,7 +1210,6 @@ class PROTOBUF_EXPORT DoubleValue final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -1387,7 +1380,6 @@ class PROTOBUF_EXPORT BytesValue final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final; @@ -1564,7 +1556,6 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message bool IsInitialized() const final; ::size_t ByteSizeLong() const final; - const char* _InternalParse(const char* ptr, ::google::protobuf::internal::ParseContext* ctx) final; ::uint8_t* _InternalSerialize( ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const final;