|
|
|
@ -50,8 +50,7 @@ struct PROTOBUF_EXPORT TableStruct_google_2fprotobuf_2fwrappers_2eproto { |
|
|
|
|
static const ::uint32_t offsets[]; |
|
|
|
|
}; |
|
|
|
|
extern "C" { |
|
|
|
|
PROTOBUF_EXPORT extern const ::google::protobuf::internal::DescriptorTable |
|
|
|
|
descriptor_table_google_2fprotobuf_2fwrappers_2eproto; |
|
|
|
|
PROTOBUF_EXPORT extern const ::google::protobuf::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fwrappers_2eproto; |
|
|
|
|
} // extern "C"
|
|
|
|
|
namespace google { |
|
|
|
|
namespace protobuf { |
|
|
|
@ -116,8 +115,7 @@ class PROTOBUF_EXPORT UInt64Value final : public ::google::protobuf::Message |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
template <typename = void> |
|
|
|
|
explicit PROTOBUF_CONSTEXPR UInt64Value( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
explicit PROTOBUF_CONSTEXPR UInt64Value(::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
|
|
|
|
|
inline UInt64Value(const UInt64Value& from) : UInt64Value(nullptr, from) {} |
|
|
|
|
inline UInt64Value(UInt64Value&& from) noexcept |
|
|
|
@ -176,8 +174,7 @@ class PROTOBUF_EXPORT UInt64Value final : public ::google::protobuf::Message |
|
|
|
|
|
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
|
|
|
|
|
|
UInt64Value* PROTOBUF_NONNULL |
|
|
|
|
New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
UInt64Value* PROTOBUF_NONNULL New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
return ::google::protobuf::Message::DefaultConstruct<UInt64Value>(arena); |
|
|
|
|
} |
|
|
|
|
using ::google::protobuf::Message::CopyFrom; |
|
|
|
@ -186,9 +183,8 @@ class PROTOBUF_EXPORT UInt64Value final : public ::google::protobuf::Message |
|
|
|
|
void MergeFrom(const UInt64Value& from) { UInt64Value::MergeImpl(*this, from); } |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
static void MergeImpl( |
|
|
|
|
::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
bool IsInitialized() const { |
|
|
|
@ -199,23 +195,21 @@ class PROTOBUF_EXPORT UInt64Value final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const { |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const final; |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -225,16 +219,14 @@ class PROTOBUF_EXPORT UInt64Value final : public ::google::protobuf::Message |
|
|
|
|
void InternalSwap(UInt64Value* PROTOBUF_NONNULL other); |
|
|
|
|
private: |
|
|
|
|
template <typename T> |
|
|
|
|
friend ::absl::string_view( |
|
|
|
|
::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
static ::absl::string_view FullMessageName() { return "google.protobuf.UInt64Value"; } |
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
|
explicit UInt64Value(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
|
UInt64Value(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const UInt64Value& from); |
|
|
|
|
UInt64Value( |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, |
|
|
|
|
UInt64Value&& from) noexcept |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, UInt64Value&& from) noexcept |
|
|
|
|
: UInt64Value(arena) { |
|
|
|
|
*this = ::std::move(from); |
|
|
|
|
} |
|
|
|
@ -268,9 +260,9 @@ class PROTOBUF_EXPORT UInt64Value final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
class _Internal; |
|
|
|
|
friend class ::google::protobuf::internal::TcParser; |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable< |
|
|
|
|
0, 1, 0, |
|
|
|
|
0, 2> |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable<0, 1, |
|
|
|
|
0, 0, |
|
|
|
|
2> |
|
|
|
|
_table_; |
|
|
|
|
|
|
|
|
|
friend class ::google::protobuf::MessageLite; |
|
|
|
@ -280,8 +272,7 @@ class PROTOBUF_EXPORT UInt64Value final : public ::google::protobuf::Message |
|
|
|
|
using InternalArenaConstructable_ = void; |
|
|
|
|
using DestructorSkippable_ = void; |
|
|
|
|
struct Impl_ { |
|
|
|
|
inline explicit constexpr Impl_( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit constexpr Impl_(::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit Impl_( |
|
|
|
|
::google::protobuf::internal::InternalVisibility visibility, |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
@ -315,8 +306,7 @@ class PROTOBUF_EXPORT UInt32Value final : public ::google::protobuf::Message |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
template <typename = void> |
|
|
|
|
explicit PROTOBUF_CONSTEXPR UInt32Value( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
explicit PROTOBUF_CONSTEXPR UInt32Value(::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
|
|
|
|
|
inline UInt32Value(const UInt32Value& from) : UInt32Value(nullptr, from) {} |
|
|
|
|
inline UInt32Value(UInt32Value&& from) noexcept |
|
|
|
@ -375,8 +365,7 @@ class PROTOBUF_EXPORT UInt32Value final : public ::google::protobuf::Message |
|
|
|
|
|
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
|
|
|
|
|
|
UInt32Value* PROTOBUF_NONNULL |
|
|
|
|
New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
UInt32Value* PROTOBUF_NONNULL New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
return ::google::protobuf::Message::DefaultConstruct<UInt32Value>(arena); |
|
|
|
|
} |
|
|
|
|
using ::google::protobuf::Message::CopyFrom; |
|
|
|
@ -385,9 +374,8 @@ class PROTOBUF_EXPORT UInt32Value final : public ::google::protobuf::Message |
|
|
|
|
void MergeFrom(const UInt32Value& from) { UInt32Value::MergeImpl(*this, from); } |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
static void MergeImpl( |
|
|
|
|
::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
bool IsInitialized() const { |
|
|
|
@ -398,23 +386,21 @@ class PROTOBUF_EXPORT UInt32Value final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const { |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const final; |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -424,16 +410,14 @@ class PROTOBUF_EXPORT UInt32Value final : public ::google::protobuf::Message |
|
|
|
|
void InternalSwap(UInt32Value* PROTOBUF_NONNULL other); |
|
|
|
|
private: |
|
|
|
|
template <typename T> |
|
|
|
|
friend ::absl::string_view( |
|
|
|
|
::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
static ::absl::string_view FullMessageName() { return "google.protobuf.UInt32Value"; } |
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
|
explicit UInt32Value(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
|
UInt32Value(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const UInt32Value& from); |
|
|
|
|
UInt32Value( |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, |
|
|
|
|
UInt32Value&& from) noexcept |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, UInt32Value&& from) noexcept |
|
|
|
|
: UInt32Value(arena) { |
|
|
|
|
*this = ::std::move(from); |
|
|
|
|
} |
|
|
|
@ -467,9 +451,9 @@ class PROTOBUF_EXPORT UInt32Value final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
class _Internal; |
|
|
|
|
friend class ::google::protobuf::internal::TcParser; |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable< |
|
|
|
|
0, 1, 0, |
|
|
|
|
0, 2> |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable<0, 1, |
|
|
|
|
0, 0, |
|
|
|
|
2> |
|
|
|
|
_table_; |
|
|
|
|
|
|
|
|
|
friend class ::google::protobuf::MessageLite; |
|
|
|
@ -479,8 +463,7 @@ class PROTOBUF_EXPORT UInt32Value final : public ::google::protobuf::Message |
|
|
|
|
using InternalArenaConstructable_ = void; |
|
|
|
|
using DestructorSkippable_ = void; |
|
|
|
|
struct Impl_ { |
|
|
|
|
inline explicit constexpr Impl_( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit constexpr Impl_(::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit Impl_( |
|
|
|
|
::google::protobuf::internal::InternalVisibility visibility, |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
@ -514,8 +497,7 @@ class PROTOBUF_EXPORT StringValue final : public ::google::protobuf::Message |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
template <typename = void> |
|
|
|
|
explicit PROTOBUF_CONSTEXPR StringValue( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
explicit PROTOBUF_CONSTEXPR StringValue(::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
|
|
|
|
|
inline StringValue(const StringValue& from) : StringValue(nullptr, from) {} |
|
|
|
|
inline StringValue(StringValue&& from) noexcept |
|
|
|
@ -574,8 +556,7 @@ class PROTOBUF_EXPORT StringValue final : public ::google::protobuf::Message |
|
|
|
|
|
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
|
|
|
|
|
|
StringValue* PROTOBUF_NONNULL |
|
|
|
|
New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
StringValue* PROTOBUF_NONNULL New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
return ::google::protobuf::Message::DefaultConstruct<StringValue>(arena); |
|
|
|
|
} |
|
|
|
|
using ::google::protobuf::Message::CopyFrom; |
|
|
|
@ -584,9 +565,8 @@ class PROTOBUF_EXPORT StringValue final : public ::google::protobuf::Message |
|
|
|
|
void MergeFrom(const StringValue& from) { StringValue::MergeImpl(*this, from); } |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
static void MergeImpl( |
|
|
|
|
::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
bool IsInitialized() const { |
|
|
|
@ -597,23 +577,21 @@ class PROTOBUF_EXPORT StringValue final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const { |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const final; |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -623,16 +601,14 @@ class PROTOBUF_EXPORT StringValue final : public ::google::protobuf::Message |
|
|
|
|
void InternalSwap(StringValue* PROTOBUF_NONNULL other); |
|
|
|
|
private: |
|
|
|
|
template <typename T> |
|
|
|
|
friend ::absl::string_view( |
|
|
|
|
::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
static ::absl::string_view FullMessageName() { return "google.protobuf.StringValue"; } |
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
|
explicit StringValue(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
|
StringValue(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const StringValue& from); |
|
|
|
|
StringValue( |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, |
|
|
|
|
StringValue&& from) noexcept |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, StringValue&& from) noexcept |
|
|
|
|
: StringValue(arena) { |
|
|
|
|
*this = ::std::move(from); |
|
|
|
|
} |
|
|
|
@ -671,9 +647,9 @@ class PROTOBUF_EXPORT StringValue final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
class _Internal; |
|
|
|
|
friend class ::google::protobuf::internal::TcParser; |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable< |
|
|
|
|
0, 1, 0, |
|
|
|
|
41, 2> |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable<0, 1, |
|
|
|
|
0, 41, |
|
|
|
|
2> |
|
|
|
|
_table_; |
|
|
|
|
|
|
|
|
|
friend class ::google::protobuf::MessageLite; |
|
|
|
@ -683,8 +659,7 @@ class PROTOBUF_EXPORT StringValue final : public ::google::protobuf::Message |
|
|
|
|
using InternalArenaConstructable_ = void; |
|
|
|
|
using DestructorSkippable_ = void; |
|
|
|
|
struct Impl_ { |
|
|
|
|
inline explicit constexpr Impl_( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit constexpr Impl_(::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit Impl_( |
|
|
|
|
::google::protobuf::internal::InternalVisibility visibility, |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
@ -718,8 +693,7 @@ class PROTOBUF_EXPORT Int64Value final : public ::google::protobuf::Message |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
template <typename = void> |
|
|
|
|
explicit PROTOBUF_CONSTEXPR Int64Value( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
explicit PROTOBUF_CONSTEXPR Int64Value(::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
|
|
|
|
|
inline Int64Value(const Int64Value& from) : Int64Value(nullptr, from) {} |
|
|
|
|
inline Int64Value(Int64Value&& from) noexcept |
|
|
|
@ -778,8 +752,7 @@ class PROTOBUF_EXPORT Int64Value final : public ::google::protobuf::Message |
|
|
|
|
|
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
|
|
|
|
|
|
Int64Value* PROTOBUF_NONNULL |
|
|
|
|
New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
Int64Value* PROTOBUF_NONNULL New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
return ::google::protobuf::Message::DefaultConstruct<Int64Value>(arena); |
|
|
|
|
} |
|
|
|
|
using ::google::protobuf::Message::CopyFrom; |
|
|
|
@ -788,9 +761,8 @@ class PROTOBUF_EXPORT Int64Value final : public ::google::protobuf::Message |
|
|
|
|
void MergeFrom(const Int64Value& from) { Int64Value::MergeImpl(*this, from); } |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
static void MergeImpl( |
|
|
|
|
::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
bool IsInitialized() const { |
|
|
|
@ -801,23 +773,21 @@ class PROTOBUF_EXPORT Int64Value final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const { |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const final; |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -827,16 +797,14 @@ class PROTOBUF_EXPORT Int64Value final : public ::google::protobuf::Message |
|
|
|
|
void InternalSwap(Int64Value* PROTOBUF_NONNULL other); |
|
|
|
|
private: |
|
|
|
|
template <typename T> |
|
|
|
|
friend ::absl::string_view( |
|
|
|
|
::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
static ::absl::string_view FullMessageName() { return "google.protobuf.Int64Value"; } |
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
|
explicit Int64Value(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
|
Int64Value(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Int64Value& from); |
|
|
|
|
Int64Value( |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, |
|
|
|
|
Int64Value&& from) noexcept |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, Int64Value&& from) noexcept |
|
|
|
|
: Int64Value(arena) { |
|
|
|
|
*this = ::std::move(from); |
|
|
|
|
} |
|
|
|
@ -870,9 +838,9 @@ class PROTOBUF_EXPORT Int64Value final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
class _Internal; |
|
|
|
|
friend class ::google::protobuf::internal::TcParser; |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable< |
|
|
|
|
0, 1, 0, |
|
|
|
|
0, 2> |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable<0, 1, |
|
|
|
|
0, 0, |
|
|
|
|
2> |
|
|
|
|
_table_; |
|
|
|
|
|
|
|
|
|
friend class ::google::protobuf::MessageLite; |
|
|
|
@ -882,8 +850,7 @@ class PROTOBUF_EXPORT Int64Value final : public ::google::protobuf::Message |
|
|
|
|
using InternalArenaConstructable_ = void; |
|
|
|
|
using DestructorSkippable_ = void; |
|
|
|
|
struct Impl_ { |
|
|
|
|
inline explicit constexpr Impl_( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit constexpr Impl_(::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit Impl_( |
|
|
|
|
::google::protobuf::internal::InternalVisibility visibility, |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
@ -917,8 +884,7 @@ class PROTOBUF_EXPORT Int32Value final : public ::google::protobuf::Message |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
template <typename = void> |
|
|
|
|
explicit PROTOBUF_CONSTEXPR Int32Value( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
explicit PROTOBUF_CONSTEXPR Int32Value(::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
|
|
|
|
|
inline Int32Value(const Int32Value& from) : Int32Value(nullptr, from) {} |
|
|
|
|
inline Int32Value(Int32Value&& from) noexcept |
|
|
|
@ -977,8 +943,7 @@ class PROTOBUF_EXPORT Int32Value final : public ::google::protobuf::Message |
|
|
|
|
|
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
|
|
|
|
|
|
Int32Value* PROTOBUF_NONNULL |
|
|
|
|
New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
Int32Value* PROTOBUF_NONNULL New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
return ::google::protobuf::Message::DefaultConstruct<Int32Value>(arena); |
|
|
|
|
} |
|
|
|
|
using ::google::protobuf::Message::CopyFrom; |
|
|
|
@ -987,9 +952,8 @@ class PROTOBUF_EXPORT Int32Value final : public ::google::protobuf::Message |
|
|
|
|
void MergeFrom(const Int32Value& from) { Int32Value::MergeImpl(*this, from); } |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
static void MergeImpl( |
|
|
|
|
::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
bool IsInitialized() const { |
|
|
|
@ -1000,23 +964,21 @@ class PROTOBUF_EXPORT Int32Value final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const { |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const final; |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -1026,16 +988,14 @@ class PROTOBUF_EXPORT Int32Value final : public ::google::protobuf::Message |
|
|
|
|
void InternalSwap(Int32Value* PROTOBUF_NONNULL other); |
|
|
|
|
private: |
|
|
|
|
template <typename T> |
|
|
|
|
friend ::absl::string_view( |
|
|
|
|
::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
static ::absl::string_view FullMessageName() { return "google.protobuf.Int32Value"; } |
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
|
explicit Int32Value(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
|
Int32Value(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Int32Value& from); |
|
|
|
|
Int32Value( |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, |
|
|
|
|
Int32Value&& from) noexcept |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, Int32Value&& from) noexcept |
|
|
|
|
: Int32Value(arena) { |
|
|
|
|
*this = ::std::move(from); |
|
|
|
|
} |
|
|
|
@ -1069,9 +1029,9 @@ class PROTOBUF_EXPORT Int32Value final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
class _Internal; |
|
|
|
|
friend class ::google::protobuf::internal::TcParser; |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable< |
|
|
|
|
0, 1, 0, |
|
|
|
|
0, 2> |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable<0, 1, |
|
|
|
|
0, 0, |
|
|
|
|
2> |
|
|
|
|
_table_; |
|
|
|
|
|
|
|
|
|
friend class ::google::protobuf::MessageLite; |
|
|
|
@ -1081,8 +1041,7 @@ class PROTOBUF_EXPORT Int32Value final : public ::google::protobuf::Message |
|
|
|
|
using InternalArenaConstructable_ = void; |
|
|
|
|
using DestructorSkippable_ = void; |
|
|
|
|
struct Impl_ { |
|
|
|
|
inline explicit constexpr Impl_( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit constexpr Impl_(::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit Impl_( |
|
|
|
|
::google::protobuf::internal::InternalVisibility visibility, |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
@ -1116,8 +1075,7 @@ class PROTOBUF_EXPORT FloatValue final : public ::google::protobuf::Message |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
template <typename = void> |
|
|
|
|
explicit PROTOBUF_CONSTEXPR FloatValue( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
explicit PROTOBUF_CONSTEXPR FloatValue(::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
|
|
|
|
|
inline FloatValue(const FloatValue& from) : FloatValue(nullptr, from) {} |
|
|
|
|
inline FloatValue(FloatValue&& from) noexcept |
|
|
|
@ -1176,8 +1134,7 @@ class PROTOBUF_EXPORT FloatValue final : public ::google::protobuf::Message |
|
|
|
|
|
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
|
|
|
|
|
|
FloatValue* PROTOBUF_NONNULL |
|
|
|
|
New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
FloatValue* PROTOBUF_NONNULL New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
return ::google::protobuf::Message::DefaultConstruct<FloatValue>(arena); |
|
|
|
|
} |
|
|
|
|
using ::google::protobuf::Message::CopyFrom; |
|
|
|
@ -1186,9 +1143,8 @@ class PROTOBUF_EXPORT FloatValue final : public ::google::protobuf::Message |
|
|
|
|
void MergeFrom(const FloatValue& from) { FloatValue::MergeImpl(*this, from); } |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
static void MergeImpl( |
|
|
|
|
::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
bool IsInitialized() const { |
|
|
|
@ -1199,23 +1155,21 @@ class PROTOBUF_EXPORT FloatValue final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const { |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const final; |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -1225,16 +1179,14 @@ class PROTOBUF_EXPORT FloatValue final : public ::google::protobuf::Message |
|
|
|
|
void InternalSwap(FloatValue* PROTOBUF_NONNULL other); |
|
|
|
|
private: |
|
|
|
|
template <typename T> |
|
|
|
|
friend ::absl::string_view( |
|
|
|
|
::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
static ::absl::string_view FullMessageName() { return "google.protobuf.FloatValue"; } |
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
|
explicit FloatValue(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
|
FloatValue(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const FloatValue& from); |
|
|
|
|
FloatValue( |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, |
|
|
|
|
FloatValue&& from) noexcept |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, FloatValue&& from) noexcept |
|
|
|
|
: FloatValue(arena) { |
|
|
|
|
*this = ::std::move(from); |
|
|
|
|
} |
|
|
|
@ -1268,9 +1220,9 @@ class PROTOBUF_EXPORT FloatValue final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
class _Internal; |
|
|
|
|
friend class ::google::protobuf::internal::TcParser; |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable< |
|
|
|
|
0, 1, 0, |
|
|
|
|
0, 2> |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable<0, 1, |
|
|
|
|
0, 0, |
|
|
|
|
2> |
|
|
|
|
_table_; |
|
|
|
|
|
|
|
|
|
friend class ::google::protobuf::MessageLite; |
|
|
|
@ -1280,8 +1232,7 @@ class PROTOBUF_EXPORT FloatValue final : public ::google::protobuf::Message |
|
|
|
|
using InternalArenaConstructable_ = void; |
|
|
|
|
using DestructorSkippable_ = void; |
|
|
|
|
struct Impl_ { |
|
|
|
|
inline explicit constexpr Impl_( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit constexpr Impl_(::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit Impl_( |
|
|
|
|
::google::protobuf::internal::InternalVisibility visibility, |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
@ -1315,8 +1266,7 @@ class PROTOBUF_EXPORT DoubleValue final : public ::google::protobuf::Message |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
template <typename = void> |
|
|
|
|
explicit PROTOBUF_CONSTEXPR DoubleValue( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
explicit PROTOBUF_CONSTEXPR DoubleValue(::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
|
|
|
|
|
inline DoubleValue(const DoubleValue& from) : DoubleValue(nullptr, from) {} |
|
|
|
|
inline DoubleValue(DoubleValue&& from) noexcept |
|
|
|
@ -1375,8 +1325,7 @@ class PROTOBUF_EXPORT DoubleValue final : public ::google::protobuf::Message |
|
|
|
|
|
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
|
|
|
|
|
|
DoubleValue* PROTOBUF_NONNULL |
|
|
|
|
New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
DoubleValue* PROTOBUF_NONNULL New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
return ::google::protobuf::Message::DefaultConstruct<DoubleValue>(arena); |
|
|
|
|
} |
|
|
|
|
using ::google::protobuf::Message::CopyFrom; |
|
|
|
@ -1385,9 +1334,8 @@ class PROTOBUF_EXPORT DoubleValue final : public ::google::protobuf::Message |
|
|
|
|
void MergeFrom(const DoubleValue& from) { DoubleValue::MergeImpl(*this, from); } |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
static void MergeImpl( |
|
|
|
|
::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
bool IsInitialized() const { |
|
|
|
@ -1398,23 +1346,21 @@ class PROTOBUF_EXPORT DoubleValue final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const { |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const final; |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -1424,16 +1370,14 @@ class PROTOBUF_EXPORT DoubleValue final : public ::google::protobuf::Message |
|
|
|
|
void InternalSwap(DoubleValue* PROTOBUF_NONNULL other); |
|
|
|
|
private: |
|
|
|
|
template <typename T> |
|
|
|
|
friend ::absl::string_view( |
|
|
|
|
::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
static ::absl::string_view FullMessageName() { return "google.protobuf.DoubleValue"; } |
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
|
explicit DoubleValue(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
|
DoubleValue(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const DoubleValue& from); |
|
|
|
|
DoubleValue( |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, |
|
|
|
|
DoubleValue&& from) noexcept |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, DoubleValue&& from) noexcept |
|
|
|
|
: DoubleValue(arena) { |
|
|
|
|
*this = ::std::move(from); |
|
|
|
|
} |
|
|
|
@ -1467,9 +1411,9 @@ class PROTOBUF_EXPORT DoubleValue final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
class _Internal; |
|
|
|
|
friend class ::google::protobuf::internal::TcParser; |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable< |
|
|
|
|
0, 1, 0, |
|
|
|
|
0, 2> |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable<0, 1, |
|
|
|
|
0, 0, |
|
|
|
|
2> |
|
|
|
|
_table_; |
|
|
|
|
|
|
|
|
|
friend class ::google::protobuf::MessageLite; |
|
|
|
@ -1479,8 +1423,7 @@ class PROTOBUF_EXPORT DoubleValue final : public ::google::protobuf::Message |
|
|
|
|
using InternalArenaConstructable_ = void; |
|
|
|
|
using DestructorSkippable_ = void; |
|
|
|
|
struct Impl_ { |
|
|
|
|
inline explicit constexpr Impl_( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit constexpr Impl_(::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit Impl_( |
|
|
|
|
::google::protobuf::internal::InternalVisibility visibility, |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
@ -1514,8 +1457,7 @@ class PROTOBUF_EXPORT BytesValue final : public ::google::protobuf::Message |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
template <typename = void> |
|
|
|
|
explicit PROTOBUF_CONSTEXPR BytesValue( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
explicit PROTOBUF_CONSTEXPR BytesValue(::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
|
|
|
|
|
inline BytesValue(const BytesValue& from) : BytesValue(nullptr, from) {} |
|
|
|
|
inline BytesValue(BytesValue&& from) noexcept |
|
|
|
@ -1574,8 +1516,7 @@ class PROTOBUF_EXPORT BytesValue final : public ::google::protobuf::Message |
|
|
|
|
|
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
|
|
|
|
|
|
BytesValue* PROTOBUF_NONNULL |
|
|
|
|
New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
BytesValue* PROTOBUF_NONNULL New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
return ::google::protobuf::Message::DefaultConstruct<BytesValue>(arena); |
|
|
|
|
} |
|
|
|
|
using ::google::protobuf::Message::CopyFrom; |
|
|
|
@ -1584,9 +1525,8 @@ class PROTOBUF_EXPORT BytesValue final : public ::google::protobuf::Message |
|
|
|
|
void MergeFrom(const BytesValue& from) { BytesValue::MergeImpl(*this, from); } |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
static void MergeImpl( |
|
|
|
|
::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
bool IsInitialized() const { |
|
|
|
@ -1597,23 +1537,21 @@ class PROTOBUF_EXPORT BytesValue final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const { |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const final; |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -1623,16 +1561,14 @@ class PROTOBUF_EXPORT BytesValue final : public ::google::protobuf::Message |
|
|
|
|
void InternalSwap(BytesValue* PROTOBUF_NONNULL other); |
|
|
|
|
private: |
|
|
|
|
template <typename T> |
|
|
|
|
friend ::absl::string_view( |
|
|
|
|
::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
static ::absl::string_view FullMessageName() { return "google.protobuf.BytesValue"; } |
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
|
explicit BytesValue(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
|
BytesValue(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const BytesValue& from); |
|
|
|
|
BytesValue( |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, |
|
|
|
|
BytesValue&& from) noexcept |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, BytesValue&& from) noexcept |
|
|
|
|
: BytesValue(arena) { |
|
|
|
|
*this = ::std::move(from); |
|
|
|
|
} |
|
|
|
@ -1671,9 +1607,9 @@ class PROTOBUF_EXPORT BytesValue final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
class _Internal; |
|
|
|
|
friend class ::google::protobuf::internal::TcParser; |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable< |
|
|
|
|
0, 1, 0, |
|
|
|
|
0, 2> |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable<0, 1, |
|
|
|
|
0, 0, |
|
|
|
|
2> |
|
|
|
|
_table_; |
|
|
|
|
|
|
|
|
|
friend class ::google::protobuf::MessageLite; |
|
|
|
@ -1683,8 +1619,7 @@ class PROTOBUF_EXPORT BytesValue final : public ::google::protobuf::Message |
|
|
|
|
using InternalArenaConstructable_ = void; |
|
|
|
|
using DestructorSkippable_ = void; |
|
|
|
|
struct Impl_ { |
|
|
|
|
inline explicit constexpr Impl_( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit constexpr Impl_(::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit Impl_( |
|
|
|
|
::google::protobuf::internal::InternalVisibility visibility, |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
@ -1718,8 +1653,7 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
template <typename = void> |
|
|
|
|
explicit PROTOBUF_CONSTEXPR BoolValue( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
explicit PROTOBUF_CONSTEXPR BoolValue(::google::protobuf::internal::ConstantInitialized); |
|
|
|
|
|
|
|
|
|
inline BoolValue(const BoolValue& from) : BoolValue(nullptr, from) {} |
|
|
|
|
inline BoolValue(BoolValue&& from) noexcept |
|
|
|
@ -1778,8 +1712,7 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message |
|
|
|
|
|
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
|
|
|
|
|
|
BoolValue* PROTOBUF_NONNULL |
|
|
|
|
New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
BoolValue* PROTOBUF_NONNULL New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
|
|
|
|
return ::google::protobuf::Message::DefaultConstruct<BoolValue>(arena); |
|
|
|
|
} |
|
|
|
|
using ::google::protobuf::Message::CopyFrom; |
|
|
|
@ -1788,9 +1721,8 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message |
|
|
|
|
void MergeFrom(const BoolValue& from) { BoolValue::MergeImpl(*this, from); } |
|
|
|
|
|
|
|
|
|
private: |
|
|
|
|
static void MergeImpl( |
|
|
|
|
::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
|
|
|
|
const ::google::protobuf::MessageLite& from_msg); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
bool IsInitialized() const { |
|
|
|
@ -1801,23 +1733,21 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const { |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
|
|
|
|
::uint8_t* PROTOBUF_NONNULL target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
|
|
|
|
stream) const final; |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -1827,16 +1757,14 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message |
|
|
|
|
void InternalSwap(BoolValue* PROTOBUF_NONNULL other); |
|
|
|
|
private: |
|
|
|
|
template <typename T> |
|
|
|
|
friend ::absl::string_view( |
|
|
|
|
::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
friend ::absl::string_view(::google::protobuf::internal::GetAnyMessageName)(); |
|
|
|
|
static ::absl::string_view FullMessageName() { return "google.protobuf.BoolValue"; } |
|
|
|
|
|
|
|
|
|
protected: |
|
|
|
|
explicit BoolValue(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
|
BoolValue(::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const BoolValue& from); |
|
|
|
|
BoolValue( |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, |
|
|
|
|
BoolValue&& from) noexcept |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena, BoolValue&& from) noexcept |
|
|
|
|
: BoolValue(arena) { |
|
|
|
|
*this = ::std::move(from); |
|
|
|
|
} |
|
|
|
@ -1870,9 +1798,9 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message |
|
|
|
|
private: |
|
|
|
|
class _Internal; |
|
|
|
|
friend class ::google::protobuf::internal::TcParser; |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable< |
|
|
|
|
0, 1, 0, |
|
|
|
|
0, 2> |
|
|
|
|
static const ::google::protobuf::internal::TcParseTable<0, 1, |
|
|
|
|
0, 0, |
|
|
|
|
2> |
|
|
|
|
_table_; |
|
|
|
|
|
|
|
|
|
friend class ::google::protobuf::MessageLite; |
|
|
|
@ -1882,8 +1810,7 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message |
|
|
|
|
using InternalArenaConstructable_ = void; |
|
|
|
|
using DestructorSkippable_ = void; |
|
|
|
|
struct Impl_ { |
|
|
|
|
inline explicit constexpr Impl_( |
|
|
|
|
::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit constexpr Impl_(::google::protobuf::internal::ConstantInitialized) noexcept; |
|
|
|
|
inline explicit Impl_( |
|
|
|
|
::google::protobuf::internal::InternalVisibility visibility, |
|
|
|
|
::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
|
|
|
|