Auto-generate files after cl/655180880

pull/17564/head
Protobuf Team Bot 4 months ago
parent 55e997ea22
commit af3012b66d
  1. 3
      src/google/protobuf/api.pb.cc
  2. 9
      src/google/protobuf/type.pb.cc

@ -602,8 +602,7 @@ PROTOBUF_NOINLINE void Api::Clear() {
}
{
// .google.protobuf.SourceContext source_context = 5;
cached_has_bits =
this_._impl_._has_bits_[0];
cached_has_bits = this_._impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.source_context_);

@ -793,8 +793,7 @@ PROTOBUF_NOINLINE void Type::Clear() {
}
{
// .google.protobuf.SourceContext source_context = 5;
cached_has_bits =
this_._impl_._has_bits_[0];
cached_has_bits = this_._impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.source_context_);
@ -1679,8 +1678,7 @@ PROTOBUF_NOINLINE void Enum::Clear() {
}
{
// .google.protobuf.SourceContext source_context = 4;
cached_has_bits =
this_._impl_._has_bits_[0];
cached_has_bits = this_._impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.source_context_);
@ -2269,8 +2267,7 @@ PROTOBUF_NOINLINE void Option::Clear() {
}
{
// .google.protobuf.Any value = 2;
cached_has_bits =
this_._impl_._has_bits_[0];
cached_has_bits = this_._impl_._has_bits_[0];
if (cached_has_bits & 0x00000001u) {
total_size += 1 +
::google::protobuf::internal::WireFormatLite::MessageSize(*this_._impl_.value_);

Loading…
Cancel
Save