323 lines
12 KiB
C++
323 lines
12 KiB
C++
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: purchase.proto
|
|
|
|
#ifndef GOOGLE_PROTOBUF_INCLUDED_purchase_2eproto
|
|
#define GOOGLE_PROTOBUF_INCLUDED_purchase_2eproto
|
|
|
|
#include <limits>
|
|
#include <string>
|
|
|
|
#include <google/protobuf/port_def.inc>
|
|
#if PROTOBUF_VERSION < 3012000
|
|
#error This file was generated by a newer version of protoc which is
|
|
#error incompatible with your Protocol Buffer headers. Please update
|
|
#error your headers.
|
|
#endif
|
|
#if 3012004 < PROTOBUF_MIN_PROTOC_VERSION
|
|
#error This file was generated by an older version of protoc which is
|
|
#error incompatible with your Protocol Buffer headers. Please
|
|
#error regenerate this file with a newer version of protoc.
|
|
#endif
|
|
|
|
#include <google/protobuf/port_undef.inc>
|
|
#include <google/protobuf/io/coded_stream.h>
|
|
#include <google/protobuf/arena.h>
|
|
#include <google/protobuf/arenastring.h>
|
|
#include <google/protobuf/generated_message_table_driven.h>
|
|
#include <google/protobuf/generated_message_util.h>
|
|
#include <google/protobuf/inlined_string_field.h>
|
|
#include <google/protobuf/metadata_lite.h>
|
|
#include <google/protobuf/generated_message_reflection.h>
|
|
#include <google/protobuf/message.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)
|
|
#include <google/protobuf/port_def.inc>
|
|
#define PROTOBUF_INTERNAL_EXPORT_purchase_2eproto
|
|
PROTOBUF_NAMESPACE_OPEN
|
|
namespace internal {
|
|
class AnyMetadata;
|
|
} // namespace internal
|
|
PROTOBUF_NAMESPACE_CLOSE
|
|
|
|
// Internal implementation detail -- do not use these members.
|
|
struct TableStruct_purchase_2eproto {
|
|
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
|
|
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
|
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
|
|
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
|
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
|
|
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
|
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
|
|
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
|
|
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
|
|
};
|
|
extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_purchase_2eproto;
|
|
namespace pb {
|
|
class Purchase;
|
|
class PurchaseDefaultTypeInternal;
|
|
extern PurchaseDefaultTypeInternal _Purchase_default_instance_;
|
|
} // namespace pb
|
|
PROTOBUF_NAMESPACE_OPEN
|
|
template<> ::pb::Purchase* Arena::CreateMaybeMessage<::pb::Purchase>(Arena*);
|
|
PROTOBUF_NAMESPACE_CLOSE
|
|
namespace pb {
|
|
|
|
// ===================================================================
|
|
|
|
class Purchase PROTOBUF_FINAL :
|
|
public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:pb.Purchase) */ {
|
|
public:
|
|
inline Purchase() : Purchase(nullptr) {};
|
|
virtual ~Purchase();
|
|
|
|
Purchase(const Purchase& from);
|
|
Purchase(Purchase&& from) noexcept
|
|
: Purchase() {
|
|
*this = ::std::move(from);
|
|
}
|
|
|
|
inline Purchase& operator=(const Purchase& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
inline Purchase& operator=(Purchase&& from) noexcept {
|
|
if (GetArena() == from.GetArena()) {
|
|
if (this != &from) InternalSwap(&from);
|
|
} else {
|
|
CopyFrom(from);
|
|
}
|
|
return *this;
|
|
}
|
|
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
|
|
return GetDescriptor();
|
|
}
|
|
static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
|
|
return GetMetadataStatic().descriptor;
|
|
}
|
|
static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
|
|
return GetMetadataStatic().reflection;
|
|
}
|
|
static const Purchase& default_instance();
|
|
|
|
static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
|
|
static inline const Purchase* internal_default_instance() {
|
|
return reinterpret_cast<const Purchase*>(
|
|
&_Purchase_default_instance_);
|
|
}
|
|
static constexpr int kIndexInFileMessages =
|
|
0;
|
|
|
|
friend void swap(Purchase& a, Purchase& b) {
|
|
a.Swap(&b);
|
|
}
|
|
inline void Swap(Purchase* other) {
|
|
if (other == this) return;
|
|
if (GetArena() == other->GetArena()) {
|
|
InternalSwap(other);
|
|
} else {
|
|
::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
|
|
}
|
|
}
|
|
void UnsafeArenaSwap(Purchase* other) {
|
|
if (other == this) return;
|
|
GOOGLE_DCHECK(GetArena() == other->GetArena());
|
|
InternalSwap(other);
|
|
}
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
inline Purchase* New() const final {
|
|
return CreateMaybeMessage<Purchase>(nullptr);
|
|
}
|
|
|
|
Purchase* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
|
|
return CreateMaybeMessage<Purchase>(arena);
|
|
}
|
|
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
|
|
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
|
|
void CopyFrom(const Purchase& from);
|
|
void MergeFrom(const Purchase& from);
|
|
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
|
|
bool IsInitialized() const final;
|
|
|
|
size_t ByteSizeLong() const final;
|
|
const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
|
|
::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
|
|
::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
|
|
int GetCachedSize() const final { return _cached_size_.Get(); }
|
|
|
|
private:
|
|
inline void SharedCtor();
|
|
inline void SharedDtor();
|
|
void SetCachedSize(int size) const final;
|
|
void InternalSwap(Purchase* other);
|
|
friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
|
|
static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
|
|
return "pb.Purchase";
|
|
}
|
|
protected:
|
|
explicit Purchase(::PROTOBUF_NAMESPACE_ID::Arena* arena);
|
|
private:
|
|
static void ArenaDtor(void* object);
|
|
inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
|
|
public:
|
|
|
|
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
|
|
private:
|
|
static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
|
|
::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_purchase_2eproto);
|
|
return ::descriptor_table_purchase_2eproto.file_level_metadata[kIndexInFileMessages];
|
|
}
|
|
|
|
public:
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
enum : int {
|
|
kClaimHashFieldNumber = 1,
|
|
};
|
|
// bytes claim_hash = 1;
|
|
void clear_claim_hash();
|
|
const std::string& claim_hash() const;
|
|
void set_claim_hash(const std::string& value);
|
|
void set_claim_hash(std::string&& value);
|
|
void set_claim_hash(const char* value);
|
|
void set_claim_hash(const void* value, size_t size);
|
|
std::string* mutable_claim_hash();
|
|
std::string* release_claim_hash();
|
|
void set_allocated_claim_hash(std::string* claim_hash);
|
|
GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
|
|
" string fields are deprecated and will be removed in a"
|
|
" future release.")
|
|
std::string* unsafe_arena_release_claim_hash();
|
|
GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
|
|
" string fields are deprecated and will be removed in a"
|
|
" future release.")
|
|
void unsafe_arena_set_allocated_claim_hash(
|
|
std::string* claim_hash);
|
|
private:
|
|
const std::string& _internal_claim_hash() const;
|
|
void _internal_set_claim_hash(const std::string& value);
|
|
std::string* _internal_mutable_claim_hash();
|
|
public:
|
|
|
|
// @@protoc_insertion_point(class_scope:pb.Purchase)
|
|
private:
|
|
class _Internal;
|
|
|
|
template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
|
|
typedef void InternalArenaConstructable_;
|
|
typedef void DestructorSkippable_;
|
|
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr claim_hash_;
|
|
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
|
|
friend struct ::TableStruct_purchase_2eproto;
|
|
};
|
|
// ===================================================================
|
|
|
|
|
|
// ===================================================================
|
|
|
|
#ifdef __GNUC__
|
|
#pragma GCC diagnostic push
|
|
#pragma GCC diagnostic ignored "-Wstrict-aliasing"
|
|
#endif // __GNUC__
|
|
// Purchase
|
|
|
|
// bytes claim_hash = 1;
|
|
inline void Purchase::clear_claim_hash() {
|
|
claim_hash_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
|
|
}
|
|
inline const std::string& Purchase::claim_hash() const {
|
|
// @@protoc_insertion_point(field_get:pb.Purchase.claim_hash)
|
|
return _internal_claim_hash();
|
|
}
|
|
inline void Purchase::set_claim_hash(const std::string& value) {
|
|
_internal_set_claim_hash(value);
|
|
// @@protoc_insertion_point(field_set:pb.Purchase.claim_hash)
|
|
}
|
|
inline std::string* Purchase::mutable_claim_hash() {
|
|
// @@protoc_insertion_point(field_mutable:pb.Purchase.claim_hash)
|
|
return _internal_mutable_claim_hash();
|
|
}
|
|
inline const std::string& Purchase::_internal_claim_hash() const {
|
|
return claim_hash_.Get();
|
|
}
|
|
inline void Purchase::_internal_set_claim_hash(const std::string& value) {
|
|
|
|
claim_hash_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
|
|
}
|
|
inline void Purchase::set_claim_hash(std::string&& value) {
|
|
|
|
claim_hash_.Set(
|
|
&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArena());
|
|
// @@protoc_insertion_point(field_set_rvalue:pb.Purchase.claim_hash)
|
|
}
|
|
inline void Purchase::set_claim_hash(const char* value) {
|
|
GOOGLE_DCHECK(value != nullptr);
|
|
|
|
claim_hash_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(value),
|
|
GetArena());
|
|
// @@protoc_insertion_point(field_set_char:pb.Purchase.claim_hash)
|
|
}
|
|
inline void Purchase::set_claim_hash(const void* value,
|
|
size_t size) {
|
|
|
|
claim_hash_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::string(
|
|
reinterpret_cast<const char*>(value), size), GetArena());
|
|
// @@protoc_insertion_point(field_set_pointer:pb.Purchase.claim_hash)
|
|
}
|
|
inline std::string* Purchase::_internal_mutable_claim_hash() {
|
|
|
|
return claim_hash_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
|
|
}
|
|
inline std::string* Purchase::release_claim_hash() {
|
|
// @@protoc_insertion_point(field_release:pb.Purchase.claim_hash)
|
|
return claim_hash_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
|
|
}
|
|
inline void Purchase::set_allocated_claim_hash(std::string* claim_hash) {
|
|
if (claim_hash != nullptr) {
|
|
|
|
} else {
|
|
|
|
}
|
|
claim_hash_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), claim_hash,
|
|
GetArena());
|
|
// @@protoc_insertion_point(field_set_allocated:pb.Purchase.claim_hash)
|
|
}
|
|
inline std::string* Purchase::unsafe_arena_release_claim_hash() {
|
|
// @@protoc_insertion_point(field_unsafe_arena_release:pb.Purchase.claim_hash)
|
|
GOOGLE_DCHECK(GetArena() != nullptr);
|
|
|
|
return claim_hash_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
|
|
GetArena());
|
|
}
|
|
inline void Purchase::unsafe_arena_set_allocated_claim_hash(
|
|
std::string* claim_hash) {
|
|
GOOGLE_DCHECK(GetArena() != nullptr);
|
|
if (claim_hash != nullptr) {
|
|
|
|
} else {
|
|
|
|
}
|
|
claim_hash_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
|
|
claim_hash, GetArena());
|
|
// @@protoc_insertion_point(field_unsafe_arena_set_allocated:pb.Purchase.claim_hash)
|
|
}
|
|
|
|
#ifdef __GNUC__
|
|
#pragma GCC diagnostic pop
|
|
#endif // __GNUC__
|
|
|
|
// @@protoc_insertion_point(namespace_scope)
|
|
|
|
} // namespace pb
|
|
|
|
// @@protoc_insertion_point(global_scope)
|
|
|
|
#include <google/protobuf/port_undef.inc>
|
|
#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_purchase_2eproto
|