Auto-generate files after cl/532258101

pull/12822/head
Protobuf Team Bot 2 years ago
parent e15326ba80
commit 84234fa091
  1. 1
      src/google/protobuf/any.pb.cc
  2. 1
      src/google/protobuf/any.pb.h
  3. 3
      src/google/protobuf/api.pb.cc
  4. 3
      src/google/protobuf/api.pb.h
  5. 1
      src/google/protobuf/duration.pb.cc
  6. 1
      src/google/protobuf/duration.pb.h
  7. 1
      src/google/protobuf/empty.pb.cc
  8. 1
      src/google/protobuf/empty.pb.h
  9. 1
      src/google/protobuf/field_mask.pb.cc
  10. 1
      src/google/protobuf/field_mask.pb.h
  11. 1
      src/google/protobuf/source_context.pb.cc
  12. 1
      src/google/protobuf/source_context.pb.h
  13. 4
      src/google/protobuf/struct.pb.cc
  14. 4
      src/google/protobuf/struct.pb.h
  15. 1
      src/google/protobuf/timestamp.pb.cc
  16. 1
      src/google/protobuf/timestamp.pb.h
  17. 5
      src/google/protobuf/type.pb.cc
  18. 5
      src/google/protobuf/type.pb.h
  19. 9
      src/google/protobuf/wrappers.pb.cc
  20. 9
      src/google/protobuf/wrappers.pb.h

@ -26,6 +26,7 @@ namespace _fl = ::google::protobuf::internal::field_layout;
#endif // __llvm__ #endif // __llvm__
namespace google { namespace google {
namespace protobuf { namespace protobuf {
template <typename>
PROTOBUF_CONSTEXPR Any::Any(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Any::Any(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.type_url_)*/ { /*decltype(_impl_.type_url_)*/ {

@ -76,6 +76,7 @@ class PROTOBUF_EXPORT Any final :
public: public:
inline Any() : Any(nullptr) {} inline Any() : Any(nullptr) {}
~Any() override; ~Any() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Any(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Any(::google::protobuf::internal::ConstantInitialized);
Any(const Any& from); Any(const Any& from);

@ -22,6 +22,7 @@ namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout; namespace _fl = ::google::protobuf::internal::field_layout;
namespace google { namespace google {
namespace protobuf { namespace protobuf {
template <typename>
PROTOBUF_CONSTEXPR Api::Api(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Api::Api(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_._has_bits_)*/ {}, /*decltype(_impl_._has_bits_)*/ {},
@ -50,6 +51,7 @@ struct ApiDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ApiDefaultTypeInternal _Api_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ApiDefaultTypeInternal _Api_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR Method::Method(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Method::Method(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.options_)*/ {}, /*decltype(_impl_.options_)*/ {},
@ -80,6 +82,7 @@ struct MethodDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MethodDefaultTypeInternal _Method_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 MethodDefaultTypeInternal _Method_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR Mixin::Mixin(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Mixin::Mixin(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.name_)*/ { /*decltype(_impl_.name_)*/ {

@ -88,6 +88,7 @@ class PROTOBUF_EXPORT Api final :
public: public:
inline Api() : Api(nullptr) {} inline Api() : Api(nullptr) {}
~Api() override; ~Api() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Api(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Api(::google::protobuf::internal::ConstantInitialized);
Api(const Api& from); Api(const Api& from);
@ -358,6 +359,7 @@ class PROTOBUF_EXPORT Method final :
public: public:
inline Method() : Method(nullptr) {} inline Method() : Method(nullptr) {}
~Method() override; ~Method() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Method(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Method(::google::protobuf::internal::ConstantInitialized);
Method(const Method& from); Method(const Method& from);
@ -612,6 +614,7 @@ class PROTOBUF_EXPORT Mixin final :
public: public:
inline Mixin() : Mixin(nullptr) {} inline Mixin() : Mixin(nullptr) {}
~Mixin() override; ~Mixin() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Mixin(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Mixin(::google::protobuf::internal::ConstantInitialized);
Mixin(const Mixin& from); Mixin(const Mixin& from);

@ -22,6 +22,7 @@ namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout; namespace _fl = ::google::protobuf::internal::field_layout;
namespace google { namespace google {
namespace protobuf { namespace protobuf {
template <typename>
PROTOBUF_CONSTEXPR Duration::Duration(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Duration::Duration(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.seconds_)*/ ::int64_t{0}, /*decltype(_impl_.seconds_)*/ ::int64_t{0},

@ -76,6 +76,7 @@ class PROTOBUF_EXPORT Duration final :
public: public:
inline Duration() : Duration(nullptr) {} inline Duration() : Duration(nullptr) {}
~Duration() override; ~Duration() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Duration(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Duration(::google::protobuf::internal::ConstantInitialized);
Duration(const Duration& from); Duration(const Duration& from);

@ -22,6 +22,7 @@ namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout; namespace _fl = ::google::protobuf::internal::field_layout;
namespace google { namespace google {
namespace protobuf { namespace protobuf {
template <typename>
PROTOBUF_CONSTEXPR Empty::Empty(::_pbi::ConstantInitialized) {} PROTOBUF_CONSTEXPR Empty::Empty(::_pbi::ConstantInitialized) {}
struct EmptyDefaultTypeInternal { struct EmptyDefaultTypeInternal {
PROTOBUF_CONSTEXPR EmptyDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} PROTOBUF_CONSTEXPR EmptyDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}

@ -76,6 +76,7 @@ class PROTOBUF_EXPORT Empty final :
public ::google::protobuf::internal::ZeroFieldsBase /* @@protoc_insertion_point(class_definition:google.protobuf.Empty) */ { public ::google::protobuf::internal::ZeroFieldsBase /* @@protoc_insertion_point(class_definition:google.protobuf.Empty) */ {
public: public:
inline Empty() : Empty(nullptr) {} inline Empty() : Empty(nullptr) {}
template<typename = void>
explicit PROTOBUF_CONSTEXPR Empty(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Empty(::google::protobuf::internal::ConstantInitialized);
Empty(const Empty& from); Empty(const Empty& from);

@ -22,6 +22,7 @@ namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout; namespace _fl = ::google::protobuf::internal::field_layout;
namespace google { namespace google {
namespace protobuf { namespace protobuf {
template <typename>
PROTOBUF_CONSTEXPR FieldMask::FieldMask(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR FieldMask::FieldMask(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.paths_)*/ {}, /*decltype(_impl_.paths_)*/ {},

@ -76,6 +76,7 @@ class PROTOBUF_EXPORT FieldMask final :
public: public:
inline FieldMask() : FieldMask(nullptr) {} inline FieldMask() : FieldMask(nullptr) {}
~FieldMask() override; ~FieldMask() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR FieldMask(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR FieldMask(::google::protobuf::internal::ConstantInitialized);
FieldMask(const FieldMask& from); FieldMask(const FieldMask& from);

@ -22,6 +22,7 @@ namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout; namespace _fl = ::google::protobuf::internal::field_layout;
namespace google { namespace google {
namespace protobuf { namespace protobuf {
template <typename>
PROTOBUF_CONSTEXPR SourceContext::SourceContext(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR SourceContext::SourceContext(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.file_name_)*/ { /*decltype(_impl_.file_name_)*/ {

@ -76,6 +76,7 @@ class PROTOBUF_EXPORT SourceContext final :
public: public:
inline SourceContext() : SourceContext(nullptr) {} inline SourceContext() : SourceContext(nullptr) {}
~SourceContext() override; ~SourceContext() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR SourceContext(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR SourceContext(::google::protobuf::internal::ConstantInitialized);
SourceContext(const SourceContext& from); SourceContext(const SourceContext& from);

@ -22,6 +22,7 @@ namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout; namespace _fl = ::google::protobuf::internal::field_layout;
namespace google { namespace google {
namespace protobuf { namespace protobuf {
template <typename>
PROTOBUF_CONSTEXPR Struct_FieldsEntry_DoNotUse::Struct_FieldsEntry_DoNotUse(::_pbi::ConstantInitialized) {} PROTOBUF_CONSTEXPR Struct_FieldsEntry_DoNotUse::Struct_FieldsEntry_DoNotUse(::_pbi::ConstantInitialized) {}
struct Struct_FieldsEntry_DoNotUseDefaultTypeInternal { struct Struct_FieldsEntry_DoNotUseDefaultTypeInternal {
PROTOBUF_CONSTEXPR Struct_FieldsEntry_DoNotUseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {} PROTOBUF_CONSTEXPR Struct_FieldsEntry_DoNotUseDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
@ -33,6 +34,7 @@ struct Struct_FieldsEntry_DoNotUseDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Struct_FieldsEntry_DoNotUseDefaultTypeInternal _Struct_FieldsEntry_DoNotUse_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Struct_FieldsEntry_DoNotUseDefaultTypeInternal _Struct_FieldsEntry_DoNotUse_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR Struct::Struct(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Struct::Struct(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/* decltype(_impl_.fields_) */ {}, /* decltype(_impl_.fields_) */ {},
@ -48,6 +50,7 @@ struct StructDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StructDefaultTypeInternal _Struct_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StructDefaultTypeInternal _Struct_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR Value::Value(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Value::Value(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.kind_)*/ {}, /*decltype(_impl_.kind_)*/ {},
@ -64,6 +67,7 @@ struct ValueDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ValueDefaultTypeInternal _Value_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ValueDefaultTypeInternal _Value_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR ListValue::ListValue(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR ListValue::ListValue(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.values_)*/ {}, /*decltype(_impl_.values_)*/ {},

@ -131,6 +131,7 @@ public:
::google::protobuf::internal::WireFormatLite::TYPE_STRING, ::google::protobuf::internal::WireFormatLite::TYPE_STRING,
::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE> SuperType; ::google::protobuf::internal::WireFormatLite::TYPE_MESSAGE> SuperType;
Struct_FieldsEntry_DoNotUse(); Struct_FieldsEntry_DoNotUse();
template <typename = void>
explicit PROTOBUF_CONSTEXPR Struct_FieldsEntry_DoNotUse( explicit PROTOBUF_CONSTEXPR Struct_FieldsEntry_DoNotUse(
::google::protobuf::internal::ConstantInitialized); ::google::protobuf::internal::ConstantInitialized);
explicit Struct_FieldsEntry_DoNotUse(::google::protobuf::Arena* arena); explicit Struct_FieldsEntry_DoNotUse(::google::protobuf::Arena* arena);
@ -151,6 +152,7 @@ class PROTOBUF_EXPORT Struct final :
public: public:
inline Struct() : Struct(nullptr) {} inline Struct() : Struct(nullptr) {}
~Struct() override; ~Struct() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Struct(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Struct(::google::protobuf::internal::ConstantInitialized);
Struct(const Struct& from); Struct(const Struct& from);
@ -316,6 +318,7 @@ class PROTOBUF_EXPORT Value final :
public: public:
inline Value() : Value(nullptr) {} inline Value() : Value(nullptr) {}
~Value() override; ~Value() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Value(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Value(::google::protobuf::internal::ConstantInitialized);
Value(const Value& from); Value(const Value& from);
@ -587,6 +590,7 @@ class PROTOBUF_EXPORT ListValue final :
public: public:
inline ListValue() : ListValue(nullptr) {} inline ListValue() : ListValue(nullptr) {}
~ListValue() override; ~ListValue() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR ListValue(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR ListValue(::google::protobuf::internal::ConstantInitialized);
ListValue(const ListValue& from); ListValue(const ListValue& from);

@ -22,6 +22,7 @@ namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout; namespace _fl = ::google::protobuf::internal::field_layout;
namespace google { namespace google {
namespace protobuf { namespace protobuf {
template <typename>
PROTOBUF_CONSTEXPR Timestamp::Timestamp(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Timestamp::Timestamp(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.seconds_)*/ ::int64_t{0}, /*decltype(_impl_.seconds_)*/ ::int64_t{0},

@ -76,6 +76,7 @@ class PROTOBUF_EXPORT Timestamp final :
public: public:
inline Timestamp() : Timestamp(nullptr) {} inline Timestamp() : Timestamp(nullptr) {}
~Timestamp() override; ~Timestamp() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Timestamp(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Timestamp(::google::protobuf::internal::ConstantInitialized);
Timestamp(const Timestamp& from); Timestamp(const Timestamp& from);

@ -22,6 +22,7 @@ namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout; namespace _fl = ::google::protobuf::internal::field_layout;
namespace google { namespace google {
namespace protobuf { namespace protobuf {
template <typename>
PROTOBUF_CONSTEXPR Type::Type(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Type::Type(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_._has_bits_)*/ {}, /*decltype(_impl_._has_bits_)*/ {},
@ -50,6 +51,7 @@ struct TypeDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TypeDefaultTypeInternal _Type_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 TypeDefaultTypeInternal _Type_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR Field::Field(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Field::Field(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.options_)*/ {}, /*decltype(_impl_.options_)*/ {},
@ -86,6 +88,7 @@ struct FieldDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FieldDefaultTypeInternal _Field_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FieldDefaultTypeInternal _Field_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR Enum::Enum(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Enum::Enum(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_._has_bits_)*/ {}, /*decltype(_impl_._has_bits_)*/ {},
@ -113,6 +116,7 @@ struct EnumDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EnumDefaultTypeInternal _Enum_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EnumDefaultTypeInternal _Enum_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR EnumValue::EnumValue(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR EnumValue::EnumValue(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.options_)*/ {}, /*decltype(_impl_.options_)*/ {},
@ -133,6 +137,7 @@ struct EnumValueDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EnumValueDefaultTypeInternal _EnumValue_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EnumValueDefaultTypeInternal _EnumValue_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR Option::Option(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Option::Option(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_._has_bits_)*/ {}, /*decltype(_impl_._has_bits_)*/ {},

@ -215,6 +215,7 @@ class PROTOBUF_EXPORT Type final :
public: public:
inline Type() : Type(nullptr) {} inline Type() : Type(nullptr) {}
~Type() override; ~Type() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Type(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Type(::google::protobuf::internal::ConstantInitialized);
Type(const Type& from); Type(const Type& from);
@ -495,6 +496,7 @@ class PROTOBUF_EXPORT Field final :
public: public:
inline Field() : Field(nullptr) {} inline Field() : Field(nullptr) {}
~Field() override; ~Field() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Field(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Field(::google::protobuf::internal::ConstantInitialized);
Field(const Field& from); Field(const Field& from);
@ -850,6 +852,7 @@ class PROTOBUF_EXPORT Enum final :
public: public:
inline Enum() : Enum(nullptr) {} inline Enum() : Enum(nullptr) {}
~Enum() override; ~Enum() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Enum(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Enum(::google::protobuf::internal::ConstantInitialized);
Enum(const Enum& from); Enum(const Enum& from);
@ -1100,6 +1103,7 @@ class PROTOBUF_EXPORT EnumValue final :
public: public:
inline EnumValue() : EnumValue(nullptr) {} inline EnumValue() : EnumValue(nullptr) {}
~EnumValue() override; ~EnumValue() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR EnumValue(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR EnumValue(::google::protobuf::internal::ConstantInitialized);
EnumValue(const EnumValue& from); EnumValue(const EnumValue& from);
@ -1294,6 +1298,7 @@ class PROTOBUF_EXPORT Option final :
public: public:
inline Option() : Option(nullptr) {} inline Option() : Option(nullptr) {}
~Option() override; ~Option() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Option(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Option(::google::protobuf::internal::ConstantInitialized);
Option(const Option& from); Option(const Option& from);

@ -22,6 +22,7 @@ namespace _pbi = ::google::protobuf::internal;
namespace _fl = ::google::protobuf::internal::field_layout; namespace _fl = ::google::protobuf::internal::field_layout;
namespace google { namespace google {
namespace protobuf { namespace protobuf {
template <typename>
PROTOBUF_CONSTEXPR DoubleValue::DoubleValue(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR DoubleValue::DoubleValue(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.value_)*/ 0, /*decltype(_impl_.value_)*/ 0,
@ -37,6 +38,7 @@ struct DoubleValueDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DoubleValueDefaultTypeInternal _DoubleValue_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DoubleValueDefaultTypeInternal _DoubleValue_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR FloatValue::FloatValue(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR FloatValue::FloatValue(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.value_)*/ 0, /*decltype(_impl_.value_)*/ 0,
@ -52,6 +54,7 @@ struct FloatValueDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FloatValueDefaultTypeInternal _FloatValue_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FloatValueDefaultTypeInternal _FloatValue_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR Int64Value::Int64Value(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Int64Value::Int64Value(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.value_)*/ ::int64_t{0}, /*decltype(_impl_.value_)*/ ::int64_t{0},
@ -67,6 +70,7 @@ struct Int64ValueDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Int64ValueDefaultTypeInternal _Int64Value_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Int64ValueDefaultTypeInternal _Int64Value_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR UInt64Value::UInt64Value(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR UInt64Value::UInt64Value(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.value_)*/ ::uint64_t{0u}, /*decltype(_impl_.value_)*/ ::uint64_t{0u},
@ -82,6 +86,7 @@ struct UInt64ValueDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UInt64ValueDefaultTypeInternal _UInt64Value_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UInt64ValueDefaultTypeInternal _UInt64Value_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR Int32Value::Int32Value(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR Int32Value::Int32Value(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.value_)*/ 0, /*decltype(_impl_.value_)*/ 0,
@ -97,6 +102,7 @@ struct Int32ValueDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Int32ValueDefaultTypeInternal _Int32Value_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Int32ValueDefaultTypeInternal _Int32Value_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR UInt32Value::UInt32Value(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR UInt32Value::UInt32Value(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.value_)*/ 0u, /*decltype(_impl_.value_)*/ 0u,
@ -112,6 +118,7 @@ struct UInt32ValueDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UInt32ValueDefaultTypeInternal _UInt32Value_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UInt32ValueDefaultTypeInternal _UInt32Value_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR BoolValue::BoolValue(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR BoolValue::BoolValue(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.value_)*/ false, /*decltype(_impl_.value_)*/ false,
@ -127,6 +134,7 @@ struct BoolValueDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BoolValueDefaultTypeInternal _BoolValue_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BoolValueDefaultTypeInternal _BoolValue_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR StringValue::StringValue(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR StringValue::StringValue(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.value_)*/ { /*decltype(_impl_.value_)*/ {
@ -145,6 +153,7 @@ struct StringValueDefaultTypeInternal {
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT
PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StringValueDefaultTypeInternal _StringValue_default_instance_; PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StringValueDefaultTypeInternal _StringValue_default_instance_;
template <typename>
PROTOBUF_CONSTEXPR BytesValue::BytesValue(::_pbi::ConstantInitialized) PROTOBUF_CONSTEXPR BytesValue::BytesValue(::_pbi::ConstantInitialized)
: _impl_{ : _impl_{
/*decltype(_impl_.value_)*/ { /*decltype(_impl_.value_)*/ {

@ -116,6 +116,7 @@ class PROTOBUF_EXPORT DoubleValue final :
public: public:
inline DoubleValue() : DoubleValue(nullptr) {} inline DoubleValue() : DoubleValue(nullptr) {}
~DoubleValue() override; ~DoubleValue() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR DoubleValue(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR DoubleValue(::google::protobuf::internal::ConstantInitialized);
DoubleValue(const DoubleValue& from); DoubleValue(const DoubleValue& from);
@ -272,6 +273,7 @@ class PROTOBUF_EXPORT FloatValue final :
public: public:
inline FloatValue() : FloatValue(nullptr) {} inline FloatValue() : FloatValue(nullptr) {}
~FloatValue() override; ~FloatValue() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR FloatValue(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR FloatValue(::google::protobuf::internal::ConstantInitialized);
FloatValue(const FloatValue& from); FloatValue(const FloatValue& from);
@ -428,6 +430,7 @@ class PROTOBUF_EXPORT Int64Value final :
public: public:
inline Int64Value() : Int64Value(nullptr) {} inline Int64Value() : Int64Value(nullptr) {}
~Int64Value() override; ~Int64Value() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Int64Value(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Int64Value(::google::protobuf::internal::ConstantInitialized);
Int64Value(const Int64Value& from); Int64Value(const Int64Value& from);
@ -584,6 +587,7 @@ class PROTOBUF_EXPORT UInt64Value final :
public: public:
inline UInt64Value() : UInt64Value(nullptr) {} inline UInt64Value() : UInt64Value(nullptr) {}
~UInt64Value() override; ~UInt64Value() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR UInt64Value(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR UInt64Value(::google::protobuf::internal::ConstantInitialized);
UInt64Value(const UInt64Value& from); UInt64Value(const UInt64Value& from);
@ -740,6 +744,7 @@ class PROTOBUF_EXPORT Int32Value final :
public: public:
inline Int32Value() : Int32Value(nullptr) {} inline Int32Value() : Int32Value(nullptr) {}
~Int32Value() override; ~Int32Value() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR Int32Value(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR Int32Value(::google::protobuf::internal::ConstantInitialized);
Int32Value(const Int32Value& from); Int32Value(const Int32Value& from);
@ -896,6 +901,7 @@ class PROTOBUF_EXPORT UInt32Value final :
public: public:
inline UInt32Value() : UInt32Value(nullptr) {} inline UInt32Value() : UInt32Value(nullptr) {}
~UInt32Value() override; ~UInt32Value() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR UInt32Value(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR UInt32Value(::google::protobuf::internal::ConstantInitialized);
UInt32Value(const UInt32Value& from); UInt32Value(const UInt32Value& from);
@ -1052,6 +1058,7 @@ class PROTOBUF_EXPORT BoolValue final :
public: public:
inline BoolValue() : BoolValue(nullptr) {} inline BoolValue() : BoolValue(nullptr) {}
~BoolValue() override; ~BoolValue() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR BoolValue(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR BoolValue(::google::protobuf::internal::ConstantInitialized);
BoolValue(const BoolValue& from); BoolValue(const BoolValue& from);
@ -1208,6 +1215,7 @@ class PROTOBUF_EXPORT StringValue final :
public: public:
inline StringValue() : StringValue(nullptr) {} inline StringValue() : StringValue(nullptr) {}
~StringValue() override; ~StringValue() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR StringValue(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR StringValue(::google::protobuf::internal::ConstantInitialized);
StringValue(const StringValue& from); StringValue(const StringValue& from);
@ -1370,6 +1378,7 @@ class PROTOBUF_EXPORT BytesValue final :
public: public:
inline BytesValue() : BytesValue(nullptr) {} inline BytesValue() : BytesValue(nullptr) {}
~BytesValue() override; ~BytesValue() override;
template<typename = void>
explicit PROTOBUF_CONSTEXPR BytesValue(::google::protobuf::internal::ConstantInitialized); explicit PROTOBUF_CONSTEXPR BytesValue(::google::protobuf::internal::ConstantInitialized);
BytesValue(const BytesValue& from); BytesValue(const BytesValue& from);

Loading…
Cancel
Save