| // Generated by the protocol buffer compiler. DO NOT EDIT! |
| // NO CHECKED-IN PROTOBUF GENCODE |
| // source: google/protobuf/wrappers.proto |
| // Protobuf C++ Version: 7.37.0-dev |
| |
| #ifndef google_2fprotobuf_2fwrappers_2eproto_2epb_2eh |
| #define google_2fprotobuf_2fwrappers_2eproto_2epb_2eh |
| |
| #include <limits> |
| #include <string> |
| #include <type_traits> |
| #include <utility> |
| |
| // clang-format off |
| #include "google/protobuf/runtime_version.h" |
| #if PROTOBUF_VERSION != 7037000 |
| #error "Protobuf C++ gencode is built with an incompatible version of" |
| #error "Protobuf C++ headers/runtime. See" |
| #error "https://protobuf.dev/support/cross-version-runtime-guarantee/#cpp" |
| #endif |
| #include "google/protobuf/io/coded_stream.h" |
| #include "google/protobuf/arena.h" |
| #include "google/protobuf/arenastring.h" |
| #include "google/protobuf/generated_message_tctable_decl.h" |
| #include "google/protobuf/generated_message_util.h" |
| #include "google/protobuf/metadata_lite.h" |
| #include "google/protobuf/generated_message_reflection.h" |
| #include "google/protobuf/message.h" |
| #include "google/protobuf/message_lite.h" |
| #include "google/protobuf/repeated_field.h" // IWYU pragma: export |
| #include "google/protobuf/extension_set.h" // IWYU pragma: export |
| #include "google/protobuf/unknown_field_set.h" |
| // @@protoc_insertion_point(includes) |
| |
| // Must be included last. |
| #include "google/protobuf/port_def.inc" |
| |
| #define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fwrappers_2eproto PROTOBUF_EXPORT |
| |
| // Internal implementation detail -- do not use these members. |
| 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; |
| } // extern "C" |
| namespace google { |
| namespace protobuf { |
| class BoolValue; |
| struct BoolValueGlobalsTypeInternal; |
| PROTOBUF_EXPORT extern const BoolValueGlobalsTypeInternal BoolValue_globals_; |
| class BytesValue; |
| struct BytesValueGlobalsTypeInternal; |
| PROTOBUF_EXPORT extern const BytesValueGlobalsTypeInternal BytesValue_globals_; |
| class DoubleValue; |
| struct DoubleValueGlobalsTypeInternal; |
| PROTOBUF_EXPORT extern const DoubleValueGlobalsTypeInternal DoubleValue_globals_; |
| class FloatValue; |
| struct FloatValueGlobalsTypeInternal; |
| PROTOBUF_EXPORT extern const FloatValueGlobalsTypeInternal FloatValue_globals_; |
| class Int32Value; |
| struct Int32ValueGlobalsTypeInternal; |
| PROTOBUF_EXPORT extern const Int32ValueGlobalsTypeInternal Int32Value_globals_; |
| class Int64Value; |
| struct Int64ValueGlobalsTypeInternal; |
| PROTOBUF_EXPORT extern const Int64ValueGlobalsTypeInternal Int64Value_globals_; |
| class StringValue; |
| struct StringValueGlobalsTypeInternal; |
| PROTOBUF_EXPORT extern const StringValueGlobalsTypeInternal StringValue_globals_; |
| class UInt32Value; |
| struct UInt32ValueGlobalsTypeInternal; |
| PROTOBUF_EXPORT extern const UInt32ValueGlobalsTypeInternal UInt32Value_globals_; |
| class UInt64Value; |
| struct UInt64ValueGlobalsTypeInternal; |
| PROTOBUF_EXPORT extern const UInt64ValueGlobalsTypeInternal UInt64Value_globals_; |
| } // namespace protobuf |
| } // namespace google |
| |
| namespace google { |
| namespace protobuf { |
| |
| // =================================================================== |
| |
| |
| // ------------------------------------------------------------------- |
| |
| class PROTOBUF_EXPORT PROTOBUF_FUTURE_ADD_EARLY_WARN_UNUSED UInt64Value final : public ::google::protobuf::Message |
| /* @@protoc_insertion_point(class_definition:google.protobuf.UInt64Value) */ { |
| using Super_ = ::google::protobuf::Message; |
| |
| public: |
| inline UInt64Value() : UInt64Value(nullptr) {} |
| ~UInt64Value() PROTOBUF_FINAL; |
| |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void operator delete( |
| UInt64Value* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) { |
| SharedDtor(*msg); |
| ::google::protobuf::internal::SizedDelete(msg, sizeof(UInt64Value)); |
| } |
| #endif |
| |
| template <typename = void> |
| explicit constexpr UInt64Value(::google::protobuf::internal::ConstantInitialized, |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL |
| class_data); |
| |
| PROTOBUF_ALWAYS_INLINE_NODEBUG UInt64Value(const UInt64Value& from) |
| : UInt64Value(nullptr, from) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG UInt64Value(UInt64Value&& from) noexcept |
| : UInt64Value(nullptr, ::std::move(from)) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG UInt64Value& operator=(const UInt64Value& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| inline UInt64Value& operator=(UInt64Value&& from) noexcept { |
| if (this == &from) return *this; |
| if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) { |
| InternalSwap(&from); |
| } else { |
| CopyFrom(from); |
| } |
| return *this; |
| } |
| |
| [[nodiscard]] inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); |
| } |
| [[nodiscard]] inline ::google::protobuf::UnknownFieldSet* PROTOBUF_NONNULL |
| mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); |
| } |
| |
| [[nodiscard]] |
| PROTOBUF_ALWAYS_INLINE_NODEBUG static const ::google::protobuf::Descriptor* |
| PROTOBUF_NONNULL |
| descriptor() { |
| return GetDescriptor(); |
| } |
| [[nodiscard]] static const ::google::protobuf::Descriptor* PROTOBUF_NONNULL |
| GetDescriptor() { |
| return default_instance().GetMetadata().descriptor; |
| } |
| [[nodiscard]] static const ::google::protobuf::Reflection* PROTOBUF_NONNULL GetReflection() { |
| return default_instance().GetMetadata().reflection; |
| } |
| [[nodiscard]] static const UInt64Value& default_instance() { |
| return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<UInt64Value>(&UInt64Value_globals_); |
| } |
| static constexpr int kIndexInFileMessages = 3; |
| friend void swap(UInt64Value& a, UInt64Value& b) { a.Swap(&b); } |
| inline void Swap(UInt64Value* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) { |
| InternalSwap(other); |
| } else { |
| ::google::protobuf::internal::GenericSwap(this, other); |
| } |
| } |
| void UnsafeArenaSwap(UInt64Value* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| ABSL_DCHECK(GetArena() == other->GetArena()); |
| InternalSwap(other); |
| } |
| |
| // implements Message ---------------------------------------------- |
| |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG UInt64Value* PROTOBUF_NONNULL |
| New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
| return Super_::DefaultConstruct<UInt64Value>(arena); |
| } |
| using Super_::CopyFrom; |
| void CopyFrom(const UInt64Value& from); |
| using Super_::MergeFrom; |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void MergeFrom(const UInt64Value& from) { |
| UInt64Value::MergeImpl(*this, from); |
| } |
| |
| private: |
| static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
| const ::google::protobuf::MessageLite& from_msg); |
| |
| public: |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG bool IsInitialized() |
| const { |
| return true; |
| } |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| ABSL_ATTRIBUTE_REINITIALIZES PROTOBUF_ALWAYS_INLINE_NODEBUG void |
| Clear() { |
| Helpers_::Clear(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::size_t ByteSizeLong() const { |
| return Helpers_::ByteSizeLong(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL |
| _InternalSerialize(::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
| stream) const { |
| return Helpers_::_InternalSerialize(*this, target, stream); |
| } |
| #else // PROTOBUF_CUSTOM_VTABLE |
| ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
| [[nodiscard]] ::size_t ByteSizeLong() const final; |
| [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG int GetCachedSize() |
| const { |
| return _impl_._cached_size_.Get(); |
| } |
| |
| private: |
| void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static void SharedDtor(MessageLite& self); |
| void InternalSwap(UInt64Value* PROTOBUF_NONNULL other); |
| |
| private: |
| static ::absl::string_view FullMessageName() { return "google.protobuf.UInt64Value"; } |
| |
| 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 |
| : UInt64Value(arena) { |
| *this = ::std::move(from); |
| } |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL; |
| static void* PROTOBUF_NONNULL PlacementNew_( |
| const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static constexpr auto InternalNewImpl_(); |
| |
| public: |
| static constexpr auto InternalGenerateClassData_( |
| const MessageLite& prototype, |
| const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr); |
| |
| [[nodiscard]] ::google::protobuf::Metadata GetMetadata() const; |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| enum : int { |
| kValueFieldNumber = 1, |
| }; |
| // uint64 value = 1; |
| void clear_value() ; |
| [[nodiscard]] ::uint64_t value() const; |
| void set_value(::uint64_t value); |
| |
| private: |
| ::uint64_t _internal_value() const; |
| void _internal_set_value(::uint64_t value); |
| |
| public: |
| // @@protoc_insertion_point(class_scope:google.protobuf.UInt64Value) |
| private: |
| class _Internal; |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| struct Helpers_ { |
| PROTOBUF_NODEBUG Helpers_(); |
| static void Clear(::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
| }; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| using ParseTableT_ = |
| ::google::protobuf::internal::TcParseTable<0, 1, |
| 0, 0, |
| 2>; |
| static constexpr ParseTableT_ InternalGenerateParseTable_( |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data); |
| friend class ::google::protobuf::internal::TcParser; |
| |
| friend class ::google::protobuf::MessageLite; |
| friend class ::google::protobuf::Arena; |
| friend ::google::protobuf::internal::PrivateAccess; |
| template <typename T> |
| friend class ::google::protobuf::Arena::InternalHelper; |
| using InternalArenaConstructable_ = void; |
| using DestructorSkippable_ = void; |
| struct Impl_ { |
| inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::internal::ConstantInitialized) noexcept; |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from, |
| const UInt64Value& from_msg); |
| ::google::protobuf::internal::HasBits<1> _has_bits_; |
| ::google::protobuf::internal::CachedSize _cached_size_; |
| ::uint64_t value_; |
| PROTOBUF_TSAN_DECLARE_MEMBER |
| }; |
| union { Impl_ _impl_; }; |
| friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class PROTOBUF_EXPORT PROTOBUF_FUTURE_ADD_EARLY_WARN_UNUSED UInt32Value final : public ::google::protobuf::Message |
| /* @@protoc_insertion_point(class_definition:google.protobuf.UInt32Value) */ { |
| using Super_ = ::google::protobuf::Message; |
| |
| public: |
| inline UInt32Value() : UInt32Value(nullptr) {} |
| ~UInt32Value() PROTOBUF_FINAL; |
| |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void operator delete( |
| UInt32Value* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) { |
| SharedDtor(*msg); |
| ::google::protobuf::internal::SizedDelete(msg, sizeof(UInt32Value)); |
| } |
| #endif |
| |
| template <typename = void> |
| explicit constexpr UInt32Value(::google::protobuf::internal::ConstantInitialized, |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL |
| class_data); |
| |
| PROTOBUF_ALWAYS_INLINE_NODEBUG UInt32Value(const UInt32Value& from) |
| : UInt32Value(nullptr, from) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG UInt32Value(UInt32Value&& from) noexcept |
| : UInt32Value(nullptr, ::std::move(from)) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG UInt32Value& operator=(const UInt32Value& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| inline UInt32Value& operator=(UInt32Value&& from) noexcept { |
| if (this == &from) return *this; |
| if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) { |
| InternalSwap(&from); |
| } else { |
| CopyFrom(from); |
| } |
| return *this; |
| } |
| |
| [[nodiscard]] inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); |
| } |
| [[nodiscard]] inline ::google::protobuf::UnknownFieldSet* PROTOBUF_NONNULL |
| mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); |
| } |
| |
| [[nodiscard]] |
| PROTOBUF_ALWAYS_INLINE_NODEBUG static const ::google::protobuf::Descriptor* |
| PROTOBUF_NONNULL |
| descriptor() { |
| return GetDescriptor(); |
| } |
| [[nodiscard]] static const ::google::protobuf::Descriptor* PROTOBUF_NONNULL |
| GetDescriptor() { |
| return default_instance().GetMetadata().descriptor; |
| } |
| [[nodiscard]] static const ::google::protobuf::Reflection* PROTOBUF_NONNULL GetReflection() { |
| return default_instance().GetMetadata().reflection; |
| } |
| [[nodiscard]] static const UInt32Value& default_instance() { |
| return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<UInt32Value>(&UInt32Value_globals_); |
| } |
| static constexpr int kIndexInFileMessages = 5; |
| friend void swap(UInt32Value& a, UInt32Value& b) { a.Swap(&b); } |
| inline void Swap(UInt32Value* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) { |
| InternalSwap(other); |
| } else { |
| ::google::protobuf::internal::GenericSwap(this, other); |
| } |
| } |
| void UnsafeArenaSwap(UInt32Value* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| ABSL_DCHECK(GetArena() == other->GetArena()); |
| InternalSwap(other); |
| } |
| |
| // implements Message ---------------------------------------------- |
| |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG UInt32Value* PROTOBUF_NONNULL |
| New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
| return Super_::DefaultConstruct<UInt32Value>(arena); |
| } |
| using Super_::CopyFrom; |
| void CopyFrom(const UInt32Value& from); |
| using Super_::MergeFrom; |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void MergeFrom(const UInt32Value& from) { |
| UInt32Value::MergeImpl(*this, from); |
| } |
| |
| private: |
| static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
| const ::google::protobuf::MessageLite& from_msg); |
| |
| public: |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG bool IsInitialized() |
| const { |
| return true; |
| } |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| ABSL_ATTRIBUTE_REINITIALIZES PROTOBUF_ALWAYS_INLINE_NODEBUG void |
| Clear() { |
| Helpers_::Clear(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::size_t ByteSizeLong() const { |
| return Helpers_::ByteSizeLong(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL |
| _InternalSerialize(::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
| stream) const { |
| return Helpers_::_InternalSerialize(*this, target, stream); |
| } |
| #else // PROTOBUF_CUSTOM_VTABLE |
| ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
| [[nodiscard]] ::size_t ByteSizeLong() const final; |
| [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG int GetCachedSize() |
| const { |
| return _impl_._cached_size_.Get(); |
| } |
| |
| private: |
| void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static void SharedDtor(MessageLite& self); |
| void InternalSwap(UInt32Value* PROTOBUF_NONNULL other); |
| |
| private: |
| static ::absl::string_view FullMessageName() { return "google.protobuf.UInt32Value"; } |
| |
| 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 |
| : UInt32Value(arena) { |
| *this = ::std::move(from); |
| } |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL; |
| static void* PROTOBUF_NONNULL PlacementNew_( |
| const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static constexpr auto InternalNewImpl_(); |
| |
| public: |
| static constexpr auto InternalGenerateClassData_( |
| const MessageLite& prototype, |
| const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr); |
| |
| [[nodiscard]] ::google::protobuf::Metadata GetMetadata() const; |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| enum : int { |
| kValueFieldNumber = 1, |
| }; |
| // uint32 value = 1; |
| void clear_value() ; |
| [[nodiscard]] ::uint32_t value() const; |
| void set_value(::uint32_t value); |
| |
| private: |
| ::uint32_t _internal_value() const; |
| void _internal_set_value(::uint32_t value); |
| |
| public: |
| // @@protoc_insertion_point(class_scope:google.protobuf.UInt32Value) |
| private: |
| class _Internal; |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| struct Helpers_ { |
| PROTOBUF_NODEBUG Helpers_(); |
| static void Clear(::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
| }; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| using ParseTableT_ = |
| ::google::protobuf::internal::TcParseTable<0, 1, |
| 0, 0, |
| 2>; |
| static constexpr ParseTableT_ InternalGenerateParseTable_( |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data); |
| friend class ::google::protobuf::internal::TcParser; |
| |
| friend class ::google::protobuf::MessageLite; |
| friend class ::google::protobuf::Arena; |
| friend ::google::protobuf::internal::PrivateAccess; |
| template <typename T> |
| friend class ::google::protobuf::Arena::InternalHelper; |
| using InternalArenaConstructable_ = void; |
| using DestructorSkippable_ = void; |
| struct Impl_ { |
| inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::internal::ConstantInitialized) noexcept; |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from, |
| const UInt32Value& from_msg); |
| ::google::protobuf::internal::HasBits<1> _has_bits_; |
| ::google::protobuf::internal::CachedSize _cached_size_; |
| ::uint32_t value_; |
| PROTOBUF_TSAN_DECLARE_MEMBER |
| }; |
| union { Impl_ _impl_; }; |
| friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class PROTOBUF_EXPORT PROTOBUF_FUTURE_ADD_EARLY_WARN_UNUSED StringValue final : public ::google::protobuf::Message |
| /* @@protoc_insertion_point(class_definition:google.protobuf.StringValue) */ { |
| using Super_ = ::google::protobuf::Message; |
| |
| public: |
| inline StringValue() : StringValue(nullptr) {} |
| ~StringValue() PROTOBUF_FINAL; |
| |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void operator delete( |
| StringValue* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) { |
| SharedDtor(*msg); |
| ::google::protobuf::internal::SizedDelete(msg, sizeof(StringValue)); |
| } |
| #endif |
| |
| template <typename = void> |
| explicit constexpr StringValue(::google::protobuf::internal::ConstantInitialized, |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL |
| class_data); |
| |
| PROTOBUF_ALWAYS_INLINE_NODEBUG StringValue(const StringValue& from) |
| : StringValue(nullptr, from) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG StringValue(StringValue&& from) noexcept |
| : StringValue(nullptr, ::std::move(from)) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG StringValue& operator=(const StringValue& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| inline StringValue& operator=(StringValue&& from) noexcept { |
| if (this == &from) return *this; |
| if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) { |
| InternalSwap(&from); |
| } else { |
| CopyFrom(from); |
| } |
| return *this; |
| } |
| |
| [[nodiscard]] inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); |
| } |
| [[nodiscard]] inline ::google::protobuf::UnknownFieldSet* PROTOBUF_NONNULL |
| mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); |
| } |
| |
| [[nodiscard]] |
| PROTOBUF_ALWAYS_INLINE_NODEBUG static const ::google::protobuf::Descriptor* |
| PROTOBUF_NONNULL |
| descriptor() { |
| return GetDescriptor(); |
| } |
| [[nodiscard]] static const ::google::protobuf::Descriptor* PROTOBUF_NONNULL |
| GetDescriptor() { |
| return default_instance().GetMetadata().descriptor; |
| } |
| [[nodiscard]] static const ::google::protobuf::Reflection* PROTOBUF_NONNULL GetReflection() { |
| return default_instance().GetMetadata().reflection; |
| } |
| [[nodiscard]] static const StringValue& default_instance() { |
| return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<StringValue>(&StringValue_globals_); |
| } |
| static constexpr int kIndexInFileMessages = 7; |
| friend void swap(StringValue& a, StringValue& b) { a.Swap(&b); } |
| inline void Swap(StringValue* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) { |
| InternalSwap(other); |
| } else { |
| ::google::protobuf::internal::GenericSwap(this, other); |
| } |
| } |
| void UnsafeArenaSwap(StringValue* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| ABSL_DCHECK(GetArena() == other->GetArena()); |
| InternalSwap(other); |
| } |
| |
| // implements Message ---------------------------------------------- |
| |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG StringValue* PROTOBUF_NONNULL |
| New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
| return Super_::DefaultConstruct<StringValue>(arena); |
| } |
| using Super_::CopyFrom; |
| void CopyFrom(const StringValue& from); |
| using Super_::MergeFrom; |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void MergeFrom(const StringValue& from) { |
| StringValue::MergeImpl(*this, from); |
| } |
| |
| private: |
| static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
| const ::google::protobuf::MessageLite& from_msg); |
| |
| public: |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG bool IsInitialized() |
| const { |
| return true; |
| } |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| ABSL_ATTRIBUTE_REINITIALIZES PROTOBUF_ALWAYS_INLINE_NODEBUG void |
| Clear() { |
| Helpers_::Clear(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::size_t ByteSizeLong() const { |
| return Helpers_::ByteSizeLong(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL |
| _InternalSerialize(::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
| stream) const { |
| return Helpers_::_InternalSerialize(*this, target, stream); |
| } |
| #else // PROTOBUF_CUSTOM_VTABLE |
| ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
| [[nodiscard]] ::size_t ByteSizeLong() const final; |
| [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG int GetCachedSize() |
| const { |
| return _impl_._cached_size_.Get(); |
| } |
| |
| private: |
| void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static void SharedDtor(MessageLite& self); |
| void InternalSwap(StringValue* PROTOBUF_NONNULL other); |
| |
| private: |
| static ::absl::string_view FullMessageName() { return "google.protobuf.StringValue"; } |
| |
| 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 |
| : StringValue(arena) { |
| *this = ::std::move(from); |
| } |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL; |
| static void* PROTOBUF_NONNULL PlacementNew_( |
| const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static constexpr auto InternalNewImpl_(); |
| |
| public: |
| static constexpr auto InternalGenerateClassData_( |
| const MessageLite& prototype, |
| const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr); |
| |
| [[nodiscard]] ::google::protobuf::Metadata GetMetadata() const; |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| enum : int { |
| kValueFieldNumber = 1, |
| }; |
| // string value = 1; |
| void clear_value() ; |
| [[nodiscard]] const ::std::string& value() const; |
| template <typename Arg_ = const ::std::string&, typename... Args_> |
| void set_value(Arg_&& arg, Args_... args); |
| ::std::string* PROTOBUF_NONNULL mutable_value(); |
| [[nodiscard]] ::std::string* PROTOBUF_NULLABLE release_value(); |
| void set_allocated_value(::std::string* PROTOBUF_NULLABLE value); |
| |
| private: |
| const ::std::string& _internal_value() const; |
| PROTOBUF_ALWAYS_INLINE void _internal_set_value(const ::std::string& value); |
| ::std::string* PROTOBUF_NONNULL _internal_mutable_value(); |
| |
| public: |
| // @@protoc_insertion_point(class_scope:google.protobuf.StringValue) |
| private: |
| class _Internal; |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| struct Helpers_ { |
| PROTOBUF_NODEBUG Helpers_(); |
| static void Clear(::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
| }; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| using ParseTableT_ = |
| ::google::protobuf::internal::TcParseTable<0, 1, |
| 0, 41, |
| 2>; |
| static constexpr ParseTableT_ InternalGenerateParseTable_( |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data); |
| friend class ::google::protobuf::internal::TcParser; |
| |
| friend class ::google::protobuf::MessageLite; |
| friend class ::google::protobuf::Arena; |
| friend ::google::protobuf::internal::PrivateAccess; |
| template <typename T> |
| friend class ::google::protobuf::Arena::InternalHelper; |
| using InternalArenaConstructable_ = void; |
| using DestructorSkippable_ = void; |
| struct Impl_ { |
| inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::internal::ConstantInitialized) noexcept; |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from, |
| const StringValue& from_msg); |
| ::google::protobuf::internal::HasBits<1> _has_bits_; |
| ::google::protobuf::internal::CachedSize _cached_size_; |
| ::google::protobuf::internal::ArenaStringPtr value_; |
| PROTOBUF_TSAN_DECLARE_MEMBER |
| }; |
| union { Impl_ _impl_; }; |
| friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class PROTOBUF_EXPORT PROTOBUF_FUTURE_ADD_EARLY_WARN_UNUSED Int64Value final : public ::google::protobuf::Message |
| /* @@protoc_insertion_point(class_definition:google.protobuf.Int64Value) */ { |
| using Super_ = ::google::protobuf::Message; |
| |
| public: |
| inline Int64Value() : Int64Value(nullptr) {} |
| ~Int64Value() PROTOBUF_FINAL; |
| |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void operator delete( |
| Int64Value* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) { |
| SharedDtor(*msg); |
| ::google::protobuf::internal::SizedDelete(msg, sizeof(Int64Value)); |
| } |
| #endif |
| |
| template <typename = void> |
| explicit constexpr Int64Value(::google::protobuf::internal::ConstantInitialized, |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL |
| class_data); |
| |
| PROTOBUF_ALWAYS_INLINE_NODEBUG Int64Value(const Int64Value& from) |
| : Int64Value(nullptr, from) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG Int64Value(Int64Value&& from) noexcept |
| : Int64Value(nullptr, ::std::move(from)) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG Int64Value& operator=(const Int64Value& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| inline Int64Value& operator=(Int64Value&& from) noexcept { |
| if (this == &from) return *this; |
| if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) { |
| InternalSwap(&from); |
| } else { |
| CopyFrom(from); |
| } |
| return *this; |
| } |
| |
| [[nodiscard]] inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); |
| } |
| [[nodiscard]] inline ::google::protobuf::UnknownFieldSet* PROTOBUF_NONNULL |
| mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); |
| } |
| |
| [[nodiscard]] |
| PROTOBUF_ALWAYS_INLINE_NODEBUG static const ::google::protobuf::Descriptor* |
| PROTOBUF_NONNULL |
| descriptor() { |
| return GetDescriptor(); |
| } |
| [[nodiscard]] static const ::google::protobuf::Descriptor* PROTOBUF_NONNULL |
| GetDescriptor() { |
| return default_instance().GetMetadata().descriptor; |
| } |
| [[nodiscard]] static const ::google::protobuf::Reflection* PROTOBUF_NONNULL GetReflection() { |
| return default_instance().GetMetadata().reflection; |
| } |
| [[nodiscard]] static const Int64Value& default_instance() { |
| return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<Int64Value>(&Int64Value_globals_); |
| } |
| static constexpr int kIndexInFileMessages = 2; |
| friend void swap(Int64Value& a, Int64Value& b) { a.Swap(&b); } |
| inline void Swap(Int64Value* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) { |
| InternalSwap(other); |
| } else { |
| ::google::protobuf::internal::GenericSwap(this, other); |
| } |
| } |
| void UnsafeArenaSwap(Int64Value* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| ABSL_DCHECK(GetArena() == other->GetArena()); |
| InternalSwap(other); |
| } |
| |
| // implements Message ---------------------------------------------- |
| |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG Int64Value* PROTOBUF_NONNULL |
| New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
| return Super_::DefaultConstruct<Int64Value>(arena); |
| } |
| using Super_::CopyFrom; |
| void CopyFrom(const Int64Value& from); |
| using Super_::MergeFrom; |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void MergeFrom(const Int64Value& from) { |
| Int64Value::MergeImpl(*this, from); |
| } |
| |
| private: |
| static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
| const ::google::protobuf::MessageLite& from_msg); |
| |
| public: |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG bool IsInitialized() |
| const { |
| return true; |
| } |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| ABSL_ATTRIBUTE_REINITIALIZES PROTOBUF_ALWAYS_INLINE_NODEBUG void |
| Clear() { |
| Helpers_::Clear(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::size_t ByteSizeLong() const { |
| return Helpers_::ByteSizeLong(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL |
| _InternalSerialize(::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
| stream) const { |
| return Helpers_::_InternalSerialize(*this, target, stream); |
| } |
| #else // PROTOBUF_CUSTOM_VTABLE |
| ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
| [[nodiscard]] ::size_t ByteSizeLong() const final; |
| [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG int GetCachedSize() |
| const { |
| return _impl_._cached_size_.Get(); |
| } |
| |
| private: |
| void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static void SharedDtor(MessageLite& self); |
| void InternalSwap(Int64Value* PROTOBUF_NONNULL other); |
| |
| private: |
| static ::absl::string_view FullMessageName() { return "google.protobuf.Int64Value"; } |
| |
| 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 |
| : Int64Value(arena) { |
| *this = ::std::move(from); |
| } |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL; |
| static void* PROTOBUF_NONNULL PlacementNew_( |
| const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static constexpr auto InternalNewImpl_(); |
| |
| public: |
| static constexpr auto InternalGenerateClassData_( |
| const MessageLite& prototype, |
| const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr); |
| |
| [[nodiscard]] ::google::protobuf::Metadata GetMetadata() const; |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| enum : int { |
| kValueFieldNumber = 1, |
| }; |
| // int64 value = 1; |
| void clear_value() ; |
| [[nodiscard]] ::int64_t value() const; |
| void set_value(::int64_t value); |
| |
| private: |
| ::int64_t _internal_value() const; |
| void _internal_set_value(::int64_t value); |
| |
| public: |
| // @@protoc_insertion_point(class_scope:google.protobuf.Int64Value) |
| private: |
| class _Internal; |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| struct Helpers_ { |
| PROTOBUF_NODEBUG Helpers_(); |
| static void Clear(::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
| }; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| using ParseTableT_ = |
| ::google::protobuf::internal::TcParseTable<0, 1, |
| 0, 0, |
| 2>; |
| static constexpr ParseTableT_ InternalGenerateParseTable_( |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data); |
| friend class ::google::protobuf::internal::TcParser; |
| |
| friend class ::google::protobuf::MessageLite; |
| friend class ::google::protobuf::Arena; |
| friend ::google::protobuf::internal::PrivateAccess; |
| template <typename T> |
| friend class ::google::protobuf::Arena::InternalHelper; |
| using InternalArenaConstructable_ = void; |
| using DestructorSkippable_ = void; |
| struct Impl_ { |
| inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::internal::ConstantInitialized) noexcept; |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from, |
| const Int64Value& from_msg); |
| ::google::protobuf::internal::HasBits<1> _has_bits_; |
| ::google::protobuf::internal::CachedSize _cached_size_; |
| ::int64_t value_; |
| PROTOBUF_TSAN_DECLARE_MEMBER |
| }; |
| union { Impl_ _impl_; }; |
| friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class PROTOBUF_EXPORT PROTOBUF_FUTURE_ADD_EARLY_WARN_UNUSED Int32Value final : public ::google::protobuf::Message |
| /* @@protoc_insertion_point(class_definition:google.protobuf.Int32Value) */ { |
| using Super_ = ::google::protobuf::Message; |
| |
| public: |
| inline Int32Value() : Int32Value(nullptr) {} |
| ~Int32Value() PROTOBUF_FINAL; |
| |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void operator delete( |
| Int32Value* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) { |
| SharedDtor(*msg); |
| ::google::protobuf::internal::SizedDelete(msg, sizeof(Int32Value)); |
| } |
| #endif |
| |
| template <typename = void> |
| explicit constexpr Int32Value(::google::protobuf::internal::ConstantInitialized, |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL |
| class_data); |
| |
| PROTOBUF_ALWAYS_INLINE_NODEBUG Int32Value(const Int32Value& from) |
| : Int32Value(nullptr, from) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG Int32Value(Int32Value&& from) noexcept |
| : Int32Value(nullptr, ::std::move(from)) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG Int32Value& operator=(const Int32Value& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| inline Int32Value& operator=(Int32Value&& from) noexcept { |
| if (this == &from) return *this; |
| if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) { |
| InternalSwap(&from); |
| } else { |
| CopyFrom(from); |
| } |
| return *this; |
| } |
| |
| [[nodiscard]] inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); |
| } |
| [[nodiscard]] inline ::google::protobuf::UnknownFieldSet* PROTOBUF_NONNULL |
| mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); |
| } |
| |
| [[nodiscard]] |
| PROTOBUF_ALWAYS_INLINE_NODEBUG static const ::google::protobuf::Descriptor* |
| PROTOBUF_NONNULL |
| descriptor() { |
| return GetDescriptor(); |
| } |
| [[nodiscard]] static const ::google::protobuf::Descriptor* PROTOBUF_NONNULL |
| GetDescriptor() { |
| return default_instance().GetMetadata().descriptor; |
| } |
| [[nodiscard]] static const ::google::protobuf::Reflection* PROTOBUF_NONNULL GetReflection() { |
| return default_instance().GetMetadata().reflection; |
| } |
| [[nodiscard]] static const Int32Value& default_instance() { |
| return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<Int32Value>(&Int32Value_globals_); |
| } |
| static constexpr int kIndexInFileMessages = 4; |
| friend void swap(Int32Value& a, Int32Value& b) { a.Swap(&b); } |
| inline void Swap(Int32Value* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) { |
| InternalSwap(other); |
| } else { |
| ::google::protobuf::internal::GenericSwap(this, other); |
| } |
| } |
| void UnsafeArenaSwap(Int32Value* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| ABSL_DCHECK(GetArena() == other->GetArena()); |
| InternalSwap(other); |
| } |
| |
| // implements Message ---------------------------------------------- |
| |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG Int32Value* PROTOBUF_NONNULL |
| New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
| return Super_::DefaultConstruct<Int32Value>(arena); |
| } |
| using Super_::CopyFrom; |
| void CopyFrom(const Int32Value& from); |
| using Super_::MergeFrom; |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void MergeFrom(const Int32Value& from) { |
| Int32Value::MergeImpl(*this, from); |
| } |
| |
| private: |
| static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
| const ::google::protobuf::MessageLite& from_msg); |
| |
| public: |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG bool IsInitialized() |
| const { |
| return true; |
| } |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| ABSL_ATTRIBUTE_REINITIALIZES PROTOBUF_ALWAYS_INLINE_NODEBUG void |
| Clear() { |
| Helpers_::Clear(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::size_t ByteSizeLong() const { |
| return Helpers_::ByteSizeLong(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL |
| _InternalSerialize(::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
| stream) const { |
| return Helpers_::_InternalSerialize(*this, target, stream); |
| } |
| #else // PROTOBUF_CUSTOM_VTABLE |
| ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
| [[nodiscard]] ::size_t ByteSizeLong() const final; |
| [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG int GetCachedSize() |
| const { |
| return _impl_._cached_size_.Get(); |
| } |
| |
| private: |
| void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static void SharedDtor(MessageLite& self); |
| void InternalSwap(Int32Value* PROTOBUF_NONNULL other); |
| |
| private: |
| static ::absl::string_view FullMessageName() { return "google.protobuf.Int32Value"; } |
| |
| 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 |
| : Int32Value(arena) { |
| *this = ::std::move(from); |
| } |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL; |
| static void* PROTOBUF_NONNULL PlacementNew_( |
| const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static constexpr auto InternalNewImpl_(); |
| |
| public: |
| static constexpr auto InternalGenerateClassData_( |
| const MessageLite& prototype, |
| const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr); |
| |
| [[nodiscard]] ::google::protobuf::Metadata GetMetadata() const; |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| enum : int { |
| kValueFieldNumber = 1, |
| }; |
| // int32 value = 1; |
| void clear_value() ; |
| [[nodiscard]] ::int32_t value() const; |
| void set_value(::int32_t value); |
| |
| private: |
| ::int32_t _internal_value() const; |
| void _internal_set_value(::int32_t value); |
| |
| public: |
| // @@protoc_insertion_point(class_scope:google.protobuf.Int32Value) |
| private: |
| class _Internal; |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| struct Helpers_ { |
| PROTOBUF_NODEBUG Helpers_(); |
| static void Clear(::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
| }; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| using ParseTableT_ = |
| ::google::protobuf::internal::TcParseTable<0, 1, |
| 0, 0, |
| 2>; |
| static constexpr ParseTableT_ InternalGenerateParseTable_( |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data); |
| friend class ::google::protobuf::internal::TcParser; |
| |
| friend class ::google::protobuf::MessageLite; |
| friend class ::google::protobuf::Arena; |
| friend ::google::protobuf::internal::PrivateAccess; |
| template <typename T> |
| friend class ::google::protobuf::Arena::InternalHelper; |
| using InternalArenaConstructable_ = void; |
| using DestructorSkippable_ = void; |
| struct Impl_ { |
| inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::internal::ConstantInitialized) noexcept; |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from, |
| const Int32Value& from_msg); |
| ::google::protobuf::internal::HasBits<1> _has_bits_; |
| ::google::protobuf::internal::CachedSize _cached_size_; |
| ::int32_t value_; |
| PROTOBUF_TSAN_DECLARE_MEMBER |
| }; |
| union { Impl_ _impl_; }; |
| friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class PROTOBUF_EXPORT PROTOBUF_FUTURE_ADD_EARLY_WARN_UNUSED FloatValue final : public ::google::protobuf::Message |
| /* @@protoc_insertion_point(class_definition:google.protobuf.FloatValue) */ { |
| using Super_ = ::google::protobuf::Message; |
| |
| public: |
| inline FloatValue() : FloatValue(nullptr) {} |
| ~FloatValue() PROTOBUF_FINAL; |
| |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void operator delete( |
| FloatValue* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) { |
| SharedDtor(*msg); |
| ::google::protobuf::internal::SizedDelete(msg, sizeof(FloatValue)); |
| } |
| #endif |
| |
| template <typename = void> |
| explicit constexpr FloatValue(::google::protobuf::internal::ConstantInitialized, |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL |
| class_data); |
| |
| PROTOBUF_ALWAYS_INLINE_NODEBUG FloatValue(const FloatValue& from) |
| : FloatValue(nullptr, from) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG FloatValue(FloatValue&& from) noexcept |
| : FloatValue(nullptr, ::std::move(from)) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG FloatValue& operator=(const FloatValue& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| inline FloatValue& operator=(FloatValue&& from) noexcept { |
| if (this == &from) return *this; |
| if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) { |
| InternalSwap(&from); |
| } else { |
| CopyFrom(from); |
| } |
| return *this; |
| } |
| |
| [[nodiscard]] inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); |
| } |
| [[nodiscard]] inline ::google::protobuf::UnknownFieldSet* PROTOBUF_NONNULL |
| mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); |
| } |
| |
| [[nodiscard]] |
| PROTOBUF_ALWAYS_INLINE_NODEBUG static const ::google::protobuf::Descriptor* |
| PROTOBUF_NONNULL |
| descriptor() { |
| return GetDescriptor(); |
| } |
| [[nodiscard]] static const ::google::protobuf::Descriptor* PROTOBUF_NONNULL |
| GetDescriptor() { |
| return default_instance().GetMetadata().descriptor; |
| } |
| [[nodiscard]] static const ::google::protobuf::Reflection* PROTOBUF_NONNULL GetReflection() { |
| return default_instance().GetMetadata().reflection; |
| } |
| [[nodiscard]] static const FloatValue& default_instance() { |
| return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<FloatValue>(&FloatValue_globals_); |
| } |
| static constexpr int kIndexInFileMessages = 1; |
| friend void swap(FloatValue& a, FloatValue& b) { a.Swap(&b); } |
| inline void Swap(FloatValue* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) { |
| InternalSwap(other); |
| } else { |
| ::google::protobuf::internal::GenericSwap(this, other); |
| } |
| } |
| void UnsafeArenaSwap(FloatValue* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| ABSL_DCHECK(GetArena() == other->GetArena()); |
| InternalSwap(other); |
| } |
| |
| // implements Message ---------------------------------------------- |
| |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG FloatValue* PROTOBUF_NONNULL |
| New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
| return Super_::DefaultConstruct<FloatValue>(arena); |
| } |
| using Super_::CopyFrom; |
| void CopyFrom(const FloatValue& from); |
| using Super_::MergeFrom; |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void MergeFrom(const FloatValue& from) { |
| FloatValue::MergeImpl(*this, from); |
| } |
| |
| private: |
| static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
| const ::google::protobuf::MessageLite& from_msg); |
| |
| public: |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG bool IsInitialized() |
| const { |
| return true; |
| } |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| ABSL_ATTRIBUTE_REINITIALIZES PROTOBUF_ALWAYS_INLINE_NODEBUG void |
| Clear() { |
| Helpers_::Clear(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::size_t ByteSizeLong() const { |
| return Helpers_::ByteSizeLong(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL |
| _InternalSerialize(::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
| stream) const { |
| return Helpers_::_InternalSerialize(*this, target, stream); |
| } |
| #else // PROTOBUF_CUSTOM_VTABLE |
| ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
| [[nodiscard]] ::size_t ByteSizeLong() const final; |
| [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG int GetCachedSize() |
| const { |
| return _impl_._cached_size_.Get(); |
| } |
| |
| private: |
| void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static void SharedDtor(MessageLite& self); |
| void InternalSwap(FloatValue* PROTOBUF_NONNULL other); |
| |
| private: |
| static ::absl::string_view FullMessageName() { return "google.protobuf.FloatValue"; } |
| |
| 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 |
| : FloatValue(arena) { |
| *this = ::std::move(from); |
| } |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL; |
| static void* PROTOBUF_NONNULL PlacementNew_( |
| const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static constexpr auto InternalNewImpl_(); |
| |
| public: |
| static constexpr auto InternalGenerateClassData_( |
| const MessageLite& prototype, |
| const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr); |
| |
| [[nodiscard]] ::google::protobuf::Metadata GetMetadata() const; |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| enum : int { |
| kValueFieldNumber = 1, |
| }; |
| // float value = 1; |
| void clear_value() ; |
| [[nodiscard]] float value() const; |
| void set_value(float value); |
| |
| private: |
| float _internal_value() const; |
| void _internal_set_value(float value); |
| |
| public: |
| // @@protoc_insertion_point(class_scope:google.protobuf.FloatValue) |
| private: |
| class _Internal; |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| struct Helpers_ { |
| PROTOBUF_NODEBUG Helpers_(); |
| static void Clear(::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
| }; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| using ParseTableT_ = |
| ::google::protobuf::internal::TcParseTable<0, 1, |
| 0, 0, |
| 2>; |
| static constexpr ParseTableT_ InternalGenerateParseTable_( |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data); |
| friend class ::google::protobuf::internal::TcParser; |
| |
| friend class ::google::protobuf::MessageLite; |
| friend class ::google::protobuf::Arena; |
| friend ::google::protobuf::internal::PrivateAccess; |
| template <typename T> |
| friend class ::google::protobuf::Arena::InternalHelper; |
| using InternalArenaConstructable_ = void; |
| using DestructorSkippable_ = void; |
| struct Impl_ { |
| inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::internal::ConstantInitialized) noexcept; |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from, |
| const FloatValue& from_msg); |
| ::google::protobuf::internal::HasBits<1> _has_bits_; |
| ::google::protobuf::internal::CachedSize _cached_size_; |
| float value_; |
| PROTOBUF_TSAN_DECLARE_MEMBER |
| }; |
| union { Impl_ _impl_; }; |
| friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class PROTOBUF_EXPORT PROTOBUF_FUTURE_ADD_EARLY_WARN_UNUSED DoubleValue final : public ::google::protobuf::Message |
| /* @@protoc_insertion_point(class_definition:google.protobuf.DoubleValue) */ { |
| using Super_ = ::google::protobuf::Message; |
| |
| public: |
| inline DoubleValue() : DoubleValue(nullptr) {} |
| ~DoubleValue() PROTOBUF_FINAL; |
| |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void operator delete( |
| DoubleValue* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) { |
| SharedDtor(*msg); |
| ::google::protobuf::internal::SizedDelete(msg, sizeof(DoubleValue)); |
| } |
| #endif |
| |
| template <typename = void> |
| explicit constexpr DoubleValue(::google::protobuf::internal::ConstantInitialized, |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL |
| class_data); |
| |
| PROTOBUF_ALWAYS_INLINE_NODEBUG DoubleValue(const DoubleValue& from) |
| : DoubleValue(nullptr, from) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG DoubleValue(DoubleValue&& from) noexcept |
| : DoubleValue(nullptr, ::std::move(from)) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG DoubleValue& operator=(const DoubleValue& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| inline DoubleValue& operator=(DoubleValue&& from) noexcept { |
| if (this == &from) return *this; |
| if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) { |
| InternalSwap(&from); |
| } else { |
| CopyFrom(from); |
| } |
| return *this; |
| } |
| |
| [[nodiscard]] inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); |
| } |
| [[nodiscard]] inline ::google::protobuf::UnknownFieldSet* PROTOBUF_NONNULL |
| mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); |
| } |
| |
| [[nodiscard]] |
| PROTOBUF_ALWAYS_INLINE_NODEBUG static const ::google::protobuf::Descriptor* |
| PROTOBUF_NONNULL |
| descriptor() { |
| return GetDescriptor(); |
| } |
| [[nodiscard]] static const ::google::protobuf::Descriptor* PROTOBUF_NONNULL |
| GetDescriptor() { |
| return default_instance().GetMetadata().descriptor; |
| } |
| [[nodiscard]] static const ::google::protobuf::Reflection* PROTOBUF_NONNULL GetReflection() { |
| return default_instance().GetMetadata().reflection; |
| } |
| [[nodiscard]] static const DoubleValue& default_instance() { |
| return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<DoubleValue>(&DoubleValue_globals_); |
| } |
| static constexpr int kIndexInFileMessages = 0; |
| friend void swap(DoubleValue& a, DoubleValue& b) { a.Swap(&b); } |
| inline void Swap(DoubleValue* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) { |
| InternalSwap(other); |
| } else { |
| ::google::protobuf::internal::GenericSwap(this, other); |
| } |
| } |
| void UnsafeArenaSwap(DoubleValue* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| ABSL_DCHECK(GetArena() == other->GetArena()); |
| InternalSwap(other); |
| } |
| |
| // implements Message ---------------------------------------------- |
| |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG DoubleValue* PROTOBUF_NONNULL |
| New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
| return Super_::DefaultConstruct<DoubleValue>(arena); |
| } |
| using Super_::CopyFrom; |
| void CopyFrom(const DoubleValue& from); |
| using Super_::MergeFrom; |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void MergeFrom(const DoubleValue& from) { |
| DoubleValue::MergeImpl(*this, from); |
| } |
| |
| private: |
| static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
| const ::google::protobuf::MessageLite& from_msg); |
| |
| public: |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG bool IsInitialized() |
| const { |
| return true; |
| } |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| ABSL_ATTRIBUTE_REINITIALIZES PROTOBUF_ALWAYS_INLINE_NODEBUG void |
| Clear() { |
| Helpers_::Clear(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::size_t ByteSizeLong() const { |
| return Helpers_::ByteSizeLong(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL |
| _InternalSerialize(::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
| stream) const { |
| return Helpers_::_InternalSerialize(*this, target, stream); |
| } |
| #else // PROTOBUF_CUSTOM_VTABLE |
| ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
| [[nodiscard]] ::size_t ByteSizeLong() const final; |
| [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG int GetCachedSize() |
| const { |
| return _impl_._cached_size_.Get(); |
| } |
| |
| private: |
| void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static void SharedDtor(MessageLite& self); |
| void InternalSwap(DoubleValue* PROTOBUF_NONNULL other); |
| |
| private: |
| static ::absl::string_view FullMessageName() { return "google.protobuf.DoubleValue"; } |
| |
| 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 |
| : DoubleValue(arena) { |
| *this = ::std::move(from); |
| } |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL; |
| static void* PROTOBUF_NONNULL PlacementNew_( |
| const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static constexpr auto InternalNewImpl_(); |
| |
| public: |
| static constexpr auto InternalGenerateClassData_( |
| const MessageLite& prototype, |
| const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr); |
| |
| [[nodiscard]] ::google::protobuf::Metadata GetMetadata() const; |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| enum : int { |
| kValueFieldNumber = 1, |
| }; |
| // double value = 1; |
| void clear_value() ; |
| [[nodiscard]] double value() const; |
| void set_value(double value); |
| |
| private: |
| double _internal_value() const; |
| void _internal_set_value(double value); |
| |
| public: |
| // @@protoc_insertion_point(class_scope:google.protobuf.DoubleValue) |
| private: |
| class _Internal; |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| struct Helpers_ { |
| PROTOBUF_NODEBUG Helpers_(); |
| static void Clear(::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
| }; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| using ParseTableT_ = |
| ::google::protobuf::internal::TcParseTable<0, 1, |
| 0, 0, |
| 2>; |
| static constexpr ParseTableT_ InternalGenerateParseTable_( |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data); |
| friend class ::google::protobuf::internal::TcParser; |
| |
| friend class ::google::protobuf::MessageLite; |
| friend class ::google::protobuf::Arena; |
| friend ::google::protobuf::internal::PrivateAccess; |
| template <typename T> |
| friend class ::google::protobuf::Arena::InternalHelper; |
| using InternalArenaConstructable_ = void; |
| using DestructorSkippable_ = void; |
| struct Impl_ { |
| inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::internal::ConstantInitialized) noexcept; |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from, |
| const DoubleValue& from_msg); |
| ::google::protobuf::internal::HasBits<1> _has_bits_; |
| ::google::protobuf::internal::CachedSize _cached_size_; |
| double value_; |
| PROTOBUF_TSAN_DECLARE_MEMBER |
| }; |
| union { Impl_ _impl_; }; |
| friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class PROTOBUF_EXPORT PROTOBUF_FUTURE_ADD_EARLY_WARN_UNUSED BytesValue final : public ::google::protobuf::Message |
| /* @@protoc_insertion_point(class_definition:google.protobuf.BytesValue) */ { |
| using Super_ = ::google::protobuf::Message; |
| |
| public: |
| inline BytesValue() : BytesValue(nullptr) {} |
| ~BytesValue() PROTOBUF_FINAL; |
| |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void operator delete( |
| BytesValue* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) { |
| SharedDtor(*msg); |
| ::google::protobuf::internal::SizedDelete(msg, sizeof(BytesValue)); |
| } |
| #endif |
| |
| template <typename = void> |
| explicit constexpr BytesValue(::google::protobuf::internal::ConstantInitialized, |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL |
| class_data); |
| |
| PROTOBUF_ALWAYS_INLINE_NODEBUG BytesValue(const BytesValue& from) |
| : BytesValue(nullptr, from) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG BytesValue(BytesValue&& from) noexcept |
| : BytesValue(nullptr, ::std::move(from)) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG BytesValue& operator=(const BytesValue& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| inline BytesValue& operator=(BytesValue&& from) noexcept { |
| if (this == &from) return *this; |
| if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) { |
| InternalSwap(&from); |
| } else { |
| CopyFrom(from); |
| } |
| return *this; |
| } |
| |
| [[nodiscard]] inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); |
| } |
| [[nodiscard]] inline ::google::protobuf::UnknownFieldSet* PROTOBUF_NONNULL |
| mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); |
| } |
| |
| [[nodiscard]] |
| PROTOBUF_ALWAYS_INLINE_NODEBUG static const ::google::protobuf::Descriptor* |
| PROTOBUF_NONNULL |
| descriptor() { |
| return GetDescriptor(); |
| } |
| [[nodiscard]] static const ::google::protobuf::Descriptor* PROTOBUF_NONNULL |
| GetDescriptor() { |
| return default_instance().GetMetadata().descriptor; |
| } |
| [[nodiscard]] static const ::google::protobuf::Reflection* PROTOBUF_NONNULL GetReflection() { |
| return default_instance().GetMetadata().reflection; |
| } |
| [[nodiscard]] static const BytesValue& default_instance() { |
| return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<BytesValue>(&BytesValue_globals_); |
| } |
| static constexpr int kIndexInFileMessages = 8; |
| friend void swap(BytesValue& a, BytesValue& b) { a.Swap(&b); } |
| inline void Swap(BytesValue* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) { |
| InternalSwap(other); |
| } else { |
| ::google::protobuf::internal::GenericSwap(this, other); |
| } |
| } |
| void UnsafeArenaSwap(BytesValue* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| ABSL_DCHECK(GetArena() == other->GetArena()); |
| InternalSwap(other); |
| } |
| |
| // implements Message ---------------------------------------------- |
| |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG BytesValue* PROTOBUF_NONNULL |
| New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
| return Super_::DefaultConstruct<BytesValue>(arena); |
| } |
| using Super_::CopyFrom; |
| void CopyFrom(const BytesValue& from); |
| using Super_::MergeFrom; |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void MergeFrom(const BytesValue& from) { |
| BytesValue::MergeImpl(*this, from); |
| } |
| |
| private: |
| static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
| const ::google::protobuf::MessageLite& from_msg); |
| |
| public: |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG bool IsInitialized() |
| const { |
| return true; |
| } |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| ABSL_ATTRIBUTE_REINITIALIZES PROTOBUF_ALWAYS_INLINE_NODEBUG void |
| Clear() { |
| Helpers_::Clear(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::size_t ByteSizeLong() const { |
| return Helpers_::ByteSizeLong(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL |
| _InternalSerialize(::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
| stream) const { |
| return Helpers_::_InternalSerialize(*this, target, stream); |
| } |
| #else // PROTOBUF_CUSTOM_VTABLE |
| ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
| [[nodiscard]] ::size_t ByteSizeLong() const final; |
| [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG int GetCachedSize() |
| const { |
| return _impl_._cached_size_.Get(); |
| } |
| |
| private: |
| void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static void SharedDtor(MessageLite& self); |
| void InternalSwap(BytesValue* PROTOBUF_NONNULL other); |
| |
| private: |
| static ::absl::string_view FullMessageName() { return "google.protobuf.BytesValue"; } |
| |
| 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 |
| : BytesValue(arena) { |
| *this = ::std::move(from); |
| } |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL; |
| static void* PROTOBUF_NONNULL PlacementNew_( |
| const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static constexpr auto InternalNewImpl_(); |
| |
| public: |
| static constexpr auto InternalGenerateClassData_( |
| const MessageLite& prototype, |
| const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr); |
| |
| [[nodiscard]] ::google::protobuf::Metadata GetMetadata() const; |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| enum : int { |
| kValueFieldNumber = 1, |
| }; |
| // bytes value = 1; |
| void clear_value() ; |
| [[nodiscard]] const ::std::string& value() const; |
| template <typename Arg_ = const ::std::string&, typename... Args_> |
| void set_value(Arg_&& arg, Args_... args); |
| ::std::string* PROTOBUF_NONNULL mutable_value(); |
| [[nodiscard]] ::std::string* PROTOBUF_NULLABLE release_value(); |
| void set_allocated_value(::std::string* PROTOBUF_NULLABLE value); |
| |
| private: |
| const ::std::string& _internal_value() const; |
| PROTOBUF_ALWAYS_INLINE void _internal_set_value(const ::std::string& value); |
| ::std::string* PROTOBUF_NONNULL _internal_mutable_value(); |
| |
| public: |
| // @@protoc_insertion_point(class_scope:google.protobuf.BytesValue) |
| private: |
| class _Internal; |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| struct Helpers_ { |
| PROTOBUF_NODEBUG Helpers_(); |
| static void Clear(::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
| }; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| using ParseTableT_ = |
| ::google::protobuf::internal::TcParseTable<0, 1, |
| 0, 0, |
| 2>; |
| static constexpr ParseTableT_ InternalGenerateParseTable_( |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data); |
| friend class ::google::protobuf::internal::TcParser; |
| |
| friend class ::google::protobuf::MessageLite; |
| friend class ::google::protobuf::Arena; |
| friend ::google::protobuf::internal::PrivateAccess; |
| template <typename T> |
| friend class ::google::protobuf::Arena::InternalHelper; |
| using InternalArenaConstructable_ = void; |
| using DestructorSkippable_ = void; |
| struct Impl_ { |
| inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::internal::ConstantInitialized) noexcept; |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from, |
| const BytesValue& from_msg); |
| ::google::protobuf::internal::HasBits<1> _has_bits_; |
| ::google::protobuf::internal::CachedSize _cached_size_; |
| ::google::protobuf::internal::ArenaStringPtr value_; |
| PROTOBUF_TSAN_DECLARE_MEMBER |
| }; |
| union { Impl_ _impl_; }; |
| friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto; |
| }; |
| // ------------------------------------------------------------------- |
| |
| class PROTOBUF_EXPORT PROTOBUF_FUTURE_ADD_EARLY_WARN_UNUSED BoolValue final : public ::google::protobuf::Message |
| /* @@protoc_insertion_point(class_definition:google.protobuf.BoolValue) */ { |
| using Super_ = ::google::protobuf::Message; |
| |
| public: |
| inline BoolValue() : BoolValue(nullptr) {} |
| ~BoolValue() PROTOBUF_FINAL; |
| |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void operator delete( |
| BoolValue* PROTOBUF_NONNULL msg, ::std::destroying_delete_t) { |
| SharedDtor(*msg); |
| ::google::protobuf::internal::SizedDelete(msg, sizeof(BoolValue)); |
| } |
| #endif |
| |
| template <typename = void> |
| explicit constexpr BoolValue(::google::protobuf::internal::ConstantInitialized, |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL |
| class_data); |
| |
| PROTOBUF_ALWAYS_INLINE_NODEBUG BoolValue(const BoolValue& from) |
| : BoolValue(nullptr, from) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG BoolValue(BoolValue&& from) noexcept |
| : BoolValue(nullptr, ::std::move(from)) {} |
| PROTOBUF_ALWAYS_INLINE_NODEBUG BoolValue& operator=(const BoolValue& from) { |
| CopyFrom(from); |
| return *this; |
| } |
| inline BoolValue& operator=(BoolValue&& from) noexcept { |
| if (this == &from) return *this; |
| if (::google::protobuf::internal::CanMoveWithInternalSwap(GetArena(), from.GetArena())) { |
| InternalSwap(&from); |
| } else { |
| CopyFrom(from); |
| } |
| return *this; |
| } |
| |
| [[nodiscard]] inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance); |
| } |
| [[nodiscard]] inline ::google::protobuf::UnknownFieldSet* PROTOBUF_NONNULL |
| mutable_unknown_fields() ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>(); |
| } |
| |
| [[nodiscard]] |
| PROTOBUF_ALWAYS_INLINE_NODEBUG static const ::google::protobuf::Descriptor* |
| PROTOBUF_NONNULL |
| descriptor() { |
| return GetDescriptor(); |
| } |
| [[nodiscard]] static const ::google::protobuf::Descriptor* PROTOBUF_NONNULL |
| GetDescriptor() { |
| return default_instance().GetMetadata().descriptor; |
| } |
| [[nodiscard]] static const ::google::protobuf::Reflection* PROTOBUF_NONNULL GetReflection() { |
| return default_instance().GetMetadata().reflection; |
| } |
| [[nodiscard]] static const BoolValue& default_instance() { |
| return *::google::protobuf::internal::MessageGlobalsBase::ToDefaultInstance<BoolValue>(&BoolValue_globals_); |
| } |
| static constexpr int kIndexInFileMessages = 6; |
| friend void swap(BoolValue& a, BoolValue& b) { a.Swap(&b); } |
| inline void Swap(BoolValue* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| if (::google::protobuf::internal::CanUseInternalSwap(GetArena(), other->GetArena())) { |
| InternalSwap(other); |
| } else { |
| ::google::protobuf::internal::GenericSwap(this, other); |
| } |
| } |
| void UnsafeArenaSwap(BoolValue* PROTOBUF_NONNULL other) { |
| if (other == this) return; |
| ABSL_DCHECK(GetArena() == other->GetArena()); |
| InternalSwap(other); |
| } |
| |
| // implements Message ---------------------------------------------- |
| |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG BoolValue* PROTOBUF_NONNULL |
| New(::google::protobuf::Arena* PROTOBUF_NULLABLE arena = nullptr) const { |
| return Super_::DefaultConstruct<BoolValue>(arena); |
| } |
| using Super_::CopyFrom; |
| void CopyFrom(const BoolValue& from); |
| using Super_::MergeFrom; |
| PROTOBUF_ALWAYS_INLINE_NODEBUG void MergeFrom(const BoolValue& from) { |
| BoolValue::MergeImpl(*this, from); |
| } |
| |
| private: |
| static void MergeImpl(::google::protobuf::MessageLite& to_msg, |
| const ::google::protobuf::MessageLite& from_msg); |
| |
| public: |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG bool IsInitialized() |
| const { |
| return true; |
| } |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| ABSL_ATTRIBUTE_REINITIALIZES PROTOBUF_ALWAYS_INLINE_NODEBUG void |
| Clear() { |
| Helpers_::Clear(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::size_t ByteSizeLong() const { |
| return Helpers_::ByteSizeLong(*this); |
| } |
| PROTOBUF_ALWAYS_INLINE_NODEBUG [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL |
| _InternalSerialize(::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL |
| stream) const { |
| return Helpers_::_InternalSerialize(*this, target, stream); |
| } |
| #else // PROTOBUF_CUSTOM_VTABLE |
| ABSL_ATTRIBUTE_REINITIALIZES void Clear() PROTOBUF_FINAL; |
| [[nodiscard]] ::size_t ByteSizeLong() const final; |
| [[nodiscard]] ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream) const final; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| [[nodiscard]] PROTOBUF_ALWAYS_INLINE_NODEBUG int GetCachedSize() |
| const { |
| return _impl_._cached_size_.Get(); |
| } |
| |
| private: |
| void SharedCtor(::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static void SharedDtor(MessageLite& self); |
| void InternalSwap(BoolValue* PROTOBUF_NONNULL other); |
| |
| private: |
| static ::absl::string_view FullMessageName() { return "google.protobuf.BoolValue"; } |
| |
| 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 |
| : BoolValue(arena) { |
| *this = ::std::move(from); |
| } |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL GetClassData() const PROTOBUF_FINAL; |
| static void* PROTOBUF_NONNULL PlacementNew_( |
| const void* PROTOBUF_NONNULL, void* PROTOBUF_NONNULL mem, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| static constexpr auto InternalNewImpl_(); |
| |
| public: |
| static constexpr auto InternalGenerateClassData_( |
| const MessageLite& prototype, |
| const ::google::protobuf::internal::TcParseTableBase* PROTOBUF_NULLABLE tc_table = nullptr); |
| |
| [[nodiscard]] ::google::protobuf::Metadata GetMetadata() const; |
| // nested types ---------------------------------------------------- |
| |
| // accessors ------------------------------------------------------- |
| enum : int { |
| kValueFieldNumber = 1, |
| }; |
| // bool value = 1; |
| void clear_value() ; |
| [[nodiscard]] bool value() const; |
| void set_value(bool value); |
| |
| private: |
| bool _internal_value() const; |
| void _internal_set_value(bool value); |
| |
| public: |
| // @@protoc_insertion_point(class_scope:google.protobuf.BoolValue) |
| private: |
| class _Internal; |
| #if defined(PROTOBUF_CUSTOM_VTABLE) |
| struct Helpers_ { |
| PROTOBUF_NODEBUG Helpers_(); |
| static void Clear(::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static::size_t ByteSizeLong(const ::google::protobuf::MessageLite& msg); |
| [[nodiscard]] static ::uint8_t* PROTOBUF_NONNULL _InternalSerialize( |
| const ::google::protobuf::MessageLite& msg, ::uint8_t* PROTOBUF_NONNULL target, |
| ::google::protobuf::io::EpsCopyOutputStream* PROTOBUF_NONNULL stream); |
| }; |
| #endif // PROTOBUF_CUSTOM_VTABLE |
| using ParseTableT_ = |
| ::google::protobuf::internal::TcParseTable<0, 1, |
| 0, 0, |
| 2>; |
| static constexpr ParseTableT_ InternalGenerateParseTable_( |
| const ::google::protobuf::internal::ClassData* PROTOBUF_NONNULL class_data); |
| friend class ::google::protobuf::internal::TcParser; |
| |
| friend class ::google::protobuf::MessageLite; |
| friend class ::google::protobuf::Arena; |
| friend ::google::protobuf::internal::PrivateAccess; |
| template <typename T> |
| friend class ::google::protobuf::Arena::InternalHelper; |
| using InternalArenaConstructable_ = void; |
| using DestructorSkippable_ = void; |
| struct Impl_ { |
| inline explicit constexpr Impl_(::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::internal::ConstantInitialized) noexcept; |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena); |
| inline explicit Impl_( |
| ::google::protobuf::internal::InternalVisibility visibility, |
| ::google::protobuf::Arena* PROTOBUF_NULLABLE arena, const Impl_& from, |
| const BoolValue& from_msg); |
| ::google::protobuf::internal::HasBits<1> _has_bits_; |
| ::google::protobuf::internal::CachedSize _cached_size_; |
| bool value_; |
| PROTOBUF_TSAN_DECLARE_MEMBER |
| }; |
| union { Impl_ _impl_; }; |
| friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto; |
| }; |
| |
| // =================================================================== |
| |
| |
| |
| |
| // =================================================================== |
| |
| |
| #ifdef __GNUC__ |
| #pragma GCC diagnostic push |
| #pragma GCC diagnostic ignored "-Wstrict-aliasing" |
| #endif // __GNUC__ |
| // ------------------------------------------------------------------- |
| |
| // DoubleValue |
| |
| // double value = 1; |
| inline void DoubleValue::clear_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = 0; |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } |
| inline double DoubleValue::value() const { |
| // @@protoc_insertion_point(field_get:google.protobuf.DoubleValue.value) |
| return _internal_value(); |
| } |
| inline void DoubleValue::set_value(double value) { |
| _internal_set_value(value); |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| // @@protoc_insertion_point(field_set:google.protobuf.DoubleValue.value) |
| } |
| inline double DoubleValue::_internal_value() const { |
| ::google::protobuf::internal::TSanRead(&_impl_); |
| return _impl_.value_; |
| } |
| inline void DoubleValue::_internal_set_value(double value) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = value; |
| } |
| |
| // ------------------------------------------------------------------- |
| |
| // FloatValue |
| |
| // float value = 1; |
| inline void FloatValue::clear_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = 0; |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } |
| inline float FloatValue::value() const { |
| // @@protoc_insertion_point(field_get:google.protobuf.FloatValue.value) |
| return _internal_value(); |
| } |
| inline void FloatValue::set_value(float value) { |
| _internal_set_value(value); |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| // @@protoc_insertion_point(field_set:google.protobuf.FloatValue.value) |
| } |
| inline float FloatValue::_internal_value() const { |
| ::google::protobuf::internal::TSanRead(&_impl_); |
| return _impl_.value_; |
| } |
| inline void FloatValue::_internal_set_value(float value) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = value; |
| } |
| |
| // ------------------------------------------------------------------- |
| |
| // Int64Value |
| |
| // int64 value = 1; |
| inline void Int64Value::clear_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = ::int64_t{0}; |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } |
| inline ::int64_t Int64Value::value() const { |
| // @@protoc_insertion_point(field_get:google.protobuf.Int64Value.value) |
| return _internal_value(); |
| } |
| inline void Int64Value::set_value(::int64_t value) { |
| _internal_set_value(value); |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| // @@protoc_insertion_point(field_set:google.protobuf.Int64Value.value) |
| } |
| inline ::int64_t Int64Value::_internal_value() const { |
| ::google::protobuf::internal::TSanRead(&_impl_); |
| return _impl_.value_; |
| } |
| inline void Int64Value::_internal_set_value(::int64_t value) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = value; |
| } |
| |
| // ------------------------------------------------------------------- |
| |
| // UInt64Value |
| |
| // uint64 value = 1; |
| inline void UInt64Value::clear_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = ::uint64_t{0u}; |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } |
| inline ::uint64_t UInt64Value::value() const { |
| // @@protoc_insertion_point(field_get:google.protobuf.UInt64Value.value) |
| return _internal_value(); |
| } |
| inline void UInt64Value::set_value(::uint64_t value) { |
| _internal_set_value(value); |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| // @@protoc_insertion_point(field_set:google.protobuf.UInt64Value.value) |
| } |
| inline ::uint64_t UInt64Value::_internal_value() const { |
| ::google::protobuf::internal::TSanRead(&_impl_); |
| return _impl_.value_; |
| } |
| inline void UInt64Value::_internal_set_value(::uint64_t value) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = value; |
| } |
| |
| // ------------------------------------------------------------------- |
| |
| // Int32Value |
| |
| // int32 value = 1; |
| inline void Int32Value::clear_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = 0; |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } |
| inline ::int32_t Int32Value::value() const { |
| // @@protoc_insertion_point(field_get:google.protobuf.Int32Value.value) |
| return _internal_value(); |
| } |
| inline void Int32Value::set_value(::int32_t value) { |
| _internal_set_value(value); |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| // @@protoc_insertion_point(field_set:google.protobuf.Int32Value.value) |
| } |
| inline ::int32_t Int32Value::_internal_value() const { |
| ::google::protobuf::internal::TSanRead(&_impl_); |
| return _impl_.value_; |
| } |
| inline void Int32Value::_internal_set_value(::int32_t value) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = value; |
| } |
| |
| // ------------------------------------------------------------------- |
| |
| // UInt32Value |
| |
| // uint32 value = 1; |
| inline void UInt32Value::clear_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = 0u; |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } |
| inline ::uint32_t UInt32Value::value() const { |
| // @@protoc_insertion_point(field_get:google.protobuf.UInt32Value.value) |
| return _internal_value(); |
| } |
| inline void UInt32Value::set_value(::uint32_t value) { |
| _internal_set_value(value); |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| // @@protoc_insertion_point(field_set:google.protobuf.UInt32Value.value) |
| } |
| inline ::uint32_t UInt32Value::_internal_value() const { |
| ::google::protobuf::internal::TSanRead(&_impl_); |
| return _impl_.value_; |
| } |
| inline void UInt32Value::_internal_set_value(::uint32_t value) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = value; |
| } |
| |
| // ------------------------------------------------------------------- |
| |
| // BoolValue |
| |
| // bool value = 1; |
| inline void BoolValue::clear_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = false; |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } |
| inline bool BoolValue::value() const { |
| // @@protoc_insertion_point(field_get:google.protobuf.BoolValue.value) |
| return _internal_value(); |
| } |
| inline void BoolValue::set_value(bool value) { |
| _internal_set_value(value); |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| // @@protoc_insertion_point(field_set:google.protobuf.BoolValue.value) |
| } |
| inline bool BoolValue::_internal_value() const { |
| ::google::protobuf::internal::TSanRead(&_impl_); |
| return _impl_.value_; |
| } |
| inline void BoolValue::_internal_set_value(bool value) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_ = value; |
| } |
| |
| // ------------------------------------------------------------------- |
| |
| // StringValue |
| |
| // string value = 1; |
| inline void StringValue::clear_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_.ClearToEmpty(); |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } |
| inline const ::std::string& StringValue::value() const |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| // @@protoc_insertion_point(field_get:google.protobuf.StringValue.value) |
| return _internal_value(); |
| } |
| template <typename Arg_, typename... Args_> |
| PROTOBUF_ALWAYS_INLINE void StringValue::set_value(Arg_&& arg, Args_... args) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| _impl_.value_.Set(static_cast<Arg_&&>(arg), args..., GetArena()); |
| // @@protoc_insertion_point(field_set:google.protobuf.StringValue.value) |
| } |
| inline ::std::string* PROTOBUF_NONNULL StringValue::mutable_value() |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| ::std::string* _s = _internal_mutable_value(); |
| // @@protoc_insertion_point(field_mutable:google.protobuf.StringValue.value) |
| return _s; |
| } |
| inline const ::std::string& StringValue::_internal_value() const { |
| ::google::protobuf::internal::TSanRead(&_impl_); |
| return _impl_.value_.Get(); |
| } |
| inline void StringValue::_internal_set_value(const ::std::string& value) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_.Set(value, GetArena()); |
| } |
| inline ::std::string* PROTOBUF_NONNULL StringValue::_internal_mutable_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| return _impl_.value_.Mutable( GetArena()); |
| } |
| inline ::std::string* PROTOBUF_NULLABLE StringValue::release_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| // @@protoc_insertion_point(field_release:google.protobuf.StringValue.value) |
| if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) { |
| return nullptr; |
| } |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| auto* released = _impl_.value_.Release(); |
| if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) { |
| _impl_.value_.Set("", GetArena()); |
| } |
| return released; |
| } |
| inline void StringValue::set_allocated_value(::std::string* PROTOBUF_NULLABLE value) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| if (value != nullptr) { |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } else { |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } |
| _impl_.value_.SetAllocated(value, GetArena()); |
| if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.value_.IsDefault()) { |
| _impl_.value_.Set("", GetArena()); |
| } |
| // @@protoc_insertion_point(field_set_allocated:google.protobuf.StringValue.value) |
| } |
| |
| // ------------------------------------------------------------------- |
| |
| // BytesValue |
| |
| // bytes value = 1; |
| inline void BytesValue::clear_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_.ClearToEmpty(); |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } |
| inline const ::std::string& BytesValue::value() const |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| // @@protoc_insertion_point(field_get:google.protobuf.BytesValue.value) |
| return _internal_value(); |
| } |
| template <typename Arg_, typename... Args_> |
| PROTOBUF_ALWAYS_INLINE void BytesValue::set_value(Arg_&& arg, Args_... args) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| _impl_.value_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArena()); |
| // @@protoc_insertion_point(field_set:google.protobuf.BytesValue.value) |
| } |
| inline ::std::string* PROTOBUF_NONNULL BytesValue::mutable_value() |
| ABSL_ATTRIBUTE_LIFETIME_BOUND { |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| ::std::string* _s = _internal_mutable_value(); |
| // @@protoc_insertion_point(field_mutable:google.protobuf.BytesValue.value) |
| return _s; |
| } |
| inline const ::std::string& BytesValue::_internal_value() const { |
| ::google::protobuf::internal::TSanRead(&_impl_); |
| return _impl_.value_.Get(); |
| } |
| inline void BytesValue::_internal_set_value(const ::std::string& value) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| _impl_.value_.Set(value, GetArena()); |
| } |
| inline ::std::string* PROTOBUF_NONNULL BytesValue::_internal_mutable_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| return _impl_.value_.Mutable( GetArena()); |
| } |
| inline ::std::string* PROTOBUF_NULLABLE BytesValue::release_value() { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| // @@protoc_insertion_point(field_release:google.protobuf.BytesValue.value) |
| if (!CheckHasBit(_impl_._has_bits_[0], 0x00000001U)) { |
| return nullptr; |
| } |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| auto* released = _impl_.value_.Release(); |
| if (::google::protobuf::internal::DebugHardenForceCopyDefaultString()) { |
| _impl_.value_.Set("", GetArena()); |
| } |
| return released; |
| } |
| inline void BytesValue::set_allocated_value(::std::string* PROTOBUF_NULLABLE value) { |
| ::google::protobuf::internal::TSanWrite(&_impl_); |
| if (value != nullptr) { |
| SetHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } else { |
| ClearHasBit(_impl_._has_bits_[0], 0x00000001U); |
| } |
| _impl_.value_.SetAllocated(value, GetArena()); |
| if (::google::protobuf::internal::DebugHardenForceCopyDefaultString() && _impl_.value_.IsDefault()) { |
| _impl_.value_.Set("", GetArena()); |
| } |
| // @@protoc_insertion_point(field_set_allocated:google.protobuf.BytesValue.value) |
| } |
| |
| #ifdef __GNUC__ |
| #pragma GCC diagnostic pop |
| #endif // __GNUC__ |
| |
| // @@protoc_insertion_point(namespace_scope) |
| } // namespace protobuf |
| } // namespace google |
| |
| |
| // @@protoc_insertion_point(global_scope) |
| |
| #include "google/protobuf/port_undef.inc" |
| // clang-format on |
| |
| #endif // google_2fprotobuf_2fwrappers_2eproto_2epb_2eh |