Auto-generate files after cl/573857271

pull/14419/head
Protobuf Team Bot 1 year ago
parent 706798130c
commit 27805918f9
  1. 5
      src/google/protobuf/api.pb.cc
  2. 10
      src/google/protobuf/struct.pb.cc
  3. 15
      src/google/protobuf/type.pb.cc

@ -545,9 +545,8 @@ const ::_pbi::TcParseTable<3, 7, 4, 39, 2> Api::_table_ = {
// .google.protobuf.SourceContext source_context = 5;
cached_has_bits = _impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::MessageSize(
*_impl_.source_context_);
total_size +=
1 + ::google::protobuf::internal::WireFormatLite::MessageSize(*_impl_.source_context_);
}
// .google.protobuf.Syntax syntax = 7;

@ -749,16 +749,14 @@ const ::_pbi::TcParseTable<0, 6, 2, 42, 2> Value::_table_ = {
}
// .google.protobuf.Struct struct_value = 5;
case kStructValue: {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::MessageSize(
*_impl_.kind_.struct_value_);
total_size +=
1 + ::google::protobuf::internal::WireFormatLite::MessageSize(*_impl_.kind_.struct_value_);
break;
}
// .google.protobuf.ListValue list_value = 6;
case kListValue: {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::MessageSize(
*_impl_.kind_.list_value_);
total_size +=
1 + ::google::protobuf::internal::WireFormatLite::MessageSize(*_impl_.kind_.list_value_);
break;
}
case KIND_NOT_SET: {

@ -725,9 +725,8 @@ const ::_pbi::TcParseTable<3, 7, 3, 46, 2> Type::_table_ = {
// .google.protobuf.SourceContext source_context = 5;
cached_has_bits = _impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::MessageSize(
*_impl_.source_context_);
total_size +=
1 + ::google::protobuf::internal::WireFormatLite::MessageSize(*_impl_.source_context_);
}
// .google.protobuf.Syntax syntax = 6;
@ -1532,9 +1531,8 @@ const ::_pbi::TcParseTable<3, 6, 3, 40, 2> Enum::_table_ = {
// .google.protobuf.SourceContext source_context = 4;
cached_has_bits = _impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::MessageSize(
*_impl_.source_context_);
total_size +=
1 + ::google::protobuf::internal::WireFormatLite::MessageSize(*_impl_.source_context_);
}
// .google.protobuf.Syntax syntax = 5;
@ -2045,9 +2043,8 @@ const ::_pbi::TcParseTable<1, 2, 1, 35, 2> Option::_table_ = {
// .google.protobuf.Any value = 2;
cached_has_bits = _impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::MessageSize(
*_impl_.value_);
total_size +=
1 + ::google::protobuf::internal::WireFormatLite::MessageSize(*_impl_.value_);
}
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);

Loading…
Cancel
Save