![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <paymentrequest.pb.h>
Public Member Functions | |
Payment () | |
virtual | ~Payment () |
Payment (const Payment &from) | |
Payment & | operator= (const Payment &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Payment *other) |
Payment * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const Payment &from) |
void | MergeFrom (const Payment &from) |
void | Clear () |
bool | IsInitialized () const |
int | ByteSize () const |
bool | MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input) |
void | SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const |
::google::protobuf::uint8 * | SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const |
int | GetCachedSize () const |
::google::protobuf::Metadata | GetMetadata () const |
bool | has_merchant_data () const |
void | clear_merchant_data () |
const ::std::string & | merchant_data () const |
void | set_merchant_data (const ::std::string &value) |
void | set_merchant_data (const char *value) |
void | set_merchant_data (const void *value, size_t size) |
inline::std::string * | mutable_merchant_data () |
inline::std::string * | release_merchant_data () |
void | set_allocated_merchant_data (::std::string *merchant_data) |
int | transactions_size () const |
void | clear_transactions () |
const ::std::string & | transactions (int index) const |
inline::std::string * | mutable_transactions (int index) |
void | set_transactions (int index, const ::std::string &value) |
void | set_transactions (int index, const char *value) |
void | set_transactions (int index, const void *value, size_t size) |
inline::std::string * | add_transactions () |
void | add_transactions (const ::std::string &value) |
void | add_transactions (const char *value) |
void | add_transactions (const void *value, size_t size) |
const ::google::protobuf::RepeatedPtrField< ::std::string > & | transactions () const |
inline::google::protobuf::RepeatedPtrField< ::std::string > * | mutable_transactions () |
int | refund_to_size () const |
void | clear_refund_to () |
const ::payments::Output & | refund_to (int index) const |
inline::payments::Output * | mutable_refund_to (int index) |
inline::payments::Output * | add_refund_to () |
const ::google::protobuf::RepeatedPtrField< ::payments::Output > & | refund_to () const |
inline::google::protobuf::RepeatedPtrField< ::payments::Output > * | mutable_refund_to () |
bool | has_memo () const |
void | clear_memo () |
const ::std::string & | memo () const |
void | set_memo (const ::std::string &value) |
void | set_memo (const char *value) |
void | set_memo (const char *value, size_t size) |
inline::std::string * | mutable_memo () |
inline::std::string * | release_memo () |
void | set_allocated_memo (::std::string *memo) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const Payment & | default_instance () |
Static Public Attributes | |
static const int | kMerchantDataFieldNumber = 1 |
static const int | kTransactionsFieldNumber = 2 |
static const int | kRefundToFieldNumber = 3 |
static const int | kMemoFieldNumber = 4 |
Private Member Functions | |
void | SharedCtor () |
void | SharedDtor () |
void | SetCachedSize (int size) const |
void | set_has_merchant_data () |
void | clear_has_merchant_data () |
void | set_has_memo () |
void | clear_has_memo () |
void | InitAsDefaultInstance () |
Private Attributes | |
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
::std::string * | merchant_data_ |
::google::protobuf::RepeatedPtrField< ::std::string > | transactions_ |
::google::protobuf::RepeatedPtrField< ::payments::Output > | refund_to_ |
::std::string * | memo_ |
int | _cached_size_ |
::google::protobuf::uint32 | _has_bits_ [(4+31)/32] |
Static Private Attributes | |
static Payment * | default_instance_ = NULL |
Friends | |
void | protobuf_AddDesc_paymentrequest_2eproto () |
void | protobuf_AssignDesc_paymentrequest_2eproto () |
void | protobuf_ShutdownFile_paymentrequest_2eproto () |
Definition at line 540 of file paymentrequest.pb.h.
payments::Payment::Payment | ( | ) |
Definition at line 1643 of file paymentrequest.pb.cc.
References SharedCtor().
Referenced by New().
|
virtual |
Definition at line 1664 of file paymentrequest.pb.cc.
References SharedDtor().
payments::Payment::Payment | ( | const Payment & | from | ) |
Definition at line 1651 of file paymentrequest.pb.cc.
References MergeFrom(), and SharedCtor().
|
inline |
Definition at line 1706 of file paymentrequest.pb.h.
References refund_to_.
Referenced by PaymentServer::fetchPaymentACK(), and MergePartialFromCodedStream().
|
inline |
Definition at line 1672 of file paymentrequest.pb.h.
References transactions_.
Referenced by PaymentServer::fetchPaymentACK(), and MergePartialFromCodedStream().
|
inline |
Definition at line 1675 of file paymentrequest.pb.h.
References transactions_.
|
inline |
Definition at line 1678 of file paymentrequest.pb.h.
References transactions_.
|
inline |
Definition at line 1681 of file paymentrequest.pb.h.
References transactions_.
int payments::Payment::ByteSize | ( | ) | const |
Definition at line 1875 of file paymentrequest.pb.cc.
References _cached_size_, _has_bits_, has_memo(), has_merchant_data(), memo(), merchant_data(), refund_to(), refund_to_size(), transactions(), transactions_size(), and unknown_fields().
Referenced by PaymentServer::fetchPaymentACK().
void payments::Payment::Clear | ( | ) |
Definition at line 1700 of file paymentrequest.pb.cc.
References _has_bits_, has_memo(), has_merchant_data(), memo_, merchant_data_, mutable_unknown_fields(), refund_to_, and transactions_.
Referenced by CopyFrom().
|
inlineprivate |
Definition at line 1725 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_memo(), release_memo(), and set_allocated_memo().
|
inlineprivate |
Definition at line 1586 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_merchant_data(), release_merchant_data(), and set_allocated_merchant_data().
|
inline |
Definition at line 1728 of file paymentrequest.pb.h.
References clear_has_memo(), and memo_.
|
inline |
Definition at line 1589 of file paymentrequest.pb.h.
References clear_has_merchant_data(), and merchant_data_.
|
inline |
Definition at line 1697 of file paymentrequest.pb.h.
References refund_to_.
|
inline |
Definition at line 1653 of file paymentrequest.pb.h.
References transactions_.
void payments::Payment::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 1947 of file paymentrequest.pb.cc.
References Clear(), and MergeFrom().
Referenced by operator=().
void payments::Payment::CopyFrom | ( | const Payment & | from | ) |
Definition at line 1953 of file paymentrequest.pb.cc.
References Clear(), and MergeFrom().
|
static |
Definition at line 1689 of file paymentrequest.pb.cc.
References default_instance_, and protobuf_AddDesc_paymentrequest_2eproto.
Referenced by payments::PaymentACK::InitAsDefaultInstance().
|
static |
Definition at line 1684 of file paymentrequest.pb.cc.
|
inline |
Definition at line 581 of file paymentrequest.pb.h.
References _cached_size_.
google::protobuf::Metadata payments::Payment::GetMetadata | ( | ) | const |
Definition at line 1979 of file paymentrequest.pb.cc.
|
inline |
Definition at line 1719 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), Clear(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 1580 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), Clear(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
private |
Definition at line 1648 of file paymentrequest.pb.cc.
Referenced by payments::protobuf_AddDesc_paymentrequest_2eproto().
bool payments::Payment::IsInitialized | ( | ) | const |
Definition at line 1959 of file paymentrequest.pb.cc.
References refund_to(), and refund_to_size().
|
inline |
Definition at line 1734 of file paymentrequest.pb.h.
References memo_.
Referenced by ByteSize(), MergeFrom(), MergePartialFromCodedStream(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_memo().
|
inline |
Definition at line 1595 of file paymentrequest.pb.h.
References merchant_data_.
Referenced by ByteSize(), MergeFrom(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_merchant_data().
void payments::Payment::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 1920 of file paymentrequest.pb.cc.
References source.
Referenced by CopyFrom(), and Payment().
void payments::Payment::MergeFrom | ( | const Payment & | from | ) |
Definition at line 1932 of file paymentrequest.pb.cc.
References _has_bits_, has_memo(), has_merchant_data(), memo(), merchant_data(), mutable_unknown_fields(), refund_to_, set_memo(), set_merchant_data(), transactions_, and unknown_fields().
bool payments::Payment::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
Definition at line 1719 of file paymentrequest.pb.cc.
References add_refund_to(), add_transactions(), Checkpoints::data, DO_, memo(), mutable_memo(), mutable_merchant_data(), and mutable_unknown_fields().
|
inline |
Definition at line 1758 of file paymentrequest.pb.h.
References memo_, and set_has_memo().
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 1619 of file paymentrequest.pb.h.
References merchant_data_, and set_has_merchant_data().
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 1703 of file paymentrequest.pb.h.
References refund_to_.
|
inline |
Definition at line 1714 of file paymentrequest.pb.h.
References refund_to_.
|
inline |
Definition at line 1659 of file paymentrequest.pb.h.
References transactions_.
|
inline |
Definition at line 1689 of file paymentrequest.pb.h.
References transactions_.
|
inline |
Definition at line 556 of file paymentrequest.pb.h.
References _unknown_fields_.
Referenced by Clear(), MergeFrom(), and MergePartialFromCodedStream().
Payment * payments::Payment::New | ( | ) | const |
Definition at line 1696 of file paymentrequest.pb.cc.
References Payment().
Definition at line 547 of file paymentrequest.pb.h.
References CopyFrom().
|
inline |
Definition at line 1700 of file paymentrequest.pb.h.
References refund_to_.
|
inline |
Definition at line 1710 of file paymentrequest.pb.h.
References refund_to_.
Referenced by ByteSize(), IsInitialized(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 1694 of file paymentrequest.pb.h.
References refund_to_.
Referenced by ByteSize(), IsInitialized(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 1765 of file paymentrequest.pb.h.
References clear_has_memo(), and memo_.
|
inline |
Definition at line 1626 of file paymentrequest.pb.h.
References clear_has_merchant_data(), and merchant_data_.
void payments::Payment::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
Definition at line 1801 of file paymentrequest.pb.cc.
References Checkpoints::data, has_memo(), has_merchant_data(), memo(), merchant_data(), refund_to(), refund_to_size(), transactions(), transactions_size(), and unknown_fields().
google::protobuf::uint8 * payments::Payment::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
Definition at line 1836 of file paymentrequest.pb.cc.
References Checkpoints::data, has_memo(), has_merchant_data(), memo(), merchant_data(), refund_to(), refund_to_size(), transactions(), transactions_size(), and unknown_fields().
|
inline |
Definition at line 1775 of file paymentrequest.pb.h.
References clear_has_memo(), memo(), memo_, and set_has_memo().
|
inline |
Definition at line 1636 of file paymentrequest.pb.h.
References clear_has_merchant_data(), merchant_data(), merchant_data_, and set_has_merchant_data().
|
inlineprivate |
Definition at line 1722 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by mutable_memo(), set_allocated_memo(), and set_memo().
|
inlineprivate |
Definition at line 1583 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by mutable_merchant_data(), set_allocated_merchant_data(), and set_merchant_data().
|
inline |
Definition at line 1737 of file paymentrequest.pb.h.
References memo_, and set_has_memo().
Referenced by MergeFrom().
|
inline |
Definition at line 1744 of file paymentrequest.pb.h.
References memo_, and set_has_memo().
|
inline |
Definition at line 1751 of file paymentrequest.pb.h.
References memo_, and set_has_memo().
|
inline |
Definition at line 1598 of file paymentrequest.pb.h.
References merchant_data_, and set_has_merchant_data().
Referenced by PaymentServer::fetchPaymentACK(), and MergeFrom().
|
inline |
Definition at line 1605 of file paymentrequest.pb.h.
References merchant_data_, and set_has_merchant_data().
|
inline |
Definition at line 1612 of file paymentrequest.pb.h.
References merchant_data_, and set_has_merchant_data().
|
inline |
Definition at line 1662 of file paymentrequest.pb.h.
References transactions_.
|
inline |
Definition at line 1665 of file paymentrequest.pb.h.
References transactions_.
Definition at line 1668 of file paymentrequest.pb.h.
References transactions_.
|
private |
Definition at line 1679 of file paymentrequest.pb.cc.
References _cached_size_.
|
private |
Definition at line 1657 of file paymentrequest.pb.cc.
References _cached_size_, _has_bits_, memo_, and merchant_data_.
Referenced by Payment().
|
private |
Definition at line 1668 of file paymentrequest.pb.cc.
References default_instance_, memo_, and merchant_data_.
Referenced by ~Payment().
void payments::Payment::Swap | ( | Payment * | other | ) |
Definition at line 1967 of file paymentrequest.pb.cc.
References _cached_size_, _has_bits_, _unknown_fields_, memo_, merchant_data_, refund_to_, and transactions_.
|
inline |
Definition at line 1656 of file paymentrequest.pb.h.
References transactions_.
|
inline |
Definition at line 1685 of file paymentrequest.pb.h.
References transactions_.
Referenced by ByteSize(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 1650 of file paymentrequest.pb.h.
References transactions_.
Referenced by ByteSize(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 552 of file paymentrequest.pb.h.
References _unknown_fields_.
Referenced by ByteSize(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
friend |
Definition at line 201 of file paymentrequest.pb.cc.
Referenced by default_instance().
|
friend |
Definition at line 45 of file paymentrequest.pb.cc.
|
friend |
Definition at line 184 of file paymentrequest.pb.cc.
|
mutableprivate |
Definition at line 660 of file paymentrequest.pb.h.
Referenced by ByteSize(), GetCachedSize(), SetCachedSize(), SharedCtor(), and Swap().
|
private |
Definition at line 661 of file paymentrequest.pb.h.
Referenced by ByteSize(), Clear(), clear_has_memo(), clear_has_merchant_data(), has_memo(), has_merchant_data(), MergeFrom(), set_has_memo(), set_has_merchant_data(), SharedCtor(), and Swap().
|
private |
Definition at line 653 of file paymentrequest.pb.h.
Referenced by mutable_unknown_fields(), Swap(), and unknown_fields().
|
staticprivate |
Definition at line 668 of file paymentrequest.pb.h.
Referenced by default_instance(), payments::protobuf_AddDesc_paymentrequest_2eproto(), payments::protobuf_AssignDesc_paymentrequest_2eproto(), payments::protobuf_ShutdownFile_paymentrequest_2eproto(), and SharedDtor().
|
static |
Definition at line 637 of file paymentrequest.pb.h.
|
static |
Definition at line 597 of file paymentrequest.pb.h.
|
static |
Definition at line 625 of file paymentrequest.pb.h.
|
static |
Definition at line 609 of file paymentrequest.pb.h.
|
private |
Definition at line 658 of file paymentrequest.pb.h.
Referenced by Clear(), clear_memo(), memo(), mutable_memo(), release_memo(), set_allocated_memo(), set_memo(), SharedCtor(), SharedDtor(), and Swap().
|
private |
Definition at line 655 of file paymentrequest.pb.h.
Referenced by Clear(), clear_merchant_data(), merchant_data(), mutable_merchant_data(), release_merchant_data(), set_allocated_merchant_data(), set_merchant_data(), SharedCtor(), SharedDtor(), and Swap().
|
private |
Definition at line 657 of file paymentrequest.pb.h.
Referenced by add_refund_to(), Clear(), clear_refund_to(), MergeFrom(), mutable_refund_to(), refund_to(), refund_to_size(), and Swap().
|
private |
Definition at line 656 of file paymentrequest.pb.h.
Referenced by add_transactions(), Clear(), clear_transactions(), MergeFrom(), mutable_transactions(), set_transactions(), Swap(), transactions(), and transactions_size().