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

#include <invitation_types.pb.h>

Public Member Functions

 Invitation ()
 
virtual ~Invitation ()
 
 Invitation (const Invitation &from)
 
Invitationoperator= (const Invitation &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Invitation *other)
 
InvitationNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const Invitation &from)
 
void MergeFrom (const Invitation &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_id () const
 
void clear_id ()
 
inline::google::protobuf::uint64 id () const
 
void set_id (::google::protobuf::uint64 value)
 
bool has_inviter_identity () const
 
void clear_inviter_identity ()
 
const ::bgs::protocol::Identityinviter_identity () const
 
inline::bgs::protocol::Identity * mutable_inviter_identity ()
 
inline::bgs::protocol::Identity * release_inviter_identity ()
 
void set_allocated_inviter_identity (::bgs::protocol::Identity *inviter_identity)
 
bool has_invitee_identity () const
 
void clear_invitee_identity ()
 
const ::bgs::protocol::Identityinvitee_identity () const
 
inline::bgs::protocol::Identity * mutable_invitee_identity ()
 
inline::bgs::protocol::Identity * release_invitee_identity ()
 
void set_allocated_invitee_identity (::bgs::protocol::Identity *invitee_identity)
 
bool has_inviter_name () const
 
void clear_inviter_name ()
 
const ::std::string & inviter_name () const
 
void set_inviter_name (const ::std::string &value)
 
void set_inviter_name (const char *value)
 
void set_inviter_name (const char *value, size_t size)
 
inline::std::string * mutable_inviter_name ()
 
inline::std::string * release_inviter_name ()
 
void set_allocated_inviter_name (::std::string *inviter_name)
 
bool has_invitee_name () const
 
void clear_invitee_name ()
 
const ::std::string & invitee_name () const
 
void set_invitee_name (const ::std::string &value)
 
void set_invitee_name (const char *value)
 
void set_invitee_name (const char *value, size_t size)
 
inline::std::string * mutable_invitee_name ()
 
inline::std::string * release_invitee_name ()
 
void set_allocated_invitee_name (::std::string *invitee_name)
 
bool has_invitation_message () const
 
void clear_invitation_message ()
 
const ::std::string & invitation_message () const
 
void set_invitation_message (const ::std::string &value)
 
void set_invitation_message (const char *value)
 
void set_invitation_message (const char *value, size_t size)
 
inline::std::string * mutable_invitation_message ()
 
inline::std::string * release_invitation_message ()
 
void set_allocated_invitation_message (::std::string *invitation_message)
 
bool has_creation_time () const
 
void clear_creation_time ()
 
inline::google::protobuf::uint64 creation_time () const
 
void set_creation_time (::google::protobuf::uint64 value)
 
bool has_expiration_time () const
 
void clear_expiration_time ()
 
inline::google::protobuf::uint64 expiration_time () const
 
void set_expiration_time (::google::protobuf::uint64 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 Invitationdefault_instance ()
 

Static Public Attributes

static const int kIdFieldNumber = 1
 
static const int kInviterIdentityFieldNumber = 2
 
static const int kInviteeIdentityFieldNumber = 3
 
static const int kInviterNameFieldNumber = 4
 
static const int kInviteeNameFieldNumber = 5
 
static const int kInvitationMessageFieldNumber = 6
 
static const int kCreationTimeFieldNumber = 7
 
static const int kExpirationTimeFieldNumber = 8
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_id ()
 
void clear_has_id ()
 
void set_has_inviter_identity ()
 
void clear_has_inviter_identity ()
 
void set_has_invitee_identity ()
 
void clear_has_invitee_identity ()
 
void set_has_inviter_name ()
 
void clear_has_inviter_name ()
 
void set_has_invitee_name ()
 
void clear_has_invitee_name ()
 
void set_has_invitation_message ()
 
void clear_has_invitation_message ()
 
void set_has_creation_time ()
 
void clear_has_creation_time ()
 
void set_has_expiration_time ()
 
void clear_has_expiration_time ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::internal::ExtensionSet _extensions_
 
::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::google::protobuf::uint64 id_
 
::bgs::protocol::Identityinviter_identity_
 
::bgs::protocol::Identityinvitee_identity_
 
::std::string * inviter_name_
 
::std::string * invitee_name_
 
::std::string * invitation_message_
 
::google::protobuf::uint64 creation_time_
 
::google::protobuf::uint64 expiration_time_
 

Static Private Attributes

static Invitationdefault_instance_
 

Friends

void TC_SHARED_API protobuf_AddDesc_invitation_5ftypes_2eproto ()
 
void protobuf_AssignDesc_invitation_5ftypes_2eproto ()
 
void protobuf_ShutdownFile_invitation_5ftypes_2eproto ()
 

Additional Inherited Members

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

Constructor & Destructor Documentation

bgs::protocol::Invitation::Invitation ( )
virtual bgs::protocol::Invitation::~Invitation ( )
virtual
bgs::protocol::Invitation::Invitation ( const Invitation from)

Member Function Documentation

int bgs::protocol::Invitation::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::Invitation::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::Invitation::clear_creation_time ( )
inline
1415  {
1418 }
::google::protobuf::uint64 creation_time_
Definition: invitation_types.pb.h:210
void clear_has_creation_time()
Definition: invitation_types.pb.h:1412
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
void bgs::protocol::Invitation::clear_expiration_time ( )
inline
1439  {
1442 }
::google::protobuf::uint64 expiration_time_
Definition: invitation_types.pb.h:211
void clear_has_expiration_time()
Definition: invitation_types.pb.h:1436
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
void bgs::protocol::Invitation::clear_has_creation_time ( )
inlineprivate
1412  {
1413  _has_bits_[0] &= ~0x00000040u;
1414 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::clear_has_expiration_time ( )
inlineprivate
1436  {
1437  _has_bits_[0] &= ~0x00000080u;
1438 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::clear_has_id ( )
inlineprivate
1078  {
1079  _has_bits_[0] &= ~0x00000001u;
1080 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::clear_has_invitation_message ( )
inlineprivate
1336  {
1337  _has_bits_[0] &= ~0x00000020u;
1338 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::clear_has_invitee_identity ( )
inlineprivate
1143  {
1144  _has_bits_[0] &= ~0x00000004u;
1145 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::clear_has_invitee_name ( )
inlineprivate
1260  {
1261  _has_bits_[0] &= ~0x00000010u;
1262 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::clear_has_inviter_identity ( )
inlineprivate
1102  {
1103  _has_bits_[0] &= ~0x00000002u;
1104 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::clear_has_inviter_name ( )
inlineprivate
1184  {
1185  _has_bits_[0] &= ~0x00000008u;
1186 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::clear_id ( )
inline
1081  {
1082  id_ = GOOGLE_ULONGLONG(0);
1083  clear_has_id();
1084 }
::google::protobuf::uint64 id_
Definition: invitation_types.pb.h:204
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
void clear_has_id()
Definition: invitation_types.pb.h:1078
void bgs::protocol::Invitation::clear_invitation_message ( )
inline
1339  {
1341  invitation_message_->clear();
1342  }
1344 }
::std::string * invitation_message_
Definition: invitation_types.pb.h:209
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_invitation_message()
Definition: invitation_types.pb.h:1336

+ Here is the call graph for this function:

void bgs::protocol::Invitation::clear_invitee_identity ( )
inline
1146  {
1147  if (invitee_identity_ != NULL) invitee_identity_->::bgs::protocol::Identity::Clear();
1149 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::Identity * invitee_identity_
Definition: invitation_types.pb.h:206
void clear_has_invitee_identity()
Definition: invitation_types.pb.h:1143
void bgs::protocol::Invitation::clear_invitee_name ( )
inline
1263  {
1265  invitee_name_->clear();
1266  }
1268 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * invitee_name_
Definition: invitation_types.pb.h:208
void clear_has_invitee_name()
Definition: invitation_types.pb.h:1260

+ Here is the call graph for this function:

void bgs::protocol::Invitation::clear_inviter_identity ( )
inline
1105  {
1106  if (inviter_identity_ != NULL) inviter_identity_->::bgs::protocol::Identity::Clear();
1108 }
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_inviter_identity()
Definition: invitation_types.pb.h:1102
::bgs::protocol::Identity * inviter_identity_
Definition: invitation_types.pb.h:205
void bgs::protocol::Invitation::clear_inviter_name ( )
inline
1187  {
1189  inviter_name_->clear();
1190  }
1192 }
void clear_has_inviter_name()
Definition: invitation_types.pb.h:1184
::std::string * inviter_name_
Definition: invitation_types.pb.h:207
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

void bgs::protocol::Invitation::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::Invitation::CopyFrom ( const Invitation from)
google::protobuf::uint64 bgs::protocol::Invitation::creation_time ( ) const
inline
1419  {
1420  // @@protoc_insertion_point(field_get:bgs.protocol.Invitation.creation_time)
1421  return creation_time_;
1422 }
::google::protobuf::uint64 creation_time_
Definition: invitation_types.pb.h:210
static const Invitation& bgs::protocol::Invitation::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::Invitation::descriptor ( )
static
google::protobuf::uint64 bgs::protocol::Invitation::expiration_time ( ) const
inline
1443  {
1444  // @@protoc_insertion_point(field_get:bgs.protocol.Invitation.expiration_time)
1445  return expiration_time_;
1446 }
::google::protobuf::uint64 expiration_time_
Definition: invitation_types.pb.h:211
int bgs::protocol::Invitation::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

91 { return _cached_size_; }
int _cached_size_
Definition: invitation_types.pb.h:203
::google::protobuf::Metadata bgs::protocol::Invitation::GetMetadata ( ) const
virtual
bool bgs::protocol::Invitation::has_creation_time ( ) const
inline
1406  {
1407  return (_has_bits_[0] & 0x00000040u) != 0;
1408 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
bool bgs::protocol::Invitation::has_expiration_time ( ) const
inline
1430  {
1431  return (_has_bits_[0] & 0x00000080u) != 0;
1432 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
bool bgs::protocol::Invitation::has_id ( ) const
inline
1072  {
1073  return (_has_bits_[0] & 0x00000001u) != 0;
1074 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
bool bgs::protocol::Invitation::has_invitation_message ( ) const
inline
1330  {
1331  return (_has_bits_[0] & 0x00000020u) != 0;
1332 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
bool bgs::protocol::Invitation::has_invitee_identity ( ) const
inline
1137  {
1138  return (_has_bits_[0] & 0x00000004u) != 0;
1139 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
bool bgs::protocol::Invitation::has_invitee_name ( ) const
inline
1254  {
1255  return (_has_bits_[0] & 0x00000010u) != 0;
1256 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
bool bgs::protocol::Invitation::has_inviter_identity ( ) const
inline
1096  {
1097  return (_has_bits_[0] & 0x00000002u) != 0;
1098 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
bool bgs::protocol::Invitation::has_inviter_name ( ) const
inline
1178  {
1179  return (_has_bits_[0] & 0x00000008u) != 0;
1180 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
google::protobuf::uint64 bgs::protocol::Invitation::id ( ) const
inline
1085  {
1086  // @@protoc_insertion_point(field_get:bgs.protocol.Invitation.id)
1087  return id_;
1088 }
::google::protobuf::uint64 id_
Definition: invitation_types.pb.h:204
void bgs::protocol::Invitation::InitAsDefaultInstance ( )
private
const ::std::string & bgs::protocol::Invitation::invitation_message ( ) const
inline
1345  {
1346  // @@protoc_insertion_point(field_get:bgs.protocol.Invitation.invitation_message)
1347  return *invitation_message_;
1348 }
::std::string * invitation_message_
Definition: invitation_types.pb.h:209
const ::bgs::protocol::Identity & bgs::protocol::Invitation::invitee_identity ( ) const
inline
1150  {
1151  // @@protoc_insertion_point(field_get:bgs.protocol.Invitation.invitee_identity)
1153 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::Identity * invitee_identity_
Definition: invitation_types.pb.h:206
static Invitation * default_instance_
Definition: invitation_types.pb.h:217
const ::std::string & bgs::protocol::Invitation::invitee_name ( ) const
inline
1269  {
1270  // @@protoc_insertion_point(field_get:bgs.protocol.Invitation.invitee_name)
1271  return *invitee_name_;
1272 }
::std::string * invitee_name_
Definition: invitation_types.pb.h:208
const ::bgs::protocol::Identity & bgs::protocol::Invitation::inviter_identity ( ) const
inline
1109  {
1110  // @@protoc_insertion_point(field_get:bgs.protocol.Invitation.inviter_identity)
1112 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::Identity * inviter_identity_
Definition: invitation_types.pb.h:205
static Invitation * default_instance_
Definition: invitation_types.pb.h:217
const ::std::string & bgs::protocol::Invitation::inviter_name ( ) const
inline
1193  {
1194  // @@protoc_insertion_point(field_get:bgs.protocol.Invitation.inviter_name)
1195  return *inviter_name_;
1196 }
::std::string * inviter_name_
Definition: invitation_types.pb.h:207
bool bgs::protocol::Invitation::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::Invitation::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::Invitation::MergeFrom ( const Invitation from)
bool bgs::protocol::Invitation::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
std::string * bgs::protocol::Invitation::mutable_invitation_message ( )
inline
1373  {
1376  invitation_message_ = new ::std::string;
1377  }
1378  // @@protoc_insertion_point(field_mutable:bgs.protocol.Invitation.invitation_message)
1379  return invitation_message_;
1380 }
::std::string * invitation_message_
Definition: invitation_types.pb.h:209
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_invitation_message()
Definition: invitation_types.pb.h:1333

+ Here is the call graph for this function:

bgs::protocol::Identity * bgs::protocol::Invitation::mutable_invitee_identity ( )
inline
1154  {
1156  if (invitee_identity_ == NULL) invitee_identity_ = new ::bgs::protocol::Identity;
1157  // @@protoc_insertion_point(field_mutable:bgs.protocol.Invitation.invitee_identity)
1158  return invitee_identity_;
1159 }
void set_has_invitee_identity()
Definition: invitation_types.pb.h:1140
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::Identity * invitee_identity_
Definition: invitation_types.pb.h:206
std::string * bgs::protocol::Invitation::mutable_invitee_name ( )
inline
1297  {
1300  invitee_name_ = new ::std::string;
1301  }
1302  // @@protoc_insertion_point(field_mutable:bgs.protocol.Invitation.invitee_name)
1303  return invitee_name_;
1304 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_invitee_name()
Definition: invitation_types.pb.h:1257
::std::string * invitee_name_
Definition: invitation_types.pb.h:208

+ Here is the call graph for this function:

bgs::protocol::Identity * bgs::protocol::Invitation::mutable_inviter_identity ( )
inline
1113  {
1115  if (inviter_identity_ == NULL) inviter_identity_ = new ::bgs::protocol::Identity;
1116  // @@protoc_insertion_point(field_mutable:bgs.protocol.Invitation.inviter_identity)
1117  return inviter_identity_;
1118 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::Identity * inviter_identity_
Definition: invitation_types.pb.h:205
void set_has_inviter_identity()
Definition: invitation_types.pb.h:1099
std::string * bgs::protocol::Invitation::mutable_inviter_name ( )
inline
1221  {
1224  inviter_name_ = new ::std::string;
1225  }
1226  // @@protoc_insertion_point(field_mutable:bgs.protocol.Invitation.inviter_name)
1227  return inviter_name_;
1228 }
::std::string * inviter_name_
Definition: invitation_types.pb.h:207
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_inviter_name()
Definition: invitation_types.pb.h:1181

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::Invitation::mutable_unknown_fields ( )
inline
66  {
67  return &_unknown_fields_;
68  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: invitation_types.pb.h:200
Invitation* bgs::protocol::Invitation::New ( ) const
virtual
Invitation& bgs::protocol::Invitation::operator= ( const Invitation from)
inline
57  {
58  CopyFrom(from);
59  return *this;
60  }
void CopyFrom(const ::google::protobuf::Message &from)
std::string * bgs::protocol::Invitation::release_invitation_message ( )
inline
1381  {
1384  return NULL;
1385  } else {
1386  ::std::string* temp = invitation_message_;
1388  return temp;
1389  }
1390 }
::std::string * invitation_message_
Definition: invitation_types.pb.h:209
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_invitation_message()
Definition: invitation_types.pb.h:1336

+ Here is the call graph for this function:

bgs::protocol::Identity * bgs::protocol::Invitation::release_invitee_identity ( )
inline
1160  {
1164  return temp;
1165 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::Identity * invitee_identity_
Definition: invitation_types.pb.h:206
Definition: entity_types.pb.h:134
void clear_has_invitee_identity()
Definition: invitation_types.pb.h:1143
std::string * bgs::protocol::Invitation::release_invitee_name ( )
inline
1305  {
1308  return NULL;
1309  } else {
1310  ::std::string* temp = invitee_name_;
1312  return temp;
1313  }
1314 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * invitee_name_
Definition: invitation_types.pb.h:208
void clear_has_invitee_name()
Definition: invitation_types.pb.h:1260

+ Here is the call graph for this function:

bgs::protocol::Identity * bgs::protocol::Invitation::release_inviter_identity ( )
inline
1119  {
1123  return temp;
1124 }
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_inviter_identity()
Definition: invitation_types.pb.h:1102
::bgs::protocol::Identity * inviter_identity_
Definition: invitation_types.pb.h:205
Definition: entity_types.pb.h:134
std::string * bgs::protocol::Invitation::release_inviter_name ( )
inline
1229  {
1232  return NULL;
1233  } else {
1234  ::std::string* temp = inviter_name_;
1236  return temp;
1237  }
1238 }
void clear_has_inviter_name()
Definition: invitation_types.pb.h:1184
::std::string * inviter_name_
Definition: invitation_types.pb.h:207
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79

+ Here is the call graph for this function:

void bgs::protocol::Invitation::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::Invitation::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::Invitation::set_allocated_invitation_message ( ::std::string *  invitation_message)
inline
1391  {
1393  delete invitation_message_;
1394  }
1395  if (invitation_message) {
1398  } else {
1401  }
1402  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.Invitation.invitation_message)
1403 }
::std::string * invitation_message_
Definition: invitation_types.pb.h:209
const ::std::string & invitation_message() const
Definition: invitation_types.pb.h:1345
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_invitation_message()
Definition: invitation_types.pb.h:1336
void set_has_invitation_message()
Definition: invitation_types.pb.h:1333

+ Here is the call graph for this function:

void bgs::protocol::Invitation::set_allocated_invitee_identity ( ::bgs::protocol::Identity invitee_identity)
inline
1166  {
1167  delete invitee_identity_;
1169  if (invitee_identity) {
1171  } else {
1173  }
1174  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.Invitation.invitee_identity)
1175 }
void set_has_invitee_identity()
Definition: invitation_types.pb.h:1140
const ::bgs::protocol::Identity & invitee_identity() const
Definition: invitation_types.pb.h:1150
::bgs::protocol::Identity * invitee_identity_
Definition: invitation_types.pb.h:206
void clear_has_invitee_identity()
Definition: invitation_types.pb.h:1143
void bgs::protocol::Invitation::set_allocated_invitee_name ( ::std::string *  invitee_name)
inline
1315  {
1317  delete invitee_name_;
1318  }
1319  if (invitee_name) {
1322  } else {
1325  }
1326  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.Invitation.invitee_name)
1327 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_invitee_name()
Definition: invitation_types.pb.h:1257
const ::std::string & invitee_name() const
Definition: invitation_types.pb.h:1269
::std::string * invitee_name_
Definition: invitation_types.pb.h:208
void clear_has_invitee_name()
Definition: invitation_types.pb.h:1260

+ Here is the call graph for this function:

void bgs::protocol::Invitation::set_allocated_inviter_identity ( ::bgs::protocol::Identity inviter_identity)
inline
1125  {
1126  delete inviter_identity_;
1128  if (inviter_identity) {
1130  } else {
1132  }
1133  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.Invitation.inviter_identity)
1134 }
void clear_has_inviter_identity()
Definition: invitation_types.pb.h:1102
::bgs::protocol::Identity * inviter_identity_
Definition: invitation_types.pb.h:205
const ::bgs::protocol::Identity & inviter_identity() const
Definition: invitation_types.pb.h:1109
void set_has_inviter_identity()
Definition: invitation_types.pb.h:1099
void bgs::protocol::Invitation::set_allocated_inviter_name ( ::std::string *  inviter_name)
inline
1239  {
1241  delete inviter_name_;
1242  }
1243  if (inviter_name) {
1246  } else {
1249  }
1250  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.Invitation.inviter_name)
1251 }
void clear_has_inviter_name()
Definition: invitation_types.pb.h:1184
::std::string * inviter_name_
Definition: invitation_types.pb.h:207
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
const ::std::string & inviter_name() const
Definition: invitation_types.pb.h:1193
void set_has_inviter_name()
Definition: invitation_types.pb.h:1181

+ Here is the call graph for this function:

void bgs::protocol::Invitation::set_creation_time ( ::google::protobuf::uint64  value)
inline
1423  {
1426  // @@protoc_insertion_point(field_set:bgs.protocol.Invitation.creation_time)
1427 }
::google::protobuf::uint64 creation_time_
Definition: invitation_types.pb.h:210
void set_has_creation_time()
Definition: invitation_types.pb.h:1409
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::Invitation::set_expiration_time ( ::google::protobuf::uint64  value)
inline
1447  {
1450  // @@protoc_insertion_point(field_set:bgs.protocol.Invitation.expiration_time)
1451 }
::google::protobuf::uint64 expiration_time_
Definition: invitation_types.pb.h:211
void set_has_expiration_time()
Definition: invitation_types.pb.h:1433
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::Invitation::set_has_creation_time ( )
inlineprivate
1409  {
1410  _has_bits_[0] |= 0x00000040u;
1411 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::set_has_expiration_time ( )
inlineprivate
1433  {
1434  _has_bits_[0] |= 0x00000080u;
1435 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::set_has_id ( )
inlineprivate
1075  {
1076  _has_bits_[0] |= 0x00000001u;
1077 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::set_has_invitation_message ( )
inlineprivate
1333  {
1334  _has_bits_[0] |= 0x00000020u;
1335 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::set_has_invitee_identity ( )
inlineprivate
1140  {
1141  _has_bits_[0] |= 0x00000004u;
1142 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::set_has_invitee_name ( )
inlineprivate
1257  {
1258  _has_bits_[0] |= 0x00000010u;
1259 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::set_has_inviter_identity ( )
inlineprivate
1099  {
1100  _has_bits_[0] |= 0x00000002u;
1101 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::set_has_inviter_name ( )
inlineprivate
1181  {
1182  _has_bits_[0] |= 0x00000008u;
1183 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:202
void bgs::protocol::Invitation::set_id ( ::google::protobuf::uint64  value)
inline
1089  {
1090  set_has_id();
1091  id_ = value;
1092  // @@protoc_insertion_point(field_set:bgs.protocol.Invitation.id)
1093 }
void set_has_id()
Definition: invitation_types.pb.h:1075
::google::protobuf::uint64 id_
Definition: invitation_types.pb.h:204
const FieldDescriptor value
Definition: descriptor.h:1522
void bgs::protocol::Invitation::set_invitation_message ( const ::std::string &  value)
inline
1349  {
1352  invitation_message_ = new ::std::string;
1353  }
1354  invitation_message_->assign(value);
1355  // @@protoc_insertion_point(field_set:bgs.protocol.Invitation.invitation_message)
1356 }
::std::string * invitation_message_
Definition: invitation_types.pb.h:209
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_invitation_message()
Definition: invitation_types.pb.h:1333
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::Invitation::set_invitation_message ( const char *  value)
inline
1357  {
1360  invitation_message_ = new ::std::string;
1361  }
1362  invitation_message_->assign(value);
1363  // @@protoc_insertion_point(field_set_char:bgs.protocol.Invitation.invitation_message)
1364 }
::std::string * invitation_message_
Definition: invitation_types.pb.h:209
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_invitation_message()
Definition: invitation_types.pb.h:1333
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::Invitation::set_invitation_message ( const char *  value,
size_t  size 
)
inline
1365  {
1368  invitation_message_ = new ::std::string;
1369  }
1370  invitation_message_->assign(reinterpret_cast<const char*>(value), size);
1371  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.Invitation.invitation_message)
1372 }
::std::string * invitation_message_
Definition: invitation_types.pb.h:209
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_invitation_message()
Definition: invitation_types.pb.h:1333
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::Invitation::set_invitee_name ( const ::std::string &  value)
inline
1273  {
1276  invitee_name_ = new ::std::string;
1277  }
1278  invitee_name_->assign(value);
1279  // @@protoc_insertion_point(field_set:bgs.protocol.Invitation.invitee_name)
1280 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_invitee_name()
Definition: invitation_types.pb.h:1257
::std::string * invitee_name_
Definition: invitation_types.pb.h:208
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::Invitation::set_invitee_name ( const char *  value)
inline
1281  {
1284  invitee_name_ = new ::std::string;
1285  }
1286  invitee_name_->assign(value);
1287  // @@protoc_insertion_point(field_set_char:bgs.protocol.Invitation.invitee_name)
1288 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_invitee_name()
Definition: invitation_types.pb.h:1257
::std::string * invitee_name_
Definition: invitation_types.pb.h:208
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::Invitation::set_invitee_name ( const char *  value,
size_t  size 
)
inline
1289  {
1292  invitee_name_ = new ::std::string;
1293  }
1294  invitee_name_->assign(reinterpret_cast<const char*>(value), size);
1295  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.Invitation.invitee_name)
1296 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_invitee_name()
Definition: invitation_types.pb.h:1257
::std::string * invitee_name_
Definition: invitation_types.pb.h:208
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::Invitation::set_inviter_name ( const ::std::string &  value)
inline
1197  {
1200  inviter_name_ = new ::std::string;
1201  }
1202  inviter_name_->assign(value);
1203  // @@protoc_insertion_point(field_set:bgs.protocol.Invitation.inviter_name)
1204 }
::std::string * inviter_name_
Definition: invitation_types.pb.h:207
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_inviter_name()
Definition: invitation_types.pb.h:1181
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::Invitation::set_inviter_name ( const char *  value)
inline
1205  {
1208  inviter_name_ = new ::std::string;
1209  }
1210  inviter_name_->assign(value);
1211  // @@protoc_insertion_point(field_set_char:bgs.protocol.Invitation.inviter_name)
1212 }
::std::string * inviter_name_
Definition: invitation_types.pb.h:207
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_inviter_name()
Definition: invitation_types.pb.h:1181
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::Invitation::set_inviter_name ( const char *  value,
size_t  size 
)
inline
1213  {
1216  inviter_name_ = new ::std::string;
1217  }
1218  inviter_name_->assign(reinterpret_cast<const char*>(value), size);
1219  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.Invitation.inviter_name)
1220 }
::std::string * inviter_name_
Definition: invitation_types.pb.h:207
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_inviter_name()
Definition: invitation_types.pb.h:1181
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::Invitation::SetCachedSize ( int  size) const
privatevirtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::Invitation::SharedCtor ( )
private
void bgs::protocol::Invitation::SharedDtor ( )
private
void bgs::protocol::Invitation::Swap ( Invitation other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::Invitation::unknown_fields ( ) const
inline
62  {
63  return _unknown_fields_;
64  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: invitation_types.pb.h:200

Friends And Related Function Documentation

void TC_SHARED_API protobuf_AddDesc_invitation_5ftypes_2eproto ( )
friend
void protobuf_AssignDesc_invitation_5ftypes_2eproto ( )
friend
void protobuf_ShutdownFile_invitation_5ftypes_2eproto ( )
friend

Member Data Documentation

int bgs::protocol::Invitation::_cached_size_
mutableprivate
::google::protobuf::internal::ExtensionSet bgs::protocol::Invitation::_extensions_
private
::google::protobuf::uint32 bgs::protocol::Invitation::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::Invitation::_unknown_fields_
private
::google::protobuf::uint64 bgs::protocol::Invitation::creation_time_
private
Invitation* bgs::protocol::Invitation::default_instance_
staticprivate
::google::protobuf::uint64 bgs::protocol::Invitation::expiration_time_
private
::google::protobuf::uint64 bgs::protocol::Invitation::id_
private
::std::string* bgs::protocol::Invitation::invitation_message_
private
::bgs::protocol::Identity* bgs::protocol::Invitation::invitee_identity_
private
::std::string* bgs::protocol::Invitation::invitee_name_
private
::bgs::protocol::Identity* bgs::protocol::Invitation::inviter_identity_
private
::std::string* bgs::protocol::Invitation::inviter_name_
private
const int bgs::protocol::Invitation::kCreationTimeFieldNumber = 7
static
const int bgs::protocol::Invitation::kExpirationTimeFieldNumber = 8
static
const int bgs::protocol::Invitation::kIdFieldNumber = 1
static
const int bgs::protocol::Invitation::kInvitationMessageFieldNumber = 6
static
const int bgs::protocol::Invitation::kInviteeIdentityFieldNumber = 3
static
const int bgs::protocol::Invitation::kInviteeNameFieldNumber = 5
static
const int bgs::protocol::Invitation::kInviterIdentityFieldNumber = 2
static
const int bgs::protocol::Invitation::kInviterNameFieldNumber = 4
static

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