|
|
|
@ -799,9 +799,11 @@ void Type::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protob |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
|
|
|
|
|
|
_this->_internal_mutable_fields()->MergeFrom(from._internal_fields()); |
|
|
|
|
_this->_internal_mutable_fields()->MergeFrom( |
|
|
|
|
from._internal_fields()); |
|
|
|
|
_this->_internal_mutable_oneofs()->MergeFrom(from._internal_oneofs()); |
|
|
|
|
_this->_internal_mutable_options()->MergeFrom(from._internal_options()); |
|
|
|
|
_this->_internal_mutable_options()->MergeFrom( |
|
|
|
|
from._internal_options()); |
|
|
|
|
if (!from._internal_name().empty()) { |
|
|
|
|
_this->_internal_set_name(from._internal_name()); |
|
|
|
|
} |
|
|
|
@ -1263,7 +1265,8 @@ void Field::MergeImpl(::google::protobuf::Message& to_msg, const ::google::proto |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
|
|
|
|
|
|
_this->_internal_mutable_options()->MergeFrom(from._internal_options()); |
|
|
|
|
_this->_internal_mutable_options()->MergeFrom( |
|
|
|
|
from._internal_options()); |
|
|
|
|
if (!from._internal_name().empty()) { |
|
|
|
|
_this->_internal_set_name(from._internal_name()); |
|
|
|
|
} |
|
|
|
@ -1653,8 +1656,10 @@ void Enum::MergeImpl(::google::protobuf::Message& to_msg, const ::google::protob |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
|
|
|
|
|
|
_this->_internal_mutable_enumvalue()->MergeFrom(from._internal_enumvalue()); |
|
|
|
|
_this->_internal_mutable_options()->MergeFrom(from._internal_options()); |
|
|
|
|
_this->_internal_mutable_enumvalue()->MergeFrom( |
|
|
|
|
from._internal_enumvalue()); |
|
|
|
|
_this->_internal_mutable_options()->MergeFrom( |
|
|
|
|
from._internal_options()); |
|
|
|
|
if (!from._internal_name().empty()) { |
|
|
|
|
_this->_internal_set_name(from._internal_name()); |
|
|
|
|
} |
|
|
|
@ -1915,7 +1920,8 @@ void EnumValue::MergeImpl(::google::protobuf::Message& to_msg, const ::google::p |
|
|
|
|
::uint32_t cached_has_bits = 0; |
|
|
|
|
(void) cached_has_bits; |
|
|
|
|
|
|
|
|
|
_this->_internal_mutable_options()->MergeFrom(from._internal_options()); |
|
|
|
|
_this->_internal_mutable_options()->MergeFrom( |
|
|
|
|
from._internal_options()); |
|
|
|
|
if (!from._internal_name().empty()) { |
|
|
|
|
_this->_internal_set_name(from._internal_name()); |
|
|
|
|
} |
|
|
|
|