Auto-generate files after cl/532238128

pull/12818/head
Protobuf Team Bot 2 years ago
parent 25fe4f22b8
commit 080ffe8cfc
  1. 4
      src/google/protobuf/api.pb.cc
  2. 1
      src/google/protobuf/field_mask.pb.cc
  3. 2
      src/google/protobuf/struct.pb.cc
  4. 7
      src/google/protobuf/type.pb.cc

@ -526,21 +526,18 @@ const ::_pbi::TcParseTable<3, 7, 4, 39, 2> Api::_table_ = {
total_size +=
::google::protobuf::internal::WireFormatLite::MessageSize(msg);
}
// repeated .google.protobuf.Option options = 3;
total_size += 1UL * this->_internal_options_size();
for (const auto& msg : this->_internal_options()) {
total_size +=
::google::protobuf::internal::WireFormatLite::MessageSize(msg);
}
// repeated .google.protobuf.Mixin mixins = 6;
total_size += 1UL * this->_internal_mixins_size();
for (const auto& msg : this->_internal_mixins()) {
total_size +=
::google::protobuf::internal::WireFormatLite::MessageSize(msg);
}
// string name = 1;
if (!this->_internal_name().empty()) {
total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
@ -914,7 +911,6 @@ const ::_pbi::TcParseTable<3, 7, 1, 68, 2> Method::_table_ = {
total_size +=
::google::protobuf::internal::WireFormatLite::MessageSize(msg);
}
// string name = 1;
if (!this->_internal_name().empty()) {
total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(

@ -240,7 +240,6 @@ const ::_pbi::TcParseTable<0, 1, 0, 39, 2> FieldMask::_table_ = {
total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
_internal_paths().Get(i));
}
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
}

@ -374,7 +374,6 @@ const ::_pbi::TcParseTable<0, 1, 2, 37, 2> Struct::_table_ = {
for (const auto& entry : _internal_fields()) {
total_size += Struct_FieldsEntry_DoNotUse::Funcs::ByteSizeLong(entry.first, entry.second);
}
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
}
@ -946,7 +945,6 @@ const ::_pbi::TcParseTable<0, 1, 1, 0, 2> ListValue::_table_ = {
total_size +=
::google::protobuf::internal::WireFormatLite::MessageSize(msg);
}
return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
}

@ -736,21 +736,18 @@ const ::_pbi::TcParseTable<3, 7, 3, 46, 2> Type::_table_ = {
total_size +=
::google::protobuf::internal::WireFormatLite::MessageSize(msg);
}
// repeated string oneofs = 3;
total_size += 1 * ::google::protobuf::internal::FromIntSize(_internal_oneofs().size());
for (int i = 0, n = _internal_oneofs().size(); i < n; ++i) {
total_size += ::google::protobuf::internal::WireFormatLite::StringSize(
_internal_oneofs().Get(i));
}
// repeated .google.protobuf.Option options = 4;
total_size += 1UL * this->_internal_options_size();
for (const auto& msg : this->_internal_options()) {
total_size +=
::google::protobuf::internal::WireFormatLite::MessageSize(msg);
}
// string name = 1;
if (!this->_internal_name().empty()) {
total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
@ -1187,7 +1184,6 @@ const ::_pbi::TcParseTable<4, 10, 1, 72, 2> Field::_table_ = {
total_size +=
::google::protobuf::internal::WireFormatLite::MessageSize(msg);
}
// string name = 4;
if (!this->_internal_name().empty()) {
total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
@ -1597,14 +1593,12 @@ const ::_pbi::TcParseTable<3, 6, 3, 40, 2> Enum::_table_ = {
total_size +=
::google::protobuf::internal::WireFormatLite::MessageSize(msg);
}
// repeated .google.protobuf.Option options = 3;
total_size += 1UL * this->_internal_options_size();
for (const auto& msg : this->_internal_options()) {
total_size +=
::google::protobuf::internal::WireFormatLite::MessageSize(msg);
}
// string name = 1;
if (!this->_internal_name().empty()) {
total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
@ -1879,7 +1873,6 @@ const ::_pbi::TcParseTable<2, 3, 1, 38, 2> EnumValue::_table_ = {
total_size +=
::google::protobuf::internal::WireFormatLite::MessageSize(msg);
}
// string name = 1;
if (!this->_internal_name().empty()) {
total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(

Loading…
Cancel
Save