![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <paymentrequest.pb.h>
Public Member Functions | |
PaymentACK () | |
virtual | ~PaymentACK () |
PaymentACK (const PaymentACK &from) | |
PaymentACK & | operator= (const PaymentACK &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline ::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (PaymentACK *other) |
PaymentACK * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const PaymentACK &from) |
void | MergeFrom (const PaymentACK &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_payment () const |
void | clear_payment () |
const ::payments::Payment & | payment () const |
inline ::payments::Payment * | mutable_payment () |
inline ::payments::Payment * | release_payment () |
void | set_allocated_payment (::payments::Payment *payment) |
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 PaymentACK & | default_instance () |
Static Public Attributes | |
static const int | kPaymentFieldNumber = 1 |
static const int | kMemoFieldNumber = 2 |
Private Member Functions | |
void | SharedCtor () |
void | SharedDtor () |
void | SetCachedSize (int size) const |
void | set_has_payment () |
void | clear_has_payment () |
void | set_has_memo () |
void | clear_has_memo () |
void | InitAsDefaultInstance () |
Private Attributes | |
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
::google::protobuf::uint32 | _has_bits_ [1] |
int | _cached_size_ |
::payments::Payment * | payment_ |
::std::string * | memo_ |
Static Private Attributes | |
static PaymentACK * | default_instance_ = NULL |
Friends | |
void | protobuf_AddDesc_paymentrequest_2eproto () |
void | protobuf_AssignDesc_paymentrequest_2eproto () |
void | protobuf_ShutdownFile_paymentrequest_2eproto () |
Definition at line 657 of file paymentrequest.pb.h.
payments::PaymentACK::PaymentACK | ( | ) |
Definition at line 2090 of file paymentrequest.pb.cc.
Referenced by New().
|
virtual |
Definition at line 2115 of file paymentrequest.pb.cc.
payments::PaymentACK::PaymentACK | ( | const PaymentACK & | from | ) |
Definition at line 2100 of file paymentrequest.pb.cc.
int payments::PaymentACK::ByteSize | ( | ) | const |
Definition at line 2281 of file paymentrequest.pb.cc.
void payments::PaymentACK::Clear | ( | ) |
Definition at line 2150 of file paymentrequest.pb.cc.
Referenced by CopyFrom().
|
inlineprivate |
Definition at line 1926 of file paymentrequest.pb.h.
Referenced by clear_memo(), release_memo(), and set_allocated_memo().
|
inlineprivate |
Definition at line 1885 of file paymentrequest.pb.h.
Referenced by clear_payment(), release_payment(), and set_allocated_payment().
|
inline |
Definition at line 1929 of file paymentrequest.pb.h.
|
inline |
Definition at line 1888 of file paymentrequest.pb.h.
void payments::PaymentACK::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 2336 of file paymentrequest.pb.cc.
Referenced by operator=().
void payments::PaymentACK::CopyFrom | ( | const PaymentACK & | from | ) |
Definition at line 2342 of file paymentrequest.pb.cc.
|
static |
Definition at line 2139 of file paymentrequest.pb.cc.
|
static |
Definition at line 2134 of file paymentrequest.pb.cc.
|
inline |
Definition at line 698 of file paymentrequest.pb.h.
google::protobuf::Metadata payments::PaymentACK::GetMetadata | ( | ) | const |
Definition at line 2367 of file paymentrequest.pb.cc.
|
inline |
Definition at line 1920 of file paymentrequest.pb.h.
Referenced by ByteSize(), Clear(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 1879 of file paymentrequest.pb.h.
Referenced by ByteSize(), Clear(), IsInitialized(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
private |
Definition at line 2096 of file paymentrequest.pb.cc.
Referenced by payments::protobuf_AddDesc_paymentrequest_2eproto().
bool payments::PaymentACK::IsInitialized | ( | ) | const |
Definition at line 2348 of file paymentrequest.pb.cc.
|
inline |
Definition at line 1935 of file paymentrequest.pb.h.
Referenced by ByteSize(), MergeFrom(), MergePartialFromCodedStream(), PaymentServer::netRequestFinished(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_memo().
void payments::PaymentACK::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 2311 of file paymentrequest.pb.cc.
Referenced by CopyFrom(), and PaymentACK().
void payments::PaymentACK::MergeFrom | ( | const PaymentACK & | from | ) |
Definition at line 2323 of file paymentrequest.pb.cc.
bool payments::PaymentACK::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
Definition at line 2165 of file paymentrequest.pb.cc.
|
inline |
Definition at line 1963 of file paymentrequest.pb.h.
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 1896 of file paymentrequest.pb.h.
Referenced by MergeFrom(), and MergePartialFromCodedStream().
|
inline |
Definition at line 673 of file paymentrequest.pb.h.
Referenced by Clear(), MergeFrom(), and MergePartialFromCodedStream().
PaymentACK * payments::PaymentACK::New | ( | ) | const |
Definition at line 2146 of file paymentrequest.pb.cc.
|
inline |
Definition at line 664 of file paymentrequest.pb.h.
|
inline |
Definition at line 1892 of file paymentrequest.pb.h.
Referenced by ByteSize(), IsInitialized(), MergeFrom(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_payment().
|
inline |
Definition at line 1971 of file paymentrequest.pb.h.
|
inline |
Definition at line 1902 of file paymentrequest.pb.h.
void payments::PaymentACK::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
Definition at line 2226 of file paymentrequest.pb.cc.
google::protobuf::uint8 * payments::PaymentACK::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
Definition at line 2252 of file paymentrequest.pb.cc.
|
inline |
Definition at line 1981 of file paymentrequest.pb.h.
|
inline |
Definition at line 1908 of file paymentrequest.pb.h.
|
inlineprivate |
Definition at line 1923 of file paymentrequest.pb.h.
Referenced by mutable_memo(), set_allocated_memo(), and set_memo().
|
inlineprivate |
Definition at line 1882 of file paymentrequest.pb.h.
Referenced by mutable_payment(), and set_allocated_payment().
|
inline |
Definition at line 1939 of file paymentrequest.pb.h.
Referenced by MergeFrom().
|
inline |
Definition at line 1947 of file paymentrequest.pb.h.
|
inline |
Definition at line 1955 of file paymentrequest.pb.h.
|
private |
Definition at line 2129 of file paymentrequest.pb.cc.
|
private |
Definition at line 2107 of file paymentrequest.pb.cc.
Referenced by PaymentACK().
|
private |
Definition at line 2120 of file paymentrequest.pb.cc.
Referenced by ~PaymentACK().
void payments::PaymentACK::Swap | ( | PaymentACK * | other | ) |
Definition at line 2357 of file paymentrequest.pb.cc.
|
inline |
Definition at line 669 of file paymentrequest.pb.h.
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 741 of file paymentrequest.pb.h.
Referenced by ByteSize(), GetCachedSize(), SetCachedSize(), SharedCtor(), and Swap().
|
private |
Definition at line 740 of file paymentrequest.pb.h.
Referenced by ByteSize(), Clear(), clear_has_memo(), clear_has_payment(), has_memo(), has_payment(), IsInitialized(), MergeFrom(), set_has_memo(), set_has_payment(), SharedCtor(), and Swap().
|
private |
Definition at line 738 of file paymentrequest.pb.h.
Referenced by mutable_unknown_fields(), Swap(), and unknown_fields().
|
staticprivate |
Definition at line 749 of file paymentrequest.pb.h.
Referenced by default_instance(), payment(), payments::protobuf_AddDesc_paymentrequest_2eproto(), payments::protobuf_AssignDesc_paymentrequest_2eproto(), payments::protobuf_ShutdownFile_paymentrequest_2eproto(), and SharedDtor().
|
static |
Definition at line 722 of file paymentrequest.pb.h.
|
static |
Definition at line 713 of file paymentrequest.pb.h.
|
private |
Definition at line 743 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 742 of file paymentrequest.pb.h.
Referenced by Clear(), clear_payment(), InitAsDefaultInstance(), mutable_payment(), payment(), release_payment(), set_allocated_payment(), SharedCtor(), SharedDtor(), and Swap().