TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
entity_types.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: entity_types.proto
3 
4 #ifndef PROTOBUF_entity_5ftypes_2eproto__INCLUDED
5 #define PROTOBUF_entity_5ftypes_2eproto__INCLUDED
6 
7 #include <string>
8 
10 
11 #if GOOGLE_PROTOBUF_VERSION < 2006000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 2006001 < GOOGLE_PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
28 #include "Define.h" // for TC_SHARED_API
29 // @@protoc_insertion_point(includes)
30 
31 namespace bgs {
32 namespace protocol {
33 
34 // Internal implementation detail -- do not call these.
38 
39 class EntityId;
40 class Identity;
41 class AccountInfo;
42 
43 // ===================================================================
44 
46  public:
47  EntityId();
48  virtual ~EntityId();
49 
50  EntityId(const EntityId& from);
51 
52  inline EntityId& operator=(const EntityId& from) {
53  CopyFrom(from);
54  return *this;
55  }
56 
57  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
58  return _unknown_fields_;
59  }
60 
61  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
62  return &_unknown_fields_;
63  }
64 
65  static const ::google::protobuf::Descriptor* descriptor();
66  static const EntityId& default_instance();
67 
68  void Swap(EntityId* other);
69 
70  // implements Message ----------------------------------------------
71 
72  EntityId* New() const;
73  void CopyFrom(const ::google::protobuf::Message& from);
74  void MergeFrom(const ::google::protobuf::Message& from);
75  void CopyFrom(const EntityId& from);
76  void MergeFrom(const EntityId& from);
77  void Clear();
78  bool IsInitialized() const;
79 
80  int ByteSize() const;
81  bool MergePartialFromCodedStream(
83  void SerializeWithCachedSizes(
85  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
86  int GetCachedSize() const { return _cached_size_; }
87  private:
88  void SharedCtor();
89  void SharedDtor();
90  void SetCachedSize(int size) const;
91  public:
92  ::google::protobuf::Metadata GetMetadata() const;
93 
94  // nested types ----------------------------------------------------
95 
96  // accessors -------------------------------------------------------
97 
98  // required fixed64 high = 1;
99  inline bool has_high() const;
100  inline void clear_high();
101  static const int kHighFieldNumber = 1;
103  inline void set_high(::google::protobuf::uint64 value);
104 
105  // required fixed64 low = 2;
106  inline bool has_low() const;
107  inline void clear_low();
108  static const int kLowFieldNumber = 2;
110  inline void set_low(::google::protobuf::uint64 value);
111 
112  // @@protoc_insertion_point(class_scope:bgs.protocol.EntityId)
113  private:
114  inline void set_has_high();
115  inline void clear_has_high();
116  inline void set_has_low();
117  inline void clear_has_low();
118 
120 
122  mutable int _cached_size_;
128 
129  void InitAsDefaultInstance();
131 };
132 // -------------------------------------------------------------------
133 
135  public:
136  Identity();
137  virtual ~Identity();
138 
139  Identity(const Identity& from);
140 
141  inline Identity& operator=(const Identity& from) {
142  CopyFrom(from);
143  return *this;
144  }
145 
146  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
147  return _unknown_fields_;
148  }
149 
150  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
151  return &_unknown_fields_;
152  }
153 
154  static const ::google::protobuf::Descriptor* descriptor();
155  static const Identity& default_instance();
156 
157  void Swap(Identity* other);
158 
159  // implements Message ----------------------------------------------
160 
161  Identity* New() const;
162  void CopyFrom(const ::google::protobuf::Message& from);
163  void MergeFrom(const ::google::protobuf::Message& from);
164  void CopyFrom(const Identity& from);
165  void MergeFrom(const Identity& from);
166  void Clear();
167  bool IsInitialized() const;
168 
169  int ByteSize() const;
170  bool MergePartialFromCodedStream(
172  void SerializeWithCachedSizes(
174  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
175  int GetCachedSize() const { return _cached_size_; }
176  private:
177  void SharedCtor();
178  void SharedDtor();
179  void SetCachedSize(int size) const;
180  public:
181  ::google::protobuf::Metadata GetMetadata() const;
182 
183  // nested types ----------------------------------------------------
184 
185  // accessors -------------------------------------------------------
186 
187  // optional .bgs.protocol.EntityId account_id = 1;
188  inline bool has_account_id() const;
189  inline void clear_account_id();
190  static const int kAccountIdFieldNumber = 1;
191  inline const ::bgs::protocol::EntityId& account_id() const;
192  inline ::bgs::protocol::EntityId* mutable_account_id();
193  inline ::bgs::protocol::EntityId* release_account_id();
194  inline void set_allocated_account_id(::bgs::protocol::EntityId* account_id);
195 
196  // optional .bgs.protocol.EntityId game_account_id = 2;
197  inline bool has_game_account_id() const;
198  inline void clear_game_account_id();
199  static const int kGameAccountIdFieldNumber = 2;
200  inline const ::bgs::protocol::EntityId& game_account_id() const;
201  inline ::bgs::protocol::EntityId* mutable_game_account_id();
202  inline ::bgs::protocol::EntityId* release_game_account_id();
203  inline void set_allocated_game_account_id(::bgs::protocol::EntityId* game_account_id);
204 
205  // @@protoc_insertion_point(class_scope:bgs.protocol.Identity)
206  private:
207  inline void set_has_account_id();
208  inline void clear_has_account_id();
209  inline void set_has_game_account_id();
210  inline void clear_has_game_account_id();
211 
213 
215  mutable int _cached_size_;
221 
222  void InitAsDefaultInstance();
224 };
225 // -------------------------------------------------------------------
226 
228  public:
229  AccountInfo();
230  virtual ~AccountInfo();
231 
232  AccountInfo(const AccountInfo& from);
233 
234  inline AccountInfo& operator=(const AccountInfo& from) {
235  CopyFrom(from);
236  return *this;
237  }
238 
239  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
240  return _unknown_fields_;
241  }
242 
243  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
244  return &_unknown_fields_;
245  }
246 
247  static const ::google::protobuf::Descriptor* descriptor();
248  static const AccountInfo& default_instance();
249 
250  void Swap(AccountInfo* other);
251 
252  // implements Message ----------------------------------------------
253 
254  AccountInfo* New() const;
255  void CopyFrom(const ::google::protobuf::Message& from);
256  void MergeFrom(const ::google::protobuf::Message& from);
257  void CopyFrom(const AccountInfo& from);
258  void MergeFrom(const AccountInfo& from);
259  void Clear();
260  bool IsInitialized() const;
261 
262  int ByteSize() const;
263  bool MergePartialFromCodedStream(
265  void SerializeWithCachedSizes(
267  ::google::protobuf::uint8* SerializeWithCachedSizesToArray(::google::protobuf::uint8* output) const;
268  int GetCachedSize() const { return _cached_size_; }
269  private:
270  void SharedCtor();
271  void SharedDtor();
272  void SetCachedSize(int size) const;
273  public:
274  ::google::protobuf::Metadata GetMetadata() const;
275 
276  // nested types ----------------------------------------------------
277 
278  // accessors -------------------------------------------------------
279 
280  // optional bool account_paid = 1 [default = false];
281  inline bool has_account_paid() const;
282  inline void clear_account_paid();
283  static const int kAccountPaidFieldNumber = 1;
284  inline bool account_paid() const;
285  inline void set_account_paid(bool value);
286 
287  // optional fixed32 country_id = 2 [default = 0];
288  inline bool has_country_id() const;
289  inline void clear_country_id();
290  static const int kCountryIdFieldNumber = 2;
291  inline ::google::protobuf::uint32 country_id() const;
292  inline void set_country_id(::google::protobuf::uint32 value);
293 
294  // optional string battle_tag = 3;
295  inline bool has_battle_tag() const;
296  inline void clear_battle_tag();
297  static const int kBattleTagFieldNumber = 3;
298  inline const ::std::string& battle_tag() const;
299  inline void set_battle_tag(const ::std::string& value);
300  inline void set_battle_tag(const char* value);
301  inline void set_battle_tag(const char* value, size_t size);
302  inline ::std::string* mutable_battle_tag();
303  inline ::std::string* release_battle_tag();
304  inline void set_allocated_battle_tag(::std::string* battle_tag);
305 
306  // optional bool manual_review = 4 [default = false];
307  inline bool has_manual_review() const;
308  inline void clear_manual_review();
309  static const int kManualReviewFieldNumber = 4;
310  inline bool manual_review() const;
311  inline void set_manual_review(bool value);
312 
313  // optional .bgs.protocol.Identity identity = 5;
314  inline bool has_identity() const;
315  inline void clear_identity();
316  static const int kIdentityFieldNumber = 5;
317  inline const ::bgs::protocol::Identity& identity() const;
318  inline ::bgs::protocol::Identity* mutable_identity();
319  inline ::bgs::protocol::Identity* release_identity();
320  inline void set_allocated_identity(::bgs::protocol::Identity* identity);
321 
322  // optional bool account_muted = 6 [default = false];
323  inline bool has_account_muted() const;
324  inline void clear_account_muted();
325  static const int kAccountMutedFieldNumber = 6;
326  inline bool account_muted() const;
327  inline void set_account_muted(bool value);
328 
329  // @@protoc_insertion_point(class_scope:bgs.protocol.AccountInfo)
330  private:
331  inline void set_has_account_paid();
332  inline void clear_has_account_paid();
333  inline void set_has_country_id();
334  inline void clear_has_country_id();
335  inline void set_has_battle_tag();
336  inline void clear_has_battle_tag();
337  inline void set_has_manual_review();
338  inline void clear_has_manual_review();
339  inline void set_has_identity();
340  inline void clear_has_identity();
341  inline void set_has_account_muted();
342  inline void clear_has_account_muted();
343 
345 
347  mutable int _cached_size_;
348  ::std::string* battle_tag_;
357 
358  void InitAsDefaultInstance();
360 };
361 // ===================================================================
362 
363 
364 // ===================================================================
365 
366 
367 // ===================================================================
368 
369 // EntityId
370 
371 // required fixed64 high = 1;
372 inline bool EntityId::has_high() const {
373  return (_has_bits_[0] & 0x00000001u) != 0;
374 }
375 inline void EntityId::set_has_high() {
376  _has_bits_[0] |= 0x00000001u;
377 }
379  _has_bits_[0] &= ~0x00000001u;
380 }
381 inline void EntityId::clear_high() {
382  high_ = GOOGLE_ULONGLONG(0);
383  clear_has_high();
384 }
386  // @@protoc_insertion_point(field_get:bgs.protocol.EntityId.high)
387  return high_;
388 }
390  set_has_high();
391  high_ = value;
392  // @@protoc_insertion_point(field_set:bgs.protocol.EntityId.high)
393 }
394 
395 // required fixed64 low = 2;
396 inline bool EntityId::has_low() const {
397  return (_has_bits_[0] & 0x00000002u) != 0;
398 }
399 inline void EntityId::set_has_low() {
400  _has_bits_[0] |= 0x00000002u;
401 }
402 inline void EntityId::clear_has_low() {
403  _has_bits_[0] &= ~0x00000002u;
404 }
405 inline void EntityId::clear_low() {
406  low_ = GOOGLE_ULONGLONG(0);
407  clear_has_low();
408 }
410  // @@protoc_insertion_point(field_get:bgs.protocol.EntityId.low)
411  return low_;
412 }
414  set_has_low();
415  low_ = value;
416  // @@protoc_insertion_point(field_set:bgs.protocol.EntityId.low)
417 }
418 
419 // -------------------------------------------------------------------
420 
421 // Identity
422 
423 // optional .bgs.protocol.EntityId account_id = 1;
424 inline bool Identity::has_account_id() const {
425  return (_has_bits_[0] & 0x00000001u) != 0;
426 }
428  _has_bits_[0] |= 0x00000001u;
429 }
431  _has_bits_[0] &= ~0x00000001u;
432 }
434  if (account_id_ != NULL) account_id_->::bgs::protocol::EntityId::Clear();
436 }
437 inline const ::bgs::protocol::EntityId& Identity::account_id() const {
438  // @@protoc_insertion_point(field_get:bgs.protocol.Identity.account_id)
440 }
441 inline ::bgs::protocol::EntityId* Identity::mutable_account_id() {
443  if (account_id_ == NULL) account_id_ = new ::bgs::protocol::EntityId;
444  // @@protoc_insertion_point(field_mutable:bgs.protocol.Identity.account_id)
445  return account_id_;
446 }
447 inline ::bgs::protocol::EntityId* Identity::release_account_id() {
450  account_id_ = NULL;
451  return temp;
452 }
454  delete account_id_;
456  if (account_id) {
458  } else {
460  }
461  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.Identity.account_id)
462 }
463 
464 // optional .bgs.protocol.EntityId game_account_id = 2;
465 inline bool Identity::has_game_account_id() const {
466  return (_has_bits_[0] & 0x00000002u) != 0;
467 }
469  _has_bits_[0] |= 0x00000002u;
470 }
472  _has_bits_[0] &= ~0x00000002u;
473 }
475  if (game_account_id_ != NULL) game_account_id_->::bgs::protocol::EntityId::Clear();
477 }
478 inline const ::bgs::protocol::EntityId& Identity::game_account_id() const {
479  // @@protoc_insertion_point(field_get:bgs.protocol.Identity.game_account_id)
481 }
482 inline ::bgs::protocol::EntityId* Identity::mutable_game_account_id() {
484  if (game_account_id_ == NULL) game_account_id_ = new ::bgs::protocol::EntityId;
485  // @@protoc_insertion_point(field_mutable:bgs.protocol.Identity.game_account_id)
486  return game_account_id_;
487 }
488 inline ::bgs::protocol::EntityId* Identity::release_game_account_id() {
492  return temp;
493 }
495  delete game_account_id_;
497  if (game_account_id) {
499  } else {
501  }
502  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.Identity.game_account_id)
503 }
504 
505 // -------------------------------------------------------------------
506 
507 // AccountInfo
508 
509 // optional bool account_paid = 1 [default = false];
510 inline bool AccountInfo::has_account_paid() const {
511  return (_has_bits_[0] & 0x00000001u) != 0;
512 }
514  _has_bits_[0] |= 0x00000001u;
515 }
517  _has_bits_[0] &= ~0x00000001u;
518 }
520  account_paid_ = false;
522 }
523 inline bool AccountInfo::account_paid() const {
524  // @@protoc_insertion_point(field_get:bgs.protocol.AccountInfo.account_paid)
525  return account_paid_;
526 }
530  // @@protoc_insertion_point(field_set:bgs.protocol.AccountInfo.account_paid)
531 }
532 
533 // optional fixed32 country_id = 2 [default = 0];
534 inline bool AccountInfo::has_country_id() const {
535  return (_has_bits_[0] & 0x00000002u) != 0;
536 }
538  _has_bits_[0] |= 0x00000002u;
539 }
541  _has_bits_[0] &= ~0x00000002u;
542 }
544  country_id_ = 0u;
546 }
548  // @@protoc_insertion_point(field_get:bgs.protocol.AccountInfo.country_id)
549  return country_id_;
550 }
553  country_id_ = value;
554  // @@protoc_insertion_point(field_set:bgs.protocol.AccountInfo.country_id)
555 }
556 
557 // optional string battle_tag = 3;
558 inline bool AccountInfo::has_battle_tag() const {
559  return (_has_bits_[0] & 0x00000004u) != 0;
560 }
562  _has_bits_[0] |= 0x00000004u;
563 }
565  _has_bits_[0] &= ~0x00000004u;
566 }
569  battle_tag_->clear();
570  }
572 }
573 inline const ::std::string& AccountInfo::battle_tag() const {
574  // @@protoc_insertion_point(field_get:bgs.protocol.AccountInfo.battle_tag)
575  return *battle_tag_;
576 }
577 inline void AccountInfo::set_battle_tag(const ::std::string& value) {
580  battle_tag_ = new ::std::string;
581  }
582  battle_tag_->assign(value);
583  // @@protoc_insertion_point(field_set:bgs.protocol.AccountInfo.battle_tag)
584 }
585 inline void AccountInfo::set_battle_tag(const char* value) {
588  battle_tag_ = new ::std::string;
589  }
590  battle_tag_->assign(value);
591  // @@protoc_insertion_point(field_set_char:bgs.protocol.AccountInfo.battle_tag)
592 }
593 inline void AccountInfo::set_battle_tag(const char* value, size_t size) {
596  battle_tag_ = new ::std::string;
597  }
598  battle_tag_->assign(reinterpret_cast<const char*>(value), size);
599  // @@protoc_insertion_point(field_set_pointer:bgs.protocol.AccountInfo.battle_tag)
600 }
601 inline ::std::string* AccountInfo::mutable_battle_tag() {
604  battle_tag_ = new ::std::string;
605  }
606  // @@protoc_insertion_point(field_mutable:bgs.protocol.AccountInfo.battle_tag)
607  return battle_tag_;
608 }
609 inline ::std::string* AccountInfo::release_battle_tag() {
612  return NULL;
613  } else {
614  ::std::string* temp = battle_tag_;
616  return temp;
617  }
618 }
619 inline void AccountInfo::set_allocated_battle_tag(::std::string* battle_tag) {
621  delete battle_tag_;
622  }
623  if (battle_tag) {
626  } else {
629  }
630  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.AccountInfo.battle_tag)
631 }
632 
633 // optional bool manual_review = 4 [default = false];
634 inline bool AccountInfo::has_manual_review() const {
635  return (_has_bits_[0] & 0x00000008u) != 0;
636 }
638  _has_bits_[0] |= 0x00000008u;
639 }
641  _has_bits_[0] &= ~0x00000008u;
642 }
644  manual_review_ = false;
646 }
647 inline bool AccountInfo::manual_review() const {
648  // @@protoc_insertion_point(field_get:bgs.protocol.AccountInfo.manual_review)
649  return manual_review_;
650 }
654  // @@protoc_insertion_point(field_set:bgs.protocol.AccountInfo.manual_review)
655 }
656 
657 // optional .bgs.protocol.Identity identity = 5;
658 inline bool AccountInfo::has_identity() const {
659  return (_has_bits_[0] & 0x00000010u) != 0;
660 }
662  _has_bits_[0] |= 0x00000010u;
663 }
665  _has_bits_[0] &= ~0x00000010u;
666 }
668  if (identity_ != NULL) identity_->::bgs::protocol::Identity::Clear();
670 }
671 inline const ::bgs::protocol::Identity& AccountInfo::identity() const {
672  // @@protoc_insertion_point(field_get:bgs.protocol.AccountInfo.identity)
674 }
675 inline ::bgs::protocol::Identity* AccountInfo::mutable_identity() {
677  if (identity_ == NULL) identity_ = new ::bgs::protocol::Identity;
678  // @@protoc_insertion_point(field_mutable:bgs.protocol.AccountInfo.identity)
679  return identity_;
680 }
681 inline ::bgs::protocol::Identity* AccountInfo::release_identity() {
684  identity_ = NULL;
685  return temp;
686 }
688  delete identity_;
690  if (identity) {
692  } else {
694  }
695  // @@protoc_insertion_point(field_set_allocated:bgs.protocol.AccountInfo.identity)
696 }
697 
698 // optional bool account_muted = 6 [default = false];
699 inline bool AccountInfo::has_account_muted() const {
700  return (_has_bits_[0] & 0x00000020u) != 0;
701 }
703  _has_bits_[0] |= 0x00000020u;
704 }
706  _has_bits_[0] &= ~0x00000020u;
707 }
709  account_muted_ = false;
711 }
712 inline bool AccountInfo::account_muted() const {
713  // @@protoc_insertion_point(field_get:bgs.protocol.AccountInfo.account_muted)
714  return account_muted_;
715 }
719  // @@protoc_insertion_point(field_set:bgs.protocol.AccountInfo.account_muted)
720 }
721 
722 
723 // @@protoc_insertion_point(namespace_scope)
724 
725 } // namespace protocol
726 } // namespace bgs
727 
728 #ifndef SWIG
729 namespace google {
730 namespace protobuf {
731 
732 
733 } // namespace google
734 } // namespace protobuf
735 #endif // SWIG
736 
737 // @@protoc_insertion_point(global_scope)
738 
739 #endif // PROTOBUF_entity_5ftypes_2eproto__INCLUDED
void clear_has_account_muted()
Definition: entity_types.pb.h:705
bool has_country_id() const
Definition: entity_types.pb.h:534
void set_has_identity()
Definition: entity_types.pb.h:661
void clear_manual_review()
Definition: entity_types.pb.h:643
bool account_paid_
Definition: entity_types.pb.h:350
bool has_game_account_id() const
Definition: entity_types.pb.h:465
Definition: WorldSocket.cpp:593
void set_has_account_paid()
Definition: entity_types.pb.h:513
void set_low(::google::protobuf::uint64 value)
Definition: entity_types.pb.h:413
Definition: entity_types.pb.h:45
bool account_muted() const
Definition: entity_types.pb.h:712
void clear_account_paid()
Definition: entity_types.pb.h:519
void clear_has_game_account_id()
Definition: entity_types.pb.h:471
void set_has_high()
Definition: entity_types.pb.h:375
Definition: Session.h:36
void set_account_paid(bool value)
Definition: entity_types.pb.h:527
inline::bgs::protocol::EntityId * release_account_id()
Definition: entity_types.pb.h:447
int _cached_size_
Definition: entity_types.pb.h:215
Definition: unknown_field_set.h:74
const ::std::string & battle_tag() const
Definition: entity_types.pb.h:573
void clear_has_manual_review()
Definition: entity_types.pb.h:640
::google::protobuf::uint64 low_
Definition: entity_types.pb.h:124
uint8_t uint8
Definition: common.h:175
void clear_country_id()
Definition: entity_types.pb.h:543
void protobuf_ShutdownFile_entity_5ftypes_2eproto()
const ::bgs::protocol::EntityId & account_id() const
Definition: entity_types.pb.h:437
void clear_has_battle_tag()
Definition: entity_types.pb.h:564
Identity & operator=(const Identity &from)
Definition: entity_types.pb.h:141
arena_t NULL
Definition: jemalloc_internal.h:624
void set_high(::google::protobuf::uint64 value)
Definition: entity_types.pb.h:389
void clear_has_identity()
Definition: entity_types.pb.h:664
LIBPROTOBUF_EXPORTconst::std::string & GetEmptyStringAlreadyInited()
Definition: generated_message_util.h:79
void set_account_muted(bool value)
Definition: entity_types.pb.h:716
uint64_t uint64
Definition: g3dmath.h:170
void set_country_id(::google::protobuf::uint32 value)
Definition: entity_types.pb.h:551
void clear_has_low()
Definition: entity_types.pb.h:402
void clear_high()
Definition: entity_types.pb.h:381
void clear_has_account_paid()
Definition: entity_types.pb.h:516
void set_has_low()
Definition: entity_types.pb.h:399
Definition: message.h:165
Definition: entity_types.pb.h:227
bool manual_review() const
Definition: entity_types.pb.h:647
#define output
Definition: wire_format_lite.h:381
bool manual_review_
Definition: entity_types.pb.h:351
void set_allocated_battle_tag(::std::string *battle_tag)
Definition: entity_types.pb.h:619
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: entity_types.pb.h:243
void clear_identity()
Definition: entity_types.pb.h:667
int _cached_size_
Definition: entity_types.pb.h:347
::bgs::protocol::EntityId * game_account_id_
Definition: entity_types.pb.h:217
Definition: coded_stream.h:156
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: entity_types.pb.h:119
void clear_has_account_id()
Definition: entity_types.pb.h:430
void set_has_country_id()
Definition: entity_types.pb.h:537
int GetCachedSize() const
Definition: entity_types.pb.h:175
bool has_manual_review() const
Definition: entity_types.pb.h:634
void set_has_game_account_id()
Definition: entity_types.pb.h:468
Definition: coded_stream.h:621
void clear_battle_tag()
Definition: entity_types.pb.h:567
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: entity_types.pb.h:57
inline::google::protobuf::uint64 high() const
Definition: entity_types.pb.h:385
void set_has_account_id()
Definition: entity_types.pb.h:427
::google::protobuf::uint64 high_
Definition: entity_types.pb.h:123
AccountInfo & operator=(const AccountInfo &from)
Definition: entity_types.pb.h:234
void set_has_manual_review()
Definition: entity_types.pb.h:637
Definition: message.h:150
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: entity_types.pb.h:239
inline::std::string * release_battle_tag()
Definition: entity_types.pb.h:609
bool has_high() const
Definition: entity_types.pb.h:372
void set_manual_review(bool value)
Definition: entity_types.pb.h:651
#define input
Definition: wire_format_lite.h:242
int _cached_size_
Definition: entity_types.pb.h:122
uint32_t uint32
Definition: common.h:177
bool has_low() const
Definition: entity_types.pb.h:396
int GetCachedSize() const
Definition: entity_types.pb.h:268
::bgs::protocol::EntityId * account_id_
Definition: entity_types.pb.h:216
bool account_muted_
Definition: entity_types.pb.h:352
bool has_identity() const
Definition: entity_types.pb.h:658
#define TC_SHARED_API
Definition: Define.h:128
void set_has_account_muted()
Definition: entity_types.pb.h:702
::google::protobuf::uint32 _has_bits_[1]
Definition: entity_types.pb.h:214
::std::string * battle_tag_
Definition: entity_types.pb.h:348
uint64_t uint64
Definition: common.h:178
const ::bgs::protocol::Identity & identity() const
Definition: entity_types.pb.h:671
inline::google::protobuf::uint64 low() const
Definition: entity_types.pb.h:409
bool has_account_id() const
Definition: entity_types.pb.h:424
::google::protobuf::uint32 _has_bits_[1]
Definition: entity_types.pb.h:346
static AccountInfo * default_instance_
Definition: entity_types.pb.h:359
void clear_has_high()
Definition: entity_types.pb.h:378
::google::protobuf::uint32 _has_bits_[1]
Definition: entity_types.pb.h:121
inline::bgs::protocol::Identity * mutable_identity()
Definition: entity_types.pb.h:675
void set_allocated_identity(::bgs::protocol::Identity *identity)
Definition: entity_types.pb.h:687
const ::bgs::protocol::EntityId & game_account_id() const
Definition: entity_types.pb.h:478
inline::bgs::protocol::EntityId * release_game_account_id()
Definition: entity_types.pb.h:488
bool has_account_muted() const
Definition: entity_types.pb.h:699
void set_battle_tag(const ::std::string &value)
Definition: entity_types.pb.h:577
void set_allocated_account_id(::bgs::protocol::EntityId *account_id)
Definition: entity_types.pb.h:453
void clear_low()
Definition: entity_types.pb.h:405
::google::protobuf::uint32 country_id_
Definition: entity_types.pb.h:349
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: entity_types.pb.h:344
void set_has_battle_tag()
Definition: entity_types.pb.h:561
void TC_SHARED_API protobuf_AddDesc_entity_5ftypes_2eproto()
Definition: entity_types.pb.h:134
inline::bgs::protocol::EntityId * mutable_game_account_id()
Definition: entity_types.pb.h:482
bool has_battle_tag() const
Definition: entity_types.pb.h:558
inline::std::string * mutable_battle_tag()
Definition: entity_types.pb.h:601
bool has_account_paid() const
Definition: entity_types.pb.h:510
bool account_paid() const
Definition: entity_types.pb.h:523
void clear_account_muted()
Definition: entity_types.pb.h:708
Definition: BnetFileGenerator.h:47
void clear_game_account_id()
Definition: entity_types.pb.h:474
EntityId & operator=(const EntityId &from)
Definition: entity_types.pb.h:52
const FieldDescriptor value
Definition: descriptor.h:1522
#define GOOGLE_ULONGLONG(x)
Definition: common.h:193
uint32_t uint32
Definition: g3dmath.h:168
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: entity_types.pb.h:61
void protobuf_AssignDesc_entity_5ftypes_2eproto()
::bgs::protocol::Identity * identity_
Definition: entity_types.pb.h:353
void set_allocated_game_account_id(::bgs::protocol::EntityId *game_account_id)
Definition: entity_types.pb.h:494
inline::google::protobuf::uint32 country_id() const
Definition: entity_types.pb.h:547
inline::bgs::protocol::EntityId * mutable_account_id()
Definition: entity_types.pb.h:441
void clear_has_country_id()
Definition: entity_types.pb.h:540
static Identity * default_instance_
Definition: entity_types.pb.h:223
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: entity_types.pb.h:146
static EntityId * default_instance_
Definition: entity_types.pb.h:130
void clear_account_id()
Definition: entity_types.pb.h:433
::google::protobuf::UnknownFieldSet _unknown_fields_
Definition: entity_types.pb.h:212
int GetCachedSize() const
Definition: entity_types.pb.h:86
inline::bgs::protocol::Identity * release_identity()
Definition: entity_types.pb.h:681
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: entity_types.pb.h:150