diff --git a/src/google/protobuf/descriptor.pb.cc b/src/google/protobuf/descriptor.pb.cc index f38f118a2d..fd2c1f24e4 100644 --- a/src/google/protobuf/descriptor.pb.cc +++ b/src/google/protobuf/descriptor.pb.cc @@ -10447,11 +10447,13 @@ PROTOBUF_NOINLINE void EnumValueOptions::Clear() { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSize(*_impl_.features_); } + // optional .google.protobuf.FieldOptions.FeatureSupport feature_support = 4; if (cached_has_bits & 0x00000002u) { total_size += 1 + ::google::protobuf::internal::WireFormatLite::MessageSize(*_impl_.feature_support_); } + // optional bool deprecated = 1 [default = false]; if (cached_has_bits & 0x00000004u) { total_size += 2;