Auto-generate files after cl/573867065

pull/14374/head
Protobuf Team Bot 1 year ago
parent b8001134c5
commit 93014791ca
  1. 2
      src/google/protobuf/api.pb.cc
  2. 6
      src/google/protobuf/type.pb.cc

@ -326,7 +326,7 @@ inline void Api::SharedDtor() {
ABSL_DCHECK(GetArena() == nullptr); ABSL_DCHECK(GetArena() == nullptr);
_impl_.name_.Destroy(); _impl_.name_.Destroy();
_impl_.version_.Destroy(); _impl_.version_.Destroy();
if (this != internal_default_instance()) delete _impl_.source_context_; delete _impl_.source_context_;
_impl_.~Impl_(); _impl_.~Impl_();
} }

@ -506,7 +506,7 @@ inline void Type::SharedDtor() {
ABSL_DCHECK(GetArena() == nullptr); ABSL_DCHECK(GetArena() == nullptr);
_impl_.name_.Destroy(); _impl_.name_.Destroy();
_impl_.edition_.Destroy(); _impl_.edition_.Destroy();
if (this != internal_default_instance()) delete _impl_.source_context_; delete _impl_.source_context_;
_impl_.~Impl_(); _impl_.~Impl_();
} }
@ -1333,7 +1333,7 @@ inline void Enum::SharedDtor() {
ABSL_DCHECK(GetArena() == nullptr); ABSL_DCHECK(GetArena() == nullptr);
_impl_.name_.Destroy(); _impl_.name_.Destroy();
_impl_.edition_.Destroy(); _impl_.edition_.Destroy();
if (this != internal_default_instance()) delete _impl_.source_context_; delete _impl_.source_context_;
_impl_.~Impl_(); _impl_.~Impl_();
} }
@ -1927,7 +1927,7 @@ Option::~Option() {
inline void Option::SharedDtor() { inline void Option::SharedDtor() {
ABSL_DCHECK(GetArena() == nullptr); ABSL_DCHECK(GetArena() == nullptr);
_impl_.name_.Destroy(); _impl_.name_.Destroy();
if (this != internal_default_instance()) delete _impl_.value_; delete _impl_.value_;
_impl_.~Impl_(); _impl_.~Impl_();
} }

Loading…
Cancel
Save