Auto-generate files after cl/671837281

pull/18154/head
Protobuf Team Bot 6 months ago
parent ad3222c124
commit e3f37a2eb0
  1. 6
      src/google/protobuf/any.pb.h
  2. 18
      src/google/protobuf/api.pb.h
  3. 6
      src/google/protobuf/duration.pb.h
  4. 6
      src/google/protobuf/empty.pb.h
  5. 6
      src/google/protobuf/field_mask.pb.h
  6. 6
      src/google/protobuf/source_context.pb.h
  7. 18
      src/google/protobuf/struct.pb.h
  8. 6
      src/google/protobuf/timestamp.pb.h
  9. 30
      src/google/protobuf/type.pb.h
  10. 54
      src/google/protobuf/wrappers.pb.h

@ -85,11 +85,7 @@ class PROTOBUF_EXPORT Any final
} }
inline Any& operator=(Any&& from) noexcept { inline Any& operator=(Any&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);

@ -93,11 +93,7 @@ class PROTOBUF_EXPORT Mixin final
} }
inline Mixin& operator=(Mixin&& from) noexcept { inline Mixin& operator=(Mixin&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -305,11 +301,7 @@ class PROTOBUF_EXPORT Method final
} }
inline Method& operator=(Method&& from) noexcept { inline Method& operator=(Method&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -590,11 +582,7 @@ class PROTOBUF_EXPORT Api final
} }
inline Api& operator=(Api&& from) noexcept { inline Api& operator=(Api&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);

@ -85,11 +85,7 @@ class PROTOBUF_EXPORT Duration final
} }
inline Duration& operator=(Duration&& from) noexcept { inline Duration& operator=(Duration&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);

@ -85,11 +85,7 @@ class PROTOBUF_EXPORT Empty final
} }
inline Empty& operator=(Empty&& from) noexcept { inline Empty& operator=(Empty&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);

@ -85,11 +85,7 @@ class PROTOBUF_EXPORT FieldMask final
} }
inline FieldMask& operator=(FieldMask&& from) noexcept { inline FieldMask& operator=(FieldMask&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);

@ -85,11 +85,7 @@ class PROTOBUF_EXPORT SourceContext final
} }
inline SourceContext& operator=(SourceContext&& from) noexcept { inline SourceContext& operator=(SourceContext&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);

@ -130,11 +130,7 @@ class PROTOBUF_EXPORT ListValue final
} }
inline ListValue& operator=(ListValue&& from) noexcept { inline ListValue& operator=(ListValue&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -325,11 +321,7 @@ class PROTOBUF_EXPORT Struct final
} }
inline Struct& operator=(Struct&& from) noexcept { inline Struct& operator=(Struct&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -560,11 +552,7 @@ class PROTOBUF_EXPORT Value final
} }
inline Value& operator=(Value&& from) noexcept { inline Value& operator=(Value&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);

@ -85,11 +85,7 @@ class PROTOBUF_EXPORT Timestamp final
} }
inline Timestamp& operator=(Timestamp&& from) noexcept { inline Timestamp& operator=(Timestamp&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);

@ -219,11 +219,7 @@ class PROTOBUF_EXPORT Option final
} }
inline Option& operator=(Option&& from) noexcept { inline Option& operator=(Option&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -431,11 +427,7 @@ class PROTOBUF_EXPORT Field final
} }
inline Field& operator=(Field&& from) noexcept { inline Field& operator=(Field&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -815,11 +807,7 @@ class PROTOBUF_EXPORT EnumValue final
} }
inline EnumValue& operator=(EnumValue&& from) noexcept { inline EnumValue& operator=(EnumValue&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -1040,11 +1028,7 @@ class PROTOBUF_EXPORT Type final
} }
inline Type& operator=(Type&& from) noexcept { inline Type& operator=(Type&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -1344,11 +1328,7 @@ class PROTOBUF_EXPORT Enum final
} }
inline Enum& operator=(Enum&& from) noexcept { inline Enum& operator=(Enum&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);

@ -109,11 +109,7 @@ class PROTOBUF_EXPORT UInt64Value final
} }
inline UInt64Value& operator=(UInt64Value&& from) noexcept { inline UInt64Value& operator=(UInt64Value&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -297,11 +293,7 @@ class PROTOBUF_EXPORT UInt32Value final
} }
inline UInt32Value& operator=(UInt32Value&& from) noexcept { inline UInt32Value& operator=(UInt32Value&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -485,11 +477,7 @@ class PROTOBUF_EXPORT StringValue final
} }
inline StringValue& operator=(StringValue&& from) noexcept { inline StringValue& operator=(StringValue&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -679,11 +667,7 @@ class PROTOBUF_EXPORT Int64Value final
} }
inline Int64Value& operator=(Int64Value&& from) noexcept { inline Int64Value& operator=(Int64Value&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -867,11 +851,7 @@ class PROTOBUF_EXPORT Int32Value final
} }
inline Int32Value& operator=(Int32Value&& from) noexcept { inline Int32Value& operator=(Int32Value&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -1055,11 +1035,7 @@ class PROTOBUF_EXPORT FloatValue final
} }
inline FloatValue& operator=(FloatValue&& from) noexcept { inline FloatValue& operator=(FloatValue&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -1243,11 +1219,7 @@ class PROTOBUF_EXPORT DoubleValue final
} }
inline DoubleValue& operator=(DoubleValue&& from) noexcept { inline DoubleValue& operator=(DoubleValue&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -1431,11 +1403,7 @@ class PROTOBUF_EXPORT BytesValue final
} }
inline BytesValue& operator=(BytesValue&& from) noexcept { inline BytesValue& operator=(BytesValue&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);
@ -1625,11 +1593,7 @@ class PROTOBUF_EXPORT BoolValue final
} }
inline BoolValue& operator=(BoolValue&& from) noexcept { inline BoolValue& operator=(BoolValue&& from) noexcept {
if (this == &from) return *this; if (this == &from) return *this;
if (GetArena() == from.GetArena() if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) {
#ifdef PROTOBUF_FORCE_COPY_IN_MOVE
&& GetArena() != nullptr
#endif // !PROTOBUF_FORCE_COPY_IN_MOVE
) {
InternalSwap(&from); InternalSwap(&from);
} else { } else {
CopyFrom(from); CopyFrom(from);

Loading…
Cancel
Save