|
|
|
@ -2599,12 +2599,12 @@ FileDescriptorProto::FileDescriptorProto( |
|
|
|
|
from._internal_metadata_); |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000008u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::FileOptions>(arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.source_code_info_ = (cached_has_bits & 0x00000010u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::SourceCodeInfo>(arena, *from._impl_.source_code_info_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000008u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::FileOptions>( |
|
|
|
|
arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.source_code_info_ = (cached_has_bits & 0x00000010u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::SourceCodeInfo>( |
|
|
|
|
arena, *from._impl_.source_code_info_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.edition_ = from._impl_.edition_; |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.FileDescriptorProto)
|
|
|
|
@ -3072,7 +3072,8 @@ void FileDescriptorProto::MergeImpl(::google::protobuf::Message& to_msg, const : |
|
|
|
|
if (cached_has_bits & 0x00000008u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.options_ != nullptr); |
|
|
|
|
if (_this->_impl_.options_ == nullptr) { |
|
|
|
|
_this->_impl_.options_ = CreateMaybeMessage<::google::protobuf::FileOptions>(arena, *from._impl_.options_); |
|
|
|
|
_this->_impl_.options_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::FileOptions>(arena, *from._impl_.options_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.options_->MergeFrom(*from._impl_.options_); |
|
|
|
|
} |
|
|
|
@ -3081,7 +3082,8 @@ void FileDescriptorProto::MergeImpl(::google::protobuf::Message& to_msg, const : |
|
|
|
|
if (cached_has_bits & 0x00000010u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.source_code_info_ != nullptr); |
|
|
|
|
if (_this->_impl_.source_code_info_ == nullptr) { |
|
|
|
|
_this->_impl_.source_code_info_ = CreateMaybeMessage<::google::protobuf::SourceCodeInfo>(arena, *from._impl_.source_code_info_); |
|
|
|
|
_this->_impl_.source_code_info_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::SourceCodeInfo>(arena, *from._impl_.source_code_info_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.source_code_info_->MergeFrom(*from._impl_.source_code_info_); |
|
|
|
|
} |
|
|
|
@ -3189,9 +3191,9 @@ DescriptorProto_ExtensionRange::DescriptorProto_ExtensionRange( |
|
|
|
|
from._internal_metadata_); |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000001u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::ExtensionRangeOptions>(arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000001u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::ExtensionRangeOptions>( |
|
|
|
|
arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
::memcpy(reinterpret_cast<char *>(&_impl_) + |
|
|
|
|
offsetof(Impl_, start_), |
|
|
|
|
reinterpret_cast<const char *>(&from._impl_) + |
|
|
|
@ -3393,7 +3395,8 @@ void DescriptorProto_ExtensionRange::MergeImpl(::google::protobuf::Message& to_m |
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.options_ != nullptr); |
|
|
|
|
if (_this->_impl_.options_ == nullptr) { |
|
|
|
|
_this->_impl_.options_ = CreateMaybeMessage<::google::protobuf::ExtensionRangeOptions>(arena, *from._impl_.options_); |
|
|
|
|
_this->_impl_.options_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::ExtensionRangeOptions>(arena, *from._impl_.options_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.options_->MergeFrom(*from._impl_.options_); |
|
|
|
|
} |
|
|
|
@ -3716,9 +3719,9 @@ DescriptorProto::DescriptorProto( |
|
|
|
|
from._internal_metadata_); |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000002u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::MessageOptions>(arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000002u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::MessageOptions>( |
|
|
|
|
arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.DescriptorProto)
|
|
|
|
|
} |
|
|
|
@ -4102,7 +4105,8 @@ void DescriptorProto::MergeImpl(::google::protobuf::Message& to_msg, const ::goo |
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.options_ != nullptr); |
|
|
|
|
if (_this->_impl_.options_ == nullptr) { |
|
|
|
|
_this->_impl_.options_ = CreateMaybeMessage<::google::protobuf::MessageOptions>(arena, *from._impl_.options_); |
|
|
|
|
_this->_impl_.options_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::MessageOptions>(arena, *from._impl_.options_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.options_->MergeFrom(*from._impl_.options_); |
|
|
|
|
} |
|
|
|
@ -4551,9 +4555,9 @@ ExtensionRangeOptions::ExtensionRangeOptions( |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
_impl_._extensions_.MergeFrom(this, from._impl_._extensions_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>( |
|
|
|
|
arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.verification_ = from._impl_.verification_; |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.ExtensionRangeOptions)
|
|
|
|
@ -4786,7 +4790,8 @@ void ExtensionRangeOptions::MergeImpl(::google::protobuf::Message& to_msg, const |
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.features_ != nullptr); |
|
|
|
|
if (_this->_impl_.features_ == nullptr) { |
|
|
|
|
_this->_impl_.features_ = CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
_this->_impl_.features_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.features_->MergeFrom(*from._impl_.features_); |
|
|
|
|
} |
|
|
|
@ -4912,9 +4917,9 @@ FieldDescriptorProto::FieldDescriptorProto( |
|
|
|
|
from._internal_metadata_); |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000020u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::FieldOptions>(arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000020u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::FieldOptions>( |
|
|
|
|
arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
::memcpy(reinterpret_cast<char *>(&_impl_) + |
|
|
|
|
offsetof(Impl_, number_), |
|
|
|
|
reinterpret_cast<const char *>(&from._impl_) + |
|
|
|
@ -5334,7 +5339,8 @@ void FieldDescriptorProto::MergeImpl(::google::protobuf::Message& to_msg, const |
|
|
|
|
if (cached_has_bits & 0x00000020u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.options_ != nullptr); |
|
|
|
|
if (_this->_impl_.options_ == nullptr) { |
|
|
|
|
_this->_impl_.options_ = CreateMaybeMessage<::google::protobuf::FieldOptions>(arena, *from._impl_.options_); |
|
|
|
|
_this->_impl_.options_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::FieldOptions>(arena, *from._impl_.options_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.options_->MergeFrom(*from._impl_.options_); |
|
|
|
|
} |
|
|
|
@ -5442,9 +5448,9 @@ OneofDescriptorProto::OneofDescriptorProto( |
|
|
|
|
from._internal_metadata_); |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000002u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::OneofOptions>(arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000002u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::OneofOptions>( |
|
|
|
|
arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.OneofDescriptorProto)
|
|
|
|
|
} |
|
|
|
@ -5623,7 +5629,8 @@ void OneofDescriptorProto::MergeImpl(::google::protobuf::Message& to_msg, const |
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.options_ != nullptr); |
|
|
|
|
if (_this->_impl_.options_ == nullptr) { |
|
|
|
|
_this->_impl_.options_ = CreateMaybeMessage<::google::protobuf::OneofOptions>(arena, *from._impl_.options_); |
|
|
|
|
_this->_impl_.options_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::OneofOptions>(arena, *from._impl_.options_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.options_->MergeFrom(*from._impl_.options_); |
|
|
|
|
} |
|
|
|
@ -5932,9 +5939,9 @@ EnumDescriptorProto::EnumDescriptorProto( |
|
|
|
|
from._internal_metadata_); |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000002u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::EnumOptions>(arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000002u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::EnumOptions>( |
|
|
|
|
arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.EnumDescriptorProto)
|
|
|
|
|
} |
|
|
|
@ -6190,7 +6197,8 @@ void EnumDescriptorProto::MergeImpl(::google::protobuf::Message& to_msg, const : |
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.options_ != nullptr); |
|
|
|
|
if (_this->_impl_.options_ == nullptr) { |
|
|
|
|
_this->_impl_.options_ = CreateMaybeMessage<::google::protobuf::EnumOptions>(arena, *from._impl_.options_); |
|
|
|
|
_this->_impl_.options_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::EnumOptions>(arena, *from._impl_.options_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.options_->MergeFrom(*from._impl_.options_); |
|
|
|
|
} |
|
|
|
@ -6278,9 +6286,9 @@ EnumValueDescriptorProto::EnumValueDescriptorProto( |
|
|
|
|
from._internal_metadata_); |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000002u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::EnumValueOptions>(arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000002u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::EnumValueOptions>( |
|
|
|
|
arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.number_ = from._impl_.number_; |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.EnumValueDescriptorProto)
|
|
|
|
@ -6486,7 +6494,8 @@ void EnumValueDescriptorProto::MergeImpl(::google::protobuf::Message& to_msg, co |
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.options_ != nullptr); |
|
|
|
|
if (_this->_impl_.options_ == nullptr) { |
|
|
|
|
_this->_impl_.options_ = CreateMaybeMessage<::google::protobuf::EnumValueOptions>(arena, *from._impl_.options_); |
|
|
|
|
_this->_impl_.options_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::EnumValueOptions>(arena, *from._impl_.options_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.options_->MergeFrom(*from._impl_.options_); |
|
|
|
|
} |
|
|
|
@ -6576,9 +6585,9 @@ ServiceDescriptorProto::ServiceDescriptorProto( |
|
|
|
|
from._internal_metadata_); |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000002u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::ServiceOptions>(arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000002u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::ServiceOptions>( |
|
|
|
|
arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.ServiceDescriptorProto)
|
|
|
|
|
} |
|
|
|
@ -6783,7 +6792,8 @@ void ServiceDescriptorProto::MergeImpl(::google::protobuf::Message& to_msg, cons |
|
|
|
|
if (cached_has_bits & 0x00000002u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.options_ != nullptr); |
|
|
|
|
if (_this->_impl_.options_ == nullptr) { |
|
|
|
|
_this->_impl_.options_ = CreateMaybeMessage<::google::protobuf::ServiceOptions>(arena, *from._impl_.options_); |
|
|
|
|
_this->_impl_.options_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::ServiceOptions>(arena, *from._impl_.options_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.options_->MergeFrom(*from._impl_.options_); |
|
|
|
|
} |
|
|
|
@ -6880,9 +6890,9 @@ MethodDescriptorProto::MethodDescriptorProto( |
|
|
|
|
from._internal_metadata_); |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000008u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::MethodOptions>(arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.options_ = (cached_has_bits & 0x00000008u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::MethodOptions>( |
|
|
|
|
arena, *from._impl_.options_) |
|
|
|
|
: nullptr; |
|
|
|
|
::memcpy(reinterpret_cast<char *>(&_impl_) + |
|
|
|
|
offsetof(Impl_, client_streaming_), |
|
|
|
|
reinterpret_cast<const char *>(&from._impl_) + |
|
|
|
@ -7172,7 +7182,8 @@ void MethodDescriptorProto::MergeImpl(::google::protobuf::Message& to_msg, const |
|
|
|
|
if (cached_has_bits & 0x00000008u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.options_ != nullptr); |
|
|
|
|
if (_this->_impl_.options_ == nullptr) { |
|
|
|
|
_this->_impl_.options_ = CreateMaybeMessage<::google::protobuf::MethodOptions>(arena, *from._impl_.options_); |
|
|
|
|
_this->_impl_.options_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::MethodOptions>(arena, *from._impl_.options_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.options_->MergeFrom(*from._impl_.options_); |
|
|
|
|
} |
|
|
|
@ -7335,9 +7346,9 @@ FileOptions::FileOptions( |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
_impl_._extensions_.MergeFrom(this, from._impl_._extensions_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000400u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000400u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>( |
|
|
|
|
arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
::memcpy(reinterpret_cast<char *>(&_impl_) + |
|
|
|
|
offsetof(Impl_, java_multiple_files_), |
|
|
|
|
reinterpret_cast<const char *>(&from._impl_) + |
|
|
|
@ -8030,7 +8041,8 @@ void FileOptions::MergeImpl(::google::protobuf::Message& to_msg, const ::google: |
|
|
|
|
if (cached_has_bits & 0x00000400u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.features_ != nullptr); |
|
|
|
|
if (_this->_impl_.features_ == nullptr) { |
|
|
|
|
_this->_impl_.features_ = CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
_this->_impl_.features_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.features_->MergeFrom(*from._impl_.features_); |
|
|
|
|
} |
|
|
|
@ -8180,9 +8192,9 @@ MessageOptions::MessageOptions( |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
_impl_._extensions_.MergeFrom(this, from._impl_._extensions_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>( |
|
|
|
|
arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
::memcpy(reinterpret_cast<char *>(&_impl_) + |
|
|
|
|
offsetof(Impl_, message_set_wire_format_), |
|
|
|
|
reinterpret_cast<const char *>(&from._impl_) + |
|
|
|
@ -8466,7 +8478,8 @@ void MessageOptions::MergeImpl(::google::protobuf::Message& to_msg, const ::goog |
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.features_ != nullptr); |
|
|
|
|
if (_this->_impl_.features_ == nullptr) { |
|
|
|
|
_this->_impl_.features_ = CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
_this->_impl_.features_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.features_->MergeFrom(*from._impl_.features_); |
|
|
|
|
} |
|
|
|
@ -8839,9 +8852,9 @@ FieldOptions::FieldOptions( |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
_impl_._extensions_.MergeFrom(this, from._impl_._extensions_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>( |
|
|
|
|
arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
::memcpy(reinterpret_cast<char *>(&_impl_) + |
|
|
|
|
offsetof(Impl_, ctype_), |
|
|
|
|
reinterpret_cast<const char *>(&from._impl_) + |
|
|
|
@ -9265,7 +9278,8 @@ void FieldOptions::MergeImpl(::google::protobuf::Message& to_msg, const ::google |
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.features_ != nullptr); |
|
|
|
|
if (_this->_impl_.features_ == nullptr) { |
|
|
|
|
_this->_impl_.features_ = CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
_this->_impl_.features_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.features_->MergeFrom(*from._impl_.features_); |
|
|
|
|
} |
|
|
|
@ -9387,9 +9401,9 @@ OneofOptions::OneofOptions( |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
_impl_._extensions_.MergeFrom(this, from._impl_._extensions_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>( |
|
|
|
|
arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.OneofOptions)
|
|
|
|
|
} |
|
|
|
@ -9567,7 +9581,8 @@ void OneofOptions::MergeImpl(::google::protobuf::Message& to_msg, const ::google |
|
|
|
|
if ((from._impl_._has_bits_[0] & 0x00000001u) != 0) { |
|
|
|
|
ABSL_DCHECK(from._impl_.features_ != nullptr); |
|
|
|
|
if (_this->_impl_.features_ == nullptr) { |
|
|
|
|
_this->_impl_.features_ = CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
_this->_impl_.features_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.features_->MergeFrom(*from._impl_.features_); |
|
|
|
|
} |
|
|
|
@ -9659,9 +9674,9 @@ EnumOptions::EnumOptions( |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
_impl_._extensions_.MergeFrom(this, from._impl_._extensions_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>( |
|
|
|
|
arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
::memcpy(reinterpret_cast<char *>(&_impl_) + |
|
|
|
|
offsetof(Impl_, allow_alias_), |
|
|
|
|
reinterpret_cast<const char *>(&from._impl_) + |
|
|
|
@ -9911,7 +9926,8 @@ void EnumOptions::MergeImpl(::google::protobuf::Message& to_msg, const ::google: |
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.features_ != nullptr); |
|
|
|
|
if (_this->_impl_.features_ == nullptr) { |
|
|
|
|
_this->_impl_.features_ = CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
_this->_impl_.features_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.features_->MergeFrom(*from._impl_.features_); |
|
|
|
|
} |
|
|
|
@ -10016,9 +10032,9 @@ EnumValueOptions::EnumValueOptions( |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
_impl_._extensions_.MergeFrom(this, from._impl_._extensions_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>( |
|
|
|
|
arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
::memcpy(reinterpret_cast<char *>(&_impl_) + |
|
|
|
|
offsetof(Impl_, deprecated_), |
|
|
|
|
reinterpret_cast<const char *>(&from._impl_) + |
|
|
|
@ -10253,7 +10269,8 @@ void EnumValueOptions::MergeImpl(::google::protobuf::Message& to_msg, const ::go |
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.features_ != nullptr); |
|
|
|
|
if (_this->_impl_.features_ == nullptr) { |
|
|
|
|
_this->_impl_.features_ = CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
_this->_impl_.features_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.features_->MergeFrom(*from._impl_.features_); |
|
|
|
|
} |
|
|
|
@ -10352,9 +10369,9 @@ ServiceOptions::ServiceOptions( |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
_impl_._extensions_.MergeFrom(this, from._impl_._extensions_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>( |
|
|
|
|
arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.deprecated_ = from._impl_.deprecated_; |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.ServiceOptions)
|
|
|
|
@ -10561,7 +10578,8 @@ void ServiceOptions::MergeImpl(::google::protobuf::Message& to_msg, const ::goog |
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.features_ != nullptr); |
|
|
|
|
if (_this->_impl_.features_ == nullptr) { |
|
|
|
|
_this->_impl_.features_ = CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
_this->_impl_.features_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.features_->MergeFrom(*from._impl_.features_); |
|
|
|
|
} |
|
|
|
@ -10660,9 +10678,9 @@ MethodOptions::MethodOptions( |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
_impl_._extensions_.MergeFrom(this, from._impl_._extensions_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>( |
|
|
|
|
arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
::memcpy(reinterpret_cast<char *>(&_impl_) + |
|
|
|
|
offsetof(Impl_, deprecated_), |
|
|
|
|
reinterpret_cast<const char *>(&from._impl_) + |
|
|
|
@ -10902,7 +10920,8 @@ void MethodOptions::MergeImpl(::google::protobuf::Message& to_msg, const ::googl |
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.features_ != nullptr); |
|
|
|
|
if (_this->_impl_.features_ == nullptr) { |
|
|
|
|
_this->_impl_.features_ = CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
_this->_impl_.features_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.features_->MergeFrom(*from._impl_.features_); |
|
|
|
|
} |
|
|
|
@ -12013,9 +12032,9 @@ FeatureSetDefaults_FeatureSetEditionDefault::FeatureSetDefaults_FeatureSetEditio |
|
|
|
|
from._internal_metadata_); |
|
|
|
|
new (&_impl_) Impl_(internal_visibility(), arena, from._impl_); |
|
|
|
|
::uint32_t cached_has_bits = _impl_._has_bits_[0]; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) |
|
|
|
|
? CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.features_ = (cached_has_bits & 0x00000001u) ? ::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>( |
|
|
|
|
arena, *from._impl_.features_) |
|
|
|
|
: nullptr; |
|
|
|
|
_impl_.edition_ = from._impl_.edition_; |
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(copy_constructor:google.protobuf.FeatureSetDefaults.FeatureSetEditionDefault)
|
|
|
|
@ -12188,7 +12207,8 @@ void FeatureSetDefaults_FeatureSetEditionDefault::MergeImpl(::google::protobuf:: |
|
|
|
|
if (cached_has_bits & 0x00000001u) { |
|
|
|
|
ABSL_DCHECK(from._impl_.features_ != nullptr); |
|
|
|
|
if (_this->_impl_.features_ == nullptr) { |
|
|
|
|
_this->_impl_.features_ = CreateMaybeMessage<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
_this->_impl_.features_ = |
|
|
|
|
::google::protobuf::Message::CopyConstruct<::google::protobuf::FeatureSet>(arena, *from._impl_.features_); |
|
|
|
|
} else { |
|
|
|
|
_this->_impl_.features_->MergeFrom(*from._impl_.features_); |
|
|
|
|
} |
|
|
|
|