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

#include <invitation_types.pb.h>

Public Member Functions

 InvitationSuggestion ()
 
virtual ~InvitationSuggestion ()
 
 InvitationSuggestion (const InvitationSuggestion &from)
 
InvitationSuggestionoperator= (const InvitationSuggestion &from)
 
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
 
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (InvitationSuggestion *other)
 
InvitationSuggestionNew () const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const InvitationSuggestion &from)
 
void MergeFrom (const InvitationSuggestion &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_channel_id () const
 
void clear_channel_id ()
 
const ::bgs::protocol::EntityIdchannel_id () const
 
inline::bgs::protocol::EntityId * mutable_channel_id ()
 
inline::bgs::protocol::EntityId * release_channel_id ()
 
void set_allocated_channel_id (::bgs::protocol::EntityId *channel_id)
 
bool has_suggester_id () const
 
void clear_suggester_id ()
 
const ::bgs::protocol::EntityIdsuggester_id () const
 
inline::bgs::protocol::EntityId * mutable_suggester_id ()
 
inline::bgs::protocol::EntityId * release_suggester_id ()
 
void set_allocated_suggester_id (::bgs::protocol::EntityId *suggester_id)
 
bool has_suggestee_id () const
 
void clear_suggestee_id ()
 
const ::bgs::protocol::EntityIdsuggestee_id () const
 
inline::bgs::protocol::EntityId * mutable_suggestee_id ()
 
inline::bgs::protocol::EntityId * release_suggestee_id ()
 
void set_allocated_suggestee_id (::bgs::protocol::EntityId *suggestee_id)
 
bool has_suggester_name () const
 
void clear_suggester_name ()
 
const ::std::string & suggester_name () const
 
void set_suggester_name (const ::std::string &value)
 
void set_suggester_name (const char *value)
 
void set_suggester_name (const char *value, size_t size)
 
inline::std::string * mutable_suggester_name ()
 
inline::std::string * release_suggester_name ()
 
void set_allocated_suggester_name (::std::string *suggester_name)
 
bool has_suggestee_name () const
 
void clear_suggestee_name ()
 
const ::std::string & suggestee_name () const
 
void set_suggestee_name (const ::std::string &value)
 
void set_suggestee_name (const char *value)
 
void set_suggestee_name (const char *value, size_t size)
 
inline::std::string * mutable_suggestee_name ()
 
inline::std::string * release_suggestee_name ()
 
void set_allocated_suggestee_name (::std::string *suggestee_name)
 
bool has_suggester_account_id () const
 
void clear_suggester_account_id ()
 
const ::bgs::protocol::EntityIdsuggester_account_id () const
 
inline::bgs::protocol::EntityId * mutable_suggester_account_id ()
 
inline::bgs::protocol::EntityId * release_suggester_account_id ()
 
void set_allocated_suggester_account_id (::bgs::protocol::EntityId *suggester_account_id)
 
- 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 InvitationSuggestiondefault_instance ()
 

Static Public Attributes

static const int kChannelIdFieldNumber = 1
 
static const int kSuggesterIdFieldNumber = 2
 
static const int kSuggesteeIdFieldNumber = 3
 
static const int kSuggesterNameFieldNumber = 4
 
static const int kSuggesteeNameFieldNumber = 5
 
static const int kSuggesterAccountIdFieldNumber = 6
 

Private Member Functions

void SharedCtor ()
 
void SharedDtor ()
 
void SetCachedSize (int size) const
 
void set_has_channel_id ()
 
void clear_has_channel_id ()
 
void set_has_suggester_id ()
 
void clear_has_suggester_id ()
 
void set_has_suggestee_id ()
 
void clear_has_suggestee_id ()
 
void set_has_suggester_name ()
 
void clear_has_suggester_name ()
 
void set_has_suggestee_name ()
 
void clear_has_suggestee_name ()
 
void set_has_suggester_account_id ()
 
void clear_has_suggester_account_id ()
 
void InitAsDefaultInstance ()
 

Private Attributes

::google::protobuf::UnknownFieldSet _unknown_fields_
 
::google::protobuf::uint32 _has_bits_ [1]
 
int _cached_size_
 
::bgs::protocol::EntityIdchannel_id_
 
::bgs::protocol::EntityIdsuggester_id_
 
::bgs::protocol::EntityIdsuggestee_id_
 
::std::string * suggester_name_
 
::std::string * suggestee_name_
 
::bgs::protocol::EntityIdsuggester_account_id_
 

Static Private Attributes

static InvitationSuggestiondefault_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::InvitationSuggestion::InvitationSuggestion ( )
virtual bgs::protocol::InvitationSuggestion::~InvitationSuggestion ( )
virtual
bgs::protocol::InvitationSuggestion::InvitationSuggestion ( const InvitationSuggestion from)

Member Function Documentation

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

Reimplemented from google::protobuf::Message.

const ::bgs::protocol::EntityId & bgs::protocol::InvitationSuggestion::channel_id ( ) const
inline
1471  {
1472  // @@protoc_insertion_point(field_get:bgs.protocol.InvitationSuggestion.channel_id)
1474 }
static InvitationSuggestion * default_instance_
Definition: invitation_types.pb.h:364
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * channel_id_
Definition: invitation_types.pb.h:353
void bgs::protocol::InvitationSuggestion::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::InvitationSuggestion::clear_channel_id ( )
inline
1467  {
1468  if (channel_id_ != NULL) channel_id_->::bgs::protocol::EntityId::Clear();
1470 }
void clear_has_channel_id()
Definition: invitation_types.pb.h:1464
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * channel_id_
Definition: invitation_types.pb.h:353
void bgs::protocol::InvitationSuggestion::clear_has_channel_id ( )
inlineprivate
1464  {
1465  _has_bits_[0] &= ~0x00000001u;
1466 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::clear_has_suggestee_id ( )
inlineprivate
1546  {
1547  _has_bits_[0] &= ~0x00000004u;
1548 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::clear_has_suggestee_name ( )
inlineprivate
1663  {
1664  _has_bits_[0] &= ~0x00000010u;
1665 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::clear_has_suggester_account_id ( )
inlineprivate
1739  {
1740  _has_bits_[0] &= ~0x00000020u;
1741 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::clear_has_suggester_id ( )
inlineprivate
1505  {
1506  _has_bits_[0] &= ~0x00000002u;
1507 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::clear_has_suggester_name ( )
inlineprivate
1587  {
1588  _has_bits_[0] &= ~0x00000008u;
1589 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::clear_suggestee_id ( )
inline
1549  {
1550  if (suggestee_id_ != NULL) suggestee_id_->::bgs::protocol::EntityId::Clear();
1552 }
void clear_has_suggestee_id()
Definition: invitation_types.pb.h:1546
::bgs::protocol::EntityId * suggestee_id_
Definition: invitation_types.pb.h:355
arena_t NULL
Definition: jemalloc_internal.h:624
void bgs::protocol::InvitationSuggestion::clear_suggestee_name ( )
inline
1666  {
1668  suggestee_name_->clear();
1669  }
1671 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_suggestee_name()
Definition: invitation_types.pb.h:1663
::std::string * suggestee_name_
Definition: invitation_types.pb.h:357

+ Here is the call graph for this function:

void bgs::protocol::InvitationSuggestion::clear_suggester_account_id ( )
inline
1742  {
1743  if (suggester_account_id_ != NULL) suggester_account_id_->::bgs::protocol::EntityId::Clear();
1745 }
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_suggester_account_id()
Definition: invitation_types.pb.h:1739
::bgs::protocol::EntityId * suggester_account_id_
Definition: invitation_types.pb.h:358
void bgs::protocol::InvitationSuggestion::clear_suggester_id ( )
inline
1508  {
1509  if (suggester_id_ != NULL) suggester_id_->::bgs::protocol::EntityId::Clear();
1511 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * suggester_id_
Definition: invitation_types.pb.h:354
void clear_has_suggester_id()
Definition: invitation_types.pb.h:1505
void bgs::protocol::InvitationSuggestion::clear_suggester_name ( )
inline
1590  {
1592  suggester_name_->clear();
1593  }
1595 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * suggester_name_
Definition: invitation_types.pb.h:356
void clear_has_suggester_name()
Definition: invitation_types.pb.h:1587

+ Here is the call graph for this function:

void bgs::protocol::InvitationSuggestion::CopyFrom ( const ::google::protobuf::Message from)
void bgs::protocol::InvitationSuggestion::CopyFrom ( const InvitationSuggestion from)
static const InvitationSuggestion& bgs::protocol::InvitationSuggestion::default_instance ( )
static
static const ::google::protobuf::Descriptor* bgs::protocol::InvitationSuggestion::descriptor ( )
static
int bgs::protocol::InvitationSuggestion::GetCachedSize ( ) const
inlinevirtual

Implements google::protobuf::MessageLite.

262 { return _cached_size_; }
int _cached_size_
Definition: invitation_types.pb.h:352
::google::protobuf::Metadata bgs::protocol::InvitationSuggestion::GetMetadata ( ) const
virtual
bool bgs::protocol::InvitationSuggestion::has_channel_id ( ) const
inline
1458  {
1459  return (_has_bits_[0] & 0x00000001u) != 0;
1460 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
bool bgs::protocol::InvitationSuggestion::has_suggestee_id ( ) const
inline
1540  {
1541  return (_has_bits_[0] & 0x00000004u) != 0;
1542 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
bool bgs::protocol::InvitationSuggestion::has_suggestee_name ( ) const
inline
1657  {
1658  return (_has_bits_[0] & 0x00000010u) != 0;
1659 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
bool bgs::protocol::InvitationSuggestion::has_suggester_account_id ( ) const
inline
1733  {
1734  return (_has_bits_[0] & 0x00000020u) != 0;
1735 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
bool bgs::protocol::InvitationSuggestion::has_suggester_id ( ) const
inline
1499  {
1500  return (_has_bits_[0] & 0x00000002u) != 0;
1501 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
bool bgs::protocol::InvitationSuggestion::has_suggester_name ( ) const
inline
1581  {
1582  return (_has_bits_[0] & 0x00000008u) != 0;
1583 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::InitAsDefaultInstance ( )
private
bool bgs::protocol::InvitationSuggestion::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

void bgs::protocol::InvitationSuggestion::MergeFrom ( const ::google::protobuf::Message from)
void bgs::protocol::InvitationSuggestion::MergeFrom ( const InvitationSuggestion from)
bool bgs::protocol::InvitationSuggestion::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)
bgs::protocol::EntityId * bgs::protocol::InvitationSuggestion::mutable_channel_id ( )
inline
1475  {
1477  if (channel_id_ == NULL) channel_id_ = new ::bgs::protocol::EntityId;
1478  // @@protoc_insertion_point(field_mutable:bgs.protocol.InvitationSuggestion.channel_id)
1479  return channel_id_;
1480 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * channel_id_
Definition: invitation_types.pb.h:353
void set_has_channel_id()
Definition: invitation_types.pb.h:1461
bgs::protocol::EntityId * bgs::protocol::InvitationSuggestion::mutable_suggestee_id ( )
inline
1557  {
1559  if (suggestee_id_ == NULL) suggestee_id_ = new ::bgs::protocol::EntityId;
1560  // @@protoc_insertion_point(field_mutable:bgs.protocol.InvitationSuggestion.suggestee_id)
1561  return suggestee_id_;
1562 }
void set_has_suggestee_id()
Definition: invitation_types.pb.h:1543
::bgs::protocol::EntityId * suggestee_id_
Definition: invitation_types.pb.h:355
arena_t NULL
Definition: jemalloc_internal.h:624
std::string * bgs::protocol::InvitationSuggestion::mutable_suggestee_name ( )
inline
1700  {
1703  suggestee_name_ = new ::std::string;
1704  }
1705  // @@protoc_insertion_point(field_mutable:bgs.protocol.InvitationSuggestion.suggestee_name)
1706  return suggestee_name_;
1707 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_suggestee_name()
Definition: invitation_types.pb.h:1660
::std::string * suggestee_name_
Definition: invitation_types.pb.h:357

+ Here is the call graph for this function:

bgs::protocol::EntityId * bgs::protocol::InvitationSuggestion::mutable_suggester_account_id ( )
inline
1750  {
1752  if (suggester_account_id_ == NULL) suggester_account_id_ = new ::bgs::protocol::EntityId;
1753  // @@protoc_insertion_point(field_mutable:bgs.protocol.InvitationSuggestion.suggester_account_id)
1754  return suggester_account_id_;
1755 }
arena_t NULL
Definition: jemalloc_internal.h:624
void set_has_suggester_account_id()
Definition: invitation_types.pb.h:1736
::bgs::protocol::EntityId * suggester_account_id_
Definition: invitation_types.pb.h:358
bgs::protocol::EntityId * bgs::protocol::InvitationSuggestion::mutable_suggester_id ( )
inline
1516  {
1518  if (suggester_id_ == NULL) suggester_id_ = new ::bgs::protocol::EntityId;
1519  // @@protoc_insertion_point(field_mutable:bgs.protocol.InvitationSuggestion.suggester_id)
1520  return suggester_id_;
1521 }
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * suggester_id_
Definition: invitation_types.pb.h:354
void set_has_suggester_id()
Definition: invitation_types.pb.h:1502
std::string * bgs::protocol::InvitationSuggestion::mutable_suggester_name ( )
inline
1624  {
1627  suggester_name_ = new ::std::string;
1628  }
1629  // @@protoc_insertion_point(field_mutable:bgs.protocol.InvitationSuggestion.suggester_name)
1630  return suggester_name_;
1631 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_suggester_name()
Definition: invitation_types.pb.h:1584
::std::string * suggester_name_
Definition: invitation_types.pb.h:356

+ Here is the call graph for this function:

inline ::google::protobuf::UnknownFieldSet* bgs::protocol::InvitationSuggestion::mutable_unknown_fields ( )
inline
237  {
238  return &_unknown_fields_;
239  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: invitation_types.pb.h:349
InvitationSuggestion* bgs::protocol::InvitationSuggestion::New ( ) const
virtual
InvitationSuggestion& bgs::protocol::InvitationSuggestion::operator= ( const InvitationSuggestion from)
inline
228  {
229  CopyFrom(from);
230  return *this;
231  }
void CopyFrom(const ::google::protobuf::Message &from)
bgs::protocol::EntityId * bgs::protocol::InvitationSuggestion::release_channel_id ( )
inline
1481  {
1484  channel_id_ = NULL;
1485  return temp;
1486 }
void clear_has_channel_id()
Definition: invitation_types.pb.h:1464
Definition: entity_types.pb.h:45
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * channel_id_
Definition: invitation_types.pb.h:353
bgs::protocol::EntityId * bgs::protocol::InvitationSuggestion::release_suggestee_id ( )
inline
1563  {
1566  suggestee_id_ = NULL;
1567  return temp;
1568 }
void clear_has_suggestee_id()
Definition: invitation_types.pb.h:1546
Definition: entity_types.pb.h:45
::bgs::protocol::EntityId * suggestee_id_
Definition: invitation_types.pb.h:355
arena_t NULL
Definition: jemalloc_internal.h:624
std::string * bgs::protocol::InvitationSuggestion::release_suggestee_name ( )
inline
1708  {
1711  return NULL;
1712  } else {
1713  ::std::string* temp = suggestee_name_;
1715  return temp;
1716  }
1717 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_suggestee_name()
Definition: invitation_types.pb.h:1663
::std::string * suggestee_name_
Definition: invitation_types.pb.h:357

+ Here is the call graph for this function:

bgs::protocol::EntityId * bgs::protocol::InvitationSuggestion::release_suggester_account_id ( )
inline
1756  {
1760  return temp;
1761 }
Definition: entity_types.pb.h:45
arena_t NULL
Definition: jemalloc_internal.h:624
void clear_has_suggester_account_id()
Definition: invitation_types.pb.h:1739
::bgs::protocol::EntityId * suggester_account_id_
Definition: invitation_types.pb.h:358
bgs::protocol::EntityId * bgs::protocol::InvitationSuggestion::release_suggester_id ( )
inline
1522  {
1525  suggester_id_ = NULL;
1526  return temp;
1527 }
Definition: entity_types.pb.h:45
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * suggester_id_
Definition: invitation_types.pb.h:354
void clear_has_suggester_id()
Definition: invitation_types.pb.h:1505
std::string * bgs::protocol::InvitationSuggestion::release_suggester_name ( )
inline
1632  {
1635  return NULL;
1636  } else {
1637  ::std::string* temp = suggester_name_;
1639  return temp;
1640  }
1641 }
arena_t NULL
Definition: jemalloc_internal.h:624
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
::std::string * suggester_name_
Definition: invitation_types.pb.h:356
void clear_has_suggester_name()
Definition: invitation_types.pb.h:1587

+ Here is the call graph for this function:

void bgs::protocol::InvitationSuggestion::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const
::google::protobuf::uint8* bgs::protocol::InvitationSuggestion::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const
void bgs::protocol::InvitationSuggestion::set_allocated_channel_id ( ::bgs::protocol::EntityId channel_id)
inline
1487  {
1488  delete channel_id_;
1490  if (channel_id) {
1492  } else {
1494  }
1495  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.InvitationSuggestion.channel_id)
1496 }
void clear_has_channel_id()
Definition: invitation_types.pb.h:1464
::bgs::protocol::EntityId * channel_id_
Definition: invitation_types.pb.h:353
void set_has_channel_id()
Definition: invitation_types.pb.h:1461
const ::bgs::protocol::EntityId & channel_id() const
Definition: invitation_types.pb.h:1471
void bgs::protocol::InvitationSuggestion::set_allocated_suggestee_id ( ::bgs::protocol::EntityId suggestee_id)
inline
1569  {
1570  delete suggestee_id_;
1572  if (suggestee_id) {
1574  } else {
1576  }
1577  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.InvitationSuggestion.suggestee_id)
1578 }
void clear_has_suggestee_id()
Definition: invitation_types.pb.h:1546
void set_has_suggestee_id()
Definition: invitation_types.pb.h:1543
::bgs::protocol::EntityId * suggestee_id_
Definition: invitation_types.pb.h:355
const ::bgs::protocol::EntityId & suggestee_id() const
Definition: invitation_types.pb.h:1553
void bgs::protocol::InvitationSuggestion::set_allocated_suggestee_name ( ::std::string *  suggestee_name)
inline
1718  {
1720  delete suggestee_name_;
1721  }
1722  if (suggestee_name) {
1725  } else {
1728  }
1729  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.InvitationSuggestion.suggestee_name)
1730 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void clear_has_suggestee_name()
Definition: invitation_types.pb.h:1663
void set_has_suggestee_name()
Definition: invitation_types.pb.h:1660
const ::std::string & suggestee_name() const
Definition: invitation_types.pb.h:1672
::std::string * suggestee_name_
Definition: invitation_types.pb.h:357

+ Here is the call graph for this function:

void bgs::protocol::InvitationSuggestion::set_allocated_suggester_account_id ( ::bgs::protocol::EntityId suggester_account_id)
inline
1762  {
1763  delete suggester_account_id_;
1765  if (suggester_account_id) {
1767  } else {
1769  }
1770  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.InvitationSuggestion.suggester_account_id)
1771 }
void set_has_suggester_account_id()
Definition: invitation_types.pb.h:1736
const ::bgs::protocol::EntityId & suggester_account_id() const
Definition: invitation_types.pb.h:1746
void clear_has_suggester_account_id()
Definition: invitation_types.pb.h:1739
::bgs::protocol::EntityId * suggester_account_id_
Definition: invitation_types.pb.h:358
void bgs::protocol::InvitationSuggestion::set_allocated_suggester_id ( ::bgs::protocol::EntityId suggester_id)
inline
1528  {
1529  delete suggester_id_;
1531  if (suggester_id) {
1533  } else {
1535  }
1536  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.InvitationSuggestion.suggester_id)
1537 }
::bgs::protocol::EntityId * suggester_id_
Definition: invitation_types.pb.h:354
const ::bgs::protocol::EntityId & suggester_id() const
Definition: invitation_types.pb.h:1512
void clear_has_suggester_id()
Definition: invitation_types.pb.h:1505
void set_has_suggester_id()
Definition: invitation_types.pb.h:1502
void bgs::protocol::InvitationSuggestion::set_allocated_suggester_name ( ::std::string *  suggester_name)
inline
1642  {
1644  delete suggester_name_;
1645  }
1646  if (suggester_name) {
1649  } else {
1652  }
1653  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.InvitationSuggestion.suggester_name)
1654 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_suggester_name()
Definition: invitation_types.pb.h:1584
::std::string * suggester_name_
Definition: invitation_types.pb.h:356
const ::std::string & suggester_name() const
Definition: invitation_types.pb.h:1596
void clear_has_suggester_name()
Definition: invitation_types.pb.h:1587

+ Here is the call graph for this function:

void bgs::protocol::InvitationSuggestion::set_has_channel_id ( )
inlineprivate
1461  {
1462  _has_bits_[0] |= 0x00000001u;
1463 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::set_has_suggestee_id ( )
inlineprivate
1543  {
1544  _has_bits_[0] |= 0x00000004u;
1545 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::set_has_suggestee_name ( )
inlineprivate
1660  {
1661  _has_bits_[0] |= 0x00000010u;
1662 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::set_has_suggester_account_id ( )
inlineprivate
1736  {
1737  _has_bits_[0] |= 0x00000020u;
1738 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::set_has_suggester_id ( )
inlineprivate
1502  {
1503  _has_bits_[0] |= 0x00000002u;
1504 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::set_has_suggester_name ( )
inlineprivate
1584  {
1585  _has_bits_[0] |= 0x00000008u;
1586 }
::google::protobuf::uint32 _has_bits_[1]
Definition: invitation_types.pb.h:351
void bgs::protocol::InvitationSuggestion::set_suggestee_name ( const ::std::string &  value)
inline
1676  {
1679  suggestee_name_ = new ::std::string;
1680  }
1681  suggestee_name_->assign(value);
1682  // @@protoc_insertion_point(field_set:bgs.protocol.InvitationSuggestion.suggestee_name)
1683 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_suggestee_name()
Definition: invitation_types.pb.h:1660
::std::string * suggestee_name_
Definition: invitation_types.pb.h:357
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::InvitationSuggestion::set_suggestee_name ( const char *  value)
inline
1684  {
1687  suggestee_name_ = new ::std::string;
1688  }
1689  suggestee_name_->assign(value);
1690  // @@protoc_insertion_point(field_set_char:bgs.protocol.InvitationSuggestion.suggestee_name)
1691 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_suggestee_name()
Definition: invitation_types.pb.h:1660
::std::string * suggestee_name_
Definition: invitation_types.pb.h:357
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::InvitationSuggestion::set_suggestee_name ( const char *  value,
size_t  size 
)
inline
1692  {
1695  suggestee_name_ = new ::std::string;
1696  }
1697  suggestee_name_->assign(reinterpret_cast<const char*>(value), size);
1698  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.InvitationSuggestion.suggestee_name)
1699 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_suggestee_name()
Definition: invitation_types.pb.h:1660
::std::string * suggestee_name_
Definition: invitation_types.pb.h:357
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::InvitationSuggestion::set_suggester_name ( const ::std::string &  value)
inline
1600  {
1603  suggester_name_ = new ::std::string;
1604  }
1605  suggester_name_->assign(value);
1606  // @@protoc_insertion_point(field_set:bgs.protocol.InvitationSuggestion.suggester_name)
1607 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_suggester_name()
Definition: invitation_types.pb.h:1584
::std::string * suggester_name_
Definition: invitation_types.pb.h:356
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::InvitationSuggestion::set_suggester_name ( const char *  value)
inline
1608  {
1611  suggester_name_ = new ::std::string;
1612  }
1613  suggester_name_->assign(value);
1614  // @@protoc_insertion_point(field_set_char:bgs.protocol.InvitationSuggestion.suggester_name)
1615 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_suggester_name()
Definition: invitation_types.pb.h:1584
::std::string * suggester_name_
Definition: invitation_types.pb.h:356
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

void bgs::protocol::InvitationSuggestion::set_suggester_name ( const char *  value,
size_t  size 
)
inline
1616  {
1619  suggester_name_ = new ::std::string;
1620  }
1621  suggester_name_->assign(reinterpret_cast<const char*>(value), size);
1622  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.InvitationSuggestion.suggester_name)
1623 }
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_has_suggester_name()
Definition: invitation_types.pb.h:1584
::std::string * suggester_name_
Definition: invitation_types.pb.h:356
const FieldDescriptor value
Definition: descriptor.h:1522

+ Here is the call graph for this function:

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

Reimplemented from google::protobuf::Message.

void bgs::protocol::InvitationSuggestion::SharedCtor ( )
private
void bgs::protocol::InvitationSuggestion::SharedDtor ( )
private
const ::bgs::protocol::EntityId & bgs::protocol::InvitationSuggestion::suggestee_id ( ) const
inline
1553  {
1554  // @@protoc_insertion_point(field_get:bgs.protocol.InvitationSuggestion.suggestee_id)
1556 }
static InvitationSuggestion * default_instance_
Definition: invitation_types.pb.h:364
::bgs::protocol::EntityId * suggestee_id_
Definition: invitation_types.pb.h:355
arena_t NULL
Definition: jemalloc_internal.h:624
const ::std::string & bgs::protocol::InvitationSuggestion::suggestee_name ( ) const
inline
1672  {
1673  // @@protoc_insertion_point(field_get:bgs.protocol.InvitationSuggestion.suggestee_name)
1674  return *suggestee_name_;
1675 }
::std::string * suggestee_name_
Definition: invitation_types.pb.h:357
const ::bgs::protocol::EntityId & bgs::protocol::InvitationSuggestion::suggester_account_id ( ) const
inline
1746  {
1747  // @@protoc_insertion_point(field_get:bgs.protocol.InvitationSuggestion.suggester_account_id)
1749 }
static InvitationSuggestion * default_instance_
Definition: invitation_types.pb.h:364
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * suggester_account_id_
Definition: invitation_types.pb.h:358
const ::bgs::protocol::EntityId & bgs::protocol::InvitationSuggestion::suggester_id ( ) const
inline
1512  {
1513  // @@protoc_insertion_point(field_get:bgs.protocol.InvitationSuggestion.suggester_id)
1515 }
static InvitationSuggestion * default_instance_
Definition: invitation_types.pb.h:364
arena_t NULL
Definition: jemalloc_internal.h:624
::bgs::protocol::EntityId * suggester_id_
Definition: invitation_types.pb.h:354
const ::std::string & bgs::protocol::InvitationSuggestion::suggester_name ( ) const
inline
1596  {
1597  // @@protoc_insertion_point(field_get:bgs.protocol.InvitationSuggestion.suggester_name)
1598  return *suggester_name_;
1599 }
::std::string * suggester_name_
Definition: invitation_types.pb.h:356
void bgs::protocol::InvitationSuggestion::Swap ( InvitationSuggestion other)
const ::google::protobuf::UnknownFieldSet& bgs::protocol::InvitationSuggestion::unknown_fields ( ) const
inline
233  {
234  return _unknown_fields_;
235  }
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: invitation_types.pb.h:349

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::InvitationSuggestion::_cached_size_
mutableprivate
::google::protobuf::uint32 bgs::protocol::InvitationSuggestion::_has_bits_[1]
private
::google::protobuf::UnknownFieldSet bgs::protocol::InvitationSuggestion::_unknown_fields_
private
::bgs::protocol::EntityId* bgs::protocol::InvitationSuggestion::channel_id_
private
InvitationSuggestion* bgs::protocol::InvitationSuggestion::default_instance_
staticprivate
const int bgs::protocol::InvitationSuggestion::kChannelIdFieldNumber = 1
static
const int bgs::protocol::InvitationSuggestion::kSuggesteeIdFieldNumber = 3
static
const int bgs::protocol::InvitationSuggestion::kSuggesteeNameFieldNumber = 5
static
const int bgs::protocol::InvitationSuggestion::kSuggesterAccountIdFieldNumber = 6
static
const int bgs::protocol::InvitationSuggestion::kSuggesterIdFieldNumber = 2
static
const int bgs::protocol::InvitationSuggestion::kSuggesterNameFieldNumber = 4
static
::bgs::protocol::EntityId* bgs::protocol::InvitationSuggestion::suggestee_id_
private
::std::string* bgs::protocol::InvitationSuggestion::suggestee_name_
private
::bgs::protocol::EntityId* bgs::protocol::InvitationSuggestion::suggester_account_id_
private
::bgs::protocol::EntityId* bgs::protocol::InvitationSuggestion::suggester_id_
private
::std::string* bgs::protocol::InvitationSuggestion::suggester_name_
private

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