TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
bgs::protocol::authentication::v1::LogonResult Class Reference

#include <authentication_service.pb.h>

Public Member Functions

 LogonResult ()
 
virtual ~LogonResult ()
 
 LogonResult (const LogonResult &from)
 
LogonResultoperator= (const LogonResult &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LogonResult *other)
 
LogonResultNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const LogonResult &from)
 
void MergeFrom (const LogonResult &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::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_error_code () const
 
void clear_error_code ()
 
inline::google::protobuf::uint32 error_code () const
 
void set_error_code (::google::protobuf::uint32 value)
 
bool has_account_id () const
 
void clear_account_id ()
 
const ::bgs::protocol::EntityIdaccount_id () const
 
inline::bgs::protocol::EntityId * mutable_account_id ()
 
inline::bgs::protocol::EntityId * release_account_id ()
 
void set_allocated_account_id (::bgs::protocol::EntityId *account_id)
 
int game_account_id_size () const
 
void clear_game_account_id ()
 
const ::bgs::protocol::EntityIdgame_account_id (int index) const
 
inline::bgs::protocol::EntityId * mutable_game_account_id (int index)
 
inline::bgs::protocol::EntityId * add_game_account_id ()
 
const
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::EntityId > & 
game_account_id () const
 
inline::google::protobuf::RepeatedPtrField
< ::bgs::protocol::EntityId > * 
mutable_game_account_id ()
 
bool has_email () const
 
void clear_email ()
 
const ::std::string & email () const
 
void set_email (const ::std::string &value)
 
void set_email (const char *value)
 
void set_email (const char *value, size_t size)
 
inline::std::string * mutable_email ()
 
inline::std::string * release_email ()
 
void set_allocated_email (::std::string *email)
 
int available_region_size () const
 
void clear_available_region ()
 
inline::google::protobuf::uint32 available_region (int index) const
 
void set_available_region (int index,::google::protobuf::uint32 value)
 
void add_available_region (::google::protobuf::uint32 value)
 
const
::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > & 
available_region () const
 
inline::google::protobuf::RepeatedField
< ::google::protobuf::uint32 > * 
mutable_available_region ()
 
bool has_connected_region () const
 
void clear_connected_region ()
 
inline::google::protobuf::uint32 connected_region () const
 
void set_connected_region (::google::protobuf::uint32 value)
 
bool has_battle_tag () const
 
void clear_battle_tag ()
 
const ::std::string & battle_tag () const
 
void set_battle_tag (const ::std::string &value)
 
void set_battle_tag (const char *value)
 
void set_battle_tag (const char *value, size_t size)
 
inline::std::string * mutable_battle_tag ()
 
inline::std::string * release_battle_tag ()
 
void set_allocated_battle_tag (::std::string *battle_tag)
 
bool has_geoip_country () const
 
void clear_geoip_country ()
 
const ::std::string & geoip_country () const
 
void set_geoip_country (const ::std::string &value)
 
void set_geoip_country (const char *value)
 
void set_geoip_country (const char *value, size_t size)
 
inline::std::string * mutable_geoip_country ()
 
inline::std::string * release_geoip_country ()
 
void set_allocated_geoip_country (::std::string *geoip_country)
 
bool has_session_key () const
 
void clear_session_key ()
 
const ::std::string & session_key () const
 
void set_session_key (const ::std::string &value)
 
void set_session_key (const char *value)
 
void set_session_key (const void *value, size_t size)
 
inline::std::string * mutable_session_key ()
 
inline::std::string * release_session_key ()
 
void set_allocated_session_key (::std::string *session_key)
 
bool has_restricted_mode () const
 
void clear_restricted_mode ()
 
bool restricted_mode () const
 
void set_restricted_mode (bool value)
 
- Public Member Functions inherited from google::protobuf::Message
 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 CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 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 uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
 
static const LogonResultdefault_instance ()
 

Static Public Attributes

static const int kErrorCodeFieldNumber = 1
 
static const int kAccountIdFieldNumber = 2
 
static const int kGameAccountIdFieldNumber = 3
 
static const int kEmailFieldNumber = 4
 
static const int kAvailableRegionFieldNumber = 5
 
static const int kConnectedRegionFieldNumber = 6
 
static const int kBattleTagFieldNumber = 7
 
static const int kGeoipCountryFieldNumber = 8
 
static const int kSessionKeyFieldNumber = 9
 
static const int kRestrictedModeFieldNumber = 10
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_error_code ()
 
void clear_has_error_code ()
 
void set_has_account_id ()
 
void clear_has_account_id ()
 
void set_has_email ()
 
void clear_has_email ()
 
void set_has_connected_region ()
 
void clear_has_connected_region ()
 
void set_has_battle_tag ()
 
void clear_has_battle_tag ()
 
void set_has_geoip_country ()
 
void clear_has_geoip_country ()
 
void set_has_session_key ()
 
void clear_has_session_key ()
 
void set_has_restricted_mode ()
 
void clear_has_restricted_mode ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdaccount_id_
 
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::EntityId
game_account_id_
 
::google::protobuf::uint32 error_code_
 
::google::protobuf::uint32 connected_region_
 
::std::string * email_
 
::google::protobuf::RepeatedField
< ::google::protobuf::uint32
available_region_
 
::std::string * battle_tag_
 
::std::string * geoip_country_
 
::std::string * session_key_
 
bool restricted_mode_
 

Static Private Attributes

static LogonResultdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_authentication_5fservice_2eproto ()
 
void protobuf_AssignDesc_authentication_5fservice_2eproto ()
 
void protobuf_ShutdownFile_authentication_5fservice_2eproto ()
 

Additional Inherited Members

- Public Types inherited from google::protobuf::Message
typedef
google::protobuf::Reflection 
Reflection
 

Constructor & Destructor Documentation

bgs::protocol::authentication::v1::LogonResult::LogonResult ( )
virtual bgs::protocol::authentication::v1::LogonResult::~LogonResult ( )
virtual
bgs::protocol::authentication::v1::LogonResult::LogonResult ( const LogonResult from)

Member Function Documentation

const ::bgs::protocol::EntityId & bgs::protocol::authentication::v1::LogonResult::account_id ( ) const
inline
3339  {
3340  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonResult.account_id)
3342 }
::bgs::protocol::EntityId * account_id_
Definition: authentication_service.pb.h:776
arena_t NULL
Definition: jemalloc_internal.h:624
static LogonResult * default_instance_
Definition: authentication_service.pb.h:791

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::add_available_region ( ::google::protobuf::uint32  value)
inline
3487  {
3489  // @@protoc_insertion_point(field_add:bgs.protocol.authentication.v1.LogonResult.available_region)
3490 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > available_region_
Definition: authentication_service.pb.h:781
void Add(const Element &value)
Definition: repeated_field.h:684
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

bgs::protocol::EntityId * bgs::protocol::authentication::v1::LogonResult::add_game_account_id ( )
inline
3381  {
3382  // @@protoc_insertion_point(field_add:bgs.protocol.authentication.v1.LogonResult.game_account_id)
3383  return game_account_id_.Add();
3384 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::EntityId > game_account_id_
Definition: authentication_service.pb.h:777

+ Here is the caller graph for this function:

google::protobuf::uint32 bgs::protocol::authentication::v1::LogonResult::available_region ( int  index) const
inline
3479  {
3480  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonResult.available_region)
3481  return available_region_.Get(index);
3482 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > available_region_
Definition: authentication_service.pb.h:781
const Element & Get(int index) const
Definition: repeated_field.h:663

+ Here is the call graph for this function:

const ::google::protobuf::RepeatedField<::google::protobuf::uint32 > & bgs::protocol::authentication::v1::LogonResult::available_region ( ) const
inline
3492  {
3493  // @@protoc_insertion_point(field_list:bgs.protocol.authentication.v1.LogonResult.available_region)
3494  return available_region_;
3495 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > available_region_
Definition: authentication_service.pb.h:781
int bgs::protocol::authentication::v1::LogonResult::available_region_size ( ) const
inline
3473  {
3474  return available_region_.size();
3475 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > available_region_
Definition: authentication_service.pb.h:781
int size() const
Definition: repeated_field.h:631

+ Here is the call graph for this function:

const ::std::string & bgs::protocol::authentication::v1::LogonResult::battle_tag ( ) const
inline
3542  {
3543  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonResult.battle_tag)
3544  return *battle_tag_;
3545 }
::std::string * battle_tag_
Definition: authentication_service.pb.h:782

+ Here is the caller graph for this function:

int bgs::protocol::authentication::v1::LogonResult::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::LogonResult::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::LogonResult::clear_account_id ( )
inline
3335  {
3336  if (account_id_ != NULL) account_id_->::bgs::protocol::EntityId::Clear();
3338 }
::bgs::protocol::EntityId * account_id_
Definition: authentication_service.pb.h:776
void clear_has_account_id()
Definition: authentication_service.pb.h:3332
arena_t NULL
Definition: jemalloc_internal.h:624

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_available_region ( )
inline
3476  {
3478 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > available_region_
Definition: authentication_service.pb.h:781
void Clear()
Definition: repeated_field.h:723

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_battle_tag ( )
inline
3536  {
3538  battle_tag_->clear();
3539  }
3541 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_battle_tag()
Definition: authentication_service.pb.h:3533
::std::string * battle_tag_
Definition: authentication_service.pb.h:782

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_connected_region ( )
inline
3512  {
3513  connected_region_ = 0u;
3515 }
::google::protobuf::uint32 connected_region_
Definition: authentication_service.pb.h:779
void clear_has_connected_region()
Definition: authentication_service.pb.h:3509

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_email ( )
inline
3406  {
3408  email_->clear();
3409  }
3410  clear_has_email();
3411 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_email()
Definition: authentication_service.pb.h:3403
::std::string * email_
Definition: authentication_service.pb.h:780

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_error_code ( )
inline
3311  {
3312  error_code_ = 0u;
3314 }
::google::protobuf::uint32 error_code_
Definition: authentication_service.pb.h:778
void clear_has_error_code()
Definition: authentication_service.pb.h:3308

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_game_account_id ( )
inline
3370  {
3371  game_account_id_.Clear();
3372 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::EntityId > game_account_id_
Definition: authentication_service.pb.h:777
void bgs::protocol::authentication::v1::LogonResult::clear_geoip_country ( )
inline
3612  {
3614  geoip_country_->clear();
3615  }
3617 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * geoip_country_
Definition: authentication_service.pb.h:783
void clear_has_geoip_country()
Definition: authentication_service.pb.h:3609

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_has_account_id ( )
inlineprivate
3332  {
3333  _has_bits_[0] &= ~0x00000002u;
3334 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_has_battle_tag ( )
inlineprivate
3533  {
3534  _has_bits_[0] &= ~0x00000040u;
3535 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_has_connected_region ( )
inlineprivate
3509  {
3510  _has_bits_[0] &= ~0x00000020u;
3511 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_has_email ( )
inlineprivate
3403  {
3404  _has_bits_[0] &= ~0x00000008u;
3405 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_has_error_code ( )
inlineprivate
3308  {
3309  _has_bits_[0] &= ~0x00000001u;
3310 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_has_geoip_country ( )
inlineprivate
3609  {
3610  _has_bits_[0] &= ~0x00000080u;
3611 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_has_restricted_mode ( )
inlineprivate
3761  {
3762  _has_bits_[0] &= ~0x00000200u;
3763 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_has_session_key ( )
inlineprivate
3685  {
3686  _has_bits_[0] &= ~0x00000100u;
3687 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_restricted_mode ( )
inline
3764  {
3765  restricted_mode_ = false;
3767 }
bool restricted_mode_
Definition: authentication_service.pb.h:785
void clear_has_restricted_mode()
Definition: authentication_service.pb.h:3761

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::clear_session_key ( )
inline
3688  {
3690  session_key_->clear();
3691  }
3693 }
void clear_has_session_key()
Definition: authentication_service.pb.h:3685
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * session_key_
Definition: authentication_service.pb.h:784

+ Here is the call graph for this function:

google::protobuf::uint32 bgs::protocol::authentication::v1::LogonResult::connected_region ( ) const
inline
3516  {
3517  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonResult.connected_region)
3518  return connected_region_;
3519 }
::google::protobuf::uint32 connected_region_
Definition: authentication_service.pb.h:779
void bgs::protocol::authentication::v1::LogonResult::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::authentication::v1::LogonResult::CopyFrom ( const LogonResult from)
static const LogonResult& bgs::protocol::authentication::v1::LogonResult::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::authentication::v1::LogonResult::descriptor ( )
static
const ::std::string & bgs::protocol::authentication::v1::LogonResult::email ( ) const
inline
3412  {
3413  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonResult.email)
3414  return *email_;
3415 }
::std::string * email_
Definition: authentication_service.pb.h:780

+ Here is the caller graph for this function:

google::protobuf::uint32 bgs::protocol::authentication::v1::LogonResult::error_code ( ) const
inline
3315  {
3316  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonResult.error_code)
3317  return error_code_;
3318 }
::google::protobuf::uint32 error_code_
Definition: authentication_service.pb.h:778
const ::bgs::protocol::EntityId & bgs::protocol::authentication::v1::LogonResult::game_account_id ( int  index) const
inline
3373  {
3374  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonResult.game_account_id)
3375  return game_account_id_.Get(index);
3376 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::EntityId > game_account_id_
Definition: authentication_service.pb.h:777
const ::google::protobuf::RepeatedPtrField<::bgs::protocol::EntityId > & bgs::protocol::authentication::v1::LogonResult::game_account_id ( ) const
inline
3386  {
3387  // @@protoc_insertion_point(field_list:bgs.protocol.authentication.v1.LogonResult.game_account_id)
3388  return game_account_id_;
3389 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::EntityId > game_account_id_
Definition: authentication_service.pb.h:777
int bgs::protocol::authentication::v1::LogonResult::game_account_id_size ( ) const
inline
3367  {
3368  return game_account_id_.size();
3369 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::EntityId > game_account_id_
Definition: authentication_service.pb.h:777
const ::std::string & bgs::protocol::authentication::v1::LogonResult::geoip_country ( ) const
inline
3618  {
3619  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonResult.geoip_country)
3620  return *geoip_country_;
3621 }
::std::string * geoip_country_
Definition: authentication_service.pb.h:783

+ Here is the caller graph for this function:

int bgs::protocol::authentication::v1::LogonResult::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

639 { return _cached_size_; }
int _cached_size_
Definition: authentication_service.pb.h:775
::google::protobuf::Metadata bgs::protocol::authentication::v1::LogonResult::GetMetadata ( ) const
virtual
bool bgs::protocol::authentication::v1::LogonResult::has_account_id ( ) const
inline
3326  {
3327  return (_has_bits_[0] & 0x00000002u) != 0;
3328 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774
bool bgs::protocol::authentication::v1::LogonResult::has_battle_tag ( ) const
inline
3527  {
3528  return (_has_bits_[0] & 0x00000040u) != 0;
3529 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774
bool bgs::protocol::authentication::v1::LogonResult::has_connected_region ( ) const
inline
3503  {
3504  return (_has_bits_[0] & 0x00000020u) != 0;
3505 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774
bool bgs::protocol::authentication::v1::LogonResult::has_email ( ) const
inline
3397  {
3398  return (_has_bits_[0] & 0x00000008u) != 0;
3399 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774
bool bgs::protocol::authentication::v1::LogonResult::has_error_code ( ) const
inline
3302  {
3303  return (_has_bits_[0] & 0x00000001u) != 0;
3304 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774
bool bgs::protocol::authentication::v1::LogonResult::has_geoip_country ( ) const
inline
3603  {
3604  return (_has_bits_[0] & 0x00000080u) != 0;
3605 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774
bool bgs::protocol::authentication::v1::LogonResult::has_restricted_mode ( ) const
inline
3755  {
3756  return (_has_bits_[0] & 0x00000200u) != 0;
3757 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774
bool bgs::protocol::authentication::v1::LogonResult::has_session_key ( ) const
inline
3679  {
3680  return (_has_bits_[0] & 0x00000100u) != 0;
3681 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774
void bgs::protocol::authentication::v1::LogonResult::InitAsDefaultInstance ( )
private
bool bgs::protocol::authentication::v1::LogonResult::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::LogonResult::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::authentication::v1::LogonResult::MergeFrom ( const LogonResult from)
bool bgs::protocol::authentication::v1::LogonResult::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::EntityId * bgs::protocol::authentication::v1::LogonResult::mutable_account_id ( )
inline
3343  {
3345  if (account_id_ == NULL) account_id_ = new ::bgs::protocol::EntityId;
3346  // @@protoc_insertion_point(field_mutable:bgs.protocol.authentication.v1.LogonResult.account_id)
3347  return account_id_;
3348 }
::bgs::protocol::EntityId * account_id_
Definition: authentication_service.pb.h:776
void set_has_account_id()
Definition: authentication_service.pb.h:3329
arena_t NULL
Definition: jemalloc_internal.h:624

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

google::protobuf::RepeatedField<::google::protobuf::uint32 > * bgs::protocol::authentication::v1::LogonResult::mutable_available_region ( )
inline
3497  {
3498  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.authentication.v1.LogonResult.available_region)
3499  return &available_region_;
3500 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > available_region_
Definition: authentication_service.pb.h:781
std::string * bgs::protocol::authentication::v1::LogonResult::mutable_battle_tag ( )
inline
3570  {
3573  battle_tag_ = new ::std::string;
3574  }
3575  // @@protoc_insertion_point(field_mutable:bgs.protocol.authentication.v1.LogonResult.battle_tag)
3576  return battle_tag_;
3577 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_battle_tag()
Definition: authentication_service.pb.h:3530
::std::string * battle_tag_
Definition: authentication_service.pb.h:782

+ Here is the call graph for this function:

std::string * bgs::protocol::authentication::v1::LogonResult::mutable_email ( )
inline
3440  {
3441  set_has_email();
3443  email_ = new ::std::string;
3444  }
3445  // @@protoc_insertion_point(field_mutable:bgs.protocol.authentication.v1.LogonResult.email)
3446  return email_;
3447 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * email_
Definition: authentication_service.pb.h:780
void set_has_email()
Definition: authentication_service.pb.h:3400

+ Here is the call graph for this function:

bgs::protocol::EntityId * bgs::protocol::authentication::v1::LogonResult::mutable_game_account_id ( int  index)
inline
3377  {
3378  // @@protoc_insertion_point(field_mutable:bgs.protocol.authentication.v1.LogonResult.game_account_id)
3379  return game_account_id_.Mutable(index);
3380 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::EntityId > game_account_id_
Definition: authentication_service.pb.h:777
google::protobuf::RepeatedPtrField<::bgs::protocol::EntityId > * bgs::protocol::authentication::v1::LogonResult::mutable_game_account_id ( )
inline
3391  {
3392  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.authentication.v1.LogonResult.game_account_id)
3393  return &game_account_id_;
3394 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::EntityId > game_account_id_
Definition: authentication_service.pb.h:777
std::string * bgs::protocol::authentication::v1::LogonResult::mutable_geoip_country ( )
inline
3646  {
3649  geoip_country_ = new ::std::string;
3650  }
3651  // @@protoc_insertion_point(field_mutable:bgs.protocol.authentication.v1.LogonResult.geoip_country)
3652  return geoip_country_;
3653 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_geoip_country()
Definition: authentication_service.pb.h:3606
::std::string * geoip_country_
Definition: authentication_service.pb.h:783

+ Here is the call graph for this function:

std::string * bgs::protocol::authentication::v1::LogonResult::mutable_session_key ( )
inline
3722  {
3725  session_key_ = new ::std::string;
3726  }
3727  // @@protoc_insertion_point(field_mutable:bgs.protocol.authentication.v1.LogonResult.session_key)
3728  return session_key_;
3729 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_session_key()
Definition: authentication_service.pb.h:3682
::std::string * session_key_
Definition: authentication_service.pb.h:784

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::authentication::v1::LogonResult::mutable_unknown_fields ( )
inline
614  {
615  return &_unknown_fields_;
616  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:772
LogonResult* bgs::protocol::authentication::v1::LogonResult::New ( ) const
virtual
LogonResult& bgs::protocol::authentication::v1::LogonResult::operator= ( const LogonResult from)
inline
605  {
606  CopyFrom(from);
607  return *this;
608  }
void CopyFrom(const ::google::protobuf::Message &from)
bgs::protocol::EntityId * bgs::protocol::authentication::v1::LogonResult::release_account_id ( )
inline
3349  {
3352  account_id_ = NULL;
3353  return temp;
3354 }
::bgs::protocol::EntityId * account_id_
Definition: authentication_service.pb.h:776
Definition: entity_types.pb.h:45
void clear_has_account_id()
Definition: authentication_service.pb.h:3332
arena_t NULL
Definition: jemalloc_internal.h:624

+ Here is the call graph for this function:

std::string * bgs::protocol::authentication::v1::LogonResult::release_battle_tag ( )
inline
3578  {
3581  return NULL;
3582  } else {
3583  ::std::string* temp = battle_tag_;
3585  return temp;
3586  }
3587 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_battle_tag()
Definition: authentication_service.pb.h:3533
::std::string * battle_tag_
Definition: authentication_service.pb.h:782

+ Here is the call graph for this function:

std::string * bgs::protocol::authentication::v1::LogonResult::release_email ( )
inline
3448  {
3449  clear_has_email();
3451  return NULL;
3452  } else {
3453  ::std::string* temp = email_;
3454  email_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
3455  return temp;
3456  }
3457 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_email()
Definition: authentication_service.pb.h:3403
::std::string * email_
Definition: authentication_service.pb.h:780

+ Here is the call graph for this function:

std::string * bgs::protocol::authentication::v1::LogonResult::release_geoip_country ( )
inline
3654  {
3657  return NULL;
3658  } else {
3659  ::std::string* temp = geoip_country_;
3661  return temp;
3662  }
3663 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * geoip_country_
Definition: authentication_service.pb.h:783
void clear_has_geoip_country()
Definition: authentication_service.pb.h:3609

+ Here is the call graph for this function:

std::string * bgs::protocol::authentication::v1::LogonResult::release_session_key ( )
inline
3730  {
3733  return NULL;
3734  } else {
3735  ::std::string* temp = session_key_;
3737  return temp;
3738  }
3739 }
void clear_has_session_key()
Definition: authentication_service.pb.h:3685
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * session_key_
Definition: authentication_service.pb.h:784

+ Here is the call graph for this function:

bool bgs::protocol::authentication::v1::LogonResult::restricted_mode ( ) const
inline
3768  {
3769  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonResult.restricted_mode)
3770  return restricted_mode_;
3771 }
bool restricted_mode_
Definition: authentication_service.pb.h:785
void bgs::protocol::authentication::v1::LogonResult::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::authentication::v1::LogonResult::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
const ::std::string & bgs::protocol::authentication::v1::LogonResult::session_key ( ) const
inline
3694  {
3695  // @@protoc_insertion_point(field_get:bgs.protocol.authentication.v1.LogonResult.session_key)
3696  return *session_key_;
3697 }
::std::string * session_key_
Definition: authentication_service.pb.h:784

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_allocated_account_id ( ::bgs::protocol::EntityId account_id)
inline
3355  {
3356  delete account_id_;
3358  if (account_id) {
3360  } else {
3362  }
3363  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.authentication.v1.LogonResult.account_id)
3364 }
::bgs::protocol::EntityId * account_id_
Definition: authentication_service.pb.h:776
void clear_has_account_id()
Definition: authentication_service.pb.h:3332
void set_has_account_id()
Definition: authentication_service.pb.h:3329
const ::bgs::protocol::EntityId & account_id() const
Definition: authentication_service.pb.h:3339

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_allocated_battle_tag ( ::std::string *  battle_tag)
inline
3588  {
3590  delete battle_tag_;
3591  }
3592  if (battle_tag) {
3595  } else {
3598  }
3599  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.authentication.v1.LogonResult.battle_tag)
3600 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_battle_tag()
Definition: authentication_service.pb.h:3530
void clear_has_battle_tag()
Definition: authentication_service.pb.h:3533
::std::string * battle_tag_
Definition: authentication_service.pb.h:782
const ::std::string & battle_tag() const
Definition: authentication_service.pb.h:3542

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_allocated_email ( ::std::string *  email)
inline
3458  {
3460  delete email_;
3461  }
3462  if (email) {
3463  set_has_email();
3464  email_ = email;
3465  } else {
3466  clear_has_email();
3467  email_ = const_cast< ::std::string*>(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
3468  }
3469  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.authentication.v1.LogonResult.email)
3470 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_email()
Definition: authentication_service.pb.h:3403
const ::std::string & email() const
Definition: authentication_service.pb.h:3412
::std::string * email_
Definition: authentication_service.pb.h:780
void set_has_email()
Definition: authentication_service.pb.h:3400

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_allocated_geoip_country ( ::std::string *  geoip_country)
inline
3664  {
3666  delete geoip_country_;
3667  }
3668  if (geoip_country) {
3671  } else {
3674  }
3675  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.authentication.v1.LogonResult.geoip_country)
3676 }
const ::std::string & geoip_country() const
Definition: authentication_service.pb.h:3618
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_geoip_country()
Definition: authentication_service.pb.h:3606
::std::string * geoip_country_
Definition: authentication_service.pb.h:783
void clear_has_geoip_country()
Definition: authentication_service.pb.h:3609

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_allocated_session_key ( ::std::string *  session_key)
inline
3740  {
3742  delete session_key_;
3743  }
3744  if (session_key) {
3747  } else {
3750  }
3751  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.authentication.v1.LogonResult.session_key)
3752 }
void clear_has_session_key()
Definition: authentication_service.pb.h:3685
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_session_key()
Definition: authentication_service.pb.h:3682
::std::string * session_key_
Definition: authentication_service.pb.h:784
const ::std::string & session_key() const
Definition: authentication_service.pb.h:3694

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_available_region ( int  index,
::google::protobuf::uint32  value 
)
inline
3483  {
3484  available_region_.Set(index, value);
3485  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.LogonResult.available_region)
3486 }
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > available_region_
Definition: authentication_service.pb.h:781
const FieldDescriptor value
Definition: descriptor.h:1522
void Set(int index, const Element &value)
Definition: repeated_field.h:677

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_battle_tag ( const ::std::string &  value)
inline
3546  {
3549  battle_tag_ = new ::std::string;
3550  }
3551  battle_tag_->assign(value);
3552  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.LogonResult.battle_tag)
3553 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_battle_tag()
Definition: authentication_service.pb.h:3530
::std::string * battle_tag_
Definition: authentication_service.pb.h:782
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_battle_tag ( const char *  value)
inline
3554  {
3557  battle_tag_ = new ::std::string;
3558  }
3559  battle_tag_->assign(value);
3560  // @@protoc_insertion_point(field_set_char:bgs.protocol.authentication.v1.LogonResult.battle_tag)
3561 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_battle_tag()
Definition: authentication_service.pb.h:3530
::std::string * battle_tag_
Definition: authentication_service.pb.h:782
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_battle_tag ( const char *  value,
size_t  size 
)
inline
3562  {
3565  battle_tag_ = new ::std::string;
3566  }
3567  battle_tag_->assign(reinterpret_cast<const char*>(value), size);
3568  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.authentication.v1.LogonResult.battle_tag)
3569 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_battle_tag()
Definition: authentication_service.pb.h:3530
::std::string * battle_tag_
Definition: authentication_service.pb.h:782
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_connected_region ( ::google::protobuf::uint32  value)
inline
3520  {
3523  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.LogonResult.connected_region)
3524 }
::google::protobuf::uint32 connected_region_
Definition: authentication_service.pb.h:779
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_connected_region()
Definition: authentication_service.pb.h:3506

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_email ( const ::std::string &  value)
inline
3416  {
3417  set_has_email();
3419  email_ = new ::std::string;
3420  }
3421  email_->assign(value);
3422  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.LogonResult.email)
3423 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * email_
Definition: authentication_service.pb.h:780
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_email()
Definition: authentication_service.pb.h:3400

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_email ( const char *  value)
inline
3424  {
3425  set_has_email();
3427  email_ = new ::std::string;
3428  }
3429  email_->assign(value);
3430  // @@protoc_insertion_point(field_set_char:bgs.protocol.authentication.v1.LogonResult.email)
3431 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * email_
Definition: authentication_service.pb.h:780
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_email()
Definition: authentication_service.pb.h:3400

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_email ( const char *  value,
size_t  size 
)
inline
3432  {
3433  set_has_email();
3435  email_ = new ::std::string;
3436  }
3437  email_->assign(reinterpret_cast<const char*>(value), size);
3438  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.authentication.v1.LogonResult.email)
3439 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * email_
Definition: authentication_service.pb.h:780
const FieldDescriptor value
Definition: descriptor.h:1522
void set_has_email()
Definition: authentication_service.pb.h:3400

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_error_code ( ::google::protobuf::uint32  value)
inline
3319  {
3321  error_code_ = value;
3322  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.LogonResult.error_code)
3323 }
::google::protobuf::uint32 error_code_
Definition: authentication_service.pb.h:778
void set_has_error_code()
Definition: authentication_service.pb.h:3305
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_geoip_country ( const ::std::string &  value)
inline
3622  {
3625  geoip_country_ = new ::std::string;
3626  }
3627  geoip_country_->assign(value);
3628  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.LogonResult.geoip_country)
3629 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_geoip_country()
Definition: authentication_service.pb.h:3606
::std::string * geoip_country_
Definition: authentication_service.pb.h:783
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_geoip_country ( const char *  value)
inline
3630  {
3633  geoip_country_ = new ::std::string;
3634  }
3635  geoip_country_->assign(value);
3636  // @@protoc_insertion_point(field_set_char:bgs.protocol.authentication.v1.LogonResult.geoip_country)
3637 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_geoip_country()
Definition: authentication_service.pb.h:3606
::std::string * geoip_country_
Definition: authentication_service.pb.h:783
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_geoip_country ( const char *  value,
size_t  size 
)
inline
3638  {
3641  geoip_country_ = new ::std::string;
3642  }
3643  geoip_country_->assign(reinterpret_cast<const char*>(value), size);
3644  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.authentication.v1.LogonResult.geoip_country)
3645 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_geoip_country()
Definition: authentication_service.pb.h:3606
::std::string * geoip_country_
Definition: authentication_service.pb.h:783
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_has_account_id ( )
inlineprivate
3329  {
3330  _has_bits_[0] |= 0x00000002u;
3331 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_has_battle_tag ( )
inlineprivate
3530  {
3531  _has_bits_[0] |= 0x00000040u;
3532 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_has_connected_region ( )
inlineprivate
3506  {
3507  _has_bits_[0] |= 0x00000020u;
3508 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_has_email ( )
inlineprivate
3400  {
3401  _has_bits_[0] |= 0x00000008u;
3402 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_has_error_code ( )
inlineprivate
3305  {
3306  _has_bits_[0] |= 0x00000001u;
3307 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_has_geoip_country ( )
inlineprivate
3606  {
3607  _has_bits_[0] |= 0x00000080u;
3608 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_has_restricted_mode ( )
inlineprivate
3758  {
3759  _has_bits_[0] |= 0x00000200u;
3760 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_has_session_key ( )
inlineprivate
3682  {
3683  _has_bits_[0] |= 0x00000100u;
3684 }
::google::protobuf::uint32 _has_bits_[1]
Definition: authentication_service.pb.h:774

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_restricted_mode ( bool  value)
inline
3772  {
3775  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.LogonResult.restricted_mode)
3776 }
void set_has_restricted_mode()
Definition: authentication_service.pb.h:3758
bool restricted_mode_
Definition: authentication_service.pb.h:785
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_session_key ( const ::std::string &  value)
inline
3698  {
3701  session_key_ = new ::std::string;
3702  }
3703  session_key_->assign(value);
3704  // @@protoc_insertion_point(field_set:bgs.protocol.authentication.v1.LogonResult.session_key)
3705 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_session_key()
Definition: authentication_service.pb.h:3682
::std::string * session_key_
Definition: authentication_service.pb.h:784
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_session_key ( const char *  value)
inline
3706  {
3709  session_key_ = new ::std::string;
3710  }
3711  session_key_->assign(value);
3712  // @@protoc_insertion_point(field_set_char:bgs.protocol.authentication.v1.LogonResult.session_key)
3713 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_session_key()
Definition: authentication_service.pb.h:3682
::std::string * session_key_
Definition: authentication_service.pb.h:784
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::set_session_key ( const void *  value,
size_t  size 
)
inline
3714  {
3717  session_key_ = new ::std::string;
3718  }
3719  session_key_->assign(reinterpret_cast<const char*>(value), size);
3720  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.authentication.v1.LogonResult.session_key)
3721 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_session_key()
Definition: authentication_service.pb.h:3682
::std::string * session_key_
Definition: authentication_service.pb.h:784
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::authentication::v1::LogonResult::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::authentication::v1::LogonResult::SharedCtor ( )
private
void bgs::protocol::authentication::v1::LogonResult::SharedDtor ( )
private
void bgs::protocol::authentication::v1::LogonResult::Swap ( LogonResult other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::authentication::v1::LogonResult::unknown_fields ( ) const
inline
610  {
611  return _unknown_fields_;
612  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: authentication_service.pb.h:772

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_authentication_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_authentication_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_authentication_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::authentication::v1::LogonResult::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::authentication::v1::LogonResult::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::authentication::v1::LogonResult::_unknown_fields_
private
::bgs::protocol::EntityId* bgs::protocol::authentication::v1::LogonResult::account_id_
private
::google::protobuf::RepeatedField< ::google::protobuf::uint32 > bgs::protocol::authentication::v1::LogonResult::available_region_
private
::std::string* bgs::protocol::authentication::v1::LogonResult::battle_tag_
private
::google::protobuf::uint32 bgs::protocol::authentication::v1::LogonResult::connected_region_
private
LogonResult* bgs::protocol::authentication::v1::LogonResult::default_instance_
staticprivate
::std::string* bgs::protocol::authentication::v1::LogonResult::email_
private
::google::protobuf::uint32 bgs::protocol::authentication::v1::LogonResult::error_code_
private
::google::protobuf::RepeatedPtrField< ::bgs::protocol::EntityId > bgs::protocol::authentication::v1::LogonResult::game_account_id_
private
::std::string* bgs::protocol::authentication::v1::LogonResult::geoip_country_
private
const int bgs::protocol::authentication::v1::LogonResult::kAccountIdFieldNumber = 2
static
const int bgs::protocol::authentication::v1::LogonResult::kAvailableRegionFieldNumber = 5
static
const int bgs::protocol::authentication::v1::LogonResult::kBattleTagFieldNumber = 7
static
const int bgs::protocol::authentication::v1::LogonResult::kConnectedRegionFieldNumber = 6
static
const int bgs::protocol::authentication::v1::LogonResult::kEmailFieldNumber = 4
static
const int bgs::protocol::authentication::v1::LogonResult::kErrorCodeFieldNumber = 1
static
const int bgs::protocol::authentication::v1::LogonResult::kGameAccountIdFieldNumber = 3
static
const int bgs::protocol::authentication::v1::LogonResult::kGeoipCountryFieldNumber = 8
static
const int bgs::protocol::authentication::v1::LogonResult::kRestrictedModeFieldNumber = 10
static
const int bgs::protocol::authentication::v1::LogonResult::kSessionKeyFieldNumber = 9
static
bool bgs::protocol::authentication::v1::LogonResult::restricted_mode_
private
::std::string* bgs::protocol::authentication::v1::LogonResult::session_key_
private

The documentation for this class was generated from the following file: