github.com/igggame/nebulas-go@v2.1.0+incompatible/nbre/fs/proto/dynasty.pb.h (about) 1 // Generated by the protocol buffer compiler. DO NOT EDIT! 2 // source: dynasty.proto 3 4 #ifndef PROTOBUF_INCLUDED_dynasty_2eproto 5 #define PROTOBUF_INCLUDED_dynasty_2eproto 6 7 #include <string> 8 9 #include <google/protobuf/stubs/common.h> 10 11 #if GOOGLE_PROTOBUF_VERSION < 3006001 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 3006001 < 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/io/coded_stream.h> 23 #include <google/protobuf/arena.h> 24 #include <google/protobuf/arenastring.h> 25 #include <google/protobuf/generated_message_table_driven.h> 26 #include <google/protobuf/generated_message_util.h> 27 #include <google/protobuf/inlined_string_field.h> 28 #include <google/protobuf/metadata.h> 29 #include <google/protobuf/message.h> 30 #include <google/protobuf/repeated_field.h> // IWYU pragma: export 31 #include <google/protobuf/extension_set.h> // IWYU pragma: export 32 #include <google/protobuf/unknown_field_set.h> 33 // @@protoc_insertion_point(includes) 34 #define PROTOBUF_INTERNAL_EXPORT_protobuf_dynasty_2eproto 35 36 namespace protobuf_dynasty_2eproto { 37 // Internal implementation detail -- do not use these members. 38 struct TableStruct { 39 static const ::google::protobuf::internal::ParseTableField entries[]; 40 static const ::google::protobuf::internal::AuxillaryParseTableField aux[]; 41 static const ::google::protobuf::internal::ParseTable schema[3]; 42 static const ::google::protobuf::internal::FieldMetadata field_metadata[]; 43 static const ::google::protobuf::internal::SerializationTable serialization_table[]; 44 static const ::google::protobuf::uint32 offsets[]; 45 }; 46 void AddDescriptors(); 47 } // namespace protobuf_dynasty_2eproto 48 namespace corepb { 49 class Dynasty; 50 class DynastyDefaultTypeInternal; 51 extern DynastyDefaultTypeInternal _Dynasty_default_instance_; 52 class DynastyCandidate; 53 class DynastyCandidateDefaultTypeInternal; 54 extern DynastyCandidateDefaultTypeInternal _DynastyCandidate_default_instance_; 55 class DynastyMeta; 56 class DynastyMetaDefaultTypeInternal; 57 extern DynastyMetaDefaultTypeInternal _DynastyMeta_default_instance_; 58 } // namespace corepb 59 namespace google { 60 namespace protobuf { 61 template<> ::corepb::Dynasty* Arena::CreateMaybeMessage<::corepb::Dynasty>(Arena*); 62 template<> ::corepb::DynastyCandidate* Arena::CreateMaybeMessage<::corepb::DynastyCandidate>(Arena*); 63 template<> ::corepb::DynastyMeta* Arena::CreateMaybeMessage<::corepb::DynastyMeta>(Arena*); 64 } // namespace protobuf 65 } // namespace google 66 namespace corepb { 67 68 // =================================================================== 69 70 class Dynasty : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:corepb.Dynasty) */ { 71 public: 72 Dynasty(); 73 virtual ~Dynasty(); 74 75 Dynasty(const Dynasty& from); 76 77 inline Dynasty& operator=(const Dynasty& from) { 78 CopyFrom(from); 79 return *this; 80 } 81 #if LANG_CXX11 82 Dynasty(Dynasty&& from) noexcept 83 : Dynasty() { 84 *this = ::std::move(from); 85 } 86 87 inline Dynasty& operator=(Dynasty&& from) noexcept { 88 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { 89 if (this != &from) InternalSwap(&from); 90 } else { 91 CopyFrom(from); 92 } 93 return *this; 94 } 95 #endif 96 static const ::google::protobuf::Descriptor* descriptor(); 97 static const Dynasty& default_instance(); 98 99 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY 100 static inline const Dynasty* internal_default_instance() { 101 return reinterpret_cast<const Dynasty*>( 102 &_Dynasty_default_instance_); 103 } 104 static constexpr int kIndexInFileMessages = 105 0; 106 107 void Swap(Dynasty* other); 108 friend void swap(Dynasty& a, Dynasty& b) { 109 a.Swap(&b); 110 } 111 112 // implements Message ---------------------------------------------- 113 114 inline Dynasty* New() const final { 115 return CreateMaybeMessage<Dynasty>(NULL); 116 } 117 118 Dynasty* New(::google::protobuf::Arena* arena) const final { 119 return CreateMaybeMessage<Dynasty>(arena); 120 } 121 void CopyFrom(const ::google::protobuf::Message& from) final; 122 void MergeFrom(const ::google::protobuf::Message& from) final; 123 void CopyFrom(const Dynasty& from); 124 void MergeFrom(const Dynasty& from); 125 void Clear() final; 126 bool IsInitialized() const final; 127 128 size_t ByteSizeLong() const final; 129 bool MergePartialFromCodedStream( 130 ::google::protobuf::io::CodedInputStream* input) final; 131 void SerializeWithCachedSizes( 132 ::google::protobuf::io::CodedOutputStream* output) const final; 133 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( 134 bool deterministic, ::google::protobuf::uint8* target) const final; 135 int GetCachedSize() const final { return _cached_size_.Get(); } 136 137 private: 138 void SharedCtor(); 139 void SharedDtor(); 140 void SetCachedSize(int size) const final; 141 void InternalSwap(Dynasty* other); 142 private: 143 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 144 return NULL; 145 } 146 inline void* MaybeArenaPtr() const { 147 return NULL; 148 } 149 public: 150 151 ::google::protobuf::Metadata GetMetadata() const final; 152 153 // nested types ---------------------------------------------------- 154 155 // accessors ------------------------------------------------------- 156 157 // repeated .corepb.DynastyCandidate candidate = 2; 158 int candidate_size() const; 159 void clear_candidate(); 160 static const int kCandidateFieldNumber = 2; 161 ::corepb::DynastyCandidate* mutable_candidate(int index); 162 ::google::protobuf::RepeatedPtrField< ::corepb::DynastyCandidate >* 163 mutable_candidate(); 164 const ::corepb::DynastyCandidate& candidate(int index) const; 165 ::corepb::DynastyCandidate* add_candidate(); 166 const ::google::protobuf::RepeatedPtrField< ::corepb::DynastyCandidate >& 167 candidate() const; 168 169 // .corepb.DynastyMeta meta = 1; 170 bool has_meta() const; 171 void clear_meta(); 172 static const int kMetaFieldNumber = 1; 173 private: 174 const ::corepb::DynastyMeta& _internal_meta() const; 175 public: 176 const ::corepb::DynastyMeta& meta() const; 177 ::corepb::DynastyMeta* release_meta(); 178 ::corepb::DynastyMeta* mutable_meta(); 179 void set_allocated_meta(::corepb::DynastyMeta* meta); 180 181 // @@protoc_insertion_point(class_scope:corepb.Dynasty) 182 private: 183 184 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 185 ::google::protobuf::RepeatedPtrField< ::corepb::DynastyCandidate > candidate_; 186 ::corepb::DynastyMeta* meta_; 187 mutable ::google::protobuf::internal::CachedSize _cached_size_; 188 friend struct ::protobuf_dynasty_2eproto::TableStruct; 189 }; 190 // ------------------------------------------------------------------- 191 192 class DynastyMeta : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:corepb.DynastyMeta) */ { 193 public: 194 DynastyMeta(); 195 virtual ~DynastyMeta(); 196 197 DynastyMeta(const DynastyMeta& from); 198 199 inline DynastyMeta& operator=(const DynastyMeta& from) { 200 CopyFrom(from); 201 return *this; 202 } 203 #if LANG_CXX11 204 DynastyMeta(DynastyMeta&& from) noexcept 205 : DynastyMeta() { 206 *this = ::std::move(from); 207 } 208 209 inline DynastyMeta& operator=(DynastyMeta&& from) noexcept { 210 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { 211 if (this != &from) InternalSwap(&from); 212 } else { 213 CopyFrom(from); 214 } 215 return *this; 216 } 217 #endif 218 static const ::google::protobuf::Descriptor* descriptor(); 219 static const DynastyMeta& default_instance(); 220 221 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY 222 static inline const DynastyMeta* internal_default_instance() { 223 return reinterpret_cast<const DynastyMeta*>( 224 &_DynastyMeta_default_instance_); 225 } 226 static constexpr int kIndexInFileMessages = 227 1; 228 229 void Swap(DynastyMeta* other); 230 friend void swap(DynastyMeta& a, DynastyMeta& b) { 231 a.Swap(&b); 232 } 233 234 // implements Message ---------------------------------------------- 235 236 inline DynastyMeta* New() const final { 237 return CreateMaybeMessage<DynastyMeta>(NULL); 238 } 239 240 DynastyMeta* New(::google::protobuf::Arena* arena) const final { 241 return CreateMaybeMessage<DynastyMeta>(arena); 242 } 243 void CopyFrom(const ::google::protobuf::Message& from) final; 244 void MergeFrom(const ::google::protobuf::Message& from) final; 245 void CopyFrom(const DynastyMeta& from); 246 void MergeFrom(const DynastyMeta& from); 247 void Clear() final; 248 bool IsInitialized() const final; 249 250 size_t ByteSizeLong() const final; 251 bool MergePartialFromCodedStream( 252 ::google::protobuf::io::CodedInputStream* input) final; 253 void SerializeWithCachedSizes( 254 ::google::protobuf::io::CodedOutputStream* output) const final; 255 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( 256 bool deterministic, ::google::protobuf::uint8* target) const final; 257 int GetCachedSize() const final { return _cached_size_.Get(); } 258 259 private: 260 void SharedCtor(); 261 void SharedDtor(); 262 void SetCachedSize(int size) const final; 263 void InternalSwap(DynastyMeta* other); 264 private: 265 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 266 return NULL; 267 } 268 inline void* MaybeArenaPtr() const { 269 return NULL; 270 } 271 public: 272 273 ::google::protobuf::Metadata GetMetadata() const final; 274 275 // nested types ---------------------------------------------------- 276 277 // accessors ------------------------------------------------------- 278 279 // uint32 chain_id = 1; 280 void clear_chain_id(); 281 static const int kChainIdFieldNumber = 1; 282 ::google::protobuf::uint32 chain_id() const; 283 void set_chain_id(::google::protobuf::uint32 value); 284 285 // @@protoc_insertion_point(class_scope:corepb.DynastyMeta) 286 private: 287 288 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 289 ::google::protobuf::uint32 chain_id_; 290 mutable ::google::protobuf::internal::CachedSize _cached_size_; 291 friend struct ::protobuf_dynasty_2eproto::TableStruct; 292 }; 293 // ------------------------------------------------------------------- 294 295 class DynastyCandidate : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:corepb.DynastyCandidate) */ { 296 public: 297 DynastyCandidate(); 298 virtual ~DynastyCandidate(); 299 300 DynastyCandidate(const DynastyCandidate& from); 301 302 inline DynastyCandidate& operator=(const DynastyCandidate& from) { 303 CopyFrom(from); 304 return *this; 305 } 306 #if LANG_CXX11 307 DynastyCandidate(DynastyCandidate&& from) noexcept 308 : DynastyCandidate() { 309 *this = ::std::move(from); 310 } 311 312 inline DynastyCandidate& operator=(DynastyCandidate&& from) noexcept { 313 if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) { 314 if (this != &from) InternalSwap(&from); 315 } else { 316 CopyFrom(from); 317 } 318 return *this; 319 } 320 #endif 321 static const ::google::protobuf::Descriptor* descriptor(); 322 static const DynastyCandidate& default_instance(); 323 324 static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY 325 static inline const DynastyCandidate* internal_default_instance() { 326 return reinterpret_cast<const DynastyCandidate*>( 327 &_DynastyCandidate_default_instance_); 328 } 329 static constexpr int kIndexInFileMessages = 330 2; 331 332 void Swap(DynastyCandidate* other); 333 friend void swap(DynastyCandidate& a, DynastyCandidate& b) { 334 a.Swap(&b); 335 } 336 337 // implements Message ---------------------------------------------- 338 339 inline DynastyCandidate* New() const final { 340 return CreateMaybeMessage<DynastyCandidate>(NULL); 341 } 342 343 DynastyCandidate* New(::google::protobuf::Arena* arena) const final { 344 return CreateMaybeMessage<DynastyCandidate>(arena); 345 } 346 void CopyFrom(const ::google::protobuf::Message& from) final; 347 void MergeFrom(const ::google::protobuf::Message& from) final; 348 void CopyFrom(const DynastyCandidate& from); 349 void MergeFrom(const DynastyCandidate& from); 350 void Clear() final; 351 bool IsInitialized() const final; 352 353 size_t ByteSizeLong() const final; 354 bool MergePartialFromCodedStream( 355 ::google::protobuf::io::CodedInputStream* input) final; 356 void SerializeWithCachedSizes( 357 ::google::protobuf::io::CodedOutputStream* output) const final; 358 ::google::protobuf::uint8* InternalSerializeWithCachedSizesToArray( 359 bool deterministic, ::google::protobuf::uint8* target) const final; 360 int GetCachedSize() const final { return _cached_size_.Get(); } 361 362 private: 363 void SharedCtor(); 364 void SharedDtor(); 365 void SetCachedSize(int size) const final; 366 void InternalSwap(DynastyCandidate* other); 367 private: 368 inline ::google::protobuf::Arena* GetArenaNoVirtual() const { 369 return NULL; 370 } 371 inline void* MaybeArenaPtr() const { 372 return NULL; 373 } 374 public: 375 376 ::google::protobuf::Metadata GetMetadata() const final; 377 378 // nested types ---------------------------------------------------- 379 380 // accessors ------------------------------------------------------- 381 382 // repeated string dynasty = 2; 383 int dynasty_size() const; 384 void clear_dynasty(); 385 static const int kDynastyFieldNumber = 2; 386 const ::std::string& dynasty(int index) const; 387 ::std::string* mutable_dynasty(int index); 388 void set_dynasty(int index, const ::std::string& value); 389 #if LANG_CXX11 390 void set_dynasty(int index, ::std::string&& value); 391 #endif 392 void set_dynasty(int index, const char* value); 393 void set_dynasty(int index, const char* value, size_t size); 394 ::std::string* add_dynasty(); 395 void add_dynasty(const ::std::string& value); 396 #if LANG_CXX11 397 void add_dynasty(::std::string&& value); 398 #endif 399 void add_dynasty(const char* value); 400 void add_dynasty(const char* value, size_t size); 401 const ::google::protobuf::RepeatedPtrField< ::std::string>& dynasty() const; 402 ::google::protobuf::RepeatedPtrField< ::std::string>* mutable_dynasty(); 403 404 // uint64 serial = 1; 405 void clear_serial(); 406 static const int kSerialFieldNumber = 1; 407 ::google::protobuf::uint64 serial() const; 408 void set_serial(::google::protobuf::uint64 value); 409 410 // @@protoc_insertion_point(class_scope:corepb.DynastyCandidate) 411 private: 412 413 ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_; 414 ::google::protobuf::RepeatedPtrField< ::std::string> dynasty_; 415 ::google::protobuf::uint64 serial_; 416 mutable ::google::protobuf::internal::CachedSize _cached_size_; 417 friend struct ::protobuf_dynasty_2eproto::TableStruct; 418 }; 419 // =================================================================== 420 421 422 // =================================================================== 423 424 #ifdef __GNUC__ 425 #pragma GCC diagnostic push 426 #pragma GCC diagnostic ignored "-Wstrict-aliasing" 427 #endif // __GNUC__ 428 // Dynasty 429 430 // .corepb.DynastyMeta meta = 1; 431 inline bool Dynasty::has_meta() const { 432 return this != internal_default_instance() && meta_ != NULL; 433 } 434 inline void Dynasty::clear_meta() { 435 if (GetArenaNoVirtual() == NULL && meta_ != NULL) { 436 delete meta_; 437 } 438 meta_ = NULL; 439 } 440 inline const ::corepb::DynastyMeta& Dynasty::_internal_meta() const { 441 return *meta_; 442 } 443 inline const ::corepb::DynastyMeta& Dynasty::meta() const { 444 const ::corepb::DynastyMeta* p = meta_; 445 // @@protoc_insertion_point(field_get:corepb.Dynasty.meta) 446 return p != NULL ? *p : *reinterpret_cast<const ::corepb::DynastyMeta*>( 447 &::corepb::_DynastyMeta_default_instance_); 448 } 449 inline ::corepb::DynastyMeta* Dynasty::release_meta() { 450 // @@protoc_insertion_point(field_release:corepb.Dynasty.meta) 451 452 ::corepb::DynastyMeta* temp = meta_; 453 meta_ = NULL; 454 return temp; 455 } 456 inline ::corepb::DynastyMeta* Dynasty::mutable_meta() { 457 458 if (meta_ == NULL) { 459 auto* p = CreateMaybeMessage<::corepb::DynastyMeta>(GetArenaNoVirtual()); 460 meta_ = p; 461 } 462 // @@protoc_insertion_point(field_mutable:corepb.Dynasty.meta) 463 return meta_; 464 } 465 inline void Dynasty::set_allocated_meta(::corepb::DynastyMeta* meta) { 466 ::google::protobuf::Arena* message_arena = GetArenaNoVirtual(); 467 if (message_arena == NULL) { 468 delete meta_; 469 } 470 if (meta) { 471 ::google::protobuf::Arena* submessage_arena = NULL; 472 if (message_arena != submessage_arena) { 473 meta = ::google::protobuf::internal::GetOwnedMessage( 474 message_arena, meta, submessage_arena); 475 } 476 477 } else { 478 479 } 480 meta_ = meta; 481 // @@protoc_insertion_point(field_set_allocated:corepb.Dynasty.meta) 482 } 483 484 // repeated .corepb.DynastyCandidate candidate = 2; 485 inline int Dynasty::candidate_size() const { 486 return candidate_.size(); 487 } 488 inline void Dynasty::clear_candidate() { 489 candidate_.Clear(); 490 } 491 inline ::corepb::DynastyCandidate* Dynasty::mutable_candidate(int index) { 492 // @@protoc_insertion_point(field_mutable:corepb.Dynasty.candidate) 493 return candidate_.Mutable(index); 494 } 495 inline ::google::protobuf::RepeatedPtrField< ::corepb::DynastyCandidate >* 496 Dynasty::mutable_candidate() { 497 // @@protoc_insertion_point(field_mutable_list:corepb.Dynasty.candidate) 498 return &candidate_; 499 } 500 inline const ::corepb::DynastyCandidate& Dynasty::candidate(int index) const { 501 // @@protoc_insertion_point(field_get:corepb.Dynasty.candidate) 502 return candidate_.Get(index); 503 } 504 inline ::corepb::DynastyCandidate* Dynasty::add_candidate() { 505 // @@protoc_insertion_point(field_add:corepb.Dynasty.candidate) 506 return candidate_.Add(); 507 } 508 inline const ::google::protobuf::RepeatedPtrField< ::corepb::DynastyCandidate >& 509 Dynasty::candidate() const { 510 // @@protoc_insertion_point(field_list:corepb.Dynasty.candidate) 511 return candidate_; 512 } 513 514 // ------------------------------------------------------------------- 515 516 // DynastyMeta 517 518 // uint32 chain_id = 1; 519 inline void DynastyMeta::clear_chain_id() { 520 chain_id_ = 0u; 521 } 522 inline ::google::protobuf::uint32 DynastyMeta::chain_id() const { 523 // @@protoc_insertion_point(field_get:corepb.DynastyMeta.chain_id) 524 return chain_id_; 525 } 526 inline void DynastyMeta::set_chain_id(::google::protobuf::uint32 value) { 527 528 chain_id_ = value; 529 // @@protoc_insertion_point(field_set:corepb.DynastyMeta.chain_id) 530 } 531 532 // ------------------------------------------------------------------- 533 534 // DynastyCandidate 535 536 // uint64 serial = 1; 537 inline void DynastyCandidate::clear_serial() { 538 serial_ = GOOGLE_ULONGLONG(0); 539 } 540 inline ::google::protobuf::uint64 DynastyCandidate::serial() const { 541 // @@protoc_insertion_point(field_get:corepb.DynastyCandidate.serial) 542 return serial_; 543 } 544 inline void DynastyCandidate::set_serial(::google::protobuf::uint64 value) { 545 546 serial_ = value; 547 // @@protoc_insertion_point(field_set:corepb.DynastyCandidate.serial) 548 } 549 550 // repeated string dynasty = 2; 551 inline int DynastyCandidate::dynasty_size() const { 552 return dynasty_.size(); 553 } 554 inline void DynastyCandidate::clear_dynasty() { 555 dynasty_.Clear(); 556 } 557 inline const ::std::string& DynastyCandidate::dynasty(int index) const { 558 // @@protoc_insertion_point(field_get:corepb.DynastyCandidate.dynasty) 559 return dynasty_.Get(index); 560 } 561 inline ::std::string* DynastyCandidate::mutable_dynasty(int index) { 562 // @@protoc_insertion_point(field_mutable:corepb.DynastyCandidate.dynasty) 563 return dynasty_.Mutable(index); 564 } 565 inline void DynastyCandidate::set_dynasty(int index, const ::std::string& value) { 566 // @@protoc_insertion_point(field_set:corepb.DynastyCandidate.dynasty) 567 dynasty_.Mutable(index)->assign(value); 568 } 569 #if LANG_CXX11 570 inline void DynastyCandidate::set_dynasty(int index, ::std::string&& value) { 571 // @@protoc_insertion_point(field_set:corepb.DynastyCandidate.dynasty) 572 dynasty_.Mutable(index)->assign(std::move(value)); 573 } 574 #endif 575 inline void DynastyCandidate::set_dynasty(int index, const char* value) { 576 GOOGLE_DCHECK(value != NULL); 577 dynasty_.Mutable(index)->assign(value); 578 // @@protoc_insertion_point(field_set_char:corepb.DynastyCandidate.dynasty) 579 } 580 inline void DynastyCandidate::set_dynasty(int index, const char* value, size_t size) { 581 dynasty_.Mutable(index)->assign( 582 reinterpret_cast<const char*>(value), size); 583 // @@protoc_insertion_point(field_set_pointer:corepb.DynastyCandidate.dynasty) 584 } 585 inline ::std::string* DynastyCandidate::add_dynasty() { 586 // @@protoc_insertion_point(field_add_mutable:corepb.DynastyCandidate.dynasty) 587 return dynasty_.Add(); 588 } 589 inline void DynastyCandidate::add_dynasty(const ::std::string& value) { 590 dynasty_.Add()->assign(value); 591 // @@protoc_insertion_point(field_add:corepb.DynastyCandidate.dynasty) 592 } 593 #if LANG_CXX11 594 inline void DynastyCandidate::add_dynasty(::std::string&& value) { 595 dynasty_.Add(std::move(value)); 596 // @@protoc_insertion_point(field_add:corepb.DynastyCandidate.dynasty) 597 } 598 #endif 599 inline void DynastyCandidate::add_dynasty(const char* value) { 600 GOOGLE_DCHECK(value != NULL); 601 dynasty_.Add()->assign(value); 602 // @@protoc_insertion_point(field_add_char:corepb.DynastyCandidate.dynasty) 603 } 604 inline void DynastyCandidate::add_dynasty(const char* value, size_t size) { 605 dynasty_.Add()->assign(reinterpret_cast<const char*>(value), size); 606 // @@protoc_insertion_point(field_add_pointer:corepb.DynastyCandidate.dynasty) 607 } 608 inline const ::google::protobuf::RepeatedPtrField< ::std::string>& 609 DynastyCandidate::dynasty() const { 610 // @@protoc_insertion_point(field_list:corepb.DynastyCandidate.dynasty) 611 return dynasty_; 612 } 613 inline ::google::protobuf::RepeatedPtrField< ::std::string>* 614 DynastyCandidate::mutable_dynasty() { 615 // @@protoc_insertion_point(field_mutable_list:corepb.DynastyCandidate.dynasty) 616 return &dynasty_; 617 } 618 619 #ifdef __GNUC__ 620 #pragma GCC diagnostic pop 621 #endif // __GNUC__ 622 // ------------------------------------------------------------------- 623 624 // ------------------------------------------------------------------- 625 626 627 // @@protoc_insertion_point(namespace_scope) 628 629 } // namespace corepb 630 631 // @@protoc_insertion_point(global_scope) 632 633 #endif // PROTOBUF_INCLUDED_dynasty_2eproto