From f746518b73f458059a18451df38eef87ab269d0d Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Tue, 16 May 2023 03:52:04 +0000 Subject: [PATCH] Auto-generate files after cl/532310958 --- src/google/protobuf/any.pb.cc | 3 ++- src/google/protobuf/api.pb.cc | 9 +++++--- src/google/protobuf/duration.pb.cc | 3 ++- src/google/protobuf/field_mask.pb.cc | 3 ++- src/google/protobuf/source_context.pb.cc | 3 ++- src/google/protobuf/struct.pb.cc | 9 +++++--- src/google/protobuf/timestamp.pb.cc | 3 ++- src/google/protobuf/type.pb.cc | 15 ++++++++----- src/google/protobuf/wrappers.pb.cc | 27 ++++++++++++++++-------- 9 files changed, 50 insertions(+), 25 deletions(-) diff --git a/src/google/protobuf/any.pb.cc b/src/google/protobuf/any.pb.cc index 15fa5ea03b..c2ee62c12b 100644 --- a/src/google/protobuf/any.pb.cc +++ b/src/google/protobuf/any.pb.cc @@ -272,7 +272,8 @@ const ::_pbi::TcParseTable<1, 2, 0, 36, 2> Any::_table_ = { }; ::uint8_t* Any::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Any) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; diff --git a/src/google/protobuf/api.pb.cc b/src/google/protobuf/api.pb.cc index 8e3dad5da8..5ded2eb676 100644 --- a/src/google/protobuf/api.pb.cc +++ b/src/google/protobuf/api.pb.cc @@ -447,7 +447,8 @@ const ::_pbi::TcParseTable<3, 7, 4, 39, 2> Api::_table_ = { }; ::uint8_t* Api::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Api) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -835,7 +836,8 @@ const ::_pbi::TcParseTable<3, 7, 1, 68, 2> Method::_table_ = { }; ::uint8_t* Method::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Method) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -1153,7 +1155,8 @@ const ::_pbi::TcParseTable<1, 2, 0, 38, 2> Mixin::_table_ = { }; ::uint8_t* Mixin::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Mixin) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; diff --git a/src/google/protobuf/duration.pb.cc b/src/google/protobuf/duration.pb.cc index fd2a232142..5ffd69c8c5 100644 --- a/src/google/protobuf/duration.pb.cc +++ b/src/google/protobuf/duration.pb.cc @@ -207,7 +207,8 @@ const ::_pbi::TcParseTable<1, 2, 0, 0, 2> Duration::_table_ = { }; ::uint8_t* Duration::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Duration) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; diff --git a/src/google/protobuf/field_mask.pb.cc b/src/google/protobuf/field_mask.pb.cc index 6a278ab79b..a7870560e5 100644 --- a/src/google/protobuf/field_mask.pb.cc +++ b/src/google/protobuf/field_mask.pb.cc @@ -206,7 +206,8 @@ const ::_pbi::TcParseTable<0, 1, 0, 39, 2> FieldMask::_table_ = { }; ::uint8_t* FieldMask::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.FieldMask) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; diff --git a/src/google/protobuf/source_context.pb.cc b/src/google/protobuf/source_context.pb.cc index 3966cc7d59..1638642ded 100644 --- a/src/google/protobuf/source_context.pb.cc +++ b/src/google/protobuf/source_context.pb.cc @@ -220,7 +220,8 @@ const ::_pbi::TcParseTable<0, 1, 0, 47, 2> SourceContext::_table_ = { }; ::uint8_t* SourceContext::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.SourceContext) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; diff --git a/src/google/protobuf/struct.pb.cc b/src/google/protobuf/struct.pb.cc index 6ff5c5402d..8b7b03e9cb 100644 --- a/src/google/protobuf/struct.pb.cc +++ b/src/google/protobuf/struct.pb.cc @@ -327,7 +327,8 @@ const ::_pbi::TcParseTable<0, 1, 2, 37, 2> Struct::_table_ = { }; ::uint8_t* Struct::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Struct) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -647,7 +648,8 @@ const ::_pbi::TcParseTable<0, 6, 2, 42, 2> Value::_table_ = { }; ::uint8_t* Value::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Value) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -916,7 +918,8 @@ const ::_pbi::TcParseTable<0, 1, 1, 0, 2> ListValue::_table_ = { }; ::uint8_t* ListValue::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.ListValue) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; diff --git a/src/google/protobuf/timestamp.pb.cc b/src/google/protobuf/timestamp.pb.cc index 0e6a0e7b49..2107033aa9 100644 --- a/src/google/protobuf/timestamp.pb.cc +++ b/src/google/protobuf/timestamp.pb.cc @@ -207,7 +207,8 @@ const ::_pbi::TcParseTable<1, 2, 0, 0, 2> Timestamp::_table_ = { }; ::uint8_t* Timestamp::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Timestamp) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; diff --git a/src/google/protobuf/type.pb.cc b/src/google/protobuf/type.pb.cc index 6ed9f114a2..10cf16e1bd 100644 --- a/src/google/protobuf/type.pb.cc +++ b/src/google/protobuf/type.pb.cc @@ -659,7 +659,8 @@ const ::_pbi::TcParseTable<3, 7, 3, 46, 2> Type::_table_ = { }; ::uint8_t* Type::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Type) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -1088,7 +1089,8 @@ const ::_pbi::TcParseTable<4, 10, 1, 72, 2> Field::_table_ = { }; ::uint8_t* Field::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Field) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -1526,7 +1528,8 @@ const ::_pbi::TcParseTable<3, 6, 3, 40, 2> Enum::_table_ = { }; ::uint8_t* Enum::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Enum) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -1831,7 +1834,8 @@ const ::_pbi::TcParseTable<2, 3, 1, 38, 2> EnumValue::_table_ = { }; ::uint8_t* EnumValue::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.EnumValue) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -2088,7 +2092,8 @@ const ::_pbi::TcParseTable<1, 2, 1, 35, 2> Option::_table_ = { }; ::uint8_t* Option::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Option) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; diff --git a/src/google/protobuf/wrappers.pb.cc b/src/google/protobuf/wrappers.pb.cc index 4ea848b146..6c14b9e066 100644 --- a/src/google/protobuf/wrappers.pb.cc +++ b/src/google/protobuf/wrappers.pb.cc @@ -424,7 +424,8 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> DoubleValue::_table_ = { }; ::uint8_t* DoubleValue::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.DoubleValue) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -603,7 +604,8 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> FloatValue::_table_ = { }; ::uint8_t* FloatValue::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.FloatValue) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -782,7 +784,8 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int64Value::_table_ = { }; ::uint8_t* Int64Value::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Int64Value) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -947,7 +950,8 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt64Value::_table_ = { }; ::uint8_t* UInt64Value::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.UInt64Value) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -1112,7 +1116,8 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int32Value::_table_ = { }; ::uint8_t* Int32Value::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Int32Value) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -1277,7 +1282,8 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt32Value::_table_ = { }; ::uint8_t* UInt32Value::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.UInt32Value) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -1442,7 +1448,8 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BoolValue::_table_ = { }; ::uint8_t* BoolValue::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.BoolValue) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -1627,7 +1634,8 @@ const ::_pbi::TcParseTable<0, 1, 0, 41, 2> StringValue::_table_ = { }; ::uint8_t* StringValue::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.StringValue) ::uint32_t cached_has_bits = 0; (void)cached_has_bits; @@ -1814,7 +1822,8 @@ const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BytesValue::_table_ = { }; ::uint8_t* BytesValue::_InternalSerialize( - ::uint8_t* target, ::google::protobuf::io::EpsCopyOutputStream* stream) const { + ::uint8_t* target, + ::google::protobuf::io::EpsCopyOutputStream* stream) const { // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.BytesValue) ::uint32_t cached_has_bits = 0; (void)cached_has_bits;