![]() |
Master Core
v0.0.9 - 49a5c0d97abf09ef2911ddfe8d9551df59f9efd3-dirty
|
#include <paymentrequest.pb.h>
Inheritance diagram for payments::PaymentRequest:
Collaboration diagram for payments::PaymentRequest:Public Member Functions | |
| PaymentRequest () | |
| virtual | ~PaymentRequest () |
| PaymentRequest (const PaymentRequest &from) | |
| PaymentRequest & | operator= (const PaymentRequest &from) |
| const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
| inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
| void | Swap (PaymentRequest *other) |
| PaymentRequest * | New () const |
| void | CopyFrom (const ::google::protobuf::Message &from) |
| void | MergeFrom (const ::google::protobuf::Message &from) |
| void | CopyFrom (const PaymentRequest &from) |
| void | MergeFrom (const PaymentRequest &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_details_version () const |
| void | clear_payment_details_version () |
| inline::google::protobuf::uint32 | payment_details_version () const |
| void | set_payment_details_version (::google::protobuf::uint32 value) |
| bool | has_pki_type () const |
| void | clear_pki_type () |
| const ::std::string & | pki_type () const |
| void | set_pki_type (const ::std::string &value) |
| void | set_pki_type (const char *value) |
| void | set_pki_type (const char *value, size_t size) |
| inline::std::string * | mutable_pki_type () |
| inline::std::string * | release_pki_type () |
| void | set_allocated_pki_type (::std::string *pki_type) |
| bool | has_pki_data () const |
| void | clear_pki_data () |
| const ::std::string & | pki_data () const |
| void | set_pki_data (const ::std::string &value) |
| void | set_pki_data (const char *value) |
| void | set_pki_data (const void *value, size_t size) |
| inline::std::string * | mutable_pki_data () |
| inline::std::string * | release_pki_data () |
| void | set_allocated_pki_data (::std::string *pki_data) |
| bool | has_serialized_payment_details () const |
| void | clear_serialized_payment_details () |
| const ::std::string & | serialized_payment_details () const |
| void | set_serialized_payment_details (const ::std::string &value) |
| void | set_serialized_payment_details (const char *value) |
| void | set_serialized_payment_details (const void *value, size_t size) |
| inline::std::string * | mutable_serialized_payment_details () |
| inline::std::string * | release_serialized_payment_details () |
| void | set_allocated_serialized_payment_details (::std::string *serialized_payment_details) |
| bool | has_signature () const |
| void | clear_signature () |
| const ::std::string & | signature () const |
| void | set_signature (const ::std::string &value) |
| void | set_signature (const char *value) |
| void | set_signature (const void *value, size_t size) |
| inline::std::string * | mutable_signature () |
| inline::std::string * | release_signature () |
| void | set_allocated_signature (::std::string *signature) |
Static Public Member Functions | |
| static const ::google::protobuf::Descriptor * | descriptor () |
| static const PaymentRequest & | default_instance () |
Static Public Attributes | |
| static const int | kPaymentDetailsVersionFieldNumber = 1 |
| static const int | kPkiTypeFieldNumber = 2 |
| static const int | kPkiDataFieldNumber = 3 |
| static const int | kSerializedPaymentDetailsFieldNumber = 4 |
| static const int | kSignatureFieldNumber = 5 |
Private Member Functions | |
| void | SharedCtor () |
| void | SharedDtor () |
| void | SetCachedSize (int size) const |
| void | set_has_payment_details_version () |
| void | clear_has_payment_details_version () |
| void | set_has_pki_type () |
| void | clear_has_pki_type () |
| void | set_has_pki_data () |
| void | clear_has_pki_data () |
| void | set_has_serialized_payment_details () |
| void | clear_has_serialized_payment_details () |
| void | set_has_signature () |
| void | clear_has_signature () |
| void | InitAsDefaultInstance () |
Private Attributes | |
| ::google::protobuf::UnknownFieldSet | _unknown_fields_ |
| ::std::string * | pki_type_ |
| ::std::string * | pki_data_ |
| ::std::string * | serialized_payment_details_ |
| ::std::string * | signature_ |
| ::google::protobuf::uint32 | payment_details_version_ |
| int | _cached_size_ |
| ::google::protobuf::uint32 | _has_bits_ [(5+31)/32] |
Static Private Attributes | |
| ::std::string * | _default_pki_type_ = NULL |
| static PaymentRequest * | default_instance_ = NULL |
Friends | |
| void | protobuf_AddDesc_paymentrequest_2eproto () |
| void | protobuf_AssignDesc_paymentrequest_2eproto () |
| void | protobuf_ShutdownFile_paymentrequest_2eproto () |
Definition at line 308 of file paymentrequest.pb.h.
| payments::PaymentRequest::PaymentRequest | ( | ) |
Definition at line 1033 of file paymentrequest.pb.cc.
References SharedCtor().
Referenced by New().
Here is the call graph for this function:
Here is the caller graph for this function:
|
virtual |
Definition at line 1057 of file paymentrequest.pb.cc.
References SharedDtor().
Here is the call graph for this function:| payments::PaymentRequest::PaymentRequest | ( | const PaymentRequest & | from | ) |
Definition at line 1041 of file paymentrequest.pb.cc.
References MergeFrom(), and SharedCtor().
Here is the call graph for this function:| int payments::PaymentRequest::ByteSize | ( | ) | const |
Definition at line 1308 of file paymentrequest.pb.cc.
References _cached_size_, _has_bits_, has_payment_details_version(), has_pki_data(), has_pki_type(), has_serialized_payment_details(), has_signature(), payment_details_version(), pki_data(), pki_type(), serialized_payment_details(), signature(), and unknown_fields().
Here is the call graph for this function:| void payments::PaymentRequest::Clear | ( | ) |
Definition at line 1099 of file paymentrequest.pb.cc.
References _default_pki_type_, _has_bits_, has_pki_data(), has_pki_type(), has_serialized_payment_details(), has_signature(), mutable_unknown_fields(), payment_details_version_, pki_data_, pki_type_, serialized_payment_details_, and signature_.
Referenced by CopyFrom(), and PaymentRequestPlus::parse().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1232 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_payment_details_version().
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1324 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_pki_data(), release_pki_data(), and set_allocated_pki_data().
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1254 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_pki_type(), release_pki_type(), and set_allocated_pki_type().
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1394 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_serialized_payment_details(), release_serialized_payment_details(), and set_allocated_serialized_payment_details().
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1464 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by clear_signature(), release_signature(), and set_allocated_signature().
Here is the caller graph for this function:
|
inline |
Definition at line 1235 of file paymentrequest.pb.h.
References clear_has_payment_details_version(), and payment_details_version_.
Here is the call graph for this function:
|
inline |
Definition at line 1327 of file paymentrequest.pb.h.
References clear_has_pki_data(), and pki_data_.
Here is the call graph for this function:
|
inline |
Definition at line 1257 of file paymentrequest.pb.h.
References _default_pki_type_, clear_has_pki_type(), and pki_type_.
Here is the call graph for this function:
|
inline |
Definition at line 1397 of file paymentrequest.pb.h.
References clear_has_serialized_payment_details(), and serialized_payment_details_.
Here is the call graph for this function:
|
inline |
Definition at line 1467 of file paymentrequest.pb.h.
References clear_has_signature(), and signature_.
Here is the call graph for this function:| void payments::PaymentRequest::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 1393 of file paymentrequest.pb.cc.
References Clear(), and MergeFrom().
Referenced by operator=().
Here is the call graph for this function:
Here is the caller graph for this function:| void payments::PaymentRequest::CopyFrom | ( | const PaymentRequest & | from | ) |
Definition at line 1399 of file paymentrequest.pb.cc.
References Clear(), and MergeFrom().
Here is the call graph for this function:
|
static |
Definition at line 1088 of file paymentrequest.pb.cc.
References default_instance_, and protobuf_AddDesc_paymentrequest_2eproto.
|
static |
Definition at line 1083 of file paymentrequest.pb.cc.
|
inline |
Definition at line 349 of file paymentrequest.pb.h.
References _cached_size_.
| google::protobuf::Metadata payments::PaymentRequest::GetMetadata | ( | ) | const |
Definition at line 1424 of file paymentrequest.pb.cc.
|
inline |
Definition at line 1226 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
Here is the caller graph for this function:
|
inline |
Definition at line 1318 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), Clear(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
Here is the caller graph for this function:
|
inline |
Definition at line 1248 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), Clear(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
Here is the caller graph for this function:
|
inline |
Definition at line 1388 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), Clear(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
Here is the caller graph for this function:
|
inline |
Definition at line 1458 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by ByteSize(), Clear(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
Here is the caller graph for this function:
|
private |
Definition at line 1038 of file paymentrequest.pb.cc.
Referenced by payments::protobuf_AddDesc_paymentrequest_2eproto().
Here is the caller graph for this function:| bool payments::PaymentRequest::IsInitialized | ( | ) | const |
Definition at line 1405 of file paymentrequest.pb.cc.
References _has_bits_.
Referenced by PaymentRequestPlus::IsInitialized().
Here is the caller graph for this function:| void payments::PaymentRequest::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 1359 of file paymentrequest.pb.cc.
References source.
Referenced by CopyFrom(), and PaymentRequest().
Here is the caller graph for this function:| void payments::PaymentRequest::MergeFrom | ( | const PaymentRequest & | from | ) |
Definition at line 1371 of file paymentrequest.pb.cc.
References _has_bits_, has_payment_details_version(), has_pki_data(), has_pki_type(), has_serialized_payment_details(), has_signature(), mutable_unknown_fields(), payment_details_version(), pki_data(), pki_type(), serialized_payment_details(), set_payment_details_version(), set_pki_data(), set_pki_type(), set_serialized_payment_details(), set_signature(), signature(), and unknown_fields().
Here is the call graph for this function:| bool payments::PaymentRequest::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
Definition at line 1127 of file paymentrequest.pb.cc.
References Checkpoints::data, DO_, mutable_pki_data(), mutable_pki_type(), mutable_serialized_payment_details(), mutable_signature(), mutable_unknown_fields(), payment_details_version_, pki_type(), and set_has_payment_details_version().
Here is the call graph for this function:
|
inline |
Definition at line 1357 of file paymentrequest.pb.h.
References pki_data_, and set_has_pki_data().
Referenced by MergePartialFromCodedStream().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1287 of file paymentrequest.pb.h.
References _default_pki_type_, pki_type_, and set_has_pki_type().
Referenced by MergePartialFromCodedStream().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1427 of file paymentrequest.pb.h.
References serialized_payment_details_, and set_has_serialized_payment_details().
Referenced by MergePartialFromCodedStream().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1497 of file paymentrequest.pb.h.
References set_has_signature(), and signature_.
Referenced by MergePartialFromCodedStream().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 324 of file paymentrequest.pb.h.
References _unknown_fields_.
Referenced by Clear(), MergeFrom(), and MergePartialFromCodedStream().
Here is the caller graph for this function:| PaymentRequest * payments::PaymentRequest::New | ( | ) | const |
Definition at line 1095 of file paymentrequest.pb.cc.
References PaymentRequest().
Here is the call graph for this function:
|
inline |
Definition at line 315 of file paymentrequest.pb.h.
References CopyFrom().
Here is the call graph for this function:
|
inline |
Definition at line 1239 of file paymentrequest.pb.h.
References payment_details_version_.
Referenced by ByteSize(), MergeFrom(), PaymentRequestPlus::parse(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
Here is the caller graph for this function:
|
inline |
Definition at line 1333 of file paymentrequest.pb.h.
References pki_data_.
Referenced by ByteSize(), PaymentRequestPlus::getMerchant(), MergeFrom(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_pki_data().
Here is the caller graph for this function:
|
inline |
Definition at line 1263 of file paymentrequest.pb.h.
References pki_type_.
Referenced by ByteSize(), PaymentRequestPlus::getMerchant(), PaymentRequestPlus::getPKIType(), MergeFrom(), MergePartialFromCodedStream(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_pki_type().
Here is the caller graph for this function:
|
inline |
Definition at line 1364 of file paymentrequest.pb.h.
References clear_has_pki_data(), and pki_data_.
Here is the call graph for this function:
|
inline |
Definition at line 1294 of file paymentrequest.pb.h.
References _default_pki_type_, clear_has_pki_type(), and pki_type_.
Here is the call graph for this function:
|
inline |
Definition at line 1434 of file paymentrequest.pb.h.
References clear_has_serialized_payment_details(), and serialized_payment_details_.
Here is the call graph for this function:
|
inline |
Definition at line 1504 of file paymentrequest.pb.h.
References clear_has_signature(), and signature_.
Here is the call graph for this function:
|
inline |
Definition at line 1403 of file paymentrequest.pb.h.
References serialized_payment_details_.
Referenced by ByteSize(), MergeFrom(), PaymentRequestPlus::parse(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_serialized_payment_details().
Here is the caller graph for this function:| void payments::PaymentRequest::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
Definition at line 1223 of file paymentrequest.pb.cc.
References Checkpoints::data, has_payment_details_version(), has_pki_data(), has_pki_type(), has_serialized_payment_details(), has_signature(), payment_details_version(), pki_data(), pki_type(), serialized_payment_details(), signature(), and unknown_fields().
Here is the call graph for this function:| google::protobuf::uint8 * payments::PaymentRequest::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
Definition at line 1263 of file paymentrequest.pb.cc.
References Checkpoints::data, has_payment_details_version(), has_pki_data(), has_pki_type(), has_serialized_payment_details(), has_signature(), payment_details_version(), pki_data(), pki_type(), serialized_payment_details(), signature(), and unknown_fields().
Here is the call graph for this function:
|
inline |
Definition at line 1374 of file paymentrequest.pb.h.
References clear_has_pki_data(), pki_data(), pki_data_, and set_has_pki_data().
Here is the call graph for this function:
|
inline |
Definition at line 1304 of file paymentrequest.pb.h.
References _default_pki_type_, clear_has_pki_type(), pki_type(), pki_type_, and set_has_pki_type().
Here is the call graph for this function:
|
inline |
Definition at line 1444 of file paymentrequest.pb.h.
References clear_has_serialized_payment_details(), serialized_payment_details(), serialized_payment_details_, and set_has_serialized_payment_details().
Here is the call graph for this function:
|
inline |
Definition at line 1514 of file paymentrequest.pb.h.
References clear_has_signature(), set_has_signature(), signature(), and signature_.
Here is the call graph for this function:
|
inlineprivate |
Definition at line 1229 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by MergePartialFromCodedStream(), and set_payment_details_version().
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1321 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by mutable_pki_data(), set_allocated_pki_data(), and set_pki_data().
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1251 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by mutable_pki_type(), set_allocated_pki_type(), and set_pki_type().
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1391 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by mutable_serialized_payment_details(), set_allocated_serialized_payment_details(), and set_serialized_payment_details().
Here is the caller graph for this function:
|
inlineprivate |
Definition at line 1461 of file paymentrequest.pb.h.
References _has_bits_.
Referenced by mutable_signature(), set_allocated_signature(), and set_signature().
Here is the caller graph for this function:
|
inline |
Definition at line 1242 of file paymentrequest.pb.h.
References payment_details_version_, and set_has_payment_details_version().
Referenced by MergeFrom().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1336 of file paymentrequest.pb.h.
References pki_data_, and set_has_pki_data().
Referenced by MergeFrom().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1343 of file paymentrequest.pb.h.
References pki_data_, and set_has_pki_data().
Here is the call graph for this function:
|
inline |
Definition at line 1350 of file paymentrequest.pb.h.
References pki_data_, and set_has_pki_data().
Here is the call graph for this function:
|
inline |
Definition at line 1266 of file paymentrequest.pb.h.
References _default_pki_type_, pki_type_, and set_has_pki_type().
Referenced by MergeFrom().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1273 of file paymentrequest.pb.h.
References _default_pki_type_, pki_type_, and set_has_pki_type().
Here is the call graph for this function:
|
inline |
Definition at line 1280 of file paymentrequest.pb.h.
References _default_pki_type_, pki_type_, and set_has_pki_type().
Here is the call graph for this function:
|
inline |
Definition at line 1406 of file paymentrequest.pb.h.
References serialized_payment_details_, and set_has_serialized_payment_details().
Referenced by MergeFrom().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1413 of file paymentrequest.pb.h.
References serialized_payment_details_, and set_has_serialized_payment_details().
Here is the call graph for this function:
|
inline |
Definition at line 1420 of file paymentrequest.pb.h.
References serialized_payment_details_, and set_has_serialized_payment_details().
Here is the call graph for this function:
|
inline |
Definition at line 1476 of file paymentrequest.pb.h.
References set_has_signature(), and signature_.
Referenced by PaymentRequestPlus::getMerchant(), and MergeFrom().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 1483 of file paymentrequest.pb.h.
References set_has_signature(), and signature_.
Here is the call graph for this function:
|
inline |
Definition at line 1490 of file paymentrequest.pb.h.
References set_has_signature(), and signature_.
Here is the call graph for this function:
|
private |
Definition at line 1078 of file paymentrequest.pb.cc.
References _cached_size_.
|
private |
Definition at line 1047 of file paymentrequest.pb.cc.
References _cached_size_, _default_pki_type_, _has_bits_, payment_details_version_, pki_data_, pki_type_, serialized_payment_details_, and signature_.
Referenced by PaymentRequest().
Here is the caller graph for this function:
|
private |
Definition at line 1061 of file paymentrequest.pb.cc.
References _default_pki_type_, default_instance_, pki_data_, pki_type_, serialized_payment_details_, and signature_.
Referenced by ~PaymentRequest().
Here is the caller graph for this function:
|
inline |
Definition at line 1473 of file paymentrequest.pb.h.
References signature_.
Referenced by ByteSize(), PaymentRequestPlus::getMerchant(), MergeFrom(), SerializeWithCachedSizes(), SerializeWithCachedSizesToArray(), and set_allocated_signature().
Here is the caller graph for this function:| void payments::PaymentRequest::Swap | ( | PaymentRequest * | other | ) |
Definition at line 1411 of file paymentrequest.pb.cc.
References _cached_size_, _has_bits_, _unknown_fields_, payment_details_version_, pki_data_, pki_type_, serialized_payment_details_, and signature_.
|
inline |
Definition at line 320 of file paymentrequest.pb.h.
References _unknown_fields_.
Referenced by ByteSize(), MergeFrom(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
Here is the caller graph for this function:
|
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 439 of file paymentrequest.pb.h.
Referenced by ByteSize(), GetCachedSize(), SetCachedSize(), SharedCtor(), and Swap().
|
staticprivate |
Definition at line 433 of file paymentrequest.pb.h.
Referenced by Clear(), clear_pki_type(), mutable_pki_type(), payments::protobuf_AddDesc_paymentrequest_2eproto(), payments::protobuf_ShutdownFile_paymentrequest_2eproto(), release_pki_type(), set_allocated_pki_type(), set_pki_type(), SharedCtor(), and SharedDtor().
|
private |
Definition at line 440 of file paymentrequest.pb.h.
Referenced by ByteSize(), Clear(), clear_has_payment_details_version(), clear_has_pki_data(), clear_has_pki_type(), clear_has_serialized_payment_details(), clear_has_signature(), has_payment_details_version(), has_pki_data(), has_pki_type(), has_serialized_payment_details(), has_signature(), IsInitialized(), MergeFrom(), set_has_payment_details_version(), set_has_pki_data(), set_has_pki_type(), set_has_serialized_payment_details(), set_has_signature(), SharedCtor(), and Swap().
|
private |
Definition at line 430 of file paymentrequest.pb.h.
Referenced by mutable_unknown_fields(), Swap(), and unknown_fields().
|
staticprivate |
Definition at line 447 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 365 of file paymentrequest.pb.h.
|
static |
Definition at line 384 of file paymentrequest.pb.h.
|
static |
Definition at line 372 of file paymentrequest.pb.h.
|
static |
Definition at line 396 of file paymentrequest.pb.h.
|
static |
Definition at line 408 of file paymentrequest.pb.h.
|
private |
Definition at line 437 of file paymentrequest.pb.h.
Referenced by Clear(), clear_payment_details_version(), MergePartialFromCodedStream(), payment_details_version(), set_payment_details_version(), SharedCtor(), and Swap().
|
private |
Definition at line 434 of file paymentrequest.pb.h.
Referenced by Clear(), clear_pki_data(), mutable_pki_data(), pki_data(), release_pki_data(), set_allocated_pki_data(), set_pki_data(), SharedCtor(), SharedDtor(), and Swap().
|
private |
Definition at line 432 of file paymentrequest.pb.h.
Referenced by Clear(), clear_pki_type(), mutable_pki_type(), pki_type(), release_pki_type(), set_allocated_pki_type(), set_pki_type(), SharedCtor(), SharedDtor(), and Swap().
|
private |
Definition at line 435 of file paymentrequest.pb.h.
Referenced by Clear(), clear_serialized_payment_details(), mutable_serialized_payment_details(), release_serialized_payment_details(), serialized_payment_details(), set_allocated_serialized_payment_details(), set_serialized_payment_details(), SharedCtor(), SharedDtor(), and Swap().
|
private |
Definition at line 436 of file paymentrequest.pb.h.
Referenced by Clear(), clear_signature(), mutable_signature(), release_signature(), set_allocated_signature(), set_signature(), SharedCtor(), SharedDtor(), signature(), and Swap().
1.8.8