Auto-generate files after cl/573849289

pull/14407/head
Protobuf Team Bot 1 year ago
parent c875ee9f01
commit f096eb50c5
  1. 4
      src/google/protobuf/api.pb.cc
  2. 8
      src/google/protobuf/struct.pb.cc
  3. 12
      src/google/protobuf/type.pb.cc

@ -475,8 +475,8 @@ const ::_pbi::TcParseTable<3, 7, 4, 39, 2> Api::_table_ = {
cached_has_bits = _impl_._has_bits_[0];
// .google.protobuf.SourceContext source_context = 5;
if (cached_has_bits & 0x00000001u) {
target = ::google::protobuf::internal::WireFormatLite::
InternalWriteMessage(5, _Internal::source_context(this),
target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
5, _Internal::source_context(this),
_Internal::source_context(this).GetCachedSize(), target, stream);
}

@ -693,14 +693,14 @@ const ::_pbi::TcParseTable<0, 6, 2, 42, 2> Value::_table_ = {
break;
}
case kStructValue: {
target = ::google::protobuf::internal::WireFormatLite::
InternalWriteMessage(5, _Internal::struct_value(this),
target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
5, _Internal::struct_value(this),
_Internal::struct_value(this).GetCachedSize(), target, stream);
break;
}
case kListValue: {
target = ::google::protobuf::internal::WireFormatLite::
InternalWriteMessage(6, _Internal::list_value(this),
target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
6, _Internal::list_value(this),
_Internal::list_value(this).GetCachedSize(), target, stream);
break;
}

@ -655,8 +655,8 @@ const ::_pbi::TcParseTable<3, 7, 3, 46, 2> Type::_table_ = {
cached_has_bits = _impl_._has_bits_[0];
// .google.protobuf.SourceContext source_context = 5;
if (cached_has_bits & 0x00000001u) {
target = ::google::protobuf::internal::WireFormatLite::
InternalWriteMessage(5, _Internal::source_context(this),
target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
5, _Internal::source_context(this),
_Internal::source_context(this).GetCachedSize(), target, stream);
}
@ -1468,8 +1468,8 @@ const ::_pbi::TcParseTable<3, 6, 3, 40, 2> Enum::_table_ = {
cached_has_bits = _impl_._has_bits_[0];
// .google.protobuf.SourceContext source_context = 4;
if (cached_has_bits & 0x00000001u) {
target = ::google::protobuf::internal::WireFormatLite::
InternalWriteMessage(4, _Internal::source_context(this),
target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
4, _Internal::source_context(this),
_Internal::source_context(this).GetCachedSize(), target, stream);
}
@ -2014,8 +2014,8 @@ const ::_pbi::TcParseTable<1, 2, 1, 35, 2> Option::_table_ = {
cached_has_bits = _impl_._has_bits_[0];
// .google.protobuf.Any value = 2;
if (cached_has_bits & 0x00000001u) {
target = ::google::protobuf::internal::WireFormatLite::
InternalWriteMessage(2, _Internal::value(this),
target = ::google::protobuf::internal::WireFormatLite::InternalWriteMessage(
2, _Internal::value(this),
_Internal::value(this).GetCachedSize(), target, stream);
}

Loading…
Cancel
Save