258 lines
8.9 KiB
C++
258 lines
8.9 KiB
C++
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: purchase.proto
|
|
|
|
#ifndef PROTOBUF_INCLUDED_purchase_2eproto
|
|
#define PROTOBUF_INCLUDED_purchase_2eproto
|
|
|
|
#include <limits>
|
|
#include <string>
|
|
|
|
#include <google/protobuf/port_def.inc>
|
|
#if PROTOBUF_VERSION < 3007000
|
|
#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 3007000 < 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.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
|
|
|
|
// Internal implementation detail -- do not use these members.
|
|
struct TableStruct_purchase_2eproto {
|
|
static const ::google::protobuf::internal::ParseTableField entries[]
|
|
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
|
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
|
|
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
|
static const ::google::protobuf::internal::ParseTable schema[1]
|
|
PROTOBUF_SECTION_VARIABLE(protodesc_cold);
|
|
static const ::google::protobuf::internal::FieldMetadata field_metadata[];
|
|
static const ::google::protobuf::internal::SerializationTable serialization_table[];
|
|
static const ::google::protobuf::uint32 offsets[];
|
|
};
|
|
void AddDescriptors_purchase_2eproto();
|
|
namespace pb {
|
|
class Purchase;
|
|
class PurchaseDefaultTypeInternal;
|
|
extern PurchaseDefaultTypeInternal _Purchase_default_instance_;
|
|
} // namespace pb
|
|
namespace google {
|
|
namespace protobuf {
|
|
template<> ::pb::Purchase* Arena::CreateMaybeMessage<::pb::Purchase>(Arena*);
|
|
} // namespace protobuf
|
|
} // namespace google
|
|
namespace pb {
|
|
|
|
// ===================================================================
|
|
|
|
class Purchase final :
|
|
public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:pb.Purchase) */ {
|
|
public:
|
|
Purchase();
|
|
virtual ~Purchase();
|
|
|
|
Purchase(const Purchase& from);
|
|
|
|
inline Purchase& operator=(const Purchase& from) {
|
|
CopyFrom(from);
|
|
return *this;
|
|
}
|
|
#if LANG_CXX11
|
|
Purchase(Purchase&& from) noexcept
|
|
: Purchase() {
|
|
*this = ::std::move(from);
|
|
}
|
|
|
|
inline Purchase& operator=(Purchase&& from) noexcept {
|
|
if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
|
|
if (this != &from) InternalSwap(&from);
|
|
} else {
|
|
CopyFrom(from);
|
|
}
|
|
return *this;
|
|
}
|
|
#endif
|
|
static const ::google::protobuf::Descriptor* descriptor() {
|
|
return default_instance().GetDescriptor();
|
|
}
|
|
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;
|
|
|
|
void Swap(Purchase* other);
|
|
friend void swap(Purchase& a, Purchase& b) {
|
|
a.Swap(&b);
|
|
}
|
|
|
|
// implements Message ----------------------------------------------
|
|
|
|
inline Purchase* New() const final {
|
|
return CreateMaybeMessage<Purchase>(nullptr);
|
|
}
|
|
|
|
Purchase* New(::google::protobuf::Arena* arena) const final {
|
|
return CreateMaybeMessage<Purchase>(arena);
|
|
}
|
|
void CopyFrom(const ::google::protobuf::Message& from) final;
|
|
void MergeFrom(const ::google::protobuf::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;
|
|
#if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
|
|
static const char* _InternalParse(const char* begin, const char* end, void* object, ::google::protobuf::internal::ParseContext* ctx);
|
|
::google::protobuf::internal::ParseFunc _ParseFunc() const final { return _InternalParse; }
|
|
#else
|
|
bool MergePartialFromCodedStream(
|
|
::google::protobuf::io::CodedInputStream* input) final;
|
|
#endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
|
|
void SerializeWithCachedSizes(
|
|
::google::protobuf::io::CodedOutputStream* output) const final;
|
|
::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray(
|
|
::google::protobuf::uint8* target) const final;
|
|
int GetCachedSize() const final { return _cached_size_.Get(); }
|
|
|
|
private:
|
|
void SharedCtor();
|
|
void SharedDtor();
|
|
void SetCachedSize(int size) const final;
|
|
void InternalSwap(Purchase* other);
|
|
private:
|
|
inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
|
|
return nullptr;
|
|
}
|
|
inline void* MaybeArenaPtr() const {
|
|
return nullptr;
|
|
}
|
|
public:
|
|
|
|
::google::protobuf::Metadata GetMetadata() const final;
|
|
|
|
// nested types ----------------------------------------------------
|
|
|
|
// accessors -------------------------------------------------------
|
|
|
|
// bytes claim_hash = 1;
|
|
void clear_claim_hash();
|
|
static const int kClaimHashFieldNumber = 1;
|
|
const ::std::string& claim_hash() const;
|
|
void set_claim_hash(const ::std::string& value);
|
|
#if LANG_CXX11
|
|
void set_claim_hash(::std::string&& value);
|
|
#endif
|
|
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);
|
|
|
|
// @@protoc_insertion_point(class_scope:pb.Purchase)
|
|
private:
|
|
class HasBitSetters;
|
|
|
|
::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
|
|
::google::protobuf::internal::ArenaStringPtr claim_hash_;
|
|
mutable ::google::protobuf::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_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
}
|
|
inline const ::std::string& Purchase::claim_hash() const {
|
|
// @@protoc_insertion_point(field_get:pb.Purchase.claim_hash)
|
|
return claim_hash_.GetNoArena();
|
|
}
|
|
inline void Purchase::set_claim_hash(const ::std::string& value) {
|
|
|
|
claim_hash_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
|
|
// @@protoc_insertion_point(field_set:pb.Purchase.claim_hash)
|
|
}
|
|
#if LANG_CXX11
|
|
inline void Purchase::set_claim_hash(::std::string&& value) {
|
|
|
|
claim_hash_.SetNoArena(
|
|
&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::move(value));
|
|
// @@protoc_insertion_point(field_set_rvalue:pb.Purchase.claim_hash)
|
|
}
|
|
#endif
|
|
inline void Purchase::set_claim_hash(const char* value) {
|
|
GOOGLE_DCHECK(value != nullptr);
|
|
|
|
claim_hash_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
|
|
// @@protoc_insertion_point(field_set_char:pb.Purchase.claim_hash)
|
|
}
|
|
inline void Purchase::set_claim_hash(const void* value, size_t size) {
|
|
|
|
claim_hash_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(),
|
|
::std::string(reinterpret_cast<const char*>(value), size));
|
|
// @@protoc_insertion_point(field_set_pointer:pb.Purchase.claim_hash)
|
|
}
|
|
inline ::std::string* Purchase::mutable_claim_hash() {
|
|
|
|
// @@protoc_insertion_point(field_mutable:pb.Purchase.claim_hash)
|
|
return claim_hash_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
}
|
|
inline ::std::string* Purchase::release_claim_hash() {
|
|
// @@protoc_insertion_point(field_release:pb.Purchase.claim_hash)
|
|
|
|
return claim_hash_.ReleaseNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
|
|
}
|
|
inline void Purchase::set_allocated_claim_hash(::std::string* claim_hash) {
|
|
if (claim_hash != nullptr) {
|
|
|
|
} else {
|
|
|
|
}
|
|
claim_hash_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), claim_hash);
|
|
// @@protoc_insertion_point(field_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 // PROTOBUF_INCLUDED_purchase_2eproto
|