![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <paymentrequest.pb.h>
Public Member Functions | |
PaymentDetails () | |
virtual | ~PaymentDetails () |
PaymentDetails (const PaymentDetails &from) | |
PaymentDetails & | operator= (const PaymentDetails &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (PaymentDetails *other) |
PaymentDetails * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const PaymentDetails &from) |
void | MergeFrom (const PaymentDetails &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_network () const |
void | clear_network () |
const ::std::string & | network () const |
void | set_network (const ::std::string &value) |
void | set_network (const char *value) |
void | set_network (const char *value, size_t size) |
inline::std::string * | mutable_network () |
inline::std::string * | release_network () |
void | set_allocated_network (::std::string *network) |
int | outputs_size () const |
void | clear_outputs () |
const ::payments::Output & | outputs (int index) const |
inline::payments::Output * | mutable_outputs (int index) |
inline::payments::Output * | add_outputs () |
const ::google::protobuf::RepeatedPtrField< ::payments::Output > & | outputs () const |
inline::google::protobuf::RepeatedPtrField< ::payments::Output > * | mutable_outputs () |
bool | has_time () const |
void | clear_time () |
inline::google::protobuf::uint64 | time () const |
void | set_time (::google::protobuf::uint64 value) |
bool | has_expires () const |
void | clear_expires () |
inline::google::protobuf::uint64 | expires () const |
void | set_expires (::google::protobuf::uint64 value) |
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) |
bool | has_payment_url () const |
void | clear_payment_url () |
const ::std::string & | payment_url () const |
void | set_payment_url (const ::std::string &value) |
void | set_payment_url (const char *value) |
void | set_payment_url (const char *value, size_t size) |
inline::std::string * | mutable_payment_url () |
inline::std::string * | release_payment_url () |
void | set_allocated_payment_url (::std::string *payment_url) |
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) |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const PaymentDetails & | default_instance () |
Static Public Attributes | |
static const int | kNetworkFieldNumber = 1 |
static const int | kOutputsFieldNumber = 2 |
static const int | kTimeFieldNumber = 3 |
static const int | kExpiresFieldNumber = 4 |
static const int | kMemoFieldNumber = 5 |
static const int | kPaymentUrlFieldNumber = 6 |
static const int | kMerchantDataFieldNumber = 7 |
Private Member Functions | |
void | SharedCtor () |
void | SharedDtor () |
void | SetCachedSize (int size) const |
void | set_has_network () |
void | clear_has_network () |
void | set_has_time () |
void | clear_has_time () |
void | set_has_expires () |
void | clear_has_expires () |
void | set_has_memo () |
void | clear_has_memo () |
void | set_has_payment_url () |
void | clear_has_payment_url () |
void | set_has_merchant_data () |
void | clear_has_merchant_data () |
void | InitAsDefaultInstance () |
Private Attributes | |
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
::std::string * | network_ |
::google::protobuf::RepeatedPtrField< ::payments::Output > | outputs_ |
::google::protobuf::uint64 | time_ |
::google::protobuf::uint64 | expires_ |
::std::string * | memo_ |
::std::string * | payment_url_ |
::std::string * | merchant_data_ |
int | _cached_size_ |
::google::protobuf::uint32 | _has_bits_ [(7+31)/32] |
Static Private Attributes | |
::std::string * | _default_network_ = NULL |
static PaymentDetails * | default_instance_ = NULL |
Friends | |
void | protobuf_AddDesc_paymentrequest_2eproto () |
void | protobuf_AssignDesc_paymentrequest_2eproto () |
void | protobuf_ShutdownFile_paymentrequest_2eproto () |
Definition at line 142 of file paymentrequest.pb.h.
payments::PaymentDetails::PaymentDetails | ( | ) |
Definition at line 523 of file paymentrequest.pb.cc.
References SharedCtor().
Referenced by New().
|
virtual |
Definition at line 548 of file paymentrequest.pb.cc.
References SharedDtor().
payments::PaymentDetails::PaymentDetails | ( | const PaymentDetails & | from | ) |
Definition at line 531 of file paymentrequest.pb.cc.
References MergeFrom(), and SharedCtor().
|
inline |
Definition at line 955 of file paymentrequest.pb.h.
References outputs_.
Referenced by MergePartialFromCodedStream().
int payments::PaymentDetails::ByteSize | ( | ) | const |
Definition at line 873 of file paymentrequest.pb.cc.
References _cached_size_, _has_bits_, expires(), has_expires(), has_memo(), has_merchant_data(), has_network(), has_payment_url(), has_time(), memo(), merchant_data(), network(), outputs(), outputs_size(), payment_url(), time(), and unknown_fields().
void payments::PaymentDetails::Clear | ( | ) |
Definition at line 590 of file paymentrequest.pb.cc.
References _default_network_, _has_bits_, expires_, has_memo(), has_merchant_data(), has_network(), has_payment_url(), memo_, merchant_data_, mutable_unknown_fields(), network_, outputs_, payment_url_, and time_.
Referenced by CopyFrom().
|
inline |
Definition at line 999 of file paymentrequest.pb.h.
References clear_has_expires(), and expires_.
|
inlineprivate |
Definition at line 996 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_expires().
|
inlineprivate |
Definition at line 1018 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_memo(), release_memo(), and set_allocated_memo().
|
inlineprivate |
Definition at line 1158 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_merchant_data(), release_merchant_data(), and set_allocated_merchant_data().
|
inlineprivate |
Definition at line 879 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_network(), release_network(), and set_allocated_network().
|
inlineprivate |
Definition at line 1088 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_payment_url(), release_payment_url(), and set_allocated_payment_url().
|
inlineprivate |
Definition at line 974 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_time().
|
inline |
Definition at line 1021 of file paymentrequest.pb.h.
References clear_has_memo(), and memo_.
|
inline |
Definition at line 1161 of file paymentrequest.pb.h.
References clear_has_merchant_data(), and merchant_data_.
|
inline |
Definition at line 882 of file paymentrequest.pb.h.
References _default_network_, clear_has_network(), and network_.
|
inline |
Definition at line 946 of file paymentrequest.pb.h.
References outputs_.
|
inline |
Definition at line 1091 of file paymentrequest.pb.h.
References clear_has_payment_url(), and payment_url_.
|
inline |
Definition at line 977 of file paymentrequest.pb.h.
References clear_has_time(), and time_.
void payments::PaymentDetails::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 977 of file paymentrequest.pb.cc.
References Clear(), and MergeFrom().
Referenced by operator=().
void payments::PaymentDetails::CopyFrom | ( | const PaymentDetails & | from | ) |
Definition at line 983 of file paymentrequest.pb.cc.
References Clear(), and MergeFrom().
|
static |
Definition at line 579 of file paymentrequest.pb.cc.
References default_instance_, and protobuf_AddDesc_paymentrequest_2eproto.
|
static |
Definition at line 574 of file paymentrequest.pb.cc.
|
inline |
Definition at line 1003 of file paymentrequest.pb.h.
References expires_.
Referenced by ByteSize(), SendCoinsDialog::handlePaymentRequest(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 183 of file paymentrequest.pb.h.
References _cached_size_.
google::protobuf::Metadata payments::PaymentDetails::GetMetadata | ( | ) | const |
Definition at line 1013 of file paymentrequest.pb.cc.
|
inline |
Definition at line 990 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), SendCoinsDialog::handlePaymentRequest(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 1012 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), Clear(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 1152 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), Clear(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 873 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), Clear(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 1082 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), Clear(), PaymentServer::fetchPaymentACK(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 968 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
private |
Definition at line 528 of file paymentrequest.pb.cc.
Referenced by payments::protobuf_AddDesc_paymentrequest_2eproto().
bool payments::PaymentDetails::IsInitialized | ( | ) | const |
Definition at line 989 of file paymentrequest.pb.cc.
References _has_bits_, outputs(), and outputs_size().
|
inline |
Definition at line 1027 of file paymentrequest.pb.h.
References memo_.
Referenced by ByteSize(), MergeFrom(), MergePartialFromCodedStream(), PaymentServer::processPaymentRequest(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_memo().
|
inline |
Definition at line 1167 of file paymentrequest.pb.h.
References merchant_data_.
Referenced by ByteSize(), PaymentServer::fetchPaymentACK(), MergeFrom(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_merchant_data().
void payments::PaymentDetails::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 939 of file paymentrequest.pb.cc.
References source.
Referenced by CopyFrom(), and PaymentDetails().
void payments::PaymentDetails::MergeFrom | ( | const PaymentDetails & | from | ) |
Definition at line 951 of file paymentrequest.pb.cc.
References _has_bits_, expires(), has_expires(), has_memo(), has_merchant_data(), has_network(), has_payment_url(), has_time(), memo(), merchant_data(), mutable_unknown_fields(), network(), outputs_, payment_url(), set_expires(), set_memo(), set_merchant_data(), set_network(), set_payment_url(), set_time(), time(), and unknown_fields().
bool payments::PaymentDetails::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
Definition at line 620 of file paymentrequest.pb.cc.
References add_outputs(), Checkpoints::data, DO_, expires_, memo(), mutable_memo(), mutable_merchant_data(), mutable_network(), mutable_payment_url(), mutable_unknown_fields(), network(), payment_url(), set_has_expires(), set_has_time(), and time_.
|
inline |
Definition at line 1051 of file paymentrequest.pb.h.
References memo_, and set_has_memo().
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 1191 of file paymentrequest.pb.h.
References merchant_data_, and set_has_merchant_data().
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 912 of file paymentrequest.pb.h.
References _default_network_, network_, and set_has_network().
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 952 of file paymentrequest.pb.h.
References outputs_.
|
inline |
Definition at line 963 of file paymentrequest.pb.h.
References outputs_.
|
inline |
Definition at line 1121 of file paymentrequest.pb.h.
References payment_url_, and set_has_payment_url().
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 158 of file paymentrequest.pb.h.
References _unknown_fields_.
Referenced by Clear(), MergeFrom(), and MergePartialFromCodedStream().
|
inline |
Definition at line 888 of file paymentrequest.pb.h.
References network_.
Referenced by ByteSize(), PaymentServer::ipcParseCommandLine(), MergeFrom(), MergePartialFromCodedStream(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_network().
PaymentDetails * payments::PaymentDetails::New | ( | ) | const |
Definition at line 586 of file paymentrequest.pb.cc.
References PaymentDetails().
|
inline |
Definition at line 149 of file paymentrequest.pb.h.
References CopyFrom().
|
inline |
Definition at line 949 of file paymentrequest.pb.h.
References outputs_.
Referenced by PaymentRequestPlus::getPayTo(), and WalletModel::prepareTransaction().
|
inline |
Definition at line 959 of file paymentrequest.pb.h.
References outputs_.
Referenced by ByteSize(), IsInitialized(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 943 of file paymentrequest.pb.h.
References outputs_.
Referenced by ByteSize(), PaymentRequestPlus::getPayTo(), IsInitialized(), WalletModel::prepareTransaction(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 1097 of file paymentrequest.pb.h.
References payment_url_.
Referenced by ByteSize(), PaymentServer::fetchPaymentACK(), MergeFrom(), MergePartialFromCodedStream(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_payment_url().
|
inline |
Definition at line 1058 of file paymentrequest.pb.h.
References clear_has_memo(), and memo_.
|
inline |
Definition at line 1198 of file paymentrequest.pb.h.
References clear_has_merchant_data(), and merchant_data_.
|
inline |
Definition at line 919 of file paymentrequest.pb.h.
References _default_network_, clear_has_network(), and network_.
|
inline |
Definition at line 1128 of file paymentrequest.pb.h.
References clear_has_payment_url(), and payment_url_.
void payments::PaymentDetails::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
Definition at line 753 of file paymentrequest.pb.cc.
References Checkpoints::data, expires(), has_expires(), has_memo(), has_merchant_data(), has_network(), has_payment_url(), has_time(), memo(), merchant_data(), network(), outputs(), outputs_size(), payment_url(), time(), and unknown_fields().
google::protobuf::uint8 * payments::PaymentDetails::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
Definition at line 810 of file paymentrequest.pb.cc.
References Checkpoints::data, expires(), has_expires(), has_memo(), has_merchant_data(), has_network(), has_payment_url(), has_time(), memo(), merchant_data(), network(), outputs(), outputs_size(), payment_url(), time(), and unknown_fields().
|
inline |
Definition at line 1068 of file paymentrequest.pb.h.
References clear_has_memo(), memo(), memo_, and set_has_memo().
|
inline |
Definition at line 1208 of file paymentrequest.pb.h.
References clear_has_merchant_data(), merchant_data(), merchant_data_, and set_has_merchant_data().
|
inline |
Definition at line 929 of file paymentrequest.pb.h.
References _default_network_, clear_has_network(), network(), network_, and set_has_network().
|
inline |
Definition at line 1138 of file paymentrequest.pb.h.
References clear_has_payment_url(), payment_url(), payment_url_, and set_has_payment_url().
|
inline |
Definition at line 1006 of file paymentrequest.pb.h.
References expires_, and set_has_expires().
Referenced by MergeFrom().
|
inlineprivate |
Definition at line 993 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by MergePartialFromCodedStream(), and set_expires().
|
inlineprivate |
Definition at line 1015 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by mutable_memo(), set_allocated_memo(), and set_memo().
|
inlineprivate |
Definition at line 1155 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by mutable_merchant_data(), set_allocated_merchant_data(), and set_merchant_data().
|
inlineprivate |
Definition at line 876 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by mutable_network(), set_allocated_network(), and set_network().
|
inlineprivate |
Definition at line 1085 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by mutable_payment_url(), set_allocated_payment_url(), and set_payment_url().
|
inlineprivate |
Definition at line 971 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by MergePartialFromCodedStream(), and set_time().
|
inline |
Definition at line 1030 of file paymentrequest.pb.h.
References memo_, and set_has_memo().
Referenced by MergeFrom().
|
inline |
Definition at line 1037 of file paymentrequest.pb.h.
References memo_, and set_has_memo().
|
inline |
Definition at line 1044 of file paymentrequest.pb.h.
References memo_, and set_has_memo().
|
inline |
Definition at line 1170 of file paymentrequest.pb.h.
References merchant_data_, and set_has_merchant_data().
Referenced by MergeFrom().
|
inline |
Definition at line 1177 of file paymentrequest.pb.h.
References merchant_data_, and set_has_merchant_data().
|
inline |
Definition at line 1184 of file paymentrequest.pb.h.
References merchant_data_, and set_has_merchant_data().
|
inline |
Definition at line 891 of file paymentrequest.pb.h.
References _default_network_, network_, and set_has_network().
Referenced by MergeFrom().
|
inline |
Definition at line 898 of file paymentrequest.pb.h.
References _default_network_, network_, and set_has_network().
|
inline |
Definition at line 905 of file paymentrequest.pb.h.
References _default_network_, network_, and set_has_network().
|
inline |
Definition at line 1100 of file paymentrequest.pb.h.
References payment_url_, and set_has_payment_url().
Referenced by MergeFrom().
|
inline |
Definition at line 1107 of file paymentrequest.pb.h.
References payment_url_, and set_has_payment_url().
|
inline |
Definition at line 1114 of file paymentrequest.pb.h.
References payment_url_, and set_has_payment_url().
|
inline |
Definition at line 984 of file paymentrequest.pb.h.
References set_has_time(), and time_.
Referenced by MergeFrom().
|
private |
Definition at line 569 of file paymentrequest.pb.cc.
References _cached_size_.
|
private |
Definition at line 537 of file paymentrequest.pb.cc.
References _cached_size_, _default_network_, _has_bits_, expires_, memo_, merchant_data_, network_, payment_url_, and time_.
Referenced by PaymentDetails().
|
private |
Definition at line 552 of file paymentrequest.pb.cc.
References _default_network_, default_instance_, memo_, merchant_data_, network_, and payment_url_.
Referenced by ~PaymentDetails().
void payments::PaymentDetails::Swap | ( | PaymentDetails * | other | ) |
Definition at line 998 of file paymentrequest.pb.cc.
References _cached_size_, _has_bits_, _unknown_fields_, expires_, memo_, merchant_data_, network_, outputs_, payment_url_, and time_.
|
inline |
Definition at line 981 of file paymentrequest.pb.h.
References time_.
Referenced by ByteSize(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 154 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 296 of file paymentrequest.pb.h.
Referenced by ByteSize(), GetCachedSize(), SetCachedSize(), SharedCtor(), and Swap().
|
staticprivate |
Definition at line 288 of file paymentrequest.pb.h.
Referenced by Clear(), clear_network(), mutable_network(), payments::protobuf_AddDesc_paymentrequest_2eproto(), payments::protobuf_ShutdownFile_paymentrequest_2eproto(), release_network(), set_allocated_network(), set_network(), SharedCtor(), and SharedDtor().
|
private |
Definition at line 297 of file paymentrequest.pb.h.
Referenced by ByteSize(), Clear(), clear_has_expires(), clear_has_memo(), clear_has_merchant_data(), clear_has_network(), clear_has_payment_url(), clear_has_time(), has_expires(), has_memo(), has_merchant_data(), has_network(), has_payment_url(), has_time(), IsInitialized(), MergeFrom(), set_has_expires(), set_has_memo(), set_has_merchant_data(), set_has_network(), set_has_payment_url(), set_has_time(), SharedCtor(), and Swap().
|
private |
Definition at line 285 of file paymentrequest.pb.h.
Referenced by mutable_unknown_fields(), Swap(), and unknown_fields().
|
staticprivate |
Definition at line 304 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().
|
private |
Definition at line 291 of file paymentrequest.pb.h.
Referenced by Clear(), clear_expires(), expires(), MergePartialFromCodedStream(), set_expires(), SharedCtor(), and Swap().
|
static |
Definition at line 230 of file paymentrequest.pb.h.
|
static |
Definition at line 237 of file paymentrequest.pb.h.
|
static |
Definition at line 261 of file paymentrequest.pb.h.
|
static |
Definition at line 199 of file paymentrequest.pb.h.
|
static |
Definition at line 211 of file paymentrequest.pb.h.
|
static |
Definition at line 249 of file paymentrequest.pb.h.
|
static |
Definition at line 223 of file paymentrequest.pb.h.
|
private |
Definition at line 292 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 294 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 287 of file paymentrequest.pb.h.
Referenced by Clear(), clear_network(), mutable_network(), network(), release_network(), set_allocated_network(), set_network(), SharedCtor(), SharedDtor(), and Swap().
|
private |
Definition at line 289 of file paymentrequest.pb.h.
Referenced by add_outputs(), Clear(), clear_outputs(), MergeFrom(), mutable_outputs(), outputs(), outputs_size(), and Swap().
|
private |
Definition at line 293 of file paymentrequest.pb.h.
Referenced by Clear(), clear_payment_url(), mutable_payment_url(), payment_url(), release_payment_url(), set_allocated_payment_url(), set_payment_url(), SharedCtor(), SharedDtor(), and Swap().
|
private |
Definition at line 290 of file paymentrequest.pb.h.
Referenced by Clear(), clear_time(), MergePartialFromCodedStream(), set_time(), SharedCtor(), Swap(), and time().