![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <paymentrequest.pb.h>
Public Member Functions | |
Output () | |
virtual | ~Output () |
Output (const Output &from) | |
Output & | operator= (const Output &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (Output *other) |
Output * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const Output &from) |
void | MergeFrom (const Output &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_amount () const |
void | clear_amount () |
inline::google::protobuf::uint64 | amount () const |
void | set_amount (::google::protobuf::uint64 value) |
bool | has_script () const |
void | clear_script () |
const ::std::string & | script () const |
void | set_script (const ::std::string &value) |
void | set_script (const char *value) |
void | set_script (const void *value, size_t size) |
inline::std::string * | mutable_script () |
inline::std::string * | release_script () |
void | set_allocated_script (::std::string *script) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const Output & | default_instance () |
Static Public Attributes | |
static const int | kAmountFieldNumber = 1 |
static const int | kScriptFieldNumber = 2 |
Private Member Functions | |
void | SharedCtor () |
void | SharedDtor () |
void | SetCachedSize (int size) const |
void | set_has_amount () |
void | clear_has_amount () |
void | set_has_script () |
void | clear_has_script () |
void | InitAsDefaultInstance () |
Private Attributes | |
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
::google::protobuf::uint64 | amount_ |
::std::string * | script_ |
int | _cached_size_ |
::google::protobuf::uint32 | _has_bits_ [(2+31)/32] |
Static Private Attributes | |
static Output * | default_instance_ = NULL |
Friends | |
void | protobuf_AddDesc_paymentrequest_2eproto () |
void | protobuf_AssignDesc_paymentrequest_2eproto () |
void | protobuf_ShutdownFile_paymentrequest_2eproto () |
Definition at line 45 of file paymentrequest.pb.h.
payments::Output::Output | ( | ) |
Definition at line 260 of file paymentrequest.pb.cc.
References SharedCtor().
Referenced by New().
|
virtual |
Definition at line 281 of file paymentrequest.pb.cc.
References SharedDtor().
payments::Output::Output | ( | const Output & | from | ) |
Definition at line 268 of file paymentrequest.pb.cc.
References MergeFrom(), and SharedCtor().
|
inline |
Definition at line 790 of file paymentrequest.pb.h.
References amount_.
Referenced by ByteSize(), PaymentRequestPlus::getPayTo(), MergeFrom(), WalletModel::prepareTransaction(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
int payments::Output::ByteSize | ( | ) | const |
Definition at line 418 of file paymentrequest.pb.cc.
References _cached_size_, _has_bits_, amount(), has_amount(), has_script(), script(), and unknown_fields().
void payments::Output::Clear | ( | ) |
Definition at line 314 of file paymentrequest.pb.cc.
References _has_bits_, amount_, has_script(), mutable_unknown_fields(), and script_.
Referenced by CopyFrom().
|
inline |
Definition at line 786 of file paymentrequest.pb.h.
References amount_, and clear_has_amount().
|
inlineprivate |
Definition at line 783 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_amount().
|
inlineprivate |
Definition at line 805 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_script(), release_script(), and set_allocated_script().
|
inline |
Definition at line 808 of file paymentrequest.pb.h.
References clear_has_script(), and script_.
void payments::Output::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 473 of file paymentrequest.pb.cc.
References Clear(), and MergeFrom().
Referenced by operator=().
void payments::Output::CopyFrom | ( | const Output & | from | ) |
Definition at line 479 of file paymentrequest.pb.cc.
References Clear(), and MergeFrom().
|
static |
Definition at line 303 of file paymentrequest.pb.cc.
References default_instance_, and protobuf_AddDesc_paymentrequest_2eproto.
|
static |
Definition at line 298 of file paymentrequest.pb.cc.
|
inline |
Definition at line 86 of file paymentrequest.pb.h.
References _cached_size_.
google::protobuf::Metadata payments::Output::GetMetadata | ( | ) | const |
Definition at line 501 of file paymentrequest.pb.cc.
|
inline |
Definition at line 777 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 799 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), Clear(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
private |
Definition at line 265 of file paymentrequest.pb.cc.
Referenced by payments::protobuf_AddDesc_paymentrequest_2eproto().
bool payments::Output::IsInitialized | ( | ) | const |
Definition at line 485 of file paymentrequest.pb.cc.
References _has_bits_.
void payments::Output::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 448 of file paymentrequest.pb.cc.
References source.
Referenced by CopyFrom(), and Output().
void payments::Output::MergeFrom | ( | const Output & | from | ) |
Definition at line 460 of file paymentrequest.pb.cc.
References _has_bits_, amount(), has_amount(), has_script(), mutable_unknown_fields(), script(), set_amount(), set_script(), and unknown_fields().
bool payments::Output::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
Definition at line 327 of file paymentrequest.pb.cc.
References amount_, DO_, mutable_script(), mutable_unknown_fields(), and set_has_amount().
|
inline |
Definition at line 838 of file paymentrequest.pb.h.
References script_, and set_has_script().
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 61 of file paymentrequest.pb.h.
References _unknown_fields_.
Referenced by Clear(), MergeFrom(), and MergePartialFromCodedStream().
Output * payments::Output::New | ( | ) | const |
Definition at line 310 of file paymentrequest.pb.cc.
References Output().
Definition at line 52 of file paymentrequest.pb.h.
References CopyFrom().
|
inline |
Definition at line 845 of file paymentrequest.pb.h.
References clear_has_script(), and script_.
|
inline |
Definition at line 814 of file paymentrequest.pb.h.
References script_.
Referenced by ByteSize(), PaymentRequestPlus::getPayTo(), MergeFrom(), WalletModel::prepareTransaction(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_script().
void payments::Output::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
Definition at line 378 of file paymentrequest.pb.cc.
References amount(), has_amount(), has_script(), script(), and unknown_fields().
google::protobuf::uint8 * payments::Output::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
Definition at line 397 of file paymentrequest.pb.cc.
References amount(), has_amount(), has_script(), script(), and unknown_fields().
|
inline |
Definition at line 855 of file paymentrequest.pb.h.
References clear_has_script(), script(), script_, and set_has_script().
|
inline |
Definition at line 793 of file paymentrequest.pb.h.
References amount_, and set_has_amount().
Referenced by MergeFrom().
|
inlineprivate |
Definition at line 780 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by MergePartialFromCodedStream(), and set_amount().
|
inlineprivate |
Definition at line 802 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by mutable_script(), set_allocated_script(), and set_script().
|
inline |
Definition at line 817 of file paymentrequest.pb.h.
References script_, and set_has_script().
Referenced by PaymentServer::fetchPaymentACK(), and MergeFrom().
|
inline |
Definition at line 824 of file paymentrequest.pb.h.
References script_, and set_has_script().
|
inline |
Definition at line 831 of file paymentrequest.pb.h.
References script_, and set_has_script().
|
private |
Definition at line 293 of file paymentrequest.pb.cc.
References _cached_size_.
|
private |
Definition at line 274 of file paymentrequest.pb.cc.
References _cached_size_, _has_bits_, amount_, and script_.
Referenced by Output().
|
private |
Definition at line 285 of file paymentrequest.pb.cc.
References default_instance_, and script_.
Referenced by ~Output().
void payments::Output::Swap | ( | Output * | other | ) |
Definition at line 491 of file paymentrequest.pb.cc.
References _cached_size_, _has_bits_, _unknown_fields_, amount_, and script_.
|
inline |
Definition at line 57 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 130 of file paymentrequest.pb.h.
Referenced by ByteSize(), GetCachedSize(), SetCachedSize(), SharedCtor(), and Swap().
|
private |
Definition at line 131 of file paymentrequest.pb.h.
Referenced by ByteSize(), Clear(), clear_has_amount(), clear_has_script(), has_amount(), has_script(), IsInitialized(), MergeFrom(), set_has_amount(), set_has_script(), SharedCtor(), and Swap().
|
private |
Definition at line 125 of file paymentrequest.pb.h.
Referenced by mutable_unknown_fields(), Swap(), and unknown_fields().
|
private |
Definition at line 127 of file paymentrequest.pb.h.
Referenced by amount(), Clear(), clear_amount(), MergePartialFromCodedStream(), set_amount(), SharedCtor(), and Swap().
|
staticprivate |
Definition at line 138 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 102 of file paymentrequest.pb.h.
|
static |
Definition at line 109 of file paymentrequest.pb.h.
|
private |
Definition at line 128 of file paymentrequest.pb.h.
Referenced by Clear(), clear_script(), mutable_script(), release_script(), script(), set_allocated_script(), set_script(), SharedCtor(), SharedDtor(), and Swap().