|
|
|
@ -183,26 +183,28 @@ class PROTOBUF_EXPORT UInt64Value final : public ::google::protobuf::Message |
|
|
|
|
bool IsInitialized() const { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
|
|
|
|
#if defined(PROTOBUF_CUSTOM_VTABLE) |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
private: |
|
|
|
|
static void Clear(MessageLite& msg); |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); }; |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final; |
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -372,26 +374,28 @@ class PROTOBUF_EXPORT UInt32Value final : public ::google::protobuf::Message |
|
|
|
|
bool IsInitialized() const { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
|
|
|
|
#if defined(PROTOBUF_CUSTOM_VTABLE) |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
private: |
|
|
|
|
static void Clear(MessageLite& msg); |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); }; |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final; |
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -561,26 +565,28 @@ class PROTOBUF_EXPORT StringValue final : public ::google::protobuf::Message |
|
|
|
|
bool IsInitialized() const { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
|
|
|
|
#if defined(PROTOBUF_CUSTOM_VTABLE) |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
private: |
|
|
|
|
static void Clear(MessageLite& msg); |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); }; |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final; |
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -756,26 +762,28 @@ class PROTOBUF_EXPORT Int64Value final : public ::google::protobuf::Message |
|
|
|
|
bool IsInitialized() const { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
|
|
|
|
#if defined(PROTOBUF_CUSTOM_VTABLE) |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
private: |
|
|
|
|
static void Clear(MessageLite& msg); |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); }; |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final; |
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -945,26 +953,28 @@ class PROTOBUF_EXPORT Int32Value final : public ::google::protobuf::Message |
|
|
|
|
bool IsInitialized() const { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
|
|
|
|
#if defined(PROTOBUF_CUSTOM_VTABLE) |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
private: |
|
|
|
|
static void Clear(MessageLite& msg); |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); }; |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final; |
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -1134,26 +1144,28 @@ class PROTOBUF_EXPORT FloatValue final : public ::google::protobuf::Message |
|
|
|
|
bool IsInitialized() const { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
|
|
|
|
#if defined(PROTOBUF_CUSTOM_VTABLE) |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
private: |
|
|
|
|
static void Clear(MessageLite& msg); |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); }; |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final; |
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -1323,26 +1335,28 @@ class PROTOBUF_EXPORT DoubleValue final : public ::google::protobuf::Message |
|
|
|
|
bool IsInitialized() const { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
|
|
|
|
#if defined(PROTOBUF_CUSTOM_VTABLE) |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
private: |
|
|
|
|
static void Clear(MessageLite& msg); |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); }; |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final; |
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -1512,26 +1526,28 @@ class PROTOBUF_EXPORT BytesValue final : public ::google::protobuf::Message |
|
|
|
|
bool IsInitialized() const { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
|
|
|
|
#if defined(PROTOBUF_CUSTOM_VTABLE) |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
private: |
|
|
|
|
static void Clear(MessageLite& msg); |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); }; |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final; |
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -1707,26 +1723,28 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message |
|
|
|
|
bool IsInitialized() const { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
|
|
|
|
#if defined(PROTOBUF_CUSTOM_VTABLE) |
|
|
|
|
private: |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
private: |
|
|
|
|
static void Clear(MessageLite& msg); |
|
|
|
|
static ::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
|
|
|
|
static ::uint8_t* _InternalSerialize( |
|
|
|
|
const MessageLite& msg, ::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream); |
|
|
|
|
|
|
|
|
|
public: |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() { Clear(*this); }; |
|
|
|
|
::size_t ByteSizeLong() const { return ByteSizeLong(*this); } |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const { |
|
|
|
|
return _InternalSerialize(*this, target, stream); |
|
|
|
|
} |
|
|
|
|
#else // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
ABSL_ATTRIBUTE_REINITIALIZES void Clear() final; |
|
|
|
|
::size_t ByteSizeLong() const final; |
|
|
|
|
::uint8_t* _InternalSerialize( |
|
|
|
|
::uint8_t* target, |
|
|
|
|
::google::protobuf::io::EpsCopyOutputStream* stream) const final; |
|
|
|
|
#endif // PROTOBUF_CUSTOM_VTABLE
|
|
|
|
|
int GetCachedSize() const { return _impl_._cached_size_.Get(); } |
|
|
|
|
|
|
|
|
@ -1819,8 +1837,9 @@ class PROTOBUF_EXPORT BoolValue final : public ::google::protobuf::Message |
|
|
|
|
|
|
|
|
|
// double value = 1;
|
|
|
|
|
inline void DoubleValue::clear_value() { |
|
|
|
|
DoubleValue& this_ PROTOBUF_UNUSED = *this; |
|
|
|
|
::google::protobuf::internal::TSanWrite(&_impl_); |
|
|
|
|
_impl_.value_ = 0; |
|
|
|
|
this_._impl_.value_ = 0; |
|
|
|
|
} |
|
|
|
|
inline double DoubleValue::value() const { |
|
|
|
|
// @@protoc_insertion_point(field_get:google.protobuf.DoubleValue.value)
|
|
|
|
@ -1845,8 +1864,9 @@ inline void DoubleValue::_internal_set_value(double value) { |
|
|
|
|
|
|
|
|
|
// float value = 1;
|
|
|
|
|
inline void FloatValue::clear_value() { |
|
|
|
|
FloatValue& this_ PROTOBUF_UNUSED = *this; |
|
|
|
|
::google::protobuf::internal::TSanWrite(&_impl_); |
|
|
|
|
_impl_.value_ = 0; |
|
|
|
|
this_._impl_.value_ = 0; |
|
|
|
|
} |
|
|
|
|
inline float FloatValue::value() const { |
|
|
|
|
// @@protoc_insertion_point(field_get:google.protobuf.FloatValue.value)
|
|
|
|
@ -1871,8 +1891,9 @@ inline void FloatValue::_internal_set_value(float value) { |
|
|
|
|
|
|
|
|
|
// int64 value = 1;
|
|
|
|
|
inline void Int64Value::clear_value() { |
|
|
|
|
Int64Value& this_ PROTOBUF_UNUSED = *this; |
|
|
|
|
::google::protobuf::internal::TSanWrite(&_impl_); |
|
|
|
|
_impl_.value_ = ::int64_t{0}; |
|
|
|
|
this_._impl_.value_ = ::int64_t{0}; |
|
|
|
|
} |
|
|
|
|
inline ::int64_t Int64Value::value() const { |
|
|
|
|
// @@protoc_insertion_point(field_get:google.protobuf.Int64Value.value)
|
|
|
|
@ -1897,8 +1918,9 @@ inline void Int64Value::_internal_set_value(::int64_t value) { |
|
|
|
|
|
|
|
|
|
// uint64 value = 1;
|
|
|
|
|
inline void UInt64Value::clear_value() { |
|
|
|
|
UInt64Value& this_ PROTOBUF_UNUSED = *this; |
|
|
|
|
::google::protobuf::internal::TSanWrite(&_impl_); |
|
|
|
|
_impl_.value_ = ::uint64_t{0u}; |
|
|
|
|
this_._impl_.value_ = ::uint64_t{0u}; |
|
|
|
|
} |
|
|
|
|
inline ::uint64_t UInt64Value::value() const { |
|
|
|
|
// @@protoc_insertion_point(field_get:google.protobuf.UInt64Value.value)
|
|
|
|
@ -1923,8 +1945,9 @@ inline void UInt64Value::_internal_set_value(::uint64_t value) { |
|
|
|
|
|
|
|
|
|
// int32 value = 1;
|
|
|
|
|
inline void Int32Value::clear_value() { |
|
|
|
|
Int32Value& this_ PROTOBUF_UNUSED = *this; |
|
|
|
|
::google::protobuf::internal::TSanWrite(&_impl_); |
|
|
|
|
_impl_.value_ = 0; |
|
|
|
|
this_._impl_.value_ = 0; |
|
|
|
|
} |
|
|
|
|
inline ::int32_t Int32Value::value() const { |
|
|
|
|
// @@protoc_insertion_point(field_get:google.protobuf.Int32Value.value)
|
|
|
|
@ -1949,8 +1972,9 @@ inline void Int32Value::_internal_set_value(::int32_t value) { |
|
|
|
|
|
|
|
|
|
// uint32 value = 1;
|
|
|
|
|
inline void UInt32Value::clear_value() { |
|
|
|
|
UInt32Value& this_ PROTOBUF_UNUSED = *this; |
|
|
|
|
::google::protobuf::internal::TSanWrite(&_impl_); |
|
|
|
|
_impl_.value_ = 0u; |
|
|
|
|
this_._impl_.value_ = 0u; |
|
|
|
|
} |
|
|
|
|
inline ::uint32_t UInt32Value::value() const { |
|
|
|
|
// @@protoc_insertion_point(field_get:google.protobuf.UInt32Value.value)
|
|
|
|
@ -1975,8 +1999,9 @@ inline void UInt32Value::_internal_set_value(::uint32_t value) { |
|
|
|
|
|
|
|
|
|
// bool value = 1;
|
|
|
|
|
inline void BoolValue::clear_value() { |
|
|
|
|
BoolValue& this_ PROTOBUF_UNUSED = *this; |
|
|
|
|
::google::protobuf::internal::TSanWrite(&_impl_); |
|
|
|
|
_impl_.value_ = false; |
|
|
|
|
this_._impl_.value_ = false; |
|
|
|
|
} |
|
|
|
|
inline bool BoolValue::value() const { |
|
|
|
|
// @@protoc_insertion_point(field_get:google.protobuf.BoolValue.value)
|
|
|
|
@ -2001,6 +2026,7 @@ inline void BoolValue::_internal_set_value(bool value) { |
|
|
|
|
|
|
|
|
|
// string value = 1;
|
|
|
|
|
inline void StringValue::clear_value() { |
|
|
|
|
StringValue& this_ PROTOBUF_UNUSED = *this; |
|
|
|
|
::google::protobuf::internal::TSanWrite(&_impl_); |
|
|
|
|
_impl_.value_.ClearToEmpty(); |
|
|
|
|
} |
|
|
|
@ -2055,6 +2081,7 @@ inline void StringValue::set_allocated_value(std::string* value) { |
|
|
|
|
|
|
|
|
|
// bytes value = 1;
|
|
|
|
|
inline void BytesValue::clear_value() { |
|
|
|
|
BytesValue& this_ PROTOBUF_UNUSED = *this; |
|
|
|
|
::google::protobuf::internal::TSanWrite(&_impl_); |
|
|
|
|
_impl_.value_.ClearToEmpty(); |
|
|
|
|
} |
|
|
|
|