TrinityCore
Loading...
Searching...
No Matches
club_range_set.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: api/client/v1/club_range_set.proto
3
4#ifndef PROTOBUF_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto__INCLUDED
5#define PROTOBUF_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto__INCLUDED
6
7#include <string>
8
9#include <google/protobuf/stubs/common.h>
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
22#include <google/protobuf/generated_message_util.h>
23#include <google/protobuf/message.h>
24#include <google/protobuf/repeated_field.h>
25#include <google/protobuf/extension_set.h>
26#include <google/protobuf/unknown_field_set.h>
28#include "Define.h" // for TC_PROTO_API
29// @@protoc_insertion_point(includes)
30
31namespace bgs {
32namespace protocol {
33namespace club {
34namespace v1 {
35namespace client {
36
37// Internal implementation detail -- do not call these.
41
48class ClubBanRangeSet;
49
50// ===================================================================
51
52class TC_PROTO_API ClubTypeRangeSet : public ::google::protobuf::Message {
53 public:
56
58
60 CopyFrom(from);
61 return *this;
62 }
63
64 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
65 return _unknown_fields_;
66 }
67
68 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
69 return &_unknown_fields_;
70 }
71
72 static const ::google::protobuf::Descriptor* descriptor();
74
75 void Swap(ClubTypeRangeSet* other);
76
77 // implements Message ----------------------------------------------
78
80 int GetCachedSize() const { return _cached_size_; }
81 private:
82 void SharedCtor();
83 void SharedDtor();
84 void SetCachedSize(int size) const;
85 public:
86 ::google::protobuf::Metadata GetMetadata() const;
87
88 // nested types ----------------------------------------------------
89
90 // accessors -------------------------------------------------------
91
92 // optional .bgs.protocol.UnsignedIntRange name_range = 2;
93 inline bool has_name_range() const;
94 inline void clear_name_range();
95 static const int kNameRangeFieldNumber = 2;
96 inline const ::bgs::protocol::UnsignedIntRange& name_range() const;
97 inline ::bgs::protocol::UnsignedIntRange* mutable_name_range();
98 inline ::bgs::protocol::UnsignedIntRange* release_name_range();
99 inline void set_allocated_name_range(::bgs::protocol::UnsignedIntRange* name_range);
100
101 // optional .bgs.protocol.UnsignedIntRange description_range = 3;
102 inline bool has_description_range() const;
103 inline void clear_description_range();
104 static const int kDescriptionRangeFieldNumber = 3;
105 inline const ::bgs::protocol::UnsignedIntRange& description_range() const;
106 inline ::bgs::protocol::UnsignedIntRange* mutable_description_range();
107 inline ::bgs::protocol::UnsignedIntRange* release_description_range();
108 inline void set_allocated_description_range(::bgs::protocol::UnsignedIntRange* description_range);
109
110 // optional .bgs.protocol.UnsignedIntRange broadcast_range = 4;
111 inline bool has_broadcast_range() const;
112 inline void clear_broadcast_range();
113 static const int kBroadcastRangeFieldNumber = 4;
114 inline const ::bgs::protocol::UnsignedIntRange& broadcast_range() const;
115 inline ::bgs::protocol::UnsignedIntRange* mutable_broadcast_range();
116 inline ::bgs::protocol::UnsignedIntRange* release_broadcast_range();
117 inline void set_allocated_broadcast_range(::bgs::protocol::UnsignedIntRange* broadcast_range);
118
119 // optional .bgs.protocol.UnsignedIntRange short_name_range = 7;
120 inline bool has_short_name_range() const;
121 inline void clear_short_name_range();
122 static const int kShortNameRangeFieldNumber = 7;
123 inline const ::bgs::protocol::UnsignedIntRange& short_name_range() const;
124 inline ::bgs::protocol::UnsignedIntRange* mutable_short_name_range();
125 inline ::bgs::protocol::UnsignedIntRange* release_short_name_range();
126 inline void set_allocated_short_name_range(::bgs::protocol::UnsignedIntRange* short_name_range);
127
128 // optional .bgs.protocol.club.v1.client.ClubMemberRangeSet member = 25;
129 inline bool has_member() const;
130 inline void clear_member();
131 static const int kMemberFieldNumber = 25;
132 inline const ::bgs::protocol::club::v1::client::ClubMemberRangeSet& member() const;
133 inline ::bgs::protocol::club::v1::client::ClubMemberRangeSet* mutable_member();
134 inline ::bgs::protocol::club::v1::client::ClubMemberRangeSet* release_member();
135 inline void set_allocated_member(::bgs::protocol::club::v1::client::ClubMemberRangeSet* member);
136
137 // optional .bgs.protocol.club.v1.client.ClubStreamRangeSet stream = 26;
138 inline bool has_stream() const;
139 inline void clear_stream();
140 static const int kStreamFieldNumber = 26;
141 inline const ::bgs::protocol::club::v1::client::ClubStreamRangeSet& stream() const;
142 inline ::bgs::protocol::club::v1::client::ClubStreamRangeSet* mutable_stream();
143 inline ::bgs::protocol::club::v1::client::ClubStreamRangeSet* release_stream();
144 inline void set_allocated_stream(::bgs::protocol::club::v1::client::ClubStreamRangeSet* stream);
145
146 // optional .bgs.protocol.club.v1.client.ClubInvitationRangeSet invitation = 27;
147 inline bool has_invitation() const;
148 inline void clear_invitation();
149 static const int kInvitationFieldNumber = 27;
150 inline const ::bgs::protocol::club::v1::client::ClubInvitationRangeSet& invitation() const;
151 inline ::bgs::protocol::club::v1::client::ClubInvitationRangeSet* mutable_invitation();
152 inline ::bgs::protocol::club::v1::client::ClubInvitationRangeSet* release_invitation();
153 inline void set_allocated_invitation(::bgs::protocol::club::v1::client::ClubInvitationRangeSet* invitation);
154
155 // optional .bgs.protocol.club.v1.client.ClubSuggestionRangeSet suggestion = 28;
156 inline bool has_suggestion() const;
157 inline void clear_suggestion();
158 static const int kSuggestionFieldNumber = 28;
159 inline const ::bgs::protocol::club::v1::client::ClubSuggestionRangeSet& suggestion() const;
160 inline ::bgs::protocol::club::v1::client::ClubSuggestionRangeSet* mutable_suggestion();
161 inline ::bgs::protocol::club::v1::client::ClubSuggestionRangeSet* release_suggestion();
162 inline void set_allocated_suggestion(::bgs::protocol::club::v1::client::ClubSuggestionRangeSet* suggestion);
163
164 // optional .bgs.protocol.club.v1.client.ClubTicketRangeSet ticket = 29;
165 inline bool has_ticket() const;
166 inline void clear_ticket();
167 static const int kTicketFieldNumber = 29;
168 inline const ::bgs::protocol::club::v1::client::ClubTicketRangeSet& ticket() const;
169 inline ::bgs::protocol::club::v1::client::ClubTicketRangeSet* mutable_ticket();
170 inline ::bgs::protocol::club::v1::client::ClubTicketRangeSet* release_ticket();
171 inline void set_allocated_ticket(::bgs::protocol::club::v1::client::ClubTicketRangeSet* ticket);
172
173 // optional .bgs.protocol.club.v1.client.ClubBanRangeSet ban = 30;
174 inline bool has_ban() const;
175 inline void clear_ban();
176 static const int kBanFieldNumber = 30;
177 inline const ::bgs::protocol::club::v1::client::ClubBanRangeSet& ban() const;
178 inline ::bgs::protocol::club::v1::client::ClubBanRangeSet* mutable_ban();
179 inline ::bgs::protocol::club::v1::client::ClubBanRangeSet* release_ban();
180 inline void set_allocated_ban(::bgs::protocol::club::v1::client::ClubBanRangeSet* ban);
181
182 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.client.ClubTypeRangeSet)
183 private:
184 inline void set_has_name_range();
185 inline void clear_has_name_range();
186 inline void set_has_description_range();
187 inline void clear_has_description_range();
188 inline void set_has_broadcast_range();
189 inline void clear_has_broadcast_range();
190 inline void set_has_short_name_range();
191 inline void clear_has_short_name_range();
192 inline void set_has_member();
193 inline void clear_has_member();
194 inline void set_has_stream();
195 inline void clear_has_stream();
196 inline void set_has_invitation();
197 inline void clear_has_invitation();
198 inline void set_has_suggestion();
199 inline void clear_has_suggestion();
200 inline void set_has_ticket();
201 inline void clear_has_ticket();
202 inline void set_has_ban();
203 inline void clear_has_ban();
204
205 ::google::protobuf::UnknownFieldSet _unknown_fields_;
206
207 ::google::protobuf::uint32 _has_bits_[1];
208 mutable int _cached_size_;
222
225};
226// -------------------------------------------------------------------
227
228class TC_PROTO_API ClubMemberRangeSet : public ::google::protobuf::Message {
229 public:
232
234
236 CopyFrom(from);
237 return *this;
238 }
239
240 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
241 return _unknown_fields_;
242 }
243
244 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
245 return &_unknown_fields_;
246 }
247
248 static const ::google::protobuf::Descriptor* descriptor();
250
252
253 // implements Message ----------------------------------------------
254
256 int GetCachedSize() const { return _cached_size_; }
257 private:
260 void SetCachedSize(int size) const;
261 public:
262 ::google::protobuf::Metadata GetMetadata() const;
263
264 // nested types ----------------------------------------------------
265
266 // accessors -------------------------------------------------------
267
268 // optional .bgs.protocol.UnsignedIntRange count = 1;
269 inline bool has_count() const;
270 inline void clear_count();
271 static const int kCountFieldNumber = 1;
272 inline const ::bgs::protocol::UnsignedIntRange& count() const;
273 inline ::bgs::protocol::UnsignedIntRange* mutable_count();
274 inline ::bgs::protocol::UnsignedIntRange* release_count();
275 inline void set_allocated_count(::bgs::protocol::UnsignedIntRange* count);
276
277 // optional .bgs.protocol.UnsignedIntRange voice = 3;
278 inline bool has_voice() const;
279 inline void clear_voice();
280 static const int kVoiceFieldNumber = 3;
281 inline const ::bgs::protocol::UnsignedIntRange& voice() const;
282 inline ::bgs::protocol::UnsignedIntRange* mutable_voice();
283 inline ::bgs::protocol::UnsignedIntRange* release_voice();
284 inline void set_allocated_voice(::bgs::protocol::UnsignedIntRange* voice);
285
286 // optional .bgs.protocol.UnsignedIntRange stream_subscriptions = 5;
287 inline bool has_stream_subscriptions() const;
288 inline void clear_stream_subscriptions();
289 static const int kStreamSubscriptionsFieldNumber = 5;
290 inline const ::bgs::protocol::UnsignedIntRange& stream_subscriptions() const;
291 inline ::bgs::protocol::UnsignedIntRange* mutable_stream_subscriptions();
292 inline ::bgs::protocol::UnsignedIntRange* release_stream_subscriptions();
293 inline void set_allocated_stream_subscriptions(::bgs::protocol::UnsignedIntRange* stream_subscriptions);
294
295 // optional .bgs.protocol.UnsignedIntRange note_range = 7;
296 inline bool has_note_range() const;
297 inline void clear_note_range();
298 static const int kNoteRangeFieldNumber = 7;
299 inline const ::bgs::protocol::UnsignedIntRange& note_range() const;
300 inline ::bgs::protocol::UnsignedIntRange* mutable_note_range();
301 inline ::bgs::protocol::UnsignedIntRange* release_note_range();
302 inline void set_allocated_note_range(::bgs::protocol::UnsignedIntRange* note_range);
303
304 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.client.ClubMemberRangeSet)
305 private:
306 inline void set_has_count();
307 inline void clear_has_count();
308 inline void set_has_voice();
309 inline void clear_has_voice();
310 inline void set_has_stream_subscriptions();
311 inline void clear_has_stream_subscriptions();
312 inline void set_has_note_range();
313 inline void clear_has_note_range();
314
315 ::google::protobuf::UnknownFieldSet _unknown_fields_;
316
317 ::google::protobuf::uint32 _has_bits_[1];
318 mutable int _cached_size_;
326
329};
330// -------------------------------------------------------------------
331
332class TC_PROTO_API ClubStreamRangeSet : public ::google::protobuf::Message {
333 public:
336
338
340 CopyFrom(from);
341 return *this;
342 }
343
344 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
345 return _unknown_fields_;
346 }
347
348 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
349 return &_unknown_fields_;
350 }
351
352 static const ::google::protobuf::Descriptor* descriptor();
354
356
357 // implements Message ----------------------------------------------
358
360 int GetCachedSize() const { return _cached_size_; }
361 private:
364 void SetCachedSize(int size) const;
365 public:
366 ::google::protobuf::Metadata GetMetadata() const;
367
368 // nested types ----------------------------------------------------
369
370 // accessors -------------------------------------------------------
371
372 // optional .bgs.protocol.UnsignedIntRange count = 1;
373 inline bool has_count() const;
374 inline void clear_count();
375 static const int kCountFieldNumber = 1;
376 inline const ::bgs::protocol::UnsignedIntRange& count() const;
377 inline ::bgs::protocol::UnsignedIntRange* mutable_count();
378 inline ::bgs::protocol::UnsignedIntRange* release_count();
379 inline void set_allocated_count(::bgs::protocol::UnsignedIntRange* count);
380
381 // optional .bgs.protocol.UnsignedIntRange name_range = 3;
382 inline bool has_name_range() const;
383 inline void clear_name_range();
384 static const int kNameRangeFieldNumber = 3;
385 inline const ::bgs::protocol::UnsignedIntRange& name_range() const;
386 inline ::bgs::protocol::UnsignedIntRange* mutable_name_range();
387 inline ::bgs::protocol::UnsignedIntRange* release_name_range();
388 inline void set_allocated_name_range(::bgs::protocol::UnsignedIntRange* name_range);
389
390 // optional .bgs.protocol.UnsignedIntRange subject_range = 4;
391 inline bool has_subject_range() const;
392 inline void clear_subject_range();
393 static const int kSubjectRangeFieldNumber = 4;
394 inline const ::bgs::protocol::UnsignedIntRange& subject_range() const;
395 inline ::bgs::protocol::UnsignedIntRange* mutable_subject_range();
396 inline ::bgs::protocol::UnsignedIntRange* release_subject_range();
397 inline void set_allocated_subject_range(::bgs::protocol::UnsignedIntRange* subject_range);
398
399 // optional .bgs.protocol.UnsignedIntRange message_range = 5;
400 inline bool has_message_range() const;
401 inline void clear_message_range();
402 static const int kMessageRangeFieldNumber = 5;
403 inline const ::bgs::protocol::UnsignedIntRange& message_range() const;
404 inline ::bgs::protocol::UnsignedIntRange* mutable_message_range();
405 inline ::bgs::protocol::UnsignedIntRange* release_message_range();
406 inline void set_allocated_message_range(::bgs::protocol::UnsignedIntRange* message_range);
407
408 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.client.ClubStreamRangeSet)
409 private:
410 inline void set_has_count();
411 inline void clear_has_count();
412 inline void set_has_name_range();
413 inline void clear_has_name_range();
414 inline void set_has_subject_range();
415 inline void clear_has_subject_range();
416 inline void set_has_message_range();
417 inline void clear_has_message_range();
418
419 ::google::protobuf::UnknownFieldSet _unknown_fields_;
420
421 ::google::protobuf::uint32 _has_bits_[1];
422 mutable int _cached_size_;
430
433};
434// -------------------------------------------------------------------
435
436class TC_PROTO_API ClubInvitationRangeSet : public ::google::protobuf::Message {
437 public:
440
442
444 CopyFrom(from);
445 return *this;
446 }
447
448 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
449 return _unknown_fields_;
450 }
451
452 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
453 return &_unknown_fields_;
454 }
455
456 static const ::google::protobuf::Descriptor* descriptor();
458
460
461 // implements Message ----------------------------------------------
462
464 int GetCachedSize() const { return _cached_size_; }
465 private:
468 void SetCachedSize(int size) const;
469 public:
470 ::google::protobuf::Metadata GetMetadata() const;
471
472 // nested types ----------------------------------------------------
473
474 // accessors -------------------------------------------------------
475
476 // optional .bgs.protocol.UnsignedIntRange count = 1;
477 inline bool has_count() const;
478 inline void clear_count();
479 static const int kCountFieldNumber = 1;
480 inline const ::bgs::protocol::UnsignedIntRange& count() const;
481 inline ::bgs::protocol::UnsignedIntRange* mutable_count();
482 inline ::bgs::protocol::UnsignedIntRange* release_count();
483 inline void set_allocated_count(::bgs::protocol::UnsignedIntRange* count);
484
485 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.client.ClubInvitationRangeSet)
486 private:
487 inline void set_has_count();
488 inline void clear_has_count();
489
490 ::google::protobuf::UnknownFieldSet _unknown_fields_;
491
492 ::google::protobuf::uint32 _has_bits_[1];
493 mutable int _cached_size_;
498
501};
502// -------------------------------------------------------------------
503
504class TC_PROTO_API ClubSuggestionRangeSet : public ::google::protobuf::Message {
505 public:
508
510
512 CopyFrom(from);
513 return *this;
514 }
515
516 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
517 return _unknown_fields_;
518 }
519
520 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
521 return &_unknown_fields_;
522 }
523
524 static const ::google::protobuf::Descriptor* descriptor();
526
528
529 // implements Message ----------------------------------------------
530
532 int GetCachedSize() const { return _cached_size_; }
533 private:
536 void SetCachedSize(int size) const;
537 public:
538 ::google::protobuf::Metadata GetMetadata() const;
539
540 // nested types ----------------------------------------------------
541
542 // accessors -------------------------------------------------------
543
544 // optional .bgs.protocol.UnsignedIntRange count = 1;
545 inline bool has_count() const;
546 inline void clear_count();
547 static const int kCountFieldNumber = 1;
548 inline const ::bgs::protocol::UnsignedIntRange& count() const;
549 inline ::bgs::protocol::UnsignedIntRange* mutable_count();
550 inline ::bgs::protocol::UnsignedIntRange* release_count();
551 inline void set_allocated_count(::bgs::protocol::UnsignedIntRange* count);
552
553 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.client.ClubSuggestionRangeSet)
554 private:
555 inline void set_has_count();
556 inline void clear_has_count();
557
558 ::google::protobuf::UnknownFieldSet _unknown_fields_;
559
560 ::google::protobuf::uint32 _has_bits_[1];
561 mutable int _cached_size_;
566
569};
570// -------------------------------------------------------------------
571
572class TC_PROTO_API ClubTicketRangeSet : public ::google::protobuf::Message {
573 public:
576
578
580 CopyFrom(from);
581 return *this;
582 }
583
584 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
585 return _unknown_fields_;
586 }
587
588 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
589 return &_unknown_fields_;
590 }
591
592 static const ::google::protobuf::Descriptor* descriptor();
594
596
597 // implements Message ----------------------------------------------
598
600 int GetCachedSize() const { return _cached_size_; }
601 private:
604 void SetCachedSize(int size) const;
605 public:
606 ::google::protobuf::Metadata GetMetadata() const;
607
608 // nested types ----------------------------------------------------
609
610 // accessors -------------------------------------------------------
611
612 // optional .bgs.protocol.UnsignedIntRange count = 1;
613 inline bool has_count() const;
614 inline void clear_count();
615 static const int kCountFieldNumber = 1;
616 inline const ::bgs::protocol::UnsignedIntRange& count() const;
617 inline ::bgs::protocol::UnsignedIntRange* mutable_count();
618 inline ::bgs::protocol::UnsignedIntRange* release_count();
619 inline void set_allocated_count(::bgs::protocol::UnsignedIntRange* count);
620
621 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.client.ClubTicketRangeSet)
622 private:
623 inline void set_has_count();
624 inline void clear_has_count();
625
626 ::google::protobuf::UnknownFieldSet _unknown_fields_;
627
628 ::google::protobuf::uint32 _has_bits_[1];
629 mutable int _cached_size_;
634
637};
638// -------------------------------------------------------------------
639
640class TC_PROTO_API ClubBanRangeSet : public ::google::protobuf::Message {
641 public:
644
646
648 CopyFrom(from);
649 return *this;
650 }
651
652 inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
653 return _unknown_fields_;
654 }
655
656 inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
657 return &_unknown_fields_;
658 }
659
660 static const ::google::protobuf::Descriptor* descriptor();
662
663 void Swap(ClubBanRangeSet* other);
664
665 // implements Message ----------------------------------------------
666
668 int GetCachedSize() const { return _cached_size_; }
669 private:
672 void SetCachedSize(int size) const;
673 public:
674 ::google::protobuf::Metadata GetMetadata() const;
675
676 // nested types ----------------------------------------------------
677
678 // accessors -------------------------------------------------------
679
680 // optional .bgs.protocol.UnsignedIntRange count = 1;
681 inline bool has_count() const;
682 inline void clear_count();
683 static const int kCountFieldNumber = 1;
684 inline const ::bgs::protocol::UnsignedIntRange& count() const;
685 inline ::bgs::protocol::UnsignedIntRange* mutable_count();
686 inline ::bgs::protocol::UnsignedIntRange* release_count();
687 inline void set_allocated_count(::bgs::protocol::UnsignedIntRange* count);
688
689 // optional .bgs.protocol.UnsignedIntRange reason_range = 3;
690 inline bool has_reason_range() const;
691 inline void clear_reason_range();
692 static const int kReasonRangeFieldNumber = 3;
693 inline const ::bgs::protocol::UnsignedIntRange& reason_range() const;
694 inline ::bgs::protocol::UnsignedIntRange* mutable_reason_range();
695 inline ::bgs::protocol::UnsignedIntRange* release_reason_range();
696 inline void set_allocated_reason_range(::bgs::protocol::UnsignedIntRange* reason_range);
697
698 // @@protoc_insertion_point(class_scope:bgs.protocol.club.v1.client.ClubBanRangeSet)
699 private:
700 inline void set_has_count();
701 inline void clear_has_count();
702 inline void set_has_reason_range();
703 inline void clear_has_reason_range();
704
705 ::google::protobuf::UnknownFieldSet _unknown_fields_;
706
707 ::google::protobuf::uint32 _has_bits_[1];
708 mutable int _cached_size_;
714
717};
718// ===================================================================
719
720// ===================================================================
721
722// ===================================================================
723
724// ClubTypeRangeSet
725
726// optional .bgs.protocol.UnsignedIntRange name_range = 2;
728 return (_has_bits_[0] & 0x00000001u) != 0;
729}
731 _has_bits_[0] |= 0x00000001u;
732}
734 _has_bits_[0] &= ~0x00000001u;
735}
737 if (name_range_ != NULL) name_range_->::bgs::protocol::UnsignedIntRange::Clear();
739}
740inline const ::bgs::protocol::UnsignedIntRange& ClubTypeRangeSet::name_range() const {
741 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubTypeRangeSet.name_range)
743}
744inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::mutable_name_range() {
746 if (name_range_ == NULL) name_range_ = new ::bgs::protocol::UnsignedIntRange;
747 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubTypeRangeSet.name_range)
748 return name_range_;
749}
750inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::release_name_range() {
753 name_range_ = NULL;
754 return temp;
755}
757 delete name_range_;
759 if (name_range) {
761 } else {
763 }
764 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubTypeRangeSet.name_range)
765}
766
767// optional .bgs.protocol.UnsignedIntRange description_range = 3;
769 return (_has_bits_[0] & 0x00000002u) != 0;
770}
772 _has_bits_[0] |= 0x00000002u;
773}
775 _has_bits_[0] &= ~0x00000002u;
776}
778 if (description_range_ != NULL) description_range_->::bgs::protocol::UnsignedIntRange::Clear();
780}
781inline const ::bgs::protocol::UnsignedIntRange& ClubTypeRangeSet::description_range() const {
782 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubTypeRangeSet.description_range)
784}
785inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::mutable_description_range() {
787 if (description_range_ == NULL) description_range_ = new ::bgs::protocol::UnsignedIntRange;
788 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubTypeRangeSet.description_range)
789 return description_range_;
790}
791inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::release_description_range() {
794 description_range_ = NULL;
795 return temp;
796}
798 delete description_range_;
800 if (description_range) {
802 } else {
804 }
805 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubTypeRangeSet.description_range)
806}
807
808// optional .bgs.protocol.UnsignedIntRange broadcast_range = 4;
810 return (_has_bits_[0] & 0x00000004u) != 0;
811}
813 _has_bits_[0] |= 0x00000004u;
814}
816 _has_bits_[0] &= ~0x00000004u;
817}
819 if (broadcast_range_ != NULL) broadcast_range_->::bgs::protocol::UnsignedIntRange::Clear();
821}
822inline const ::bgs::protocol::UnsignedIntRange& ClubTypeRangeSet::broadcast_range() const {
823 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubTypeRangeSet.broadcast_range)
825}
826inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::mutable_broadcast_range() {
828 if (broadcast_range_ == NULL) broadcast_range_ = new ::bgs::protocol::UnsignedIntRange;
829 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubTypeRangeSet.broadcast_range)
830 return broadcast_range_;
831}
832inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::release_broadcast_range() {
835 broadcast_range_ = NULL;
836 return temp;
837}
839 delete broadcast_range_;
841 if (broadcast_range) {
843 } else {
845 }
846 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubTypeRangeSet.broadcast_range)
847}
848
849// optional .bgs.protocol.UnsignedIntRange short_name_range = 7;
851 return (_has_bits_[0] & 0x00000008u) != 0;
852}
854 _has_bits_[0] |= 0x00000008u;
855}
857 _has_bits_[0] &= ~0x00000008u;
858}
860 if (short_name_range_ != NULL) short_name_range_->::bgs::protocol::UnsignedIntRange::Clear();
862}
863inline const ::bgs::protocol::UnsignedIntRange& ClubTypeRangeSet::short_name_range() const {
864 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubTypeRangeSet.short_name_range)
866}
867inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::mutable_short_name_range() {
869 if (short_name_range_ == NULL) short_name_range_ = new ::bgs::protocol::UnsignedIntRange;
870 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubTypeRangeSet.short_name_range)
871 return short_name_range_;
872}
873inline ::bgs::protocol::UnsignedIntRange* ClubTypeRangeSet::release_short_name_range() {
876 short_name_range_ = NULL;
877 return temp;
878}
880 delete short_name_range_;
882 if (short_name_range) {
884 } else {
886 }
887 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubTypeRangeSet.short_name_range)
888}
889
890// optional .bgs.protocol.club.v1.client.ClubMemberRangeSet member = 25;
891inline bool ClubTypeRangeSet::has_member() const {
892 return (_has_bits_[0] & 0x00000010u) != 0;
893}
895 _has_bits_[0] |= 0x00000010u;
896}
898 _has_bits_[0] &= ~0x00000010u;
899}
901 if (member_ != NULL) member_->::bgs::protocol::club::v1::client::ClubMemberRangeSet::Clear();
903}
904inline const ::bgs::protocol::club::v1::client::ClubMemberRangeSet& ClubTypeRangeSet::member() const {
905 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubTypeRangeSet.member)
906 return member_ != NULL ? *member_ : *default_instance_->member_;
907}
908inline ::bgs::protocol::club::v1::client::ClubMemberRangeSet* ClubTypeRangeSet::mutable_member() {
910 if (member_ == NULL) member_ = new ::bgs::protocol::club::v1::client::ClubMemberRangeSet;
911 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubTypeRangeSet.member)
912 return member_;
913}
914inline ::bgs::protocol::club::v1::client::ClubMemberRangeSet* ClubTypeRangeSet::release_member() {
917 member_ = NULL;
918 return temp;
919}
921 delete member_;
922 member_ = member;
923 if (member) {
925 } else {
927 }
928 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubTypeRangeSet.member)
929}
930
931// optional .bgs.protocol.club.v1.client.ClubStreamRangeSet stream = 26;
932inline bool ClubTypeRangeSet::has_stream() const {
933 return (_has_bits_[0] & 0x00000020u) != 0;
934}
936 _has_bits_[0] |= 0x00000020u;
937}
939 _has_bits_[0] &= ~0x00000020u;
940}
942 if (stream_ != NULL) stream_->::bgs::protocol::club::v1::client::ClubStreamRangeSet::Clear();
944}
945inline const ::bgs::protocol::club::v1::client::ClubStreamRangeSet& ClubTypeRangeSet::stream() const {
946 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubTypeRangeSet.stream)
947 return stream_ != NULL ? *stream_ : *default_instance_->stream_;
948}
949inline ::bgs::protocol::club::v1::client::ClubStreamRangeSet* ClubTypeRangeSet::mutable_stream() {
951 if (stream_ == NULL) stream_ = new ::bgs::protocol::club::v1::client::ClubStreamRangeSet;
952 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubTypeRangeSet.stream)
953 return stream_;
954}
955inline ::bgs::protocol::club::v1::client::ClubStreamRangeSet* ClubTypeRangeSet::release_stream() {
958 stream_ = NULL;
959 return temp;
960}
962 delete stream_;
963 stream_ = stream;
964 if (stream) {
966 } else {
968 }
969 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubTypeRangeSet.stream)
970}
971
972// optional .bgs.protocol.club.v1.client.ClubInvitationRangeSet invitation = 27;
974 return (_has_bits_[0] & 0x00000040u) != 0;
975}
977 _has_bits_[0] |= 0x00000040u;
978}
980 _has_bits_[0] &= ~0x00000040u;
981}
983 if (invitation_ != NULL) invitation_->::bgs::protocol::club::v1::client::ClubInvitationRangeSet::Clear();
985}
986inline const ::bgs::protocol::club::v1::client::ClubInvitationRangeSet& ClubTypeRangeSet::invitation() const {
987 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubTypeRangeSet.invitation)
989}
990inline ::bgs::protocol::club::v1::client::ClubInvitationRangeSet* ClubTypeRangeSet::mutable_invitation() {
992 if (invitation_ == NULL) invitation_ = new ::bgs::protocol::club::v1::client::ClubInvitationRangeSet;
993 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubTypeRangeSet.invitation)
994 return invitation_;
995}
996inline ::bgs::protocol::club::v1::client::ClubInvitationRangeSet* ClubTypeRangeSet::release_invitation() {
999 invitation_ = NULL;
1000 return temp;
1001}
1003 delete invitation_;
1005 if (invitation) {
1007 } else {
1009 }
1010 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubTypeRangeSet.invitation)
1011}
1012
1013// optional .bgs.protocol.club.v1.client.ClubSuggestionRangeSet suggestion = 28;
1015 return (_has_bits_[0] & 0x00000080u) != 0;
1016}
1018 _has_bits_[0] |= 0x00000080u;
1019}
1021 _has_bits_[0] &= ~0x00000080u;
1022}
1024 if (suggestion_ != NULL) suggestion_->::bgs::protocol::club::v1::client::ClubSuggestionRangeSet::Clear();
1026}
1027inline const ::bgs::protocol::club::v1::client::ClubSuggestionRangeSet& ClubTypeRangeSet::suggestion() const {
1028 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubTypeRangeSet.suggestion)
1030}
1031inline ::bgs::protocol::club::v1::client::ClubSuggestionRangeSet* ClubTypeRangeSet::mutable_suggestion() {
1033 if (suggestion_ == NULL) suggestion_ = new ::bgs::protocol::club::v1::client::ClubSuggestionRangeSet;
1034 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubTypeRangeSet.suggestion)
1035 return suggestion_;
1036}
1037inline ::bgs::protocol::club::v1::client::ClubSuggestionRangeSet* ClubTypeRangeSet::release_suggestion() {
1040 suggestion_ = NULL;
1041 return temp;
1042}
1044 delete suggestion_;
1046 if (suggestion) {
1048 } else {
1050 }
1051 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubTypeRangeSet.suggestion)
1052}
1053
1054// optional .bgs.protocol.club.v1.client.ClubTicketRangeSet ticket = 29;
1055inline bool ClubTypeRangeSet::has_ticket() const {
1056 return (_has_bits_[0] & 0x00000100u) != 0;
1057}
1059 _has_bits_[0] |= 0x00000100u;
1060}
1062 _has_bits_[0] &= ~0x00000100u;
1063}
1065 if (ticket_ != NULL) ticket_->::bgs::protocol::club::v1::client::ClubTicketRangeSet::Clear();
1067}
1068inline const ::bgs::protocol::club::v1::client::ClubTicketRangeSet& ClubTypeRangeSet::ticket() const {
1069 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubTypeRangeSet.ticket)
1070 return ticket_ != NULL ? *ticket_ : *default_instance_->ticket_;
1071}
1072inline ::bgs::protocol::club::v1::client::ClubTicketRangeSet* ClubTypeRangeSet::mutable_ticket() {
1074 if (ticket_ == NULL) ticket_ = new ::bgs::protocol::club::v1::client::ClubTicketRangeSet;
1075 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubTypeRangeSet.ticket)
1076 return ticket_;
1077}
1078inline ::bgs::protocol::club::v1::client::ClubTicketRangeSet* ClubTypeRangeSet::release_ticket() {
1081 ticket_ = NULL;
1082 return temp;
1083}
1085 delete ticket_;
1086 ticket_ = ticket;
1087 if (ticket) {
1089 } else {
1091 }
1092 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubTypeRangeSet.ticket)
1093}
1094
1095// optional .bgs.protocol.club.v1.client.ClubBanRangeSet ban = 30;
1096inline bool ClubTypeRangeSet::has_ban() const {
1097 return (_has_bits_[0] & 0x00000200u) != 0;
1098}
1100 _has_bits_[0] |= 0x00000200u;
1101}
1103 _has_bits_[0] &= ~0x00000200u;
1104}
1106 if (ban_ != NULL) ban_->::bgs::protocol::club::v1::client::ClubBanRangeSet::Clear();
1107 clear_has_ban();
1108}
1109inline const ::bgs::protocol::club::v1::client::ClubBanRangeSet& ClubTypeRangeSet::ban() const {
1110 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubTypeRangeSet.ban)
1111 return ban_ != NULL ? *ban_ : *default_instance_->ban_;
1112}
1113inline ::bgs::protocol::club::v1::client::ClubBanRangeSet* ClubTypeRangeSet::mutable_ban() {
1114 set_has_ban();
1115 if (ban_ == NULL) ban_ = new ::bgs::protocol::club::v1::client::ClubBanRangeSet;
1116 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubTypeRangeSet.ban)
1117 return ban_;
1118}
1119inline ::bgs::protocol::club::v1::client::ClubBanRangeSet* ClubTypeRangeSet::release_ban() {
1120 clear_has_ban();
1122 ban_ = NULL;
1123 return temp;
1124}
1126 delete ban_;
1127 ban_ = ban;
1128 if (ban) {
1129 set_has_ban();
1130 } else {
1131 clear_has_ban();
1132 }
1133 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubTypeRangeSet.ban)
1134}
1135
1136// -------------------------------------------------------------------
1137
1138// ClubMemberRangeSet
1139
1140// optional .bgs.protocol.UnsignedIntRange count = 1;
1142 return (_has_bits_[0] & 0x00000001u) != 0;
1143}
1145 _has_bits_[0] |= 0x00000001u;
1146}
1148 _has_bits_[0] &= ~0x00000001u;
1149}
1151 if (count_ != NULL) count_->::bgs::protocol::UnsignedIntRange::Clear();
1153}
1154inline const ::bgs::protocol::UnsignedIntRange& ClubMemberRangeSet::count() const {
1155 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubMemberRangeSet.count)
1156 return count_ != NULL ? *count_ : *default_instance_->count_;
1157}
1158inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::mutable_count() {
1159 set_has_count();
1160 if (count_ == NULL) count_ = new ::bgs::protocol::UnsignedIntRange;
1161 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubMemberRangeSet.count)
1162 return count_;
1163}
1164inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::release_count() {
1167 count_ = NULL;
1168 return temp;
1169}
1171 delete count_;
1172 count_ = count;
1173 if (count) {
1174 set_has_count();
1175 } else {
1177 }
1178 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubMemberRangeSet.count)
1179}
1180
1181// optional .bgs.protocol.UnsignedIntRange voice = 3;
1183 return (_has_bits_[0] & 0x00000002u) != 0;
1184}
1186 _has_bits_[0] |= 0x00000002u;
1187}
1189 _has_bits_[0] &= ~0x00000002u;
1190}
1192 if (voice_ != NULL) voice_->::bgs::protocol::UnsignedIntRange::Clear();
1194}
1195inline const ::bgs::protocol::UnsignedIntRange& ClubMemberRangeSet::voice() const {
1196 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubMemberRangeSet.voice)
1197 return voice_ != NULL ? *voice_ : *default_instance_->voice_;
1198}
1199inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::mutable_voice() {
1200 set_has_voice();
1201 if (voice_ == NULL) voice_ = new ::bgs::protocol::UnsignedIntRange;
1202 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubMemberRangeSet.voice)
1203 return voice_;
1204}
1205inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::release_voice() {
1208 voice_ = NULL;
1209 return temp;
1210}
1212 delete voice_;
1213 voice_ = voice;
1214 if (voice) {
1215 set_has_voice();
1216 } else {
1218 }
1219 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubMemberRangeSet.voice)
1220}
1221
1222// optional .bgs.protocol.UnsignedIntRange stream_subscriptions = 5;
1224 return (_has_bits_[0] & 0x00000004u) != 0;
1225}
1227 _has_bits_[0] |= 0x00000004u;
1228}
1230 _has_bits_[0] &= ~0x00000004u;
1231}
1233 if (stream_subscriptions_ != NULL) stream_subscriptions_->::bgs::protocol::UnsignedIntRange::Clear();
1235}
1236inline const ::bgs::protocol::UnsignedIntRange& ClubMemberRangeSet::stream_subscriptions() const {
1237 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubMemberRangeSet.stream_subscriptions)
1239}
1240inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::mutable_stream_subscriptions() {
1242 if (stream_subscriptions_ == NULL) stream_subscriptions_ = new ::bgs::protocol::UnsignedIntRange;
1243 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubMemberRangeSet.stream_subscriptions)
1244 return stream_subscriptions_;
1245}
1246inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::release_stream_subscriptions() {
1249 stream_subscriptions_ = NULL;
1250 return temp;
1251}
1253 delete stream_subscriptions_;
1257 } else {
1259 }
1260 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubMemberRangeSet.stream_subscriptions)
1261}
1262
1263// optional .bgs.protocol.UnsignedIntRange note_range = 7;
1265 return (_has_bits_[0] & 0x00000008u) != 0;
1266}
1268 _has_bits_[0] |= 0x00000008u;
1269}
1271 _has_bits_[0] &= ~0x00000008u;
1272}
1274 if (note_range_ != NULL) note_range_->::bgs::protocol::UnsignedIntRange::Clear();
1276}
1277inline const ::bgs::protocol::UnsignedIntRange& ClubMemberRangeSet::note_range() const {
1278 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubMemberRangeSet.note_range)
1280}
1281inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::mutable_note_range() {
1283 if (note_range_ == NULL) note_range_ = new ::bgs::protocol::UnsignedIntRange;
1284 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubMemberRangeSet.note_range)
1285 return note_range_;
1286}
1287inline ::bgs::protocol::UnsignedIntRange* ClubMemberRangeSet::release_note_range() {
1290 note_range_ = NULL;
1291 return temp;
1292}
1294 delete note_range_;
1296 if (note_range) {
1298 } else {
1300 }
1301 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubMemberRangeSet.note_range)
1302}
1303
1304// -------------------------------------------------------------------
1305
1306// ClubStreamRangeSet
1307
1308// optional .bgs.protocol.UnsignedIntRange count = 1;
1310 return (_has_bits_[0] & 0x00000001u) != 0;
1311}
1313 _has_bits_[0] |= 0x00000001u;
1314}
1316 _has_bits_[0] &= ~0x00000001u;
1317}
1319 if (count_ != NULL) count_->::bgs::protocol::UnsignedIntRange::Clear();
1321}
1322inline const ::bgs::protocol::UnsignedIntRange& ClubStreamRangeSet::count() const {
1323 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubStreamRangeSet.count)
1324 return count_ != NULL ? *count_ : *default_instance_->count_;
1325}
1326inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::mutable_count() {
1327 set_has_count();
1328 if (count_ == NULL) count_ = new ::bgs::protocol::UnsignedIntRange;
1329 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubStreamRangeSet.count)
1330 return count_;
1331}
1332inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::release_count() {
1335 count_ = NULL;
1336 return temp;
1337}
1339 delete count_;
1340 count_ = count;
1341 if (count) {
1342 set_has_count();
1343 } else {
1345 }
1346 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubStreamRangeSet.count)
1347}
1348
1349// optional .bgs.protocol.UnsignedIntRange name_range = 3;
1351 return (_has_bits_[0] & 0x00000002u) != 0;
1352}
1354 _has_bits_[0] |= 0x00000002u;
1355}
1357 _has_bits_[0] &= ~0x00000002u;
1358}
1360 if (name_range_ != NULL) name_range_->::bgs::protocol::UnsignedIntRange::Clear();
1362}
1363inline const ::bgs::protocol::UnsignedIntRange& ClubStreamRangeSet::name_range() const {
1364 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubStreamRangeSet.name_range)
1366}
1367inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::mutable_name_range() {
1369 if (name_range_ == NULL) name_range_ = new ::bgs::protocol::UnsignedIntRange;
1370 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubStreamRangeSet.name_range)
1371 return name_range_;
1372}
1373inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::release_name_range() {
1376 name_range_ = NULL;
1377 return temp;
1378}
1380 delete name_range_;
1382 if (name_range) {
1384 } else {
1386 }
1387 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubStreamRangeSet.name_range)
1388}
1389
1390// optional .bgs.protocol.UnsignedIntRange subject_range = 4;
1392 return (_has_bits_[0] & 0x00000004u) != 0;
1393}
1395 _has_bits_[0] |= 0x00000004u;
1396}
1398 _has_bits_[0] &= ~0x00000004u;
1399}
1401 if (subject_range_ != NULL) subject_range_->::bgs::protocol::UnsignedIntRange::Clear();
1403}
1404inline const ::bgs::protocol::UnsignedIntRange& ClubStreamRangeSet::subject_range() const {
1405 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubStreamRangeSet.subject_range)
1407}
1408inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::mutable_subject_range() {
1410 if (subject_range_ == NULL) subject_range_ = new ::bgs::protocol::UnsignedIntRange;
1411 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubStreamRangeSet.subject_range)
1412 return subject_range_;
1413}
1414inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::release_subject_range() {
1417 subject_range_ = NULL;
1418 return temp;
1419}
1421 delete subject_range_;
1423 if (subject_range) {
1425 } else {
1427 }
1428 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubStreamRangeSet.subject_range)
1429}
1430
1431// optional .bgs.protocol.UnsignedIntRange message_range = 5;
1433 return (_has_bits_[0] & 0x00000008u) != 0;
1434}
1436 _has_bits_[0] |= 0x00000008u;
1437}
1439 _has_bits_[0] &= ~0x00000008u;
1440}
1442 if (message_range_ != NULL) message_range_->::bgs::protocol::UnsignedIntRange::Clear();
1444}
1445inline const ::bgs::protocol::UnsignedIntRange& ClubStreamRangeSet::message_range() const {
1446 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubStreamRangeSet.message_range)
1448}
1449inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::mutable_message_range() {
1451 if (message_range_ == NULL) message_range_ = new ::bgs::protocol::UnsignedIntRange;
1452 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubStreamRangeSet.message_range)
1453 return message_range_;
1454}
1455inline ::bgs::protocol::UnsignedIntRange* ClubStreamRangeSet::release_message_range() {
1458 message_range_ = NULL;
1459 return temp;
1460}
1462 delete message_range_;
1464 if (message_range) {
1466 } else {
1468 }
1469 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubStreamRangeSet.message_range)
1470}
1471
1472// -------------------------------------------------------------------
1473
1474// ClubInvitationRangeSet
1475
1476// optional .bgs.protocol.UnsignedIntRange count = 1;
1478 return (_has_bits_[0] & 0x00000001u) != 0;
1479}
1481 _has_bits_[0] |= 0x00000001u;
1482}
1484 _has_bits_[0] &= ~0x00000001u;
1485}
1487 if (count_ != NULL) count_->::bgs::protocol::UnsignedIntRange::Clear();
1489}
1490inline const ::bgs::protocol::UnsignedIntRange& ClubInvitationRangeSet::count() const {
1491 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubInvitationRangeSet.count)
1492 return count_ != NULL ? *count_ : *default_instance_->count_;
1493}
1494inline ::bgs::protocol::UnsignedIntRange* ClubInvitationRangeSet::mutable_count() {
1495 set_has_count();
1496 if (count_ == NULL) count_ = new ::bgs::protocol::UnsignedIntRange;
1497 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubInvitationRangeSet.count)
1498 return count_;
1499}
1500inline ::bgs::protocol::UnsignedIntRange* ClubInvitationRangeSet::release_count() {
1503 count_ = NULL;
1504 return temp;
1505}
1507 delete count_;
1508 count_ = count;
1509 if (count) {
1510 set_has_count();
1511 } else {
1513 }
1514 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubInvitationRangeSet.count)
1515}
1516
1517// -------------------------------------------------------------------
1518
1519// ClubSuggestionRangeSet
1520
1521// optional .bgs.protocol.UnsignedIntRange count = 1;
1523 return (_has_bits_[0] & 0x00000001u) != 0;
1524}
1526 _has_bits_[0] |= 0x00000001u;
1527}
1529 _has_bits_[0] &= ~0x00000001u;
1530}
1532 if (count_ != NULL) count_->::bgs::protocol::UnsignedIntRange::Clear();
1534}
1535inline const ::bgs::protocol::UnsignedIntRange& ClubSuggestionRangeSet::count() const {
1536 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubSuggestionRangeSet.count)
1537 return count_ != NULL ? *count_ : *default_instance_->count_;
1538}
1539inline ::bgs::protocol::UnsignedIntRange* ClubSuggestionRangeSet::mutable_count() {
1540 set_has_count();
1541 if (count_ == NULL) count_ = new ::bgs::protocol::UnsignedIntRange;
1542 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubSuggestionRangeSet.count)
1543 return count_;
1544}
1545inline ::bgs::protocol::UnsignedIntRange* ClubSuggestionRangeSet::release_count() {
1548 count_ = NULL;
1549 return temp;
1550}
1552 delete count_;
1553 count_ = count;
1554 if (count) {
1555 set_has_count();
1556 } else {
1558 }
1559 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubSuggestionRangeSet.count)
1560}
1561
1562// -------------------------------------------------------------------
1563
1564// ClubTicketRangeSet
1565
1566// optional .bgs.protocol.UnsignedIntRange count = 1;
1568 return (_has_bits_[0] & 0x00000001u) != 0;
1569}
1571 _has_bits_[0] |= 0x00000001u;
1572}
1574 _has_bits_[0] &= ~0x00000001u;
1575}
1577 if (count_ != NULL) count_->::bgs::protocol::UnsignedIntRange::Clear();
1579}
1580inline const ::bgs::protocol::UnsignedIntRange& ClubTicketRangeSet::count() const {
1581 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubTicketRangeSet.count)
1582 return count_ != NULL ? *count_ : *default_instance_->count_;
1583}
1584inline ::bgs::protocol::UnsignedIntRange* ClubTicketRangeSet::mutable_count() {
1585 set_has_count();
1586 if (count_ == NULL) count_ = new ::bgs::protocol::UnsignedIntRange;
1587 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubTicketRangeSet.count)
1588 return count_;
1589}
1590inline ::bgs::protocol::UnsignedIntRange* ClubTicketRangeSet::release_count() {
1593 count_ = NULL;
1594 return temp;
1595}
1597 delete count_;
1598 count_ = count;
1599 if (count) {
1600 set_has_count();
1601 } else {
1603 }
1604 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubTicketRangeSet.count)
1605}
1606
1607// -------------------------------------------------------------------
1608
1609// ClubBanRangeSet
1610
1611// optional .bgs.protocol.UnsignedIntRange count = 1;
1612inline bool ClubBanRangeSet::has_count() const {
1613 return (_has_bits_[0] & 0x00000001u) != 0;
1614}
1616 _has_bits_[0] |= 0x00000001u;
1617}
1619 _has_bits_[0] &= ~0x00000001u;
1620}
1622 if (count_ != NULL) count_->::bgs::protocol::UnsignedIntRange::Clear();
1624}
1625inline const ::bgs::protocol::UnsignedIntRange& ClubBanRangeSet::count() const {
1626 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubBanRangeSet.count)
1627 return count_ != NULL ? *count_ : *default_instance_->count_;
1628}
1629inline ::bgs::protocol::UnsignedIntRange* ClubBanRangeSet::mutable_count() {
1630 set_has_count();
1631 if (count_ == NULL) count_ = new ::bgs::protocol::UnsignedIntRange;
1632 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubBanRangeSet.count)
1633 return count_;
1634}
1635inline ::bgs::protocol::UnsignedIntRange* ClubBanRangeSet::release_count() {
1638 count_ = NULL;
1639 return temp;
1640}
1642 delete count_;
1643 count_ = count;
1644 if (count) {
1645 set_has_count();
1646 } else {
1648 }
1649 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubBanRangeSet.count)
1650}
1651
1652// optional .bgs.protocol.UnsignedIntRange reason_range = 3;
1654 return (_has_bits_[0] & 0x00000002u) != 0;
1655}
1657 _has_bits_[0] |= 0x00000002u;
1658}
1660 _has_bits_[0] &= ~0x00000002u;
1661}
1663 if (reason_range_ != NULL) reason_range_->::bgs::protocol::UnsignedIntRange::Clear();
1665}
1666inline const ::bgs::protocol::UnsignedIntRange& ClubBanRangeSet::reason_range() const {
1667 // @@protoc_insertion_point(field_get:bgs.protocol.club.v1.client.ClubBanRangeSet.reason_range)
1669}
1670inline ::bgs::protocol::UnsignedIntRange* ClubBanRangeSet::mutable_reason_range() {
1672 if (reason_range_ == NULL) reason_range_ = new ::bgs::protocol::UnsignedIntRange;
1673 // @@protoc_insertion_point(field_mutable:bgs.protocol.club.v1.client.ClubBanRangeSet.reason_range)
1674 return reason_range_;
1675}
1676inline ::bgs::protocol::UnsignedIntRange* ClubBanRangeSet::release_reason_range() {
1679 reason_range_ = NULL;
1680 return temp;
1681}
1683 delete reason_range_;
1685 if (reason_range) {
1687 } else {
1689 }
1690 // @@protoc_insertion_point(field_set_allocated:bgs.protocol.club.v1.client.ClubBanRangeSet.reason_range)
1691}
1692
1693// @@protoc_insertion_point(namespace_scope)
1694
1695} // namespace client
1696} // namespace v1
1697} // namespace club
1698} // namespace protocol
1699} // namespace bgs
1700
1701#ifndef SWIG
1702namespace google {
1703namespace protobuf {
1704} // namespace google
1705} // namespace protobuf
1706#endif // SWIG
1707
1708// @@protoc_insertion_point(global_scope)
1709
1710#endif // PROTOBUF_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto__INCLUDED
#define TC_PROTO_API
Definition Define.h:105
::google::protobuf::UnknownFieldSet _unknown_fields_
void set_allocated_count(::bgs::protocol::UnsignedIntRange *count)
friend void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
ClubBanRangeSet(const ClubBanRangeSet &from)
ClubBanRangeSet & operator=(const ClubBanRangeSet &from)
const ::bgs::protocol::UnsignedIntRange & count() const
::bgs::protocol::UnsignedIntRange * reason_range_
inline ::bgs::protocol::UnsignedIntRange * mutable_count()
static const ::google::protobuf::Descriptor * descriptor()
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
::bgs::protocol::UnsignedIntRange * count_
static const ClubBanRangeSet & default_instance()
inline ::bgs::protocol::UnsignedIntRange * release_reason_range()
void set_allocated_reason_range(::bgs::protocol::UnsignedIntRange *reason_range)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::UnsignedIntRange * release_count()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
inline ::bgs::protocol::UnsignedIntRange * mutable_reason_range()
const ::bgs::protocol::UnsignedIntRange & reason_range() const
ClubInvitationRangeSet & operator=(const ClubInvitationRangeSet &from)
const ::bgs::protocol::UnsignedIntRange & count() const
inline ::bgs::protocol::UnsignedIntRange * mutable_count()
inline ::bgs::protocol::UnsignedIntRange * release_count()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
void set_allocated_count(::bgs::protocol::UnsignedIntRange *count)
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
static const ClubInvitationRangeSet & default_instance()
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
ClubInvitationRangeSet(const ClubInvitationRangeSet &from)
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::Metadata GetMetadata() const
ClubMemberRangeSet & operator=(const ClubMemberRangeSet &from)
inline ::bgs::protocol::UnsignedIntRange * release_stream_subscriptions()
friend void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
void set_allocated_stream_subscriptions(::bgs::protocol::UnsignedIntRange *stream_subscriptions)
ClubMemberRangeSet(const ClubMemberRangeSet &from)
const ::bgs::protocol::UnsignedIntRange & note_range() const
::google::protobuf::UnknownFieldSet _unknown_fields_
void set_allocated_note_range(::bgs::protocol::UnsignedIntRange *note_range)
::google::protobuf::Metadata GetMetadata() const
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::UnsignedIntRange * release_note_range()
const ::bgs::protocol::UnsignedIntRange & voice() const
void set_allocated_voice(::bgs::protocol::UnsignedIntRange *voice)
inline ::bgs::protocol::UnsignedIntRange * mutable_count()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
inline ::bgs::protocol::UnsignedIntRange * release_count()
::bgs::protocol::UnsignedIntRange * stream_subscriptions_
void set_allocated_count(::bgs::protocol::UnsignedIntRange *count)
static const ClubMemberRangeSet & default_instance()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::bgs::protocol::UnsignedIntRange & count() const
inline ::bgs::protocol::UnsignedIntRange * release_voice()
const ::bgs::protocol::UnsignedIntRange & stream_subscriptions() const
inline ::bgs::protocol::UnsignedIntRange * mutable_note_range()
friend void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
inline ::bgs::protocol::UnsignedIntRange * mutable_voice()
inline ::bgs::protocol::UnsignedIntRange * mutable_stream_subscriptions()
::bgs::protocol::UnsignedIntRange * note_range_
void set_allocated_name_range(::bgs::protocol::UnsignedIntRange *name_range)
void set_allocated_subject_range(::bgs::protocol::UnsignedIntRange *subject_range)
friend void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
inline ::bgs::protocol::UnsignedIntRange * release_subject_range()
inline ::bgs::protocol::UnsignedIntRange * release_name_range()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
::bgs::protocol::UnsignedIntRange * name_range_
const ::bgs::protocol::UnsignedIntRange & count() const
::bgs::protocol::UnsignedIntRange * subject_range_
inline ::bgs::protocol::UnsignedIntRange * mutable_message_range()
::google::protobuf::Metadata GetMetadata() const
const ::bgs::protocol::UnsignedIntRange & subject_range() const
inline ::bgs::protocol::UnsignedIntRange * mutable_name_range()
inline ::bgs::protocol::UnsignedIntRange * mutable_subject_range()
inline ::bgs::protocol::UnsignedIntRange * release_message_range()
ClubStreamRangeSet(const ClubStreamRangeSet &from)
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
static const ClubStreamRangeSet & default_instance()
inline ::bgs::protocol::UnsignedIntRange * mutable_count()
const ::bgs::protocol::UnsignedIntRange & message_range() const
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::bgs::protocol::UnsignedIntRange & name_range() const
inline ::bgs::protocol::UnsignedIntRange * release_count()
void set_allocated_message_range(::bgs::protocol::UnsignedIntRange *message_range)
void set_allocated_count(::bgs::protocol::UnsignedIntRange *count)
static const ::google::protobuf::Descriptor * descriptor()
::google::protobuf::UnknownFieldSet _unknown_fields_
ClubStreamRangeSet & operator=(const ClubStreamRangeSet &from)
friend void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
::bgs::protocol::UnsignedIntRange * message_range_
static const ::google::protobuf::Descriptor * descriptor()
const ::bgs::protocol::UnsignedIntRange & count() const
inline ::bgs::protocol::UnsignedIntRange * release_count()
void set_allocated_count(::bgs::protocol::UnsignedIntRange *count)
static const ClubSuggestionRangeSet & default_instance()
ClubSuggestionRangeSet & operator=(const ClubSuggestionRangeSet &from)
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
::google::protobuf::Metadata GetMetadata() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::bgs::protocol::UnsignedIntRange * mutable_count()
ClubSuggestionRangeSet(const ClubSuggestionRangeSet &from)
inline ::bgs::protocol::UnsignedIntRange * mutable_count()
::google::protobuf::UnknownFieldSet _unknown_fields_
friend void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
ClubTicketRangeSet & operator=(const ClubTicketRangeSet &from)
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::UnsignedIntRange * release_count()
void set_allocated_count(::bgs::protocol::UnsignedIntRange *count)
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
::google::protobuf::Metadata GetMetadata() const
ClubTicketRangeSet(const ClubTicketRangeSet &from)
friend void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
const ::bgs::protocol::UnsignedIntRange & count() const
static const ClubTicketRangeSet & default_instance()
::bgs::protocol::UnsignedIntRange * short_name_range_
inline ::bgs::protocol::club::v1::client::ClubBanRangeSet * mutable_ban()
::bgs::protocol::club::v1::client::ClubTicketRangeSet * ticket_
void set_allocated_broadcast_range(::bgs::protocol::UnsignedIntRange *broadcast_range)
inline ::bgs::protocol::club::v1::client::ClubSuggestionRangeSet * release_suggestion()
void set_allocated_member(::bgs::protocol::club::v1::client::ClubMemberRangeSet *member)
::bgs::protocol::club::v1::client::ClubSuggestionRangeSet * suggestion_
friend void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
inline ::bgs::protocol::club::v1::client::ClubSuggestionRangeSet * mutable_suggestion()
const ::bgs::protocol::UnsignedIntRange & description_range() const
inline ::bgs::protocol::club::v1::client::ClubMemberRangeSet * mutable_member()
const ::bgs::protocol::club::v1::client::ClubTicketRangeSet & ticket() const
void set_allocated_name_range(::bgs::protocol::UnsignedIntRange *name_range)
void set_allocated_ticket(::bgs::protocol::club::v1::client::ClubTicketRangeSet *ticket)
::google::protobuf::UnknownFieldSet _unknown_fields_
inline ::bgs::protocol::club::v1::client::ClubInvitationRangeSet * mutable_invitation()
ClubTypeRangeSet(const ClubTypeRangeSet &from)
void set_allocated_description_range(::bgs::protocol::UnsignedIntRange *description_range)
::bgs::protocol::club::v1::client::ClubMemberRangeSet * member_
inline ::bgs::protocol::UnsignedIntRange * mutable_broadcast_range()
inline ::bgs::protocol::club::v1::client::ClubTicketRangeSet * mutable_ticket()
inline ::bgs::protocol::club::v1::client::ClubStreamRangeSet * mutable_stream()
void set_allocated_short_name_range(::bgs::protocol::UnsignedIntRange *short_name_range)
::google::protobuf::Metadata GetMetadata() const
inline ::bgs::protocol::club::v1::client::ClubInvitationRangeSet * release_invitation()
void set_allocated_stream(::bgs::protocol::club::v1::client::ClubStreamRangeSet *stream)
inline ::bgs::protocol::club::v1::client::ClubTicketRangeSet * release_ticket()
::bgs::protocol::UnsignedIntRange * broadcast_range_
::bgs::protocol::club::v1::client::ClubBanRangeSet * ban_
void set_allocated_suggestion(::bgs::protocol::club::v1::client::ClubSuggestionRangeSet *suggestion)
ClubTypeRangeSet & operator=(const ClubTypeRangeSet &from)
inline ::bgs::protocol::UnsignedIntRange * mutable_description_range()
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
const ::bgs::protocol::club::v1::client::ClubStreamRangeSet & stream() const
inline ::bgs::protocol::club::v1::client::ClubMemberRangeSet * release_member()
const ::bgs::protocol::club::v1::client::ClubBanRangeSet & ban() const
inline ::bgs::protocol::club::v1::client::ClubBanRangeSet * release_ban()
inline ::bgs::protocol::club::v1::client::ClubStreamRangeSet * release_stream()
inline ::bgs::protocol::UnsignedIntRange * release_name_range()
::bgs::protocol::club::v1::client::ClubInvitationRangeSet * invitation_
friend void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
const ::bgs::protocol::club::v1::client::ClubMemberRangeSet & member() const
void set_allocated_invitation(::bgs::protocol::club::v1::client::ClubInvitationRangeSet *invitation)
::bgs::protocol::UnsignedIntRange * description_range_
inline ::bgs::protocol::UnsignedIntRange * mutable_name_range()
inline ::bgs::protocol::UnsignedIntRange * release_broadcast_range()
static const ClubTypeRangeSet & default_instance()
::bgs::protocol::club::v1::client::ClubStreamRangeSet * stream_
const ::bgs::protocol::UnsignedIntRange & broadcast_range() const
inline ::bgs::protocol::UnsignedIntRange * mutable_short_name_range()
const ::bgs::protocol::UnsignedIntRange & name_range() const
void set_allocated_ban(::bgs::protocol::club::v1::client::ClubBanRangeSet *ban)
::bgs::protocol::UnsignedIntRange * name_range_
const ::bgs::protocol::club::v1::client::ClubInvitationRangeSet & invitation() const
const ::bgs::protocol::UnsignedIntRange & short_name_range() const
const ::bgs::protocol::club::v1::client::ClubSuggestionRangeSet & suggestion() const
friend void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
inline ::bgs::protocol::UnsignedIntRange * release_short_name_range()
static const ::google::protobuf::Descriptor * descriptor()
inline ::bgs::protocol::UnsignedIntRange * release_description_range()
void TC_PROTO_API protobuf_AddDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
void protobuf_AssignDesc_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
void protobuf_ShutdownFile_api_2fclient_2fv1_2fclub_5frange_5fset_2eproto()
Definition Session.h:37