Auto-generate files after cl/570881721

pull/14285/head
Protobuf Team Bot 2 years ago
parent a433d6a89a
commit b92eda0a0e
  1. 1
      src/file_lists.cmake
  2. 2
      src/google/protobuf/any.pb.h
  3. 6
      src/google/protobuf/api.pb.h
  4. 2
      src/google/protobuf/duration.pb.h
  5. 2
      src/google/protobuf/empty.pb.h
  6. 2
      src/google/protobuf/field_mask.pb.h
  7. 2
      src/google/protobuf/source_context.pb.h
  8. 6
      src/google/protobuf/struct.pb.h
  9. 2
      src/google/protobuf/timestamp.pb.h
  10. 10
      src/google/protobuf/type.pb.h
  11. 18
      src/google/protobuf/wrappers.pb.h

@ -748,6 +748,7 @@ set(compiler_test_files
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/allowlists/allowlist_test.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/code_generator_unittest.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/command_line_interface_unittest.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/arena_ctor_visibility_test.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/bootstrap_unittest.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/copy_unittest.cc
${protobuf_SOURCE_DIR}/src/google/protobuf/compiler/cpp/file_unittest.cc

@ -79,7 +79,6 @@ class PROTOBUF_EXPORT Any final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Any(::google::protobuf::internal::ConstantInitialized);
Any(::google::protobuf::Arena* arena, const Any& from);
inline Any(const Any& from)
: Any(nullptr, from) {}
Any(Any&& from) noexcept
@ -226,6 +225,7 @@ class PROTOBUF_EXPORT Any final :
}
protected:
explicit Any(::google::protobuf::Arena* arena);
Any(::google::protobuf::Arena* arena, const Any& from);
public:
static const ClassData _class_data_;

@ -87,7 +87,6 @@ class PROTOBUF_EXPORT Mixin final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Mixin(::google::protobuf::internal::ConstantInitialized);
Mixin(::google::protobuf::Arena* arena, const Mixin& from);
inline Mixin(const Mixin& from)
: Mixin(nullptr, from) {}
Mixin(Mixin&& from) noexcept
@ -199,6 +198,7 @@ class PROTOBUF_EXPORT Mixin final :
}
protected:
explicit Mixin(::google::protobuf::Arena* arena);
Mixin(::google::protobuf::Arena* arena, const Mixin& from);
public:
static const ClassData _class_data_;
@ -286,7 +286,6 @@ class PROTOBUF_EXPORT Method final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Method(::google::protobuf::internal::ConstantInitialized);
Method(::google::protobuf::Arena* arena, const Method& from);
inline Method(const Method& from)
: Method(nullptr, from) {}
Method(Method&& from) noexcept
@ -398,6 +397,7 @@ class PROTOBUF_EXPORT Method final :
}
protected:
explicit Method(::google::protobuf::Arena* arena);
Method(::google::protobuf::Arena* arena, const Method& from);
public:
static const ClassData _class_data_;
@ -559,7 +559,6 @@ class PROTOBUF_EXPORT Api final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Api(::google::protobuf::internal::ConstantInitialized);
Api(::google::protobuf::Arena* arena, const Api& from);
inline Api(const Api& from)
: Api(nullptr, from) {}
Api(Api&& from) noexcept
@ -671,6 +670,7 @@ class PROTOBUF_EXPORT Api final :
}
protected:
explicit Api(::google::protobuf::Arena* arena);
Api(::google::protobuf::Arena* arena, const Api& from);
public:
static const ClassData _class_data_;

@ -79,7 +79,6 @@ class PROTOBUF_EXPORT Duration final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Duration(::google::protobuf::internal::ConstantInitialized);
Duration(::google::protobuf::Arena* arena, const Duration& from);
inline Duration(const Duration& from)
: Duration(nullptr, from) {}
Duration(Duration&& from) noexcept
@ -191,6 +190,7 @@ class PROTOBUF_EXPORT Duration final :
}
protected:
explicit Duration(::google::protobuf::Arena* arena);
Duration(::google::protobuf::Arena* arena, const Duration& from);
public:
static const ClassData _class_data_;

@ -79,7 +79,6 @@ class PROTOBUF_EXPORT Empty final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Empty(::google::protobuf::internal::ConstantInitialized);
Empty(::google::protobuf::Arena* arena, const Empty& from);
inline Empty(const Empty& from)
: Empty(nullptr, from) {}
Empty(Empty&& from) noexcept
@ -177,6 +176,7 @@ class PROTOBUF_EXPORT Empty final :
}
protected:
explicit Empty(::google::protobuf::Arena* arena);
Empty(::google::protobuf::Arena* arena, const Empty& from);
public:
::google::protobuf::Metadata GetMetadata() const final;

@ -79,7 +79,6 @@ class PROTOBUF_EXPORT FieldMask final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR FieldMask(::google::protobuf::internal::ConstantInitialized);
FieldMask(::google::protobuf::Arena* arena, const FieldMask& from);
inline FieldMask(const FieldMask& from)
: FieldMask(nullptr, from) {}
FieldMask(FieldMask&& from) noexcept
@ -191,6 +190,7 @@ class PROTOBUF_EXPORT FieldMask final :
}
protected:
explicit FieldMask(::google::protobuf::Arena* arena);
FieldMask(::google::protobuf::Arena* arena, const FieldMask& from);
public:
static const ClassData _class_data_;

@ -79,7 +79,6 @@ class PROTOBUF_EXPORT SourceContext final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR SourceContext(::google::protobuf::internal::ConstantInitialized);
SourceContext(::google::protobuf::Arena* arena, const SourceContext& from);
inline SourceContext(const SourceContext& from)
: SourceContext(nullptr, from) {}
SourceContext(SourceContext&& from) noexcept
@ -191,6 +190,7 @@ class PROTOBUF_EXPORT SourceContext final :
}
protected:
explicit SourceContext(::google::protobuf::Arena* arena);
SourceContext(::google::protobuf::Arena* arena, const SourceContext& from);
public:
static const ClassData _class_data_;

@ -124,7 +124,6 @@ class PROTOBUF_EXPORT ListValue final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR ListValue(::google::protobuf::internal::ConstantInitialized);
ListValue(::google::protobuf::Arena* arena, const ListValue& from);
inline ListValue(const ListValue& from)
: ListValue(nullptr, from) {}
ListValue(ListValue&& from) noexcept
@ -236,6 +235,7 @@ class PROTOBUF_EXPORT ListValue final :
}
protected:
explicit ListValue(::google::protobuf::Arena* arena);
ListValue(::google::protobuf::Arena* arena, const ListValue& from);
public:
static const ClassData _class_data_;
@ -307,7 +307,6 @@ class PROTOBUF_EXPORT Struct final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Struct(::google::protobuf::internal::ConstantInitialized);
Struct(::google::protobuf::Arena* arena, const Struct& from);
inline Struct(const Struct& from)
: Struct(nullptr, from) {}
Struct(Struct&& from) noexcept
@ -419,6 +418,7 @@ class PROTOBUF_EXPORT Struct final :
}
protected:
explicit Struct(::google::protobuf::Arena* arena);
Struct(::google::protobuf::Arena* arena, const Struct& from);
public:
static const ClassData _class_data_;
@ -519,7 +519,6 @@ class PROTOBUF_EXPORT Value final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Value(::google::protobuf::internal::ConstantInitialized);
Value(::google::protobuf::Arena* arena, const Value& from);
inline Value(const Value& from)
: Value(nullptr, from) {}
Value(Value&& from) noexcept
@ -641,6 +640,7 @@ class PROTOBUF_EXPORT Value final :
}
protected:
explicit Value(::google::protobuf::Arena* arena);
Value(::google::protobuf::Arena* arena, const Value& from);
public:
static const ClassData _class_data_;

@ -79,7 +79,6 @@ class PROTOBUF_EXPORT Timestamp final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Timestamp(::google::protobuf::internal::ConstantInitialized);
Timestamp(::google::protobuf::Arena* arena, const Timestamp& from);
inline Timestamp(const Timestamp& from)
: Timestamp(nullptr, from) {}
Timestamp(Timestamp&& from) noexcept
@ -191,6 +190,7 @@ class PROTOBUF_EXPORT Timestamp final :
}
protected:
explicit Timestamp(::google::protobuf::Arena* arena);
Timestamp(::google::protobuf::Arena* arena, const Timestamp& from);
public:
static const ClassData _class_data_;

@ -213,7 +213,6 @@ class PROTOBUF_EXPORT Option final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Option(::google::protobuf::internal::ConstantInitialized);
Option(::google::protobuf::Arena* arena, const Option& from);
inline Option(const Option& from)
: Option(nullptr, from) {}
Option(Option&& from) noexcept
@ -325,6 +324,7 @@ class PROTOBUF_EXPORT Option final :
}
protected:
explicit Option(::google::protobuf::Arena* arena);
Option(::google::protobuf::Arena* arena, const Option& from);
public:
static const ClassData _class_data_;
@ -412,7 +412,6 @@ class PROTOBUF_EXPORT Field final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Field(::google::protobuf::internal::ConstantInitialized);
Field(::google::protobuf::Arena* arena, const Field& from);
inline Field(const Field& from)
: Field(nullptr, from) {}
Field(Field&& from) noexcept
@ -524,6 +523,7 @@ class PROTOBUF_EXPORT Field final :
}
protected:
explicit Field(::google::protobuf::Arena* arena);
Field(::google::protobuf::Arena* arena, const Field& from);
public:
static const ClassData _class_data_;
@ -786,7 +786,6 @@ class PROTOBUF_EXPORT EnumValue final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR EnumValue(::google::protobuf::internal::ConstantInitialized);
EnumValue(::google::protobuf::Arena* arena, const EnumValue& from);
inline EnumValue(const EnumValue& from)
: EnumValue(nullptr, from) {}
EnumValue(EnumValue&& from) noexcept
@ -898,6 +897,7 @@ class PROTOBUF_EXPORT EnumValue final :
}
protected:
explicit EnumValue(::google::protobuf::Arena* arena);
EnumValue(::google::protobuf::Arena* arena, const EnumValue& from);
public:
static const ClassData _class_data_;
@ -999,7 +999,6 @@ class PROTOBUF_EXPORT Type final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Type(::google::protobuf::internal::ConstantInitialized);
Type(::google::protobuf::Arena* arena, const Type& from);
inline Type(const Type& from)
: Type(nullptr, from) {}
Type(Type&& from) noexcept
@ -1111,6 +1110,7 @@ class PROTOBUF_EXPORT Type final :
}
protected:
explicit Type(::google::protobuf::Arena* arena);
Type(::google::protobuf::Arena* arena, const Type& from);
public:
static const ClassData _class_data_;
@ -1298,7 +1298,6 @@ class PROTOBUF_EXPORT Enum final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Enum(::google::protobuf::internal::ConstantInitialized);
Enum(::google::protobuf::Arena* arena, const Enum& from);
inline Enum(const Enum& from)
: Enum(nullptr, from) {}
Enum(Enum&& from) noexcept
@ -1410,6 +1409,7 @@ class PROTOBUF_EXPORT Enum final :
}
protected:
explicit Enum(::google::protobuf::Arena* arena);
Enum(::google::protobuf::Arena* arena, const Enum& from);
public:
static const ClassData _class_data_;

@ -103,7 +103,6 @@ class PROTOBUF_EXPORT UInt64Value final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR UInt64Value(::google::protobuf::internal::ConstantInitialized);
UInt64Value(::google::protobuf::Arena* arena, const UInt64Value& from);
inline UInt64Value(const UInt64Value& from)
: UInt64Value(nullptr, from) {}
UInt64Value(UInt64Value&& from) noexcept
@ -215,6 +214,7 @@ class PROTOBUF_EXPORT UInt64Value final :
}
protected:
explicit UInt64Value(::google::protobuf::Arena* arena);
UInt64Value(::google::protobuf::Arena* arena, const UInt64Value& from);
public:
static const ClassData _class_data_;
@ -278,7 +278,6 @@ class PROTOBUF_EXPORT UInt32Value final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR UInt32Value(::google::protobuf::internal::ConstantInitialized);
UInt32Value(::google::protobuf::Arena* arena, const UInt32Value& from);
inline UInt32Value(const UInt32Value& from)
: UInt32Value(nullptr, from) {}
UInt32Value(UInt32Value&& from) noexcept
@ -390,6 +389,7 @@ class PROTOBUF_EXPORT UInt32Value final :
}
protected:
explicit UInt32Value(::google::protobuf::Arena* arena);
UInt32Value(::google::protobuf::Arena* arena, const UInt32Value& from);
public:
static const ClassData _class_data_;
@ -453,7 +453,6 @@ class PROTOBUF_EXPORT StringValue final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR StringValue(::google::protobuf::internal::ConstantInitialized);
StringValue(::google::protobuf::Arena* arena, const StringValue& from);
inline StringValue(const StringValue& from)
: StringValue(nullptr, from) {}
StringValue(StringValue&& from) noexcept
@ -565,6 +564,7 @@ class PROTOBUF_EXPORT StringValue final :
}
protected:
explicit StringValue(::google::protobuf::Arena* arena);
StringValue(::google::protobuf::Arena* arena, const StringValue& from);
public:
static const ClassData _class_data_;
@ -634,7 +634,6 @@ class PROTOBUF_EXPORT Int64Value final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Int64Value(::google::protobuf::internal::ConstantInitialized);
Int64Value(::google::protobuf::Arena* arena, const Int64Value& from);
inline Int64Value(const Int64Value& from)
: Int64Value(nullptr, from) {}
Int64Value(Int64Value&& from) noexcept
@ -746,6 +745,7 @@ class PROTOBUF_EXPORT Int64Value final :
}
protected:
explicit Int64Value(::google::protobuf::Arena* arena);
Int64Value(::google::protobuf::Arena* arena, const Int64Value& from);
public:
static const ClassData _class_data_;
@ -809,7 +809,6 @@ class PROTOBUF_EXPORT Int32Value final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR Int32Value(::google::protobuf::internal::ConstantInitialized);
Int32Value(::google::protobuf::Arena* arena, const Int32Value& from);
inline Int32Value(const Int32Value& from)
: Int32Value(nullptr, from) {}
Int32Value(Int32Value&& from) noexcept
@ -921,6 +920,7 @@ class PROTOBUF_EXPORT Int32Value final :
}
protected:
explicit Int32Value(::google::protobuf::Arena* arena);
Int32Value(::google::protobuf::Arena* arena, const Int32Value& from);
public:
static const ClassData _class_data_;
@ -984,7 +984,6 @@ class PROTOBUF_EXPORT FloatValue final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR FloatValue(::google::protobuf::internal::ConstantInitialized);
FloatValue(::google::protobuf::Arena* arena, const FloatValue& from);
inline FloatValue(const FloatValue& from)
: FloatValue(nullptr, from) {}
FloatValue(FloatValue&& from) noexcept
@ -1096,6 +1095,7 @@ class PROTOBUF_EXPORT FloatValue final :
}
protected:
explicit FloatValue(::google::protobuf::Arena* arena);
FloatValue(::google::protobuf::Arena* arena, const FloatValue& from);
public:
static const ClassData _class_data_;
@ -1159,7 +1159,6 @@ class PROTOBUF_EXPORT DoubleValue final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR DoubleValue(::google::protobuf::internal::ConstantInitialized);
DoubleValue(::google::protobuf::Arena* arena, const DoubleValue& from);
inline DoubleValue(const DoubleValue& from)
: DoubleValue(nullptr, from) {}
DoubleValue(DoubleValue&& from) noexcept
@ -1271,6 +1270,7 @@ class PROTOBUF_EXPORT DoubleValue final :
}
protected:
explicit DoubleValue(::google::protobuf::Arena* arena);
DoubleValue(::google::protobuf::Arena* arena, const DoubleValue& from);
public:
static const ClassData _class_data_;
@ -1334,7 +1334,6 @@ class PROTOBUF_EXPORT BytesValue final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR BytesValue(::google::protobuf::internal::ConstantInitialized);
BytesValue(::google::protobuf::Arena* arena, const BytesValue& from);
inline BytesValue(const BytesValue& from)
: BytesValue(nullptr, from) {}
BytesValue(BytesValue&& from) noexcept
@ -1446,6 +1445,7 @@ class PROTOBUF_EXPORT BytesValue final :
}
protected:
explicit BytesValue(::google::protobuf::Arena* arena);
BytesValue(::google::protobuf::Arena* arena, const BytesValue& from);
public:
static const ClassData _class_data_;
@ -1515,7 +1515,6 @@ class PROTOBUF_EXPORT BoolValue final :
template<typename = void>
explicit PROTOBUF_CONSTEXPR BoolValue(::google::protobuf::internal::ConstantInitialized);
BoolValue(::google::protobuf::Arena* arena, const BoolValue& from);
inline BoolValue(const BoolValue& from)
: BoolValue(nullptr, from) {}
BoolValue(BoolValue&& from) noexcept
@ -1627,6 +1626,7 @@ class PROTOBUF_EXPORT BoolValue final :
}
protected:
explicit BoolValue(::google::protobuf::Arena* arena);
BoolValue(::google::protobuf::Arena* arena, const BoolValue& from);
public:
static const ClassData _class_data_;

Loading…
Cancel
Save