|
| LoginResult () |
|
virtual | ~LoginResult () |
|
| LoginResult (const LoginResult &from) |
|
LoginResult & | operator= (const LoginResult &from) |
|
const
::google::protobuf::UnknownFieldSet & | unknown_fields () const |
|
inline::google::protobuf::UnknownFieldSet * | mutable_unknown_fields () |
|
void | Swap (LoginResult *other) |
|
LoginResult * | New () const |
|
int | GetCachedSize () const |
|
::google::protobuf::Metadata | GetMetadata () const |
|
bool | has_authentication_state () const |
|
void | clear_authentication_state () |
|
inline::Battlenet::JSON::Login::AuthenticationState | authentication_state () const |
|
void | set_authentication_state (::Battlenet::JSON::Login::AuthenticationState value) |
|
bool | has_error_code () const |
|
void | clear_error_code () |
|
const ::std::string & | error_code () const |
|
void | set_error_code (const ::std::string &value) |
|
void | set_error_code (const char *value) |
|
void | set_error_code (const char *value, size_t size) |
|
inline::std::string * | mutable_error_code () |
|
inline::std::string * | release_error_code () |
|
void | set_allocated_error_code (::std::string *error_code) |
|
bool | has_error_message () const |
|
void | clear_error_message () |
|
const ::std::string & | error_message () const |
|
void | set_error_message (const ::std::string &value) |
|
void | set_error_message (const char *value) |
|
void | set_error_message (const char *value, size_t size) |
|
inline::std::string * | mutable_error_message () |
|
inline::std::string * | release_error_message () |
|
void | set_allocated_error_message (::std::string *error_message) |
|
bool | has_url () const |
|
void | clear_url () |
|
const ::std::string & | url () const |
|
void | set_url (const ::std::string &value) |
|
void | set_url (const char *value) |
|
void | set_url (const char *value, size_t size) |
|
inline::std::string * | mutable_url () |
|
inline::std::string * | release_url () |
|
void | set_allocated_url (::std::string *url) |
|
bool | has_login_ticket () const |
|
void | clear_login_ticket () |
|
const ::std::string & | login_ticket () const |
|
void | set_login_ticket (const ::std::string &value) |
|
void | set_login_ticket (const char *value) |
|
void | set_login_ticket (const char *value, size_t size) |
|
inline::std::string * | mutable_login_ticket () |
|
inline::std::string * | release_login_ticket () |
|
void | set_allocated_login_ticket (::std::string *login_ticket) |
|
| Message () |
|
virtual | ~Message () |
|
virtual void | CopyFrom (const Message &from) |
|
virtual void | MergeFrom (const Message &from) |
|
void | CheckInitialized () const |
|
void | FindInitializationErrors (vector< string > *errors) const |
|
string | InitializationErrorString () const |
|
virtual void | DiscardUnknownFields () |
|
virtual int | SpaceUsed () const |
|
string | DebugString () const |
|
string | ShortDebugString () const |
|
string | Utf8DebugString () const |
|
void | PrintDebugString () const |
|
bool | ParseFromFileDescriptor (int file_descriptor) |
|
bool | ParsePartialFromFileDescriptor (int file_descriptor) |
|
bool | ParseFromIstream (istream *input) |
|
bool | ParsePartialFromIstream (istream *input) |
|
bool | SerializeToFileDescriptor (int file_descriptor) const |
|
bool | SerializePartialToFileDescriptor (int file_descriptor) const |
|
bool | SerializeToOstream (ostream *output) const |
|
bool | SerializePartialToOstream (ostream *output) const |
|
virtual string | GetTypeName () const |
|
virtual void | Clear () |
|
virtual bool | IsInitialized () const |
|
virtual void | CheckTypeAndMergeFrom (const MessageLite &other) |
|
virtual bool | MergePartialFromCodedStream (io::CodedInputStream *input) |
|
virtual int | ByteSize () const |
|
virtual void | SerializeWithCachedSizes (io::CodedOutputStream *output) const |
|
const Descriptor * | GetDescriptor () const |
|
virtual const Reflection * | GetReflection () const |
|
| MessageLite () |
|
virtual | ~MessageLite () |
|
bool | ParseFromCodedStream (io::CodedInputStream *input) |
|
bool | ParsePartialFromCodedStream (io::CodedInputStream *input) |
|
bool | ParseFromZeroCopyStream (io::ZeroCopyInputStream *input) |
|
bool | ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input) |
|
bool | ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
|
bool | ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size) |
|
bool | ParseFromString (const string &data) |
|
bool | ParsePartialFromString (const string &data) |
|
bool | ParseFromArray (const void *data, int size) |
|
bool | ParsePartialFromArray (const void *data, int size) |
|
bool | MergeFromCodedStream (io::CodedInputStream *input) |
|
bool | SerializeToCodedStream (io::CodedOutputStream *output) const |
|
bool | SerializePartialToCodedStream (io::CodedOutputStream *output) const |
|
bool | SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
|
bool | SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const |
|
bool | SerializeToString (string *output) const |
|
bool | SerializePartialToString (string *output) const |
|
bool | SerializeToArray (void *data, int size) const |
|
bool | SerializePartialToArray (void *data, int size) const |
|
string | SerializeAsString () const |
|
string | SerializePartialAsString () const |
|
bool | AppendToString (string *output) const |
|
bool | AppendPartialToString (string *output) const |
|
virtual uint8 * | SerializeWithCachedSizesToArray (uint8 *target) const |
|