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

#include <game_utilities_service.pb.h>

Public Member Functions

 ClientRequest ()
 
virtual ~ClientRequest ()
 
 ClientRequest (const ClientRequest &from)
 
ClientRequestoperator= (const ClientRequest &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ClientRequest *other)
 
ClientRequestNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const ClientRequest &from)
 
void MergeFrom (const ClientRequest &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
 
int attribute_size () const
 
void clear_attribute ()
 
const ::bgs::protocol::Attributeattribute (int index) const
 
inline::bgs::protocol::Attribute * mutable_attribute (int index)
 
inline::bgs::protocol::Attribute * add_attribute ()
 
const
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::Attribute > & 
attribute () const
 
inline::google::protobuf::RepeatedPtrField
< ::bgs::protocol::Attribute > * 
mutable_attribute ()
 
bool has_host () const
 
void clear_host ()
 
const ::bgs::protocol::ProcessIdhost () const
 
inline::bgs::protocol::ProcessId * mutable_host ()
 
inline::bgs::protocol::ProcessId * release_host ()
 
void set_allocated_host (::bgs::protocol::ProcessId *host)
 
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)
 
bool has_game_account_id () const
 
void clear_game_account_id ()
 
const ::bgs::protocol::EntityIdgame_account_id () const
 
inline::bgs::protocol::EntityId * mutable_game_account_id ()
 
inline::bgs::protocol::EntityId * release_game_account_id ()
 
void set_allocated_game_account_id (::bgs::protocol::EntityId *game_account_id)
 
bool has_program () const
 
void clear_program ()
 
inline::google::protobuf::uint32 program () const
 
void set_program (::google::protobuf::uint32 value)
 
bool has_client_info () const
 
void clear_client_info ()
 
const
::bgs::protocol::game_utilities::v1::ClientInfo
client_info () const
 
inline::bgs::protocol::game_utilities::v1::ClientInfo * mutable_client_info ()
 
inline::bgs::protocol::game_utilities::v1::ClientInfo * release_client_info ()
 
void set_allocated_client_info (::bgs::protocol::game_utilities::v1::ClientInfo *client_info)
 
- 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 ClientRequestdefault_instance ()
 

Static Public Attributes

static const int kAttributeFieldNumber = 1
 
static const int kHostFieldNumber = 2
 
static const int kAccountIdFieldNumber = 3
 
static const int kGameAccountIdFieldNumber = 4
 
static const int kProgramFieldNumber = 5
 
static const int kClientInfoFieldNumber = 6
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_host ()
 
void clear_has_host ()
 
void set_has_account_id ()
 
void clear_has_account_id ()
 
void set_has_game_account_id ()
 
void clear_has_game_account_id ()
 
void set_has_program ()
 
void clear_has_program ()
 
void set_has_client_info ()
 
void clear_has_client_info ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::RepeatedPtrField
< ::bgs::protocol::Attribute
attribute_
 
::bgs::protocol::ProcessIdhost_
 
::bgs::protocol::EntityIdaccount_id_
 
::bgs::protocol::EntityIdgame_account_id_
 
::bgs::protocol::game_utilities::v1::ClientInfoclient_info_
 
::google::protobuf::uint32 program_
 

Static Private Attributes

static ClientRequestdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_game_5futilities_5fservice_2eproto ()
 
void protobuf_AssignDesc_game_5futilities_5fservice_2eproto ()
 
void protobuf_ShutdownFile_game_5futilities_5fservice_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::game_utilities::v1::ClientRequest::ClientRequest ( )
virtual bgs::protocol::game_utilities::v1::ClientRequest::~ClientRequest ( )
virtual
bgs::protocol::game_utilities::v1::ClientRequest::ClientRequest ( const ClientRequest from)

Member Function Documentation

const ::bgs::protocol::EntityId & bgs::protocol::game_utilities::v1::ClientRequest::account_id ( ) const
inline
1465  {
1466  // @@protoc_insertion_point(field_get:bgs.protocol.game_utilities.v1.ClientRequest.account_id)
1468 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * account_id_
Definition: game_utilities_service.pb.h:191
static ClientRequest * default_instance_
Definition: game_utilities_service.pb.h:200

+ Here is the caller graph for this function:

bgs::protocol::Attribute * bgs::protocol::game_utilities::v1::ClientRequest::add_attribute ( )
inline
1395  {
1396  // @@protoc_insertion_point(field_add:bgs.protocol.game_utilities.v1.ClientRequest.attribute)
1397  return attribute_.Add();
1398 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > attribute_
Definition: game_utilities_service.pb.h:189
const ::bgs::protocol::Attribute & bgs::protocol::game_utilities::v1::ClientRequest::attribute ( int  index) const
inline
1387  {
1388  // @@protoc_insertion_point(field_get:bgs.protocol.game_utilities.v1.ClientRequest.attribute)
1389  return attribute_.Get(index);
1390 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > attribute_
Definition: game_utilities_service.pb.h:189

+ Here is the caller graph for this function:

const ::google::protobuf::RepeatedPtrField<::bgs::protocol::Attribute > & bgs::protocol::game_utilities::v1::ClientRequest::attribute ( ) const
inline
1400  {
1401  // @@protoc_insertion_point(field_list:bgs.protocol.game_utilities.v1.ClientRequest.attribute)
1402  return attribute_;
1403 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > attribute_
Definition: game_utilities_service.pb.h:189
int bgs::protocol::game_utilities::v1::ClientRequest::attribute_size ( ) const
inline
1381  {
1382  return attribute_.size();
1383 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > attribute_
Definition: game_utilities_service.pb.h:189

+ Here is the caller graph for this function:

int bgs::protocol::game_utilities::v1::ClientRequest::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::game_utilities::v1::ClientRequest::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::game_utilities::v1::ClientRequest::clear_account_id ( )
inline
1461  {
1462  if (account_id_ != NULL) account_id_->::bgs::protocol::EntityId::Clear();
1464 }
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_account_id()
Definition: game_utilities_service.pb.h:1458
::bgs::protocol::EntityId * account_id_
Definition: game_utilities_service.pb.h:191

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::clear_attribute ( )
inline
1384  {
1385  attribute_.Clear();
1386 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > attribute_
Definition: game_utilities_service.pb.h:189
void bgs::protocol::game_utilities::v1::ClientRequest::clear_client_info ( )
inline
1567  {
1568  if (client_info_ != NULL) client_info_->::bgs::protocol::game_utilities::v1::ClientInfo::Clear();
1570 }
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_client_info()
Definition: game_utilities_service.pb.h:1564
::bgs::protocol::game_utilities::v1::ClientInfo * client_info_
Definition: game_utilities_service.pb.h:193

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::clear_game_account_id ( )
inline
1502  {
1503  if (game_account_id_ != NULL) game_account_id_->::bgs::protocol::EntityId::Clear();
1505 }
::bgs::protocol::EntityId * game_account_id_
Definition: game_utilities_service.pb.h:192
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_game_account_id()
Definition: game_utilities_service.pb.h:1499

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::clear_has_account_id ( )
inlineprivate
1458  {
1459  _has_bits_[0] &= ~0x00000004u;
1460 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::clear_has_client_info ( )
inlineprivate
1564  {
1565  _has_bits_[0] &= ~0x00000020u;
1566 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::clear_has_game_account_id ( )
inlineprivate
1499  {
1500  _has_bits_[0] &= ~0x00000008u;
1501 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::clear_has_host ( )
inlineprivate
1417  {
1418  _has_bits_[0] &= ~0x00000002u;
1419 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::clear_has_program ( )
inlineprivate
1540  {
1541  _has_bits_[0] &= ~0x00000010u;
1542 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::clear_host ( )
inline
1420  {
1421  if (host_ != NULL) host_->::bgs::protocol::ProcessId::Clear();
1422  clear_has_host();
1423 }
::bgs::protocol::ProcessId * host_
Definition: game_utilities_service.pb.h:190
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_host()
Definition: game_utilities_service.pb.h:1417

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::clear_program ( )
inline
1543  {
1544  program_ = 0u;
1546 }
void clear_has_program()
Definition: game_utilities_service.pb.h:1540
::google::protobuf::uint32 program_
Definition: game_utilities_service.pb.h:194

+ Here is the call graph for this function:

const ::bgs::protocol::game_utilities::v1::ClientInfo & bgs::protocol::game_utilities::v1::ClientRequest::client_info ( ) const
inline
1571  {
1572  // @@protoc_insertion_point(field_get:bgs.protocol.game_utilities.v1.ClientRequest.client_info)
1574 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::game_utilities::v1::ClientInfo * client_info_
Definition: game_utilities_service.pb.h:193
static ClientRequest * default_instance_
Definition: game_utilities_service.pb.h:200

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::game_utilities::v1::ClientRequest::CopyFrom ( const ClientRequest from)
static const ClientRequest& bgs::protocol::game_utilities::v1::ClientRequest::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::game_utilities::v1::ClientRequest::descriptor ( )
static
const ::bgs::protocol::EntityId & bgs::protocol::game_utilities::v1::ClientRequest::game_account_id ( ) const
inline
1506  {
1507  // @@protoc_insertion_point(field_get:bgs.protocol.game_utilities.v1.ClientRequest.game_account_id)
1509 }
::bgs::protocol::EntityId * game_account_id_
Definition: game_utilities_service.pb.h:192
arena_t NULL
Definition: jemalloc_internal.h:624
static ClientRequest * default_instance_
Definition: game_utilities_service.pb.h:200

+ Here is the caller graph for this function:

int bgs::protocol::game_utilities::v1::ClientRequest::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

105 { return _cached_size_; }
int _cached_size_
Definition: game_utilities_service.pb.h:188
::google::protobuf::Metadata bgs::protocol::game_utilities::v1::ClientRequest::GetMetadata ( ) const
virtual
bool bgs::protocol::game_utilities::v1::ClientRequest::has_account_id ( ) const
inline
1452  {
1453  return (_has_bits_[0] & 0x00000004u) != 0;
1454 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187
bool bgs::protocol::game_utilities::v1::ClientRequest::has_client_info ( ) const
inline
1558  {
1559  return (_has_bits_[0] & 0x00000020u) != 0;
1560 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187
bool bgs::protocol::game_utilities::v1::ClientRequest::has_game_account_id ( ) const
inline
1493  {
1494  return (_has_bits_[0] & 0x00000008u) != 0;
1495 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187
bool bgs::protocol::game_utilities::v1::ClientRequest::has_host ( ) const
inline
1411  {
1412  return (_has_bits_[0] & 0x00000002u) != 0;
1413 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187
bool bgs::protocol::game_utilities::v1::ClientRequest::has_program ( ) const
inline
1534  {
1535  return (_has_bits_[0] & 0x00000010u) != 0;
1536 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187
const ::bgs::protocol::ProcessId & bgs::protocol::game_utilities::v1::ClientRequest::host ( ) const
inline
1424  {
1425  // @@protoc_insertion_point(field_get:bgs.protocol.game_utilities.v1.ClientRequest.host)
1426  return host_ != NULL ? *host_ : *default_instance_->host_;
1427 }
::bgs::protocol::ProcessId * host_
Definition: game_utilities_service.pb.h:190
arena_t NULL
Definition: jemalloc_internal.h:624
static ClientRequest * default_instance_
Definition: game_utilities_service.pb.h:200

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::InitAsDefaultInstance ( )
private
bool bgs::protocol::game_utilities::v1::ClientRequest::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::game_utilities::v1::ClientRequest::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::game_utilities::v1::ClientRequest::MergeFrom ( const ClientRequest from)
bool bgs::protocol::game_utilities::v1::ClientRequest::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::EntityId * bgs::protocol::game_utilities::v1::ClientRequest::mutable_account_id ( )
inline
1469  {
1471  if (account_id_ == NULL) account_id_ = new ::bgs::protocol::EntityId;
1472  // @@protoc_insertion_point(field_mutable:bgs.protocol.game_utilities.v1.ClientRequest.account_id)
1473  return account_id_;
1474 }
void set_has_account_id()
Definition: game_utilities_service.pb.h:1455
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * account_id_
Definition: game_utilities_service.pb.h:191

+ Here is the call graph for this function:

bgs::protocol::Attribute * bgs::protocol::game_utilities::v1::ClientRequest::mutable_attribute ( int  index)
inline
1391  {
1392  // @@protoc_insertion_point(field_mutable:bgs.protocol.game_utilities.v1.ClientRequest.attribute)
1393  return attribute_.Mutable(index);
1394 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > attribute_
Definition: game_utilities_service.pb.h:189
google::protobuf::RepeatedPtrField<::bgs::protocol::Attribute > * bgs::protocol::game_utilities::v1::ClientRequest::mutable_attribute ( )
inline
1405  {
1406  // @@protoc_insertion_point(field_mutable_list:bgs.protocol.game_utilities.v1.ClientRequest.attribute)
1407  return &attribute_;
1408 }
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > attribute_
Definition: game_utilities_service.pb.h:189
bgs::protocol::game_utilities::v1::ClientInfo * bgs::protocol::game_utilities::v1::ClientRequest::mutable_client_info ( )
inline
1575  {
1577  if (client_info_ == NULL) client_info_ = new ::bgs::protocol::game_utilities::v1::ClientInfo;
1578  // @@protoc_insertion_point(field_mutable:bgs.protocol.game_utilities.v1.ClientRequest.client_info)
1579  return client_info_;
1580 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::game_utilities::v1::ClientInfo * client_info_
Definition: game_utilities_service.pb.h:193
void set_has_client_info()
Definition: game_utilities_service.pb.h:1561

+ Here is the call graph for this function:

bgs::protocol::EntityId * bgs::protocol::game_utilities::v1::ClientRequest::mutable_game_account_id ( )
inline
1510  {
1512  if (game_account_id_ == NULL) game_account_id_ = new ::bgs::protocol::EntityId;
1513  // @@protoc_insertion_point(field_mutable:bgs.protocol.game_utilities.v1.ClientRequest.game_account_id)
1514  return game_account_id_;
1515 }
::bgs::protocol::EntityId * game_account_id_
Definition: game_utilities_service.pb.h:192
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_game_account_id()
Definition: game_utilities_service.pb.h:1496

+ Here is the call graph for this function:

bgs::protocol::ProcessId * bgs::protocol::game_utilities::v1::ClientRequest::mutable_host ( )
inline
1428  {
1429  set_has_host();
1430  if (host_ == NULL) host_ = new ::bgs::protocol::ProcessId;
1431  // @@protoc_insertion_point(field_mutable:bgs.protocol.game_utilities.v1.ClientRequest.host)
1432  return host_;
1433 }
::bgs::protocol::ProcessId * host_
Definition: game_utilities_service.pb.h:190
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_host()
Definition: game_utilities_service.pb.h:1414

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::game_utilities::v1::ClientRequest::mutable_unknown_fields ( )
inline
80  {
81  return &_unknown_fields_;
82  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: game_utilities_service.pb.h:185
ClientRequest* bgs::protocol::game_utilities::v1::ClientRequest::New ( ) const
virtual
ClientRequest& bgs::protocol::game_utilities::v1::ClientRequest::operator= ( const ClientRequest from)
inline
71  {
72  CopyFrom(from);
73  return *this;
74  }
void CopyFrom(const ::google::protobuf::Message &from)
google::protobuf::uint32 bgs::protocol::game_utilities::v1::ClientRequest::program ( ) const
inline
1547  {
1548  // @@protoc_insertion_point(field_get:bgs.protocol.game_utilities.v1.ClientRequest.program)
1549  return program_;
1550 }
::google::protobuf::uint32 program_
Definition: game_utilities_service.pb.h:194
bgs::protocol::EntityId * bgs::protocol::game_utilities::v1::ClientRequest::release_account_id ( )
inline
1475  {
1478  account_id_ = NULL;
1479  return temp;
1480 }
Definition: entity_types.pb.h:45
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_account_id()
Definition: game_utilities_service.pb.h:1458
::bgs::protocol::EntityId * account_id_
Definition: game_utilities_service.pb.h:191

+ Here is the call graph for this function:

bgs::protocol::game_utilities::v1::ClientInfo * bgs::protocol::game_utilities::v1::ClientRequest::release_client_info ( )
inline
1581  {
1584  client_info_ = NULL;
1585  return temp;
1586 }
arena_t NULL
Definition: jemalloc_internal.h:624
Definition: game_utilities_types.pb.h:151
void clear_has_client_info()
Definition: game_utilities_service.pb.h:1564
::bgs::protocol::game_utilities::v1::ClientInfo * client_info_
Definition: game_utilities_service.pb.h:193

+ Here is the call graph for this function:

bgs::protocol::EntityId * bgs::protocol::game_utilities::v1::ClientRequest::release_game_account_id ( )
inline
1516  {
1520  return temp;
1521 }
::bgs::protocol::EntityId * game_account_id_
Definition: game_utilities_service.pb.h:192
Definition: entity_types.pb.h:45
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_game_account_id()
Definition: game_utilities_service.pb.h:1499

+ Here is the call graph for this function:

bgs::protocol::ProcessId * bgs::protocol::game_utilities::v1::ClientRequest::release_host ( )
inline
1434  {
1435  clear_has_host();
1437  host_ = NULL;
1438  return temp;
1439 }
::bgs::protocol::ProcessId * host_
Definition: game_utilities_service.pb.h:190
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_host()
Definition: game_utilities_service.pb.h:1417
Definition: rpc_types.pb.h:214

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::game_utilities::v1::ClientRequest::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::game_utilities::v1::ClientRequest::set_allocated_account_id ( ::bgs::protocol::EntityId account_id)
inline
1481  {
1482  delete account_id_;
1484  if (account_id) {
1486  } else {
1488  }
1489  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.game_utilities.v1.ClientRequest.account_id)
1490 }
void set_has_account_id()
Definition: game_utilities_service.pb.h:1455
void clear_has_account_id()
Definition: game_utilities_service.pb.h:1458
::bgs::protocol::EntityId * account_id_
Definition: game_utilities_service.pb.h:191
const ::bgs::protocol::EntityId & account_id() const
Definition: game_utilities_service.pb.h:1465

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::set_allocated_client_info ( ::bgs::protocol::game_utilities::v1::ClientInfo client_info)
inline
1587  {
1588  delete client_info_;
1590  if (client_info) {
1592  } else {
1594  }
1595  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.game_utilities.v1.ClientRequest.client_info)
1596 }
void clear_has_client_info()
Definition: game_utilities_service.pb.h:1564
::bgs::protocol::game_utilities::v1::ClientInfo * client_info_
Definition: game_utilities_service.pb.h:193
const ::bgs::protocol::game_utilities::v1::ClientInfo & client_info() const
Definition: game_utilities_service.pb.h:1571
void set_has_client_info()
Definition: game_utilities_service.pb.h:1561

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::set_allocated_game_account_id ( ::bgs::protocol::EntityId game_account_id)
inline
1522  {
1523  delete game_account_id_;
1525  if (game_account_id) {
1527  } else {
1529  }
1530  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.game_utilities.v1.ClientRequest.game_account_id)
1531 }
::bgs::protocol::EntityId * game_account_id_
Definition: game_utilities_service.pb.h:192
const ::bgs::protocol::EntityId & game_account_id() const
Definition: game_utilities_service.pb.h:1506
void set_has_game_account_id()
Definition: game_utilities_service.pb.h:1496
void clear_has_game_account_id()
Definition: game_utilities_service.pb.h:1499

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::set_allocated_host ( ::bgs::protocol::ProcessId host)
inline
1440  {
1441  delete host_;
1442  host_ = host;
1443  if (host) {
1444  set_has_host();
1445  } else {
1446  clear_has_host();
1447  }
1448  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.game_utilities.v1.ClientRequest.host)
1449 }
::bgs::protocol::ProcessId * host_
Definition: game_utilities_service.pb.h:190
const ::bgs::protocol::ProcessId & host() const
Definition: game_utilities_service.pb.h:1424
void clear_has_host()
Definition: game_utilities_service.pb.h:1417
void set_has_host()
Definition: game_utilities_service.pb.h:1414

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::set_has_account_id ( )
inlineprivate
1455  {
1456  _has_bits_[0] |= 0x00000004u;
1457 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::set_has_client_info ( )
inlineprivate
1561  {
1562  _has_bits_[0] |= 0x00000020u;
1563 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::set_has_game_account_id ( )
inlineprivate
1496  {
1497  _has_bits_[0] |= 0x00000008u;
1498 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::set_has_host ( )
inlineprivate
1414  {
1415  _has_bits_[0] |= 0x00000002u;
1416 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::set_has_program ( )
inlineprivate
1537  {
1538  _has_bits_[0] |= 0x00000010u;
1539 }
::google::protobuf::uint32 _has_bits_[1]
Definition: game_utilities_service.pb.h:187

+ Here is the caller graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::set_program ( ::google::protobuf::uint32  value)
inline
1551  {
1552  set_has_program();
1553  program_ = value;
1554  // @@protoc_insertion_point(field_set:bgs.protocol.game_utilities.v1.ClientRequest.program)
1555 }
void set_has_program()
Definition: game_utilities_service.pb.h:1537
const FieldDescriptor value
Definition: descriptor.h:1522
::google::protobuf::uint32 program_
Definition: game_utilities_service.pb.h:194

+ Here is the call graph for this function:

void bgs::protocol::game_utilities::v1::ClientRequest::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::game_utilities::v1::ClientRequest::SharedCtor ( )
private
void bgs::protocol::game_utilities::v1::ClientRequest::SharedDtor ( )
private
void bgs::protocol::game_utilities::v1::ClientRequest::Swap ( ClientRequest other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::game_utilities::v1::ClientRequest::unknown_fields ( ) const
inline
76  {
77  return _unknown_fields_;
78  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: game_utilities_service.pb.h:185

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_game_5futilities_5fservice_2eproto ( )
friend
void protobuf_AssignDesc_game_5futilities_5fservice_2eproto ( )
friend
void protobuf_ShutdownFile_game_5futilities_5fservice_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::game_utilities::v1::ClientRequest::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::game_utilities::v1::ClientRequest::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::game_utilities::v1::ClientRequest::_unknown_fields_
private
::bgs::protocol::EntityId* bgs::protocol::game_utilities::v1::ClientRequest::account_id_
private
::google::protobuf::RepeatedPtrField< ::bgs::protocol::Attribute > bgs::protocol::game_utilities::v1::ClientRequest::attribute_
private
::bgs::protocol::game_utilities::v1::ClientInfo* bgs::protocol::game_utilities::v1::ClientRequest::client_info_
private
ClientRequest* bgs::protocol::game_utilities::v1::ClientRequest::default_instance_
staticprivate
::bgs::protocol::EntityId* bgs::protocol::game_utilities::v1::ClientRequest::game_account_id_
private
::bgs::protocol::ProcessId* bgs::protocol::game_utilities::v1::ClientRequest::host_
private
const int bgs::protocol::game_utilities::v1::ClientRequest::kAccountIdFieldNumber = 3
static
const int bgs::protocol::game_utilities::v1::ClientRequest::kAttributeFieldNumber = 1
static
const int bgs::protocol::game_utilities::v1::ClientRequest::kClientInfoFieldNumber = 6
static
const int bgs::protocol::game_utilities::v1::ClientRequest::kGameAccountIdFieldNumber = 4
static
const int bgs::protocol::game_utilities::v1::ClientRequest::kHostFieldNumber = 2
static
const int bgs::protocol::game_utilities::v1::ClientRequest::kProgramFieldNumber = 5
static
::google::protobuf::uint32 bgs::protocol::game_utilities::v1::ClientRequest::program_
private

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