![]() |
Master Core
v0.0.9 - 2abfd2849db8ba7a83957c64eb976b406713c123
|
#include <paymentrequest.pb.h>
Public Member Functions | |
X509Certificates () | |
virtual | ~X509Certificates () |
X509Certificates (const X509Certificates &from) | |
X509Certificates & | operator= (const X509Certificates &from) |
const ::google::protobuf::UnknownFieldSet & | unknown_fields () const |
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
void | Swap (X509Certificates *other) |
X509Certificates * | New () const |
void | CopyFrom (const ::google::protobuf::Message &from) |
void | MergeFrom (const ::google::protobuf::Message &from) |
void | CopyFrom (const X509Certificates &from) |
void | MergeFrom (const X509Certificates &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 |
int | certificate_size () const |
void | clear_certificate () |
const ::std::string & | certificate (int index) const |
inline::std::string * | mutable_certificate (int index) |
void | set_certificate (int index, const ::std::string &value) |
void | set_certificate (int index, const char *value) |
void | set_certificate (int index, const void *value, size_t size) |
inline::std::string * | add_certificate () |
void | add_certificate (const ::std::string &value) |
void | add_certificate (const char *value) |
void | add_certificate (const void *value, size_t size) |
const ::google::protobuf::RepeatedPtrField< ::std::string > & | certificate () const |
inline::google::protobuf::RepeatedPtrField< ::std::string > * | mutable_certificate () |
Static Public Member Functions | |
static const ::google::protobuf::Descriptor * | descriptor () |
static const X509Certificates & | default_instance () |
Static Public Attributes | |
static const int | kCertificateFieldNumber = 1 |
Private Member Functions | |
void | SharedCtor () |
void | SharedDtor () |
void | SetCachedSize (int size) const |
void | InitAsDefaultInstance () |
Private Attributes | |
::google::protobuf::UnknownFieldSet | _unknown_fields_ |
::google::protobuf::RepeatedPtrField< ::std::string > | certificate_ |
int | _cached_size_ |
::google::protobuf::uint32 | _has_bits_ [(1+31)/32] |
Static Private Attributes | |
static X509Certificates * | default_instance_ = NULL |
Friends | |
void | protobuf_AddDesc_paymentrequest_2eproto () |
void | protobuf_AssignDesc_paymentrequest_2eproto () |
void | protobuf_ShutdownFile_paymentrequest_2eproto () |
Definition at line 451 of file paymentrequest.pb.h.
payments::X509Certificates::X509Certificates | ( | ) |
Definition at line 1439 of file paymentrequest.pb.cc.
References SharedCtor().
Referenced by New().
|
virtual |
Definition at line 1458 of file paymentrequest.pb.cc.
References SharedDtor().
payments::X509Certificates::X509Certificates | ( | const X509Certificates & | from | ) |
Definition at line 1447 of file paymentrequest.pb.cc.
References MergeFrom(), and SharedCtor().
|
inline |
Definition at line 1554 of file paymentrequest.pb.h.
References certificate_.
Referenced by MergePartialFromCodedStream().
|
inline |
Definition at line 1557 of file paymentrequest.pb.h.
References certificate_.
|
inline |
Definition at line 1560 of file paymentrequest.pb.h.
References certificate_.
|
inline |
Definition at line 1563 of file paymentrequest.pb.h.
References certificate_.
int payments::X509Certificates::ByteSize | ( | ) | const |
Definition at line 1560 of file paymentrequest.pb.cc.
References _cached_size_, certificate(), certificate_size(), and unknown_fields().
|
inline |
Definition at line 1538 of file paymentrequest.pb.h.
References certificate_.
Referenced by PaymentRequestPlus::getMerchant().
|
inline |
Definition at line 1567 of file paymentrequest.pb.h.
References certificate_.
Referenced by ByteSize(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
|
inline |
Definition at line 1532 of file paymentrequest.pb.h.
References certificate_.
Referenced by ByteSize(), PaymentRequestPlus::getMerchant(), SerializeWithCachedSizes(), and SerializeWithCachedSizesToArray().
void payments::X509Certificates::Clear | ( | ) |
Definition at line 1488 of file paymentrequest.pb.cc.
References _has_bits_, certificate_, and mutable_unknown_fields().
Referenced by CopyFrom().
|
inline |
Definition at line 1535 of file paymentrequest.pb.h.
References certificate_.
void payments::X509Certificates::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 1599 of file paymentrequest.pb.cc.
References Clear(), and MergeFrom().
Referenced by operator=().
void payments::X509Certificates::CopyFrom | ( | const X509Certificates & | from | ) |
Definition at line 1605 of file paymentrequest.pb.cc.
References Clear(), and MergeFrom().
|
static |
Definition at line 1477 of file paymentrequest.pb.cc.
References default_instance_, and protobuf_AddDesc_paymentrequest_2eproto.
|
static |
Definition at line 1472 of file paymentrequest.pb.cc.
|
inline |
Definition at line 492 of file paymentrequest.pb.h.
References _cached_size_.
google::protobuf::Metadata payments::X509Certificates::GetMetadata | ( | ) | const |
Definition at line 1625 of file paymentrequest.pb.cc.
|
private |
Definition at line 1444 of file paymentrequest.pb.cc.
Referenced by payments::protobuf_AddDesc_paymentrequest_2eproto().
bool payments::X509Certificates::IsInitialized | ( | ) | const |
Definition at line 1611 of file paymentrequest.pb.cc.
void payments::X509Certificates::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
Definition at line 1581 of file paymentrequest.pb.cc.
References source.
Referenced by CopyFrom(), and X509Certificates().
void payments::X509Certificates::MergeFrom | ( | const X509Certificates & | from | ) |
Definition at line 1593 of file paymentrequest.pb.cc.
References certificate_, mutable_unknown_fields(), and unknown_fields().
bool payments::X509Certificates::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
Definition at line 1494 of file paymentrequest.pb.cc.
References add_certificate(), DO_, and mutable_unknown_fields().
|
inline |
Definition at line 1541 of file paymentrequest.pb.h.
References certificate_.
|
inline |
Definition at line 1571 of file paymentrequest.pb.h.
References certificate_.
|
inline |
Definition at line 467 of file paymentrequest.pb.h.
References _unknown_fields_.
Referenced by Clear(), MergeFrom(), and MergePartialFromCodedStream().
X509Certificates * payments::X509Certificates::New | ( | ) | const |
Definition at line 1484 of file paymentrequest.pb.cc.
References X509Certificates().
|
inline |
Definition at line 458 of file paymentrequest.pb.h.
References CopyFrom().
void payments::X509Certificates::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
Definition at line 1531 of file paymentrequest.pb.cc.
References certificate(), certificate_size(), and unknown_fields().
google::protobuf::uint8 * payments::X509Certificates::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
Definition at line 1545 of file paymentrequest.pb.cc.
References certificate(), certificate_size(), and unknown_fields().
|
inline |
Definition at line 1544 of file paymentrequest.pb.h.
References certificate_.
|
inline |
Definition at line 1547 of file paymentrequest.pb.h.
References certificate_.
|
inline |
Definition at line 1550 of file paymentrequest.pb.h.
References certificate_.
|
private |
Definition at line 1467 of file paymentrequest.pb.cc.
References _cached_size_.
|
private |
Definition at line 1453 of file paymentrequest.pb.cc.
References _cached_size_, and _has_bits_.
Referenced by X509Certificates().
|
private |
Definition at line 1462 of file paymentrequest.pb.cc.
References default_instance_.
Referenced by ~X509Certificates().
void payments::X509Certificates::Swap | ( | X509Certificates * | other | ) |
Definition at line 1616 of file paymentrequest.pb.cc.
References _cached_size_, _has_bits_, _unknown_fields_, and certificate_.
|
inline |
Definition at line 463 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 528 of file paymentrequest.pb.h.
Referenced by ByteSize(), GetCachedSize(), SetCachedSize(), SharedCtor(), and Swap().
|
private |
Definition at line 529 of file paymentrequest.pb.h.
Referenced by Clear(), SharedCtor(), and Swap().
|
private |
Definition at line 524 of file paymentrequest.pb.h.
Referenced by mutable_unknown_fields(), Swap(), and unknown_fields().
|
private |
Definition at line 526 of file paymentrequest.pb.h.
Referenced by add_certificate(), certificate(), certificate_size(), Clear(), clear_certificate(), MergeFrom(), mutable_certificate(), set_certificate(), and Swap().
|
staticprivate |
Definition at line 536 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 508 of file paymentrequest.pb.h.