|
|
|
@ -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_); |
|
|
|
|