You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

Message2Clients.pb.h 127 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794179517961797179817991800180118021803180418051806180718081809181018111812181318141815181618171818181918201821182218231824182518261827182818291830183118321833183418351836183718381839184018411842184318441845184618471848184918501851185218531854185518561857185818591860186118621863186418651866186718681869187018711872187318741875187618771878187918801881188218831884188518861887188818891890189118921893189418951896189718981899190019011902190319041905190619071908190919101911191219131914191519161917191819191920192119221923192419251926192719281929193019311932193319341935193619371938193919401941194219431944194519461947194819491950195119521953195419551956195719581959196019611962196319641965196619671968196919701971197219731974197519761977197819791980198119821983198419851986198719881989199019911992199319941995199619971998199920002001200220032004200520062007200820092010201120122013201420152016201720182019202020212022202320242025202620272028202920302031203220332034203520362037203820392040204120422043204420452046204720482049205020512052205320542055205620572058205920602061206220632064206520662067206820692070207120722073207420752076207720782079208020812082208320842085208620872088208920902091209220932094209520962097209820992100210121022103210421052106210721082109211021112112211321142115211621172118211921202121212221232124212521262127212821292130213121322133213421352136213721382139214021412142214321442145214621472148214921502151215221532154215521562157215821592160216121622163216421652166216721682169217021712172217321742175217621772178217921802181218221832184218521862187218821892190219121922193219421952196219721982199220022012202220322042205220622072208220922102211221222132214221522162217221822192220222122222223222422252226222722282229223022312232223322342235223622372238223922402241224222432244224522462247224822492250225122522253225422552256225722582259226022612262226322642265226622672268226922702271227222732274227522762277227822792280228122822283228422852286228722882289229022912292229322942295229622972298229923002301230223032304230523062307230823092310231123122313231423152316231723182319232023212322232323242325232623272328232923302331233223332334233523362337233823392340234123422343234423452346234723482349235023512352235323542355235623572358235923602361236223632364236523662367236823692370237123722373237423752376237723782379238023812382238323842385238623872388238923902391239223932394239523962397239823992400240124022403240424052406240724082409241024112412241324142415241624172418241924202421242224232424242524262427242824292430243124322433243424352436243724382439244024412442244324442445244624472448244924502451245224532454245524562457245824592460246124622463246424652466246724682469247024712472247324742475247624772478247924802481248224832484248524862487248824892490249124922493249424952496249724982499250025012502250325042505250625072508250925102511251225132514251525162517251825192520252125222523252425252526252725282529253025312532253325342535253625372538253925402541254225432544254525462547254825492550255125522553255425552556255725582559256025612562256325642565256625672568256925702571257225732574257525762577257825792580258125822583258425852586258725882589259025912592259325942595259625972598259926002601260226032604260526062607260826092610261126122613261426152616261726182619262026212622262326242625262626272628262926302631263226332634263526362637263826392640264126422643264426452646264726482649265026512652265326542655265626572658265926602661266226632664266526662667266826692670267126722673267426752676267726782679268026812682268326842685268626872688268926902691269226932694269526962697269826992700270127022703270427052706270727082709271027112712271327142715271627172718271927202721272227232724272527262727272827292730273127322733273427352736273727382739274027412742274327442745274627472748274927502751275227532754275527562757275827592760276127622763276427652766276727682769277027712772277327742775277627772778277927802781278227832784278527862787278827892790279127922793279427952796279727982799280028012802280328042805280628072808280928102811281228132814281528162817281828192820282128222823282428252826282728282829283028312832283328342835283628372838283928402841284228432844284528462847284828492850285128522853285428552856285728582859286028612862286328642865286628672868286928702871287228732874287528762877287828792880288128822883288428852886288728882889289028912892289328942895289628972898289929002901290229032904290529062907290829092910291129122913291429152916291729182919292029212922292329242925292629272928292929302931293229332934293529362937293829392940294129422943294429452946294729482949295029512952295329542955295629572958295929602961296229632964296529662967296829692970297129722973297429752976297729782979298029812982298329842985298629872988298929902991299229932994299529962997299829993000300130023003300430053006300730083009301030113012301330143015301630173018301930203021302230233024302530263027302830293030303130323033303430353036303730383039304030413042304330443045304630473048304930503051305230533054305530563057305830593060306130623063306430653066306730683069307030713072307330743075307630773078307930803081308230833084308530863087308830893090309130923093309430953096309730983099310031013102310331043105310631073108310931103111311231133114311531163117311831193120312131223123312431253126312731283129313031313132313331343135313631373138313931403141314231433144314531463147314831493150315131523153315431553156315731583159316031613162316331643165316631673168316931703171317231733174317531763177317831793180318131823183318431853186318731883189319031913192319331943195319631973198319932003201320232033204320532063207320832093210321132123213321432153216321732183219322032213222322332243225322632273228322932303231323232333234323532363237323832393240324132423243324432453246324732483249325032513252325332543255325632573258325932603261326232633264326532663267326832693270327132723273327432753276327732783279328032813282328332843285328632873288328932903291329232933294329532963297329832993300330133023303330433053306330733083309331033113312331333143315331633173318331933203321332233233324332533263327332833293330333133323333333433353336333733383339334033413342334333443345334633473348334933503351335233533354335533563357335833593360336133623363336433653366336733683369337033713372337333743375337633773378337933803381338233833384338533863387338833893390339133923393339433953396339733983399340034013402340334043405340634073408340934103411341234133414341534163417341834193420342134223423342434253426342734283429343034313432343334343435343634373438343934403441344234433444344534463447344834493450345134523453345434553456345734583459346034613462346334643465346634673468346934703471347234733474347534763477347834793480348134823483348434853486348734883489349034913492349334943495349634973498349935003501350235033504350535063507350835093510351135123513351435153516351735183519352035213522352335243525352635273528352935303531353235333534353535363537353835393540354135423543354435453546354735483549355035513552355335543555355635573558355935603561356235633564356535663567356835693570357135723573357435753576357735783579358035813582358335843585358635873588358935903591359235933594359535963597359835993600360136023603360436053606360736083609361036113612361336143615361636173618361936203621362236233624362536263627362836293630363136323633363436353636363736383639364036413642364336443645364636473648364936503651365236533654365536563657365836593660366136623663366436653666366736683669367036713672367336743675367636773678367936803681368236833684368536863687368836893690369136923693369436953696369736983699370037013702370337043705370637073708370937103711371237133714371537163717371837193720372137223723372437253726372737283729373037313732373337343735373637373738373937403741374237433744374537463747374837493750375137523753375437553756375737583759376037613762376337643765376637673768376937703771377237733774377537763777377837793780378137823783378437853786378737883789379037913792379337943795379637973798379938003801380238033804380538063807380838093810381138123813381438153816381738183819382038213822382338243825382638273828382938303831383238333834383538363837383838393840384138423843384438453846384738483849385038513852385338543855385638573858385938603861386238633864386538663867386838693870387138723873387438753876387738783879388038813882388338843885388638873888388938903891389238933894389538963897389838993900390139023903390439053906390739083909391039113912391339143915391639173918391939203921392239233924
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: Message2Clients.proto
  3. #ifndef GOOGLE_PROTOBUF_INCLUDED_Message2Clients_2eproto
  4. #define GOOGLE_PROTOBUF_INCLUDED_Message2Clients_2eproto
  5. #include <limits>
  6. #include <string>
  7. #include <google/protobuf/port_def.inc>
  8. #if PROTOBUF_VERSION < 3019000
  9. #error This file was generated by a newer version of protoc which is
  10. #error incompatible with your Protocol Buffer headers. Please update
  11. #error your headers.
  12. #endif
  13. #if 3019004 < PROTOBUF_MIN_PROTOC_VERSION
  14. #error This file was generated by an older version of protoc which is
  15. #error incompatible with your Protocol Buffer headers. Please
  16. #error regenerate this file with a newer version of protoc.
  17. #endif
  18. #include <google/protobuf/port_undef.inc>
  19. #include <google/protobuf/io/coded_stream.h>
  20. #include <google/protobuf/arena.h>
  21. #include <google/protobuf/arenastring.h>
  22. #include <google/protobuf/generated_message_table_driven.h>
  23. #include <google/protobuf/generated_message_util.h>
  24. #include <google/protobuf/metadata_lite.h>
  25. #include <google/protobuf/generated_message_reflection.h>
  26. #include <google/protobuf/message.h>
  27. #include <google/protobuf/repeated_field.h> // IWYU pragma: export
  28. #include <google/protobuf/extension_set.h> // IWYU pragma: export
  29. #include <google/protobuf/unknown_field_set.h>
  30. #include "MessageType.pb.h"
  31. #include "Message2Server.pb.h"
  32. // @@protoc_insertion_point(includes)
  33. #include <google/protobuf/port_def.inc>
  34. #define PROTOBUF_INTERNAL_EXPORT_Message2Clients_2eproto
  35. PROTOBUF_NAMESPACE_OPEN
  36. namespace internal
  37. {
  38. class AnyMetadata;
  39. } // namespace internal
  40. PROTOBUF_NAMESPACE_CLOSE
  41. // Internal implementation detail -- do not use these members.
  42. struct TableStruct_Message2Clients_2eproto
  43. {
  44. static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  45. static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  46. static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[9] PROTOBUF_SECTION_VARIABLE(protodesc_cold);
  47. static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
  48. static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
  49. static const uint32_t offsets[];
  50. };
  51. extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_Message2Clients_2eproto;
  52. namespace protobuf
  53. {
  54. class BoolRes;
  55. struct BoolResDefaultTypeInternal;
  56. extern BoolResDefaultTypeInternal _BoolRes_default_instance_;
  57. class MessageOfButcher;
  58. struct MessageOfButcherDefaultTypeInternal;
  59. extern MessageOfButcherDefaultTypeInternal _MessageOfButcher_default_instance_;
  60. class MessageOfHuman;
  61. struct MessageOfHumanDefaultTypeInternal;
  62. extern MessageOfHumanDefaultTypeInternal _MessageOfHuman_default_instance_;
  63. class MessageOfMap;
  64. struct MessageOfMapDefaultTypeInternal;
  65. extern MessageOfMapDefaultTypeInternal _MessageOfMap_default_instance_;
  66. class MessageOfMap_Row;
  67. struct MessageOfMap_RowDefaultTypeInternal;
  68. extern MessageOfMap_RowDefaultTypeInternal _MessageOfMap_Row_default_instance_;
  69. class MessageOfPickedProp;
  70. struct MessageOfPickedPropDefaultTypeInternal;
  71. extern MessageOfPickedPropDefaultTypeInternal _MessageOfPickedProp_default_instance_;
  72. class MessageOfProp;
  73. struct MessageOfPropDefaultTypeInternal;
  74. extern MessageOfPropDefaultTypeInternal _MessageOfProp_default_instance_;
  75. class MessageToClient;
  76. struct MessageToClientDefaultTypeInternal;
  77. extern MessageToClientDefaultTypeInternal _MessageToClient_default_instance_;
  78. class MoveRes;
  79. struct MoveResDefaultTypeInternal;
  80. extern MoveResDefaultTypeInternal _MoveRes_default_instance_;
  81. } // namespace protobuf
  82. PROTOBUF_NAMESPACE_OPEN
  83. template<>
  84. ::protobuf::BoolRes* Arena::CreateMaybeMessage<::protobuf::BoolRes>(Arena*);
  85. template<>
  86. ::protobuf::MessageOfButcher* Arena::CreateMaybeMessage<::protobuf::MessageOfButcher>(Arena*);
  87. template<>
  88. ::protobuf::MessageOfHuman* Arena::CreateMaybeMessage<::protobuf::MessageOfHuman>(Arena*);
  89. template<>
  90. ::protobuf::MessageOfMap* Arena::CreateMaybeMessage<::protobuf::MessageOfMap>(Arena*);
  91. template<>
  92. ::protobuf::MessageOfMap_Row* Arena::CreateMaybeMessage<::protobuf::MessageOfMap_Row>(Arena*);
  93. template<>
  94. ::protobuf::MessageOfPickedProp* Arena::CreateMaybeMessage<::protobuf::MessageOfPickedProp>(Arena*);
  95. template<>
  96. ::protobuf::MessageOfProp* Arena::CreateMaybeMessage<::protobuf::MessageOfProp>(Arena*);
  97. template<>
  98. ::protobuf::MessageToClient* Arena::CreateMaybeMessage<::protobuf::MessageToClient>(Arena*);
  99. template<>
  100. ::protobuf::MoveRes* Arena::CreateMaybeMessage<::protobuf::MoveRes>(Arena*);
  101. PROTOBUF_NAMESPACE_CLOSE
  102. namespace protobuf
  103. {
  104. // ===================================================================
  105. class MessageOfHuman final :
  106. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protobuf.MessageOfHuman) */
  107. {
  108. public:
  109. inline MessageOfHuman() :
  110. MessageOfHuman(nullptr)
  111. {
  112. }
  113. ~MessageOfHuman() override;
  114. explicit constexpr MessageOfHuman(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  115. MessageOfHuman(const MessageOfHuman& from);
  116. MessageOfHuman(MessageOfHuman&& from) noexcept
  117. :
  118. MessageOfHuman()
  119. {
  120. *this = ::std::move(from);
  121. }
  122. inline MessageOfHuman& operator=(const MessageOfHuman& from)
  123. {
  124. CopyFrom(from);
  125. return *this;
  126. }
  127. inline MessageOfHuman& operator=(MessageOfHuman&& from) noexcept
  128. {
  129. if (this == &from)
  130. return *this;
  131. if (GetOwningArena() == from.GetOwningArena()
  132. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  133. && GetOwningArena() != nullptr
  134. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  135. )
  136. {
  137. InternalSwap(&from);
  138. }
  139. else
  140. {
  141. CopyFrom(from);
  142. }
  143. return *this;
  144. }
  145. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor()
  146. {
  147. return GetDescriptor();
  148. }
  149. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor()
  150. {
  151. return default_instance().GetMetadata().descriptor;
  152. }
  153. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection()
  154. {
  155. return default_instance().GetMetadata().reflection;
  156. }
  157. static const MessageOfHuman& default_instance()
  158. {
  159. return *internal_default_instance();
  160. }
  161. static inline const MessageOfHuman* internal_default_instance()
  162. {
  163. return reinterpret_cast<const MessageOfHuman*>(
  164. &_MessageOfHuman_default_instance_
  165. );
  166. }
  167. static constexpr int kIndexInFileMessages =
  168. 0;
  169. friend void swap(MessageOfHuman& a, MessageOfHuman& b)
  170. {
  171. a.Swap(&b);
  172. }
  173. inline void Swap(MessageOfHuman* other)
  174. {
  175. if (other == this)
  176. return;
  177. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  178. if (GetOwningArena() != nullptr &&
  179. GetOwningArena() == other->GetOwningArena())
  180. {
  181. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  182. if (GetOwningArena() == other->GetOwningArena())
  183. {
  184. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  185. InternalSwap(other);
  186. }
  187. else
  188. {
  189. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  190. }
  191. }
  192. void UnsafeArenaSwap(MessageOfHuman* other)
  193. {
  194. if (other == this)
  195. return;
  196. GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
  197. InternalSwap(other);
  198. }
  199. // implements Message ----------------------------------------------
  200. MessageOfHuman* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final
  201. {
  202. return CreateMaybeMessage<MessageOfHuman>(arena);
  203. }
  204. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  205. void CopyFrom(const MessageOfHuman& from);
  206. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  207. void MergeFrom(const MessageOfHuman& from);
  208. private:
  209. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
  210. public:
  211. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  212. bool IsInitialized() const final;
  213. size_t ByteSizeLong() const final;
  214. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  215. uint8_t* _InternalSerialize(
  216. uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream
  217. ) const final;
  218. int GetCachedSize() const final
  219. {
  220. return _cached_size_.Get();
  221. }
  222. private:
  223. void SharedCtor();
  224. void SharedDtor();
  225. void SetCachedSize(int size) const final;
  226. void InternalSwap(MessageOfHuman* other);
  227. private:
  228. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  229. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
  230. {
  231. return "protobuf.MessageOfHuman";
  232. }
  233. protected:
  234. explicit MessageOfHuman(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false);
  235. private:
  236. static void ArenaDtor(void* object);
  237. inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  238. public:
  239. static const ClassData _class_data_;
  240. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData() const final;
  241. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  242. // nested types ----------------------------------------------------
  243. // accessors -------------------------------------------------------
  244. enum : int
  245. {
  246. kBuffFieldNumber = 17,
  247. kXFieldNumber = 1,
  248. kYFieldNumber = 2,
  249. kSpeedFieldNumber = 3,
  250. kLifeFieldNumber = 4,
  251. kTimeUntilSkillAvailableFieldNumber = 6,
  252. kHangedTimeFieldNumber = 5,
  253. kPlaceFieldNumber = 7,
  254. kPropFieldNumber = 8,
  255. kHumanTypeFieldNumber = 9,
  256. kGuidFieldNumber = 10,
  257. kChairTimeFieldNumber = 12,
  258. kOnChairFieldNumber = 11,
  259. kOnGroundFieldNumber = 13,
  260. kViewRangeFieldNumber = 16,
  261. kGroundTimeFieldNumber = 14,
  262. kPlayerIdFieldNumber = 15,
  263. };
  264. // repeated .protobuf.HumanBuffType buff = 17;
  265. int buff_size() const;
  266. private:
  267. int _internal_buff_size() const;
  268. public:
  269. void clear_buff();
  270. private:
  271. ::protobuf::HumanBuffType _internal_buff(int index) const;
  272. void _internal_add_buff(::protobuf::HumanBuffType value);
  273. ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>* _internal_mutable_buff();
  274. public:
  275. ::protobuf::HumanBuffType buff(int index) const;
  276. void set_buff(int index, ::protobuf::HumanBuffType value);
  277. void add_buff(::protobuf::HumanBuffType value);
  278. const ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>& buff() const;
  279. ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>* mutable_buff();
  280. // int32 x = 1;
  281. void clear_x();
  282. int32_t x() const;
  283. void set_x(int32_t value);
  284. private:
  285. int32_t _internal_x() const;
  286. void _internal_set_x(int32_t value);
  287. public:
  288. // int32 y = 2;
  289. void clear_y();
  290. int32_t y() const;
  291. void set_y(int32_t value);
  292. private:
  293. int32_t _internal_y() const;
  294. void _internal_set_y(int32_t value);
  295. public:
  296. // int32 speed = 3;
  297. void clear_speed();
  298. int32_t speed() const;
  299. void set_speed(int32_t value);
  300. private:
  301. int32_t _internal_speed() const;
  302. void _internal_set_speed(int32_t value);
  303. public:
  304. // int32 life = 4;
  305. void clear_life();
  306. int32_t life() const;
  307. void set_life(int32_t value);
  308. private:
  309. int32_t _internal_life() const;
  310. void _internal_set_life(int32_t value);
  311. public:
  312. // double time_until_skill_available = 6;
  313. void clear_time_until_skill_available();
  314. double time_until_skill_available() const;
  315. void set_time_until_skill_available(double value);
  316. private:
  317. double _internal_time_until_skill_available() const;
  318. void _internal_set_time_until_skill_available(double value);
  319. public:
  320. // int32 hanged_time = 5;
  321. void clear_hanged_time();
  322. int32_t hanged_time() const;
  323. void set_hanged_time(int32_t value);
  324. private:
  325. int32_t _internal_hanged_time() const;
  326. void _internal_set_hanged_time(int32_t value);
  327. public:
  328. // .protobuf.PlaceType place = 7;
  329. void clear_place();
  330. ::protobuf::PlaceType place() const;
  331. void set_place(::protobuf::PlaceType value);
  332. private:
  333. ::protobuf::PlaceType _internal_place() const;
  334. void _internal_set_place(::protobuf::PlaceType value);
  335. public:
  336. // .protobuf.PropType prop = 8;
  337. void clear_prop();
  338. ::protobuf::PropType prop() const;
  339. void set_prop(::protobuf::PropType value);
  340. private:
  341. ::protobuf::PropType _internal_prop() const;
  342. void _internal_set_prop(::protobuf::PropType value);
  343. public:
  344. // .protobuf.HumanType human_type = 9;
  345. void clear_human_type();
  346. ::protobuf::HumanType human_type() const;
  347. void set_human_type(::protobuf::HumanType value);
  348. private:
  349. ::protobuf::HumanType _internal_human_type() const;
  350. void _internal_set_human_type(::protobuf::HumanType value);
  351. public:
  352. // int64 guid = 10;
  353. void clear_guid();
  354. int64_t guid() const;
  355. void set_guid(int64_t value);
  356. private:
  357. int64_t _internal_guid() const;
  358. void _internal_set_guid(int64_t value);
  359. public:
  360. // double chair_time = 12;
  361. void clear_chair_time();
  362. double chair_time() const;
  363. void set_chair_time(double value);
  364. private:
  365. double _internal_chair_time() const;
  366. void _internal_set_chair_time(double value);
  367. public:
  368. // bool on_chair = 11;
  369. void clear_on_chair();
  370. bool on_chair() const;
  371. void set_on_chair(bool value);
  372. private:
  373. bool _internal_on_chair() const;
  374. void _internal_set_on_chair(bool value);
  375. public:
  376. // bool on_ground = 13;
  377. void clear_on_ground();
  378. bool on_ground() const;
  379. void set_on_ground(bool value);
  380. private:
  381. bool _internal_on_ground() const;
  382. void _internal_set_on_ground(bool value);
  383. public:
  384. // int32 view_range = 16;
  385. void clear_view_range();
  386. int32_t view_range() const;
  387. void set_view_range(int32_t value);
  388. private:
  389. int32_t _internal_view_range() const;
  390. void _internal_set_view_range(int32_t value);
  391. public:
  392. // double ground_time = 14;
  393. void clear_ground_time();
  394. double ground_time() const;
  395. void set_ground_time(double value);
  396. private:
  397. double _internal_ground_time() const;
  398. void _internal_set_ground_time(double value);
  399. public:
  400. // int64 player_id = 15;
  401. void clear_player_id();
  402. int64_t player_id() const;
  403. void set_player_id(int64_t value);
  404. private:
  405. int64_t _internal_player_id() const;
  406. void _internal_set_player_id(int64_t value);
  407. public:
  408. // @@protoc_insertion_point(class_scope:protobuf.MessageOfHuman)
  409. private:
  410. class _Internal;
  411. template<typename T>
  412. friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  413. typedef void InternalArenaConstructable_;
  414. typedef void DestructorSkippable_;
  415. ::PROTOBUF_NAMESPACE_ID::RepeatedField<int> buff_;
  416. mutable std::atomic<int> _buff_cached_byte_size_;
  417. int32_t x_;
  418. int32_t y_;
  419. int32_t speed_;
  420. int32_t life_;
  421. double time_until_skill_available_;
  422. int32_t hanged_time_;
  423. int place_;
  424. int prop_;
  425. int human_type_;
  426. int64_t guid_;
  427. double chair_time_;
  428. bool on_chair_;
  429. bool on_ground_;
  430. int32_t view_range_;
  431. double ground_time_;
  432. int64_t player_id_;
  433. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  434. friend struct ::TableStruct_Message2Clients_2eproto;
  435. };
  436. // -------------------------------------------------------------------
  437. class MessageOfButcher final :
  438. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protobuf.MessageOfButcher) */
  439. {
  440. public:
  441. inline MessageOfButcher() :
  442. MessageOfButcher(nullptr)
  443. {
  444. }
  445. ~MessageOfButcher() override;
  446. explicit constexpr MessageOfButcher(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  447. MessageOfButcher(const MessageOfButcher& from);
  448. MessageOfButcher(MessageOfButcher&& from) noexcept
  449. :
  450. MessageOfButcher()
  451. {
  452. *this = ::std::move(from);
  453. }
  454. inline MessageOfButcher& operator=(const MessageOfButcher& from)
  455. {
  456. CopyFrom(from);
  457. return *this;
  458. }
  459. inline MessageOfButcher& operator=(MessageOfButcher&& from) noexcept
  460. {
  461. if (this == &from)
  462. return *this;
  463. if (GetOwningArena() == from.GetOwningArena()
  464. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  465. && GetOwningArena() != nullptr
  466. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  467. )
  468. {
  469. InternalSwap(&from);
  470. }
  471. else
  472. {
  473. CopyFrom(from);
  474. }
  475. return *this;
  476. }
  477. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor()
  478. {
  479. return GetDescriptor();
  480. }
  481. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor()
  482. {
  483. return default_instance().GetMetadata().descriptor;
  484. }
  485. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection()
  486. {
  487. return default_instance().GetMetadata().reflection;
  488. }
  489. static const MessageOfButcher& default_instance()
  490. {
  491. return *internal_default_instance();
  492. }
  493. static inline const MessageOfButcher* internal_default_instance()
  494. {
  495. return reinterpret_cast<const MessageOfButcher*>(
  496. &_MessageOfButcher_default_instance_
  497. );
  498. }
  499. static constexpr int kIndexInFileMessages =
  500. 1;
  501. friend void swap(MessageOfButcher& a, MessageOfButcher& b)
  502. {
  503. a.Swap(&b);
  504. }
  505. inline void Swap(MessageOfButcher* other)
  506. {
  507. if (other == this)
  508. return;
  509. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  510. if (GetOwningArena() != nullptr &&
  511. GetOwningArena() == other->GetOwningArena())
  512. {
  513. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  514. if (GetOwningArena() == other->GetOwningArena())
  515. {
  516. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  517. InternalSwap(other);
  518. }
  519. else
  520. {
  521. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  522. }
  523. }
  524. void UnsafeArenaSwap(MessageOfButcher* other)
  525. {
  526. if (other == this)
  527. return;
  528. GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
  529. InternalSwap(other);
  530. }
  531. // implements Message ----------------------------------------------
  532. MessageOfButcher* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final
  533. {
  534. return CreateMaybeMessage<MessageOfButcher>(arena);
  535. }
  536. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  537. void CopyFrom(const MessageOfButcher& from);
  538. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  539. void MergeFrom(const MessageOfButcher& from);
  540. private:
  541. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
  542. public:
  543. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  544. bool IsInitialized() const final;
  545. size_t ByteSizeLong() const final;
  546. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  547. uint8_t* _InternalSerialize(
  548. uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream
  549. ) const final;
  550. int GetCachedSize() const final
  551. {
  552. return _cached_size_.Get();
  553. }
  554. private:
  555. void SharedCtor();
  556. void SharedDtor();
  557. void SetCachedSize(int size) const final;
  558. void InternalSwap(MessageOfButcher* other);
  559. private:
  560. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  561. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
  562. {
  563. return "protobuf.MessageOfButcher";
  564. }
  565. protected:
  566. explicit MessageOfButcher(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false);
  567. private:
  568. static void ArenaDtor(void* object);
  569. inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  570. public:
  571. static const ClassData _class_data_;
  572. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData() const final;
  573. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  574. // nested types ----------------------------------------------------
  575. // accessors -------------------------------------------------------
  576. enum : int
  577. {
  578. kBuffFieldNumber = 13,
  579. kXFieldNumber = 1,
  580. kYFieldNumber = 2,
  581. kSpeedFieldNumber = 3,
  582. kDamageFieldNumber = 4,
  583. kTimeUntilSkillAvailableFieldNumber = 5,
  584. kPlaceFieldNumber = 6,
  585. kPropFieldNumber = 7,
  586. kGuidFieldNumber = 9,
  587. kButcherTypeFieldNumber = 8,
  588. kMovableFieldNumber = 10,
  589. kPlayerIDFieldNumber = 11,
  590. kViewRangeFieldNumber = 12,
  591. };
  592. // repeated .protobuf.ButcherBuffType buff = 13;
  593. int buff_size() const;
  594. private:
  595. int _internal_buff_size() const;
  596. public:
  597. void clear_buff();
  598. private:
  599. ::protobuf::ButcherBuffType _internal_buff(int index) const;
  600. void _internal_add_buff(::protobuf::ButcherBuffType value);
  601. ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>* _internal_mutable_buff();
  602. public:
  603. ::protobuf::ButcherBuffType buff(int index) const;
  604. void set_buff(int index, ::protobuf::ButcherBuffType value);
  605. void add_buff(::protobuf::ButcherBuffType value);
  606. const ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>& buff() const;
  607. ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>* mutable_buff();
  608. // int32 x = 1;
  609. void clear_x();
  610. int32_t x() const;
  611. void set_x(int32_t value);
  612. private:
  613. int32_t _internal_x() const;
  614. void _internal_set_x(int32_t value);
  615. public:
  616. // int32 y = 2;
  617. void clear_y();
  618. int32_t y() const;
  619. void set_y(int32_t value);
  620. private:
  621. int32_t _internal_y() const;
  622. void _internal_set_y(int32_t value);
  623. public:
  624. // int32 speed = 3;
  625. void clear_speed();
  626. int32_t speed() const;
  627. void set_speed(int32_t value);
  628. private:
  629. int32_t _internal_speed() const;
  630. void _internal_set_speed(int32_t value);
  631. public:
  632. // int32 damage = 4;
  633. void clear_damage();
  634. int32_t damage() const;
  635. void set_damage(int32_t value);
  636. private:
  637. int32_t _internal_damage() const;
  638. void _internal_set_damage(int32_t value);
  639. public:
  640. // double time_until_skill_available = 5;
  641. void clear_time_until_skill_available();
  642. double time_until_skill_available() const;
  643. void set_time_until_skill_available(double value);
  644. private:
  645. double _internal_time_until_skill_available() const;
  646. void _internal_set_time_until_skill_available(double value);
  647. public:
  648. // .protobuf.PlaceType place = 6;
  649. void clear_place();
  650. ::protobuf::PlaceType place() const;
  651. void set_place(::protobuf::PlaceType value);
  652. private:
  653. ::protobuf::PlaceType _internal_place() const;
  654. void _internal_set_place(::protobuf::PlaceType value);
  655. public:
  656. // .protobuf.PropType prop = 7;
  657. void clear_prop();
  658. ::protobuf::PropType prop() const;
  659. void set_prop(::protobuf::PropType value);
  660. private:
  661. ::protobuf::PropType _internal_prop() const;
  662. void _internal_set_prop(::protobuf::PropType value);
  663. public:
  664. // int64 guid = 9;
  665. void clear_guid();
  666. int64_t guid() const;
  667. void set_guid(int64_t value);
  668. private:
  669. int64_t _internal_guid() const;
  670. void _internal_set_guid(int64_t value);
  671. public:
  672. // .protobuf.ButcherType butcher_type = 8;
  673. void clear_butcher_type();
  674. ::protobuf::ButcherType butcher_type() const;
  675. void set_butcher_type(::protobuf::ButcherType value);
  676. private:
  677. ::protobuf::ButcherType _internal_butcher_type() const;
  678. void _internal_set_butcher_type(::protobuf::ButcherType value);
  679. public:
  680. // bool movable = 10;
  681. void clear_movable();
  682. bool movable() const;
  683. void set_movable(bool value);
  684. private:
  685. bool _internal_movable() const;
  686. void _internal_set_movable(bool value);
  687. public:
  688. // int64 playerID = 11;
  689. void clear_playerid();
  690. int64_t playerid() const;
  691. void set_playerid(int64_t value);
  692. private:
  693. int64_t _internal_playerid() const;
  694. void _internal_set_playerid(int64_t value);
  695. public:
  696. // int32 view_range = 12;
  697. void clear_view_range();
  698. int32_t view_range() const;
  699. void set_view_range(int32_t value);
  700. private:
  701. int32_t _internal_view_range() const;
  702. void _internal_set_view_range(int32_t value);
  703. public:
  704. // @@protoc_insertion_point(class_scope:protobuf.MessageOfButcher)
  705. private:
  706. class _Internal;
  707. template<typename T>
  708. friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  709. typedef void InternalArenaConstructable_;
  710. typedef void DestructorSkippable_;
  711. ::PROTOBUF_NAMESPACE_ID::RepeatedField<int> buff_;
  712. mutable std::atomic<int> _buff_cached_byte_size_;
  713. int32_t x_;
  714. int32_t y_;
  715. int32_t speed_;
  716. int32_t damage_;
  717. double time_until_skill_available_;
  718. int place_;
  719. int prop_;
  720. int64_t guid_;
  721. int butcher_type_;
  722. bool movable_;
  723. int64_t playerid_;
  724. int32_t view_range_;
  725. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  726. friend struct ::TableStruct_Message2Clients_2eproto;
  727. };
  728. // -------------------------------------------------------------------
  729. class MessageOfProp final :
  730. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protobuf.MessageOfProp) */
  731. {
  732. public:
  733. inline MessageOfProp() :
  734. MessageOfProp(nullptr)
  735. {
  736. }
  737. ~MessageOfProp() override;
  738. explicit constexpr MessageOfProp(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  739. MessageOfProp(const MessageOfProp& from);
  740. MessageOfProp(MessageOfProp&& from) noexcept
  741. :
  742. MessageOfProp()
  743. {
  744. *this = ::std::move(from);
  745. }
  746. inline MessageOfProp& operator=(const MessageOfProp& from)
  747. {
  748. CopyFrom(from);
  749. return *this;
  750. }
  751. inline MessageOfProp& operator=(MessageOfProp&& from) noexcept
  752. {
  753. if (this == &from)
  754. return *this;
  755. if (GetOwningArena() == from.GetOwningArena()
  756. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  757. && GetOwningArena() != nullptr
  758. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  759. )
  760. {
  761. InternalSwap(&from);
  762. }
  763. else
  764. {
  765. CopyFrom(from);
  766. }
  767. return *this;
  768. }
  769. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor()
  770. {
  771. return GetDescriptor();
  772. }
  773. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor()
  774. {
  775. return default_instance().GetMetadata().descriptor;
  776. }
  777. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection()
  778. {
  779. return default_instance().GetMetadata().reflection;
  780. }
  781. static const MessageOfProp& default_instance()
  782. {
  783. return *internal_default_instance();
  784. }
  785. static inline const MessageOfProp* internal_default_instance()
  786. {
  787. return reinterpret_cast<const MessageOfProp*>(
  788. &_MessageOfProp_default_instance_
  789. );
  790. }
  791. static constexpr int kIndexInFileMessages =
  792. 2;
  793. friend void swap(MessageOfProp& a, MessageOfProp& b)
  794. {
  795. a.Swap(&b);
  796. }
  797. inline void Swap(MessageOfProp* other)
  798. {
  799. if (other == this)
  800. return;
  801. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  802. if (GetOwningArena() != nullptr &&
  803. GetOwningArena() == other->GetOwningArena())
  804. {
  805. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  806. if (GetOwningArena() == other->GetOwningArena())
  807. {
  808. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  809. InternalSwap(other);
  810. }
  811. else
  812. {
  813. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  814. }
  815. }
  816. void UnsafeArenaSwap(MessageOfProp* other)
  817. {
  818. if (other == this)
  819. return;
  820. GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
  821. InternalSwap(other);
  822. }
  823. // implements Message ----------------------------------------------
  824. MessageOfProp* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final
  825. {
  826. return CreateMaybeMessage<MessageOfProp>(arena);
  827. }
  828. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  829. void CopyFrom(const MessageOfProp& from);
  830. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  831. void MergeFrom(const MessageOfProp& from);
  832. private:
  833. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
  834. public:
  835. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  836. bool IsInitialized() const final;
  837. size_t ByteSizeLong() const final;
  838. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  839. uint8_t* _InternalSerialize(
  840. uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream
  841. ) const final;
  842. int GetCachedSize() const final
  843. {
  844. return _cached_size_.Get();
  845. }
  846. private:
  847. void SharedCtor();
  848. void SharedDtor();
  849. void SetCachedSize(int size) const final;
  850. void InternalSwap(MessageOfProp* other);
  851. private:
  852. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  853. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
  854. {
  855. return "protobuf.MessageOfProp";
  856. }
  857. protected:
  858. explicit MessageOfProp(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false);
  859. private:
  860. static void ArenaDtor(void* object);
  861. inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  862. public:
  863. static const ClassData _class_data_;
  864. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData() const final;
  865. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  866. // nested types ----------------------------------------------------
  867. // accessors -------------------------------------------------------
  868. enum : int
  869. {
  870. kTypeFieldNumber = 1,
  871. kXFieldNumber = 2,
  872. kFacingDirectionFieldNumber = 4,
  873. kYFieldNumber = 3,
  874. kPlaceFieldNumber = 6,
  875. kGuidFieldNumber = 5,
  876. };
  877. // .protobuf.PropType type = 1;
  878. void clear_type();
  879. ::protobuf::PropType type() const;
  880. void set_type(::protobuf::PropType value);
  881. private:
  882. ::protobuf::PropType _internal_type() const;
  883. void _internal_set_type(::protobuf::PropType value);
  884. public:
  885. // int32 x = 2;
  886. void clear_x();
  887. int32_t x() const;
  888. void set_x(int32_t value);
  889. private:
  890. int32_t _internal_x() const;
  891. void _internal_set_x(int32_t value);
  892. public:
  893. // double facing_direction = 4;
  894. void clear_facing_direction();
  895. double facing_direction() const;
  896. void set_facing_direction(double value);
  897. private:
  898. double _internal_facing_direction() const;
  899. void _internal_set_facing_direction(double value);
  900. public:
  901. // int32 y = 3;
  902. void clear_y();
  903. int32_t y() const;
  904. void set_y(int32_t value);
  905. private:
  906. int32_t _internal_y() const;
  907. void _internal_set_y(int32_t value);
  908. public:
  909. // .protobuf.PlaceType place = 6;
  910. void clear_place();
  911. ::protobuf::PlaceType place() const;
  912. void set_place(::protobuf::PlaceType value);
  913. private:
  914. ::protobuf::PlaceType _internal_place() const;
  915. void _internal_set_place(::protobuf::PlaceType value);
  916. public:
  917. // int64 guid = 5;
  918. void clear_guid();
  919. int64_t guid() const;
  920. void set_guid(int64_t value);
  921. private:
  922. int64_t _internal_guid() const;
  923. void _internal_set_guid(int64_t value);
  924. public:
  925. // @@protoc_insertion_point(class_scope:protobuf.MessageOfProp)
  926. private:
  927. class _Internal;
  928. template<typename T>
  929. friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  930. typedef void InternalArenaConstructable_;
  931. typedef void DestructorSkippable_;
  932. int type_;
  933. int32_t x_;
  934. double facing_direction_;
  935. int32_t y_;
  936. int place_;
  937. int64_t guid_;
  938. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  939. friend struct ::TableStruct_Message2Clients_2eproto;
  940. };
  941. // -------------------------------------------------------------------
  942. class MessageOfPickedProp final :
  943. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protobuf.MessageOfPickedProp) */
  944. {
  945. public:
  946. inline MessageOfPickedProp() :
  947. MessageOfPickedProp(nullptr)
  948. {
  949. }
  950. ~MessageOfPickedProp() override;
  951. explicit constexpr MessageOfPickedProp(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  952. MessageOfPickedProp(const MessageOfPickedProp& from);
  953. MessageOfPickedProp(MessageOfPickedProp&& from) noexcept
  954. :
  955. MessageOfPickedProp()
  956. {
  957. *this = ::std::move(from);
  958. }
  959. inline MessageOfPickedProp& operator=(const MessageOfPickedProp& from)
  960. {
  961. CopyFrom(from);
  962. return *this;
  963. }
  964. inline MessageOfPickedProp& operator=(MessageOfPickedProp&& from) noexcept
  965. {
  966. if (this == &from)
  967. return *this;
  968. if (GetOwningArena() == from.GetOwningArena()
  969. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  970. && GetOwningArena() != nullptr
  971. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  972. )
  973. {
  974. InternalSwap(&from);
  975. }
  976. else
  977. {
  978. CopyFrom(from);
  979. }
  980. return *this;
  981. }
  982. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor()
  983. {
  984. return GetDescriptor();
  985. }
  986. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor()
  987. {
  988. return default_instance().GetMetadata().descriptor;
  989. }
  990. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection()
  991. {
  992. return default_instance().GetMetadata().reflection;
  993. }
  994. static const MessageOfPickedProp& default_instance()
  995. {
  996. return *internal_default_instance();
  997. }
  998. static inline const MessageOfPickedProp* internal_default_instance()
  999. {
  1000. return reinterpret_cast<const MessageOfPickedProp*>(
  1001. &_MessageOfPickedProp_default_instance_
  1002. );
  1003. }
  1004. static constexpr int kIndexInFileMessages =
  1005. 3;
  1006. friend void swap(MessageOfPickedProp& a, MessageOfPickedProp& b)
  1007. {
  1008. a.Swap(&b);
  1009. }
  1010. inline void Swap(MessageOfPickedProp* other)
  1011. {
  1012. if (other == this)
  1013. return;
  1014. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  1015. if (GetOwningArena() != nullptr &&
  1016. GetOwningArena() == other->GetOwningArena())
  1017. {
  1018. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  1019. if (GetOwningArena() == other->GetOwningArena())
  1020. {
  1021. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  1022. InternalSwap(other);
  1023. }
  1024. else
  1025. {
  1026. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  1027. }
  1028. }
  1029. void UnsafeArenaSwap(MessageOfPickedProp* other)
  1030. {
  1031. if (other == this)
  1032. return;
  1033. GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
  1034. InternalSwap(other);
  1035. }
  1036. // implements Message ----------------------------------------------
  1037. MessageOfPickedProp* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final
  1038. {
  1039. return CreateMaybeMessage<MessageOfPickedProp>(arena);
  1040. }
  1041. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  1042. void CopyFrom(const MessageOfPickedProp& from);
  1043. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  1044. void MergeFrom(const MessageOfPickedProp& from);
  1045. private:
  1046. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
  1047. public:
  1048. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  1049. bool IsInitialized() const final;
  1050. size_t ByteSizeLong() const final;
  1051. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  1052. uint8_t* _InternalSerialize(
  1053. uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream
  1054. ) const final;
  1055. int GetCachedSize() const final
  1056. {
  1057. return _cached_size_.Get();
  1058. }
  1059. private:
  1060. void SharedCtor();
  1061. void SharedDtor();
  1062. void SetCachedSize(int size) const final;
  1063. void InternalSwap(MessageOfPickedProp* other);
  1064. private:
  1065. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  1066. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
  1067. {
  1068. return "protobuf.MessageOfPickedProp";
  1069. }
  1070. protected:
  1071. explicit MessageOfPickedProp(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false);
  1072. private:
  1073. static void ArenaDtor(void* object);
  1074. inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  1075. public:
  1076. static const ClassData _class_data_;
  1077. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData() const final;
  1078. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  1079. // nested types ----------------------------------------------------
  1080. // accessors -------------------------------------------------------
  1081. enum : int
  1082. {
  1083. kTypeFieldNumber = 1,
  1084. kXFieldNumber = 2,
  1085. kFacingDirectionFieldNumber = 4,
  1086. kMappingIdFieldNumber = 5,
  1087. kYFieldNumber = 3,
  1088. };
  1089. // .protobuf.PropType type = 1;
  1090. void clear_type();
  1091. ::protobuf::PropType type() const;
  1092. void set_type(::protobuf::PropType value);
  1093. private:
  1094. ::protobuf::PropType _internal_type() const;
  1095. void _internal_set_type(::protobuf::PropType value);
  1096. public:
  1097. // int32 x = 2;
  1098. void clear_x();
  1099. int32_t x() const;
  1100. void set_x(int32_t value);
  1101. private:
  1102. int32_t _internal_x() const;
  1103. void _internal_set_x(int32_t value);
  1104. public:
  1105. // double facing_direction = 4;
  1106. void clear_facing_direction();
  1107. double facing_direction() const;
  1108. void set_facing_direction(double value);
  1109. private:
  1110. double _internal_facing_direction() const;
  1111. void _internal_set_facing_direction(double value);
  1112. public:
  1113. // int64 mapping_id = 5;
  1114. void clear_mapping_id();
  1115. int64_t mapping_id() const;
  1116. void set_mapping_id(int64_t value);
  1117. private:
  1118. int64_t _internal_mapping_id() const;
  1119. void _internal_set_mapping_id(int64_t value);
  1120. public:
  1121. // int32 y = 3;
  1122. void clear_y();
  1123. int32_t y() const;
  1124. void set_y(int32_t value);
  1125. private:
  1126. int32_t _internal_y() const;
  1127. void _internal_set_y(int32_t value);
  1128. public:
  1129. // @@protoc_insertion_point(class_scope:protobuf.MessageOfPickedProp)
  1130. private:
  1131. class _Internal;
  1132. template<typename T>
  1133. friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  1134. typedef void InternalArenaConstructable_;
  1135. typedef void DestructorSkippable_;
  1136. int type_;
  1137. int32_t x_;
  1138. double facing_direction_;
  1139. int64_t mapping_id_;
  1140. int32_t y_;
  1141. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  1142. friend struct ::TableStruct_Message2Clients_2eproto;
  1143. };
  1144. // -------------------------------------------------------------------
  1145. class MessageOfMap_Row final :
  1146. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protobuf.MessageOfMap.Row) */
  1147. {
  1148. public:
  1149. inline MessageOfMap_Row() :
  1150. MessageOfMap_Row(nullptr)
  1151. {
  1152. }
  1153. ~MessageOfMap_Row() override;
  1154. explicit constexpr MessageOfMap_Row(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  1155. MessageOfMap_Row(const MessageOfMap_Row& from);
  1156. MessageOfMap_Row(MessageOfMap_Row&& from) noexcept
  1157. :
  1158. MessageOfMap_Row()
  1159. {
  1160. *this = ::std::move(from);
  1161. }
  1162. inline MessageOfMap_Row& operator=(const MessageOfMap_Row& from)
  1163. {
  1164. CopyFrom(from);
  1165. return *this;
  1166. }
  1167. inline MessageOfMap_Row& operator=(MessageOfMap_Row&& from) noexcept
  1168. {
  1169. if (this == &from)
  1170. return *this;
  1171. if (GetOwningArena() == from.GetOwningArena()
  1172. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  1173. && GetOwningArena() != nullptr
  1174. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  1175. )
  1176. {
  1177. InternalSwap(&from);
  1178. }
  1179. else
  1180. {
  1181. CopyFrom(from);
  1182. }
  1183. return *this;
  1184. }
  1185. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor()
  1186. {
  1187. return GetDescriptor();
  1188. }
  1189. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor()
  1190. {
  1191. return default_instance().GetMetadata().descriptor;
  1192. }
  1193. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection()
  1194. {
  1195. return default_instance().GetMetadata().reflection;
  1196. }
  1197. static const MessageOfMap_Row& default_instance()
  1198. {
  1199. return *internal_default_instance();
  1200. }
  1201. static inline const MessageOfMap_Row* internal_default_instance()
  1202. {
  1203. return reinterpret_cast<const MessageOfMap_Row*>(
  1204. &_MessageOfMap_Row_default_instance_
  1205. );
  1206. }
  1207. static constexpr int kIndexInFileMessages =
  1208. 4;
  1209. friend void swap(MessageOfMap_Row& a, MessageOfMap_Row& b)
  1210. {
  1211. a.Swap(&b);
  1212. }
  1213. inline void Swap(MessageOfMap_Row* other)
  1214. {
  1215. if (other == this)
  1216. return;
  1217. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  1218. if (GetOwningArena() != nullptr &&
  1219. GetOwningArena() == other->GetOwningArena())
  1220. {
  1221. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  1222. if (GetOwningArena() == other->GetOwningArena())
  1223. {
  1224. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  1225. InternalSwap(other);
  1226. }
  1227. else
  1228. {
  1229. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  1230. }
  1231. }
  1232. void UnsafeArenaSwap(MessageOfMap_Row* other)
  1233. {
  1234. if (other == this)
  1235. return;
  1236. GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
  1237. InternalSwap(other);
  1238. }
  1239. // implements Message ----------------------------------------------
  1240. MessageOfMap_Row* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final
  1241. {
  1242. return CreateMaybeMessage<MessageOfMap_Row>(arena);
  1243. }
  1244. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  1245. void CopyFrom(const MessageOfMap_Row& from);
  1246. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  1247. void MergeFrom(const MessageOfMap_Row& from);
  1248. private:
  1249. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
  1250. public:
  1251. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  1252. bool IsInitialized() const final;
  1253. size_t ByteSizeLong() const final;
  1254. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  1255. uint8_t* _InternalSerialize(
  1256. uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream
  1257. ) const final;
  1258. int GetCachedSize() const final
  1259. {
  1260. return _cached_size_.Get();
  1261. }
  1262. private:
  1263. void SharedCtor();
  1264. void SharedDtor();
  1265. void SetCachedSize(int size) const final;
  1266. void InternalSwap(MessageOfMap_Row* other);
  1267. private:
  1268. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  1269. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
  1270. {
  1271. return "protobuf.MessageOfMap.Row";
  1272. }
  1273. protected:
  1274. explicit MessageOfMap_Row(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false);
  1275. private:
  1276. static void ArenaDtor(void* object);
  1277. inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  1278. public:
  1279. static const ClassData _class_data_;
  1280. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData() const final;
  1281. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  1282. // nested types ----------------------------------------------------
  1283. // accessors -------------------------------------------------------
  1284. enum : int
  1285. {
  1286. kColFieldNumber = 1,
  1287. };
  1288. // repeated .protobuf.PlaceType col = 1;
  1289. int col_size() const;
  1290. private:
  1291. int _internal_col_size() const;
  1292. public:
  1293. void clear_col();
  1294. private:
  1295. ::protobuf::PlaceType _internal_col(int index) const;
  1296. void _internal_add_col(::protobuf::PlaceType value);
  1297. ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>* _internal_mutable_col();
  1298. public:
  1299. ::protobuf::PlaceType col(int index) const;
  1300. void set_col(int index, ::protobuf::PlaceType value);
  1301. void add_col(::protobuf::PlaceType value);
  1302. const ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>& col() const;
  1303. ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>* mutable_col();
  1304. // @@protoc_insertion_point(class_scope:protobuf.MessageOfMap.Row)
  1305. private:
  1306. class _Internal;
  1307. template<typename T>
  1308. friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  1309. typedef void InternalArenaConstructable_;
  1310. typedef void DestructorSkippable_;
  1311. ::PROTOBUF_NAMESPACE_ID::RepeatedField<int> col_;
  1312. mutable std::atomic<int> _col_cached_byte_size_;
  1313. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  1314. friend struct ::TableStruct_Message2Clients_2eproto;
  1315. };
  1316. // -------------------------------------------------------------------
  1317. class MessageOfMap final :
  1318. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protobuf.MessageOfMap) */
  1319. {
  1320. public:
  1321. inline MessageOfMap() :
  1322. MessageOfMap(nullptr)
  1323. {
  1324. }
  1325. ~MessageOfMap() override;
  1326. explicit constexpr MessageOfMap(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  1327. MessageOfMap(const MessageOfMap& from);
  1328. MessageOfMap(MessageOfMap&& from) noexcept
  1329. :
  1330. MessageOfMap()
  1331. {
  1332. *this = ::std::move(from);
  1333. }
  1334. inline MessageOfMap& operator=(const MessageOfMap& from)
  1335. {
  1336. CopyFrom(from);
  1337. return *this;
  1338. }
  1339. inline MessageOfMap& operator=(MessageOfMap&& from) noexcept
  1340. {
  1341. if (this == &from)
  1342. return *this;
  1343. if (GetOwningArena() == from.GetOwningArena()
  1344. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  1345. && GetOwningArena() != nullptr
  1346. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  1347. )
  1348. {
  1349. InternalSwap(&from);
  1350. }
  1351. else
  1352. {
  1353. CopyFrom(from);
  1354. }
  1355. return *this;
  1356. }
  1357. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor()
  1358. {
  1359. return GetDescriptor();
  1360. }
  1361. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor()
  1362. {
  1363. return default_instance().GetMetadata().descriptor;
  1364. }
  1365. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection()
  1366. {
  1367. return default_instance().GetMetadata().reflection;
  1368. }
  1369. static const MessageOfMap& default_instance()
  1370. {
  1371. return *internal_default_instance();
  1372. }
  1373. static inline const MessageOfMap* internal_default_instance()
  1374. {
  1375. return reinterpret_cast<const MessageOfMap*>(
  1376. &_MessageOfMap_default_instance_
  1377. );
  1378. }
  1379. static constexpr int kIndexInFileMessages =
  1380. 5;
  1381. friend void swap(MessageOfMap& a, MessageOfMap& b)
  1382. {
  1383. a.Swap(&b);
  1384. }
  1385. inline void Swap(MessageOfMap* other)
  1386. {
  1387. if (other == this)
  1388. return;
  1389. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  1390. if (GetOwningArena() != nullptr &&
  1391. GetOwningArena() == other->GetOwningArena())
  1392. {
  1393. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  1394. if (GetOwningArena() == other->GetOwningArena())
  1395. {
  1396. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  1397. InternalSwap(other);
  1398. }
  1399. else
  1400. {
  1401. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  1402. }
  1403. }
  1404. void UnsafeArenaSwap(MessageOfMap* other)
  1405. {
  1406. if (other == this)
  1407. return;
  1408. GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
  1409. InternalSwap(other);
  1410. }
  1411. // implements Message ----------------------------------------------
  1412. MessageOfMap* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final
  1413. {
  1414. return CreateMaybeMessage<MessageOfMap>(arena);
  1415. }
  1416. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  1417. void CopyFrom(const MessageOfMap& from);
  1418. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  1419. void MergeFrom(const MessageOfMap& from);
  1420. private:
  1421. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
  1422. public:
  1423. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  1424. bool IsInitialized() const final;
  1425. size_t ByteSizeLong() const final;
  1426. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  1427. uint8_t* _InternalSerialize(
  1428. uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream
  1429. ) const final;
  1430. int GetCachedSize() const final
  1431. {
  1432. return _cached_size_.Get();
  1433. }
  1434. private:
  1435. void SharedCtor();
  1436. void SharedDtor();
  1437. void SetCachedSize(int size) const final;
  1438. void InternalSwap(MessageOfMap* other);
  1439. private:
  1440. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  1441. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
  1442. {
  1443. return "protobuf.MessageOfMap";
  1444. }
  1445. protected:
  1446. explicit MessageOfMap(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false);
  1447. private:
  1448. static void ArenaDtor(void* object);
  1449. inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  1450. public:
  1451. static const ClassData _class_data_;
  1452. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData() const final;
  1453. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  1454. // nested types ----------------------------------------------------
  1455. typedef MessageOfMap_Row Row;
  1456. // accessors -------------------------------------------------------
  1457. enum : int
  1458. {
  1459. kRowFieldNumber = 2,
  1460. };
  1461. // repeated .protobuf.MessageOfMap.Row row = 2;
  1462. int row_size() const;
  1463. private:
  1464. int _internal_row_size() const;
  1465. public:
  1466. void clear_row();
  1467. ::protobuf::MessageOfMap_Row* mutable_row(int index);
  1468. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfMap_Row>*
  1469. mutable_row();
  1470. private:
  1471. const ::protobuf::MessageOfMap_Row& _internal_row(int index) const;
  1472. ::protobuf::MessageOfMap_Row* _internal_add_row();
  1473. public:
  1474. const ::protobuf::MessageOfMap_Row& row(int index) const;
  1475. ::protobuf::MessageOfMap_Row* add_row();
  1476. const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfMap_Row>&
  1477. row() const;
  1478. // @@protoc_insertion_point(class_scope:protobuf.MessageOfMap)
  1479. private:
  1480. class _Internal;
  1481. template<typename T>
  1482. friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  1483. typedef void InternalArenaConstructable_;
  1484. typedef void DestructorSkippable_;
  1485. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfMap_Row> row_;
  1486. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  1487. friend struct ::TableStruct_Message2Clients_2eproto;
  1488. };
  1489. // -------------------------------------------------------------------
  1490. class MessageToClient final :
  1491. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protobuf.MessageToClient) */
  1492. {
  1493. public:
  1494. inline MessageToClient() :
  1495. MessageToClient(nullptr)
  1496. {
  1497. }
  1498. ~MessageToClient() override;
  1499. explicit constexpr MessageToClient(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  1500. MessageToClient(const MessageToClient& from);
  1501. MessageToClient(MessageToClient&& from) noexcept
  1502. :
  1503. MessageToClient()
  1504. {
  1505. *this = ::std::move(from);
  1506. }
  1507. inline MessageToClient& operator=(const MessageToClient& from)
  1508. {
  1509. CopyFrom(from);
  1510. return *this;
  1511. }
  1512. inline MessageToClient& operator=(MessageToClient&& from) noexcept
  1513. {
  1514. if (this == &from)
  1515. return *this;
  1516. if (GetOwningArena() == from.GetOwningArena()
  1517. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  1518. && GetOwningArena() != nullptr
  1519. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  1520. )
  1521. {
  1522. InternalSwap(&from);
  1523. }
  1524. else
  1525. {
  1526. CopyFrom(from);
  1527. }
  1528. return *this;
  1529. }
  1530. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor()
  1531. {
  1532. return GetDescriptor();
  1533. }
  1534. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor()
  1535. {
  1536. return default_instance().GetMetadata().descriptor;
  1537. }
  1538. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection()
  1539. {
  1540. return default_instance().GetMetadata().reflection;
  1541. }
  1542. static const MessageToClient& default_instance()
  1543. {
  1544. return *internal_default_instance();
  1545. }
  1546. static inline const MessageToClient* internal_default_instance()
  1547. {
  1548. return reinterpret_cast<const MessageToClient*>(
  1549. &_MessageToClient_default_instance_
  1550. );
  1551. }
  1552. static constexpr int kIndexInFileMessages =
  1553. 6;
  1554. friend void swap(MessageToClient& a, MessageToClient& b)
  1555. {
  1556. a.Swap(&b);
  1557. }
  1558. inline void Swap(MessageToClient* other)
  1559. {
  1560. if (other == this)
  1561. return;
  1562. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  1563. if (GetOwningArena() != nullptr &&
  1564. GetOwningArena() == other->GetOwningArena())
  1565. {
  1566. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  1567. if (GetOwningArena() == other->GetOwningArena())
  1568. {
  1569. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  1570. InternalSwap(other);
  1571. }
  1572. else
  1573. {
  1574. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  1575. }
  1576. }
  1577. void UnsafeArenaSwap(MessageToClient* other)
  1578. {
  1579. if (other == this)
  1580. return;
  1581. GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
  1582. InternalSwap(other);
  1583. }
  1584. // implements Message ----------------------------------------------
  1585. MessageToClient* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final
  1586. {
  1587. return CreateMaybeMessage<MessageToClient>(arena);
  1588. }
  1589. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  1590. void CopyFrom(const MessageToClient& from);
  1591. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  1592. void MergeFrom(const MessageToClient& from);
  1593. private:
  1594. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
  1595. public:
  1596. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  1597. bool IsInitialized() const final;
  1598. size_t ByteSizeLong() const final;
  1599. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  1600. uint8_t* _InternalSerialize(
  1601. uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream
  1602. ) const final;
  1603. int GetCachedSize() const final
  1604. {
  1605. return _cached_size_.Get();
  1606. }
  1607. private:
  1608. void SharedCtor();
  1609. void SharedDtor();
  1610. void SetCachedSize(int size) const final;
  1611. void InternalSwap(MessageToClient* other);
  1612. private:
  1613. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  1614. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
  1615. {
  1616. return "protobuf.MessageToClient";
  1617. }
  1618. protected:
  1619. explicit MessageToClient(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false);
  1620. private:
  1621. static void ArenaDtor(void* object);
  1622. inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  1623. public:
  1624. static const ClassData _class_data_;
  1625. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData() const final;
  1626. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  1627. // nested types ----------------------------------------------------
  1628. // accessors -------------------------------------------------------
  1629. enum : int
  1630. {
  1631. kHumanMessageFieldNumber = 1,
  1632. kButcherMessageFieldNumber = 2,
  1633. kPropMessageFieldNumber = 3,
  1634. kMapMassageFieldNumber = 4,
  1635. };
  1636. // repeated .protobuf.MessageOfHuman human_message = 1;
  1637. int human_message_size() const;
  1638. private:
  1639. int _internal_human_message_size() const;
  1640. public:
  1641. void clear_human_message();
  1642. ::protobuf::MessageOfHuman* mutable_human_message(int index);
  1643. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfHuman>*
  1644. mutable_human_message();
  1645. private:
  1646. const ::protobuf::MessageOfHuman& _internal_human_message(int index) const;
  1647. ::protobuf::MessageOfHuman* _internal_add_human_message();
  1648. public:
  1649. const ::protobuf::MessageOfHuman& human_message(int index) const;
  1650. ::protobuf::MessageOfHuman* add_human_message();
  1651. const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfHuman>&
  1652. human_message() const;
  1653. // repeated .protobuf.MessageOfButcher butcher_message = 2;
  1654. int butcher_message_size() const;
  1655. private:
  1656. int _internal_butcher_message_size() const;
  1657. public:
  1658. void clear_butcher_message();
  1659. ::protobuf::MessageOfButcher* mutable_butcher_message(int index);
  1660. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfButcher>*
  1661. mutable_butcher_message();
  1662. private:
  1663. const ::protobuf::MessageOfButcher& _internal_butcher_message(int index) const;
  1664. ::protobuf::MessageOfButcher* _internal_add_butcher_message();
  1665. public:
  1666. const ::protobuf::MessageOfButcher& butcher_message(int index) const;
  1667. ::protobuf::MessageOfButcher* add_butcher_message();
  1668. const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfButcher>&
  1669. butcher_message() const;
  1670. // repeated .protobuf.MessageOfProp prop_message = 3;
  1671. int prop_message_size() const;
  1672. private:
  1673. int _internal_prop_message_size() const;
  1674. public:
  1675. void clear_prop_message();
  1676. ::protobuf::MessageOfProp* mutable_prop_message(int index);
  1677. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfProp>*
  1678. mutable_prop_message();
  1679. private:
  1680. const ::protobuf::MessageOfProp& _internal_prop_message(int index) const;
  1681. ::protobuf::MessageOfProp* _internal_add_prop_message();
  1682. public:
  1683. const ::protobuf::MessageOfProp& prop_message(int index) const;
  1684. ::protobuf::MessageOfProp* add_prop_message();
  1685. const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfProp>&
  1686. prop_message() const;
  1687. // .protobuf.MessageOfMap map_massage = 4;
  1688. bool has_map_massage() const;
  1689. private:
  1690. bool _internal_has_map_massage() const;
  1691. public:
  1692. void clear_map_massage();
  1693. const ::protobuf::MessageOfMap& map_massage() const;
  1694. PROTOBUF_NODISCARD ::protobuf::MessageOfMap* release_map_massage();
  1695. ::protobuf::MessageOfMap* mutable_map_massage();
  1696. void set_allocated_map_massage(::protobuf::MessageOfMap* map_massage);
  1697. private:
  1698. const ::protobuf::MessageOfMap& _internal_map_massage() const;
  1699. ::protobuf::MessageOfMap* _internal_mutable_map_massage();
  1700. public:
  1701. void unsafe_arena_set_allocated_map_massage(
  1702. ::protobuf::MessageOfMap* map_massage
  1703. );
  1704. ::protobuf::MessageOfMap* unsafe_arena_release_map_massage();
  1705. // @@protoc_insertion_point(class_scope:protobuf.MessageToClient)
  1706. private:
  1707. class _Internal;
  1708. template<typename T>
  1709. friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  1710. typedef void InternalArenaConstructable_;
  1711. typedef void DestructorSkippable_;
  1712. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfHuman> human_message_;
  1713. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfButcher> butcher_message_;
  1714. ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfProp> prop_message_;
  1715. ::protobuf::MessageOfMap* map_massage_;
  1716. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  1717. friend struct ::TableStruct_Message2Clients_2eproto;
  1718. };
  1719. // -------------------------------------------------------------------
  1720. class MoveRes final :
  1721. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protobuf.MoveRes) */
  1722. {
  1723. public:
  1724. inline MoveRes() :
  1725. MoveRes(nullptr)
  1726. {
  1727. }
  1728. ~MoveRes() override;
  1729. explicit constexpr MoveRes(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  1730. MoveRes(const MoveRes& from);
  1731. MoveRes(MoveRes&& from) noexcept
  1732. :
  1733. MoveRes()
  1734. {
  1735. *this = ::std::move(from);
  1736. }
  1737. inline MoveRes& operator=(const MoveRes& from)
  1738. {
  1739. CopyFrom(from);
  1740. return *this;
  1741. }
  1742. inline MoveRes& operator=(MoveRes&& from) noexcept
  1743. {
  1744. if (this == &from)
  1745. return *this;
  1746. if (GetOwningArena() == from.GetOwningArena()
  1747. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  1748. && GetOwningArena() != nullptr
  1749. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  1750. )
  1751. {
  1752. InternalSwap(&from);
  1753. }
  1754. else
  1755. {
  1756. CopyFrom(from);
  1757. }
  1758. return *this;
  1759. }
  1760. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor()
  1761. {
  1762. return GetDescriptor();
  1763. }
  1764. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor()
  1765. {
  1766. return default_instance().GetMetadata().descriptor;
  1767. }
  1768. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection()
  1769. {
  1770. return default_instance().GetMetadata().reflection;
  1771. }
  1772. static const MoveRes& default_instance()
  1773. {
  1774. return *internal_default_instance();
  1775. }
  1776. static inline const MoveRes* internal_default_instance()
  1777. {
  1778. return reinterpret_cast<const MoveRes*>(
  1779. &_MoveRes_default_instance_
  1780. );
  1781. }
  1782. static constexpr int kIndexInFileMessages =
  1783. 7;
  1784. friend void swap(MoveRes& a, MoveRes& b)
  1785. {
  1786. a.Swap(&b);
  1787. }
  1788. inline void Swap(MoveRes* other)
  1789. {
  1790. if (other == this)
  1791. return;
  1792. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  1793. if (GetOwningArena() != nullptr &&
  1794. GetOwningArena() == other->GetOwningArena())
  1795. {
  1796. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  1797. if (GetOwningArena() == other->GetOwningArena())
  1798. {
  1799. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  1800. InternalSwap(other);
  1801. }
  1802. else
  1803. {
  1804. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  1805. }
  1806. }
  1807. void UnsafeArenaSwap(MoveRes* other)
  1808. {
  1809. if (other == this)
  1810. return;
  1811. GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
  1812. InternalSwap(other);
  1813. }
  1814. // implements Message ----------------------------------------------
  1815. MoveRes* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final
  1816. {
  1817. return CreateMaybeMessage<MoveRes>(arena);
  1818. }
  1819. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  1820. void CopyFrom(const MoveRes& from);
  1821. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  1822. void MergeFrom(const MoveRes& from);
  1823. private:
  1824. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
  1825. public:
  1826. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  1827. bool IsInitialized() const final;
  1828. size_t ByteSizeLong() const final;
  1829. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  1830. uint8_t* _InternalSerialize(
  1831. uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream
  1832. ) const final;
  1833. int GetCachedSize() const final
  1834. {
  1835. return _cached_size_.Get();
  1836. }
  1837. private:
  1838. void SharedCtor();
  1839. void SharedDtor();
  1840. void SetCachedSize(int size) const final;
  1841. void InternalSwap(MoveRes* other);
  1842. private:
  1843. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  1844. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
  1845. {
  1846. return "protobuf.MoveRes";
  1847. }
  1848. protected:
  1849. explicit MoveRes(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false);
  1850. private:
  1851. static void ArenaDtor(void* object);
  1852. inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  1853. public:
  1854. static const ClassData _class_data_;
  1855. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData() const final;
  1856. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  1857. // nested types ----------------------------------------------------
  1858. // accessors -------------------------------------------------------
  1859. enum : int
  1860. {
  1861. kActualSpeedFieldNumber = 1,
  1862. kActualAngleFieldNumber = 2,
  1863. };
  1864. // int64 actual_speed = 1;
  1865. void clear_actual_speed();
  1866. int64_t actual_speed() const;
  1867. void set_actual_speed(int64_t value);
  1868. private:
  1869. int64_t _internal_actual_speed() const;
  1870. void _internal_set_actual_speed(int64_t value);
  1871. public:
  1872. // double actual_angle = 2;
  1873. void clear_actual_angle();
  1874. double actual_angle() const;
  1875. void set_actual_angle(double value);
  1876. private:
  1877. double _internal_actual_angle() const;
  1878. void _internal_set_actual_angle(double value);
  1879. public:
  1880. // @@protoc_insertion_point(class_scope:protobuf.MoveRes)
  1881. private:
  1882. class _Internal;
  1883. template<typename T>
  1884. friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  1885. typedef void InternalArenaConstructable_;
  1886. typedef void DestructorSkippable_;
  1887. int64_t actual_speed_;
  1888. double actual_angle_;
  1889. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  1890. friend struct ::TableStruct_Message2Clients_2eproto;
  1891. };
  1892. // -------------------------------------------------------------------
  1893. class BoolRes final :
  1894. public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:protobuf.BoolRes) */
  1895. {
  1896. public:
  1897. inline BoolRes() :
  1898. BoolRes(nullptr)
  1899. {
  1900. }
  1901. ~BoolRes() override;
  1902. explicit constexpr BoolRes(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
  1903. BoolRes(const BoolRes& from);
  1904. BoolRes(BoolRes&& from) noexcept
  1905. :
  1906. BoolRes()
  1907. {
  1908. *this = ::std::move(from);
  1909. }
  1910. inline BoolRes& operator=(const BoolRes& from)
  1911. {
  1912. CopyFrom(from);
  1913. return *this;
  1914. }
  1915. inline BoolRes& operator=(BoolRes&& from) noexcept
  1916. {
  1917. if (this == &from)
  1918. return *this;
  1919. if (GetOwningArena() == from.GetOwningArena()
  1920. #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
  1921. && GetOwningArena() != nullptr
  1922. #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
  1923. )
  1924. {
  1925. InternalSwap(&from);
  1926. }
  1927. else
  1928. {
  1929. CopyFrom(from);
  1930. }
  1931. return *this;
  1932. }
  1933. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor()
  1934. {
  1935. return GetDescriptor();
  1936. }
  1937. static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor()
  1938. {
  1939. return default_instance().GetMetadata().descriptor;
  1940. }
  1941. static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection()
  1942. {
  1943. return default_instance().GetMetadata().reflection;
  1944. }
  1945. static const BoolRes& default_instance()
  1946. {
  1947. return *internal_default_instance();
  1948. }
  1949. static inline const BoolRes* internal_default_instance()
  1950. {
  1951. return reinterpret_cast<const BoolRes*>(
  1952. &_BoolRes_default_instance_
  1953. );
  1954. }
  1955. static constexpr int kIndexInFileMessages =
  1956. 8;
  1957. friend void swap(BoolRes& a, BoolRes& b)
  1958. {
  1959. a.Swap(&b);
  1960. }
  1961. inline void Swap(BoolRes* other)
  1962. {
  1963. if (other == this)
  1964. return;
  1965. #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
  1966. if (GetOwningArena() != nullptr &&
  1967. GetOwningArena() == other->GetOwningArena())
  1968. {
  1969. #else // PROTOBUF_FORCE_COPY_IN_SWAP
  1970. if (GetOwningArena() == other->GetOwningArena())
  1971. {
  1972. #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
  1973. InternalSwap(other);
  1974. }
  1975. else
  1976. {
  1977. ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
  1978. }
  1979. }
  1980. void UnsafeArenaSwap(BoolRes* other)
  1981. {
  1982. if (other == this)
  1983. return;
  1984. GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
  1985. InternalSwap(other);
  1986. }
  1987. // implements Message ----------------------------------------------
  1988. BoolRes* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final
  1989. {
  1990. return CreateMaybeMessage<BoolRes>(arena);
  1991. }
  1992. using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
  1993. void CopyFrom(const BoolRes& from);
  1994. using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
  1995. void MergeFrom(const BoolRes& from);
  1996. private:
  1997. static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message* to, const ::PROTOBUF_NAMESPACE_ID::Message& from);
  1998. public:
  1999. PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
  2000. bool IsInitialized() const final;
  2001. size_t ByteSizeLong() const final;
  2002. const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
  2003. uint8_t* _InternalSerialize(
  2004. uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream
  2005. ) const final;
  2006. int GetCachedSize() const final
  2007. {
  2008. return _cached_size_.Get();
  2009. }
  2010. private:
  2011. void SharedCtor();
  2012. void SharedDtor();
  2013. void SetCachedSize(int size) const final;
  2014. void InternalSwap(BoolRes* other);
  2015. private:
  2016. friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
  2017. static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
  2018. {
  2019. return "protobuf.BoolRes";
  2020. }
  2021. protected:
  2022. explicit BoolRes(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned = false);
  2023. private:
  2024. static void ArenaDtor(void* object);
  2025. inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
  2026. public:
  2027. static const ClassData _class_data_;
  2028. const ::PROTOBUF_NAMESPACE_ID::Message::ClassData* GetClassData() const final;
  2029. ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
  2030. // nested types ----------------------------------------------------
  2031. // accessors -------------------------------------------------------
  2032. enum : int
  2033. {
  2034. kActSuccessFieldNumber = 1,
  2035. };
  2036. // bool act_success = 1;
  2037. void clear_act_success();
  2038. bool act_success() const;
  2039. void set_act_success(bool value);
  2040. private:
  2041. bool _internal_act_success() const;
  2042. void _internal_set_act_success(bool value);
  2043. public:
  2044. // @@protoc_insertion_point(class_scope:protobuf.BoolRes)
  2045. private:
  2046. class _Internal;
  2047. template<typename T>
  2048. friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
  2049. typedef void InternalArenaConstructable_;
  2050. typedef void DestructorSkippable_;
  2051. bool act_success_;
  2052. mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
  2053. friend struct ::TableStruct_Message2Clients_2eproto;
  2054. };
  2055. // ===================================================================
  2056. // ===================================================================
  2057. #ifdef __GNUC__
  2058. #pragma GCC diagnostic push
  2059. #pragma GCC diagnostic ignored "-Wstrict-aliasing"
  2060. #endif // __GNUC__
  2061. // MessageOfHuman
  2062. // int32 x = 1;
  2063. inline void MessageOfHuman::clear_x()
  2064. {
  2065. x_ = 0;
  2066. }
  2067. inline int32_t MessageOfHuman::_internal_x() const
  2068. {
  2069. return x_;
  2070. }
  2071. inline int32_t MessageOfHuman::x() const
  2072. {
  2073. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.x)
  2074. return _internal_x();
  2075. }
  2076. inline void MessageOfHuman::_internal_set_x(int32_t value)
  2077. {
  2078. x_ = value;
  2079. }
  2080. inline void MessageOfHuman::set_x(int32_t value)
  2081. {
  2082. _internal_set_x(value);
  2083. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.x)
  2084. }
  2085. // int32 y = 2;
  2086. inline void MessageOfHuman::clear_y()
  2087. {
  2088. y_ = 0;
  2089. }
  2090. inline int32_t MessageOfHuman::_internal_y() const
  2091. {
  2092. return y_;
  2093. }
  2094. inline int32_t MessageOfHuman::y() const
  2095. {
  2096. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.y)
  2097. return _internal_y();
  2098. }
  2099. inline void MessageOfHuman::_internal_set_y(int32_t value)
  2100. {
  2101. y_ = value;
  2102. }
  2103. inline void MessageOfHuman::set_y(int32_t value)
  2104. {
  2105. _internal_set_y(value);
  2106. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.y)
  2107. }
  2108. // int32 speed = 3;
  2109. inline void MessageOfHuman::clear_speed()
  2110. {
  2111. speed_ = 0;
  2112. }
  2113. inline int32_t MessageOfHuman::_internal_speed() const
  2114. {
  2115. return speed_;
  2116. }
  2117. inline int32_t MessageOfHuman::speed() const
  2118. {
  2119. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.speed)
  2120. return _internal_speed();
  2121. }
  2122. inline void MessageOfHuman::_internal_set_speed(int32_t value)
  2123. {
  2124. speed_ = value;
  2125. }
  2126. inline void MessageOfHuman::set_speed(int32_t value)
  2127. {
  2128. _internal_set_speed(value);
  2129. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.speed)
  2130. }
  2131. // int32 life = 4;
  2132. inline void MessageOfHuman::clear_life()
  2133. {
  2134. life_ = 0;
  2135. }
  2136. inline int32_t MessageOfHuman::_internal_life() const
  2137. {
  2138. return life_;
  2139. }
  2140. inline int32_t MessageOfHuman::life() const
  2141. {
  2142. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.life)
  2143. return _internal_life();
  2144. }
  2145. inline void MessageOfHuman::_internal_set_life(int32_t value)
  2146. {
  2147. life_ = value;
  2148. }
  2149. inline void MessageOfHuman::set_life(int32_t value)
  2150. {
  2151. _internal_set_life(value);
  2152. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.life)
  2153. }
  2154. // int32 hanged_time = 5;
  2155. inline void MessageOfHuman::clear_hanged_time()
  2156. {
  2157. hanged_time_ = 0;
  2158. }
  2159. inline int32_t MessageOfHuman::_internal_hanged_time() const
  2160. {
  2161. return hanged_time_;
  2162. }
  2163. inline int32_t MessageOfHuman::hanged_time() const
  2164. {
  2165. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.hanged_time)
  2166. return _internal_hanged_time();
  2167. }
  2168. inline void MessageOfHuman::_internal_set_hanged_time(int32_t value)
  2169. {
  2170. hanged_time_ = value;
  2171. }
  2172. inline void MessageOfHuman::set_hanged_time(int32_t value)
  2173. {
  2174. _internal_set_hanged_time(value);
  2175. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.hanged_time)
  2176. }
  2177. // double time_until_skill_available = 6;
  2178. inline void MessageOfHuman::clear_time_until_skill_available()
  2179. {
  2180. time_until_skill_available_ = 0;
  2181. }
  2182. inline double MessageOfHuman::_internal_time_until_skill_available() const
  2183. {
  2184. return time_until_skill_available_;
  2185. }
  2186. inline double MessageOfHuman::time_until_skill_available() const
  2187. {
  2188. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.time_until_skill_available)
  2189. return _internal_time_until_skill_available();
  2190. }
  2191. inline void MessageOfHuman::_internal_set_time_until_skill_available(double value)
  2192. {
  2193. time_until_skill_available_ = value;
  2194. }
  2195. inline void MessageOfHuman::set_time_until_skill_available(double value)
  2196. {
  2197. _internal_set_time_until_skill_available(value);
  2198. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.time_until_skill_available)
  2199. }
  2200. // .protobuf.PlaceType place = 7;
  2201. inline void MessageOfHuman::clear_place()
  2202. {
  2203. place_ = 0;
  2204. }
  2205. inline ::protobuf::PlaceType MessageOfHuman::_internal_place() const
  2206. {
  2207. return static_cast<::protobuf::PlaceType>(place_);
  2208. }
  2209. inline ::protobuf::PlaceType MessageOfHuman::place() const
  2210. {
  2211. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.place)
  2212. return _internal_place();
  2213. }
  2214. inline void MessageOfHuman::_internal_set_place(::protobuf::PlaceType value)
  2215. {
  2216. place_ = value;
  2217. }
  2218. inline void MessageOfHuman::set_place(::protobuf::PlaceType value)
  2219. {
  2220. _internal_set_place(value);
  2221. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.place)
  2222. }
  2223. // .protobuf.PropType prop = 8;
  2224. inline void MessageOfHuman::clear_prop()
  2225. {
  2226. prop_ = 0;
  2227. }
  2228. inline ::protobuf::PropType MessageOfHuman::_internal_prop() const
  2229. {
  2230. return static_cast<::protobuf::PropType>(prop_);
  2231. }
  2232. inline ::protobuf::PropType MessageOfHuman::prop() const
  2233. {
  2234. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.prop)
  2235. return _internal_prop();
  2236. }
  2237. inline void MessageOfHuman::_internal_set_prop(::protobuf::PropType value)
  2238. {
  2239. prop_ = value;
  2240. }
  2241. inline void MessageOfHuman::set_prop(::protobuf::PropType value)
  2242. {
  2243. _internal_set_prop(value);
  2244. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.prop)
  2245. }
  2246. // .protobuf.HumanType human_type = 9;
  2247. inline void MessageOfHuman::clear_human_type()
  2248. {
  2249. human_type_ = 0;
  2250. }
  2251. inline ::protobuf::HumanType MessageOfHuman::_internal_human_type() const
  2252. {
  2253. return static_cast<::protobuf::HumanType>(human_type_);
  2254. }
  2255. inline ::protobuf::HumanType MessageOfHuman::human_type() const
  2256. {
  2257. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.human_type)
  2258. return _internal_human_type();
  2259. }
  2260. inline void MessageOfHuman::_internal_set_human_type(::protobuf::HumanType value)
  2261. {
  2262. human_type_ = value;
  2263. }
  2264. inline void MessageOfHuman::set_human_type(::protobuf::HumanType value)
  2265. {
  2266. _internal_set_human_type(value);
  2267. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.human_type)
  2268. }
  2269. // int64 guid = 10;
  2270. inline void MessageOfHuman::clear_guid()
  2271. {
  2272. guid_ = int64_t{0};
  2273. }
  2274. inline int64_t MessageOfHuman::_internal_guid() const
  2275. {
  2276. return guid_;
  2277. }
  2278. inline int64_t MessageOfHuman::guid() const
  2279. {
  2280. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.guid)
  2281. return _internal_guid();
  2282. }
  2283. inline void MessageOfHuman::_internal_set_guid(int64_t value)
  2284. {
  2285. guid_ = value;
  2286. }
  2287. inline void MessageOfHuman::set_guid(int64_t value)
  2288. {
  2289. _internal_set_guid(value);
  2290. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.guid)
  2291. }
  2292. // bool on_chair = 11;
  2293. inline void MessageOfHuman::clear_on_chair()
  2294. {
  2295. on_chair_ = false;
  2296. }
  2297. inline bool MessageOfHuman::_internal_on_chair() const
  2298. {
  2299. return on_chair_;
  2300. }
  2301. inline bool MessageOfHuman::on_chair() const
  2302. {
  2303. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.on_chair)
  2304. return _internal_on_chair();
  2305. }
  2306. inline void MessageOfHuman::_internal_set_on_chair(bool value)
  2307. {
  2308. on_chair_ = value;
  2309. }
  2310. inline void MessageOfHuman::set_on_chair(bool value)
  2311. {
  2312. _internal_set_on_chair(value);
  2313. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.on_chair)
  2314. }
  2315. // double chair_time = 12;
  2316. inline void MessageOfHuman::clear_chair_time()
  2317. {
  2318. chair_time_ = 0;
  2319. }
  2320. inline double MessageOfHuman::_internal_chair_time() const
  2321. {
  2322. return chair_time_;
  2323. }
  2324. inline double MessageOfHuman::chair_time() const
  2325. {
  2326. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.chair_time)
  2327. return _internal_chair_time();
  2328. }
  2329. inline void MessageOfHuman::_internal_set_chair_time(double value)
  2330. {
  2331. chair_time_ = value;
  2332. }
  2333. inline void MessageOfHuman::set_chair_time(double value)
  2334. {
  2335. _internal_set_chair_time(value);
  2336. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.chair_time)
  2337. }
  2338. // bool on_ground = 13;
  2339. inline void MessageOfHuman::clear_on_ground()
  2340. {
  2341. on_ground_ = false;
  2342. }
  2343. inline bool MessageOfHuman::_internal_on_ground() const
  2344. {
  2345. return on_ground_;
  2346. }
  2347. inline bool MessageOfHuman::on_ground() const
  2348. {
  2349. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.on_ground)
  2350. return _internal_on_ground();
  2351. }
  2352. inline void MessageOfHuman::_internal_set_on_ground(bool value)
  2353. {
  2354. on_ground_ = value;
  2355. }
  2356. inline void MessageOfHuman::set_on_ground(bool value)
  2357. {
  2358. _internal_set_on_ground(value);
  2359. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.on_ground)
  2360. }
  2361. // double ground_time = 14;
  2362. inline void MessageOfHuman::clear_ground_time()
  2363. {
  2364. ground_time_ = 0;
  2365. }
  2366. inline double MessageOfHuman::_internal_ground_time() const
  2367. {
  2368. return ground_time_;
  2369. }
  2370. inline double MessageOfHuman::ground_time() const
  2371. {
  2372. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.ground_time)
  2373. return _internal_ground_time();
  2374. }
  2375. inline void MessageOfHuman::_internal_set_ground_time(double value)
  2376. {
  2377. ground_time_ = value;
  2378. }
  2379. inline void MessageOfHuman::set_ground_time(double value)
  2380. {
  2381. _internal_set_ground_time(value);
  2382. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.ground_time)
  2383. }
  2384. // int64 player_id = 15;
  2385. inline void MessageOfHuman::clear_player_id()
  2386. {
  2387. player_id_ = int64_t{0};
  2388. }
  2389. inline int64_t MessageOfHuman::_internal_player_id() const
  2390. {
  2391. return player_id_;
  2392. }
  2393. inline int64_t MessageOfHuman::player_id() const
  2394. {
  2395. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.player_id)
  2396. return _internal_player_id();
  2397. }
  2398. inline void MessageOfHuman::_internal_set_player_id(int64_t value)
  2399. {
  2400. player_id_ = value;
  2401. }
  2402. inline void MessageOfHuman::set_player_id(int64_t value)
  2403. {
  2404. _internal_set_player_id(value);
  2405. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.player_id)
  2406. }
  2407. // int32 view_range = 16;
  2408. inline void MessageOfHuman::clear_view_range()
  2409. {
  2410. view_range_ = 0;
  2411. }
  2412. inline int32_t MessageOfHuman::_internal_view_range() const
  2413. {
  2414. return view_range_;
  2415. }
  2416. inline int32_t MessageOfHuman::view_range() const
  2417. {
  2418. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.view_range)
  2419. return _internal_view_range();
  2420. }
  2421. inline void MessageOfHuman::_internal_set_view_range(int32_t value)
  2422. {
  2423. view_range_ = value;
  2424. }
  2425. inline void MessageOfHuman::set_view_range(int32_t value)
  2426. {
  2427. _internal_set_view_range(value);
  2428. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.view_range)
  2429. }
  2430. // repeated .protobuf.HumanBuffType buff = 17;
  2431. inline int MessageOfHuman::_internal_buff_size() const
  2432. {
  2433. return buff_.size();
  2434. }
  2435. inline int MessageOfHuman::buff_size() const
  2436. {
  2437. return _internal_buff_size();
  2438. }
  2439. inline void MessageOfHuman::clear_buff()
  2440. {
  2441. buff_.Clear();
  2442. }
  2443. inline ::protobuf::HumanBuffType MessageOfHuman::_internal_buff(int index) const
  2444. {
  2445. return static_cast<::protobuf::HumanBuffType>(buff_.Get(index));
  2446. }
  2447. inline ::protobuf::HumanBuffType MessageOfHuman::buff(int index) const
  2448. {
  2449. // @@protoc_insertion_point(field_get:protobuf.MessageOfHuman.buff)
  2450. return _internal_buff(index);
  2451. }
  2452. inline void MessageOfHuman::set_buff(int index, ::protobuf::HumanBuffType value)
  2453. {
  2454. buff_.Set(index, value);
  2455. // @@protoc_insertion_point(field_set:protobuf.MessageOfHuman.buff)
  2456. }
  2457. inline void MessageOfHuman::_internal_add_buff(::protobuf::HumanBuffType value)
  2458. {
  2459. buff_.Add(value);
  2460. }
  2461. inline void MessageOfHuman::add_buff(::protobuf::HumanBuffType value)
  2462. {
  2463. _internal_add_buff(value);
  2464. // @@protoc_insertion_point(field_add:protobuf.MessageOfHuman.buff)
  2465. }
  2466. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>&
  2467. MessageOfHuman::buff() const
  2468. {
  2469. // @@protoc_insertion_point(field_list:protobuf.MessageOfHuman.buff)
  2470. return buff_;
  2471. }
  2472. inline ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>*
  2473. MessageOfHuman::_internal_mutable_buff()
  2474. {
  2475. return &buff_;
  2476. }
  2477. inline ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>*
  2478. MessageOfHuman::mutable_buff()
  2479. {
  2480. // @@protoc_insertion_point(field_mutable_list:protobuf.MessageOfHuman.buff)
  2481. return _internal_mutable_buff();
  2482. }
  2483. // -------------------------------------------------------------------
  2484. // MessageOfButcher
  2485. // int32 x = 1;
  2486. inline void MessageOfButcher::clear_x()
  2487. {
  2488. x_ = 0;
  2489. }
  2490. inline int32_t MessageOfButcher::_internal_x() const
  2491. {
  2492. return x_;
  2493. }
  2494. inline int32_t MessageOfButcher::x() const
  2495. {
  2496. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.x)
  2497. return _internal_x();
  2498. }
  2499. inline void MessageOfButcher::_internal_set_x(int32_t value)
  2500. {
  2501. x_ = value;
  2502. }
  2503. inline void MessageOfButcher::set_x(int32_t value)
  2504. {
  2505. _internal_set_x(value);
  2506. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.x)
  2507. }
  2508. // int32 y = 2;
  2509. inline void MessageOfButcher::clear_y()
  2510. {
  2511. y_ = 0;
  2512. }
  2513. inline int32_t MessageOfButcher::_internal_y() const
  2514. {
  2515. return y_;
  2516. }
  2517. inline int32_t MessageOfButcher::y() const
  2518. {
  2519. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.y)
  2520. return _internal_y();
  2521. }
  2522. inline void MessageOfButcher::_internal_set_y(int32_t value)
  2523. {
  2524. y_ = value;
  2525. }
  2526. inline void MessageOfButcher::set_y(int32_t value)
  2527. {
  2528. _internal_set_y(value);
  2529. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.y)
  2530. }
  2531. // int32 speed = 3;
  2532. inline void MessageOfButcher::clear_speed()
  2533. {
  2534. speed_ = 0;
  2535. }
  2536. inline int32_t MessageOfButcher::_internal_speed() const
  2537. {
  2538. return speed_;
  2539. }
  2540. inline int32_t MessageOfButcher::speed() const
  2541. {
  2542. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.speed)
  2543. return _internal_speed();
  2544. }
  2545. inline void MessageOfButcher::_internal_set_speed(int32_t value)
  2546. {
  2547. speed_ = value;
  2548. }
  2549. inline void MessageOfButcher::set_speed(int32_t value)
  2550. {
  2551. _internal_set_speed(value);
  2552. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.speed)
  2553. }
  2554. // int32 damage = 4;
  2555. inline void MessageOfButcher::clear_damage()
  2556. {
  2557. damage_ = 0;
  2558. }
  2559. inline int32_t MessageOfButcher::_internal_damage() const
  2560. {
  2561. return damage_;
  2562. }
  2563. inline int32_t MessageOfButcher::damage() const
  2564. {
  2565. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.damage)
  2566. return _internal_damage();
  2567. }
  2568. inline void MessageOfButcher::_internal_set_damage(int32_t value)
  2569. {
  2570. damage_ = value;
  2571. }
  2572. inline void MessageOfButcher::set_damage(int32_t value)
  2573. {
  2574. _internal_set_damage(value);
  2575. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.damage)
  2576. }
  2577. // double time_until_skill_available = 5;
  2578. inline void MessageOfButcher::clear_time_until_skill_available()
  2579. {
  2580. time_until_skill_available_ = 0;
  2581. }
  2582. inline double MessageOfButcher::_internal_time_until_skill_available() const
  2583. {
  2584. return time_until_skill_available_;
  2585. }
  2586. inline double MessageOfButcher::time_until_skill_available() const
  2587. {
  2588. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.time_until_skill_available)
  2589. return _internal_time_until_skill_available();
  2590. }
  2591. inline void MessageOfButcher::_internal_set_time_until_skill_available(double value)
  2592. {
  2593. time_until_skill_available_ = value;
  2594. }
  2595. inline void MessageOfButcher::set_time_until_skill_available(double value)
  2596. {
  2597. _internal_set_time_until_skill_available(value);
  2598. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.time_until_skill_available)
  2599. }
  2600. // .protobuf.PlaceType place = 6;
  2601. inline void MessageOfButcher::clear_place()
  2602. {
  2603. place_ = 0;
  2604. }
  2605. inline ::protobuf::PlaceType MessageOfButcher::_internal_place() const
  2606. {
  2607. return static_cast<::protobuf::PlaceType>(place_);
  2608. }
  2609. inline ::protobuf::PlaceType MessageOfButcher::place() const
  2610. {
  2611. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.place)
  2612. return _internal_place();
  2613. }
  2614. inline void MessageOfButcher::_internal_set_place(::protobuf::PlaceType value)
  2615. {
  2616. place_ = value;
  2617. }
  2618. inline void MessageOfButcher::set_place(::protobuf::PlaceType value)
  2619. {
  2620. _internal_set_place(value);
  2621. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.place)
  2622. }
  2623. // .protobuf.PropType prop = 7;
  2624. inline void MessageOfButcher::clear_prop()
  2625. {
  2626. prop_ = 0;
  2627. }
  2628. inline ::protobuf::PropType MessageOfButcher::_internal_prop() const
  2629. {
  2630. return static_cast<::protobuf::PropType>(prop_);
  2631. }
  2632. inline ::protobuf::PropType MessageOfButcher::prop() const
  2633. {
  2634. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.prop)
  2635. return _internal_prop();
  2636. }
  2637. inline void MessageOfButcher::_internal_set_prop(::protobuf::PropType value)
  2638. {
  2639. prop_ = value;
  2640. }
  2641. inline void MessageOfButcher::set_prop(::protobuf::PropType value)
  2642. {
  2643. _internal_set_prop(value);
  2644. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.prop)
  2645. }
  2646. // .protobuf.ButcherType butcher_type = 8;
  2647. inline void MessageOfButcher::clear_butcher_type()
  2648. {
  2649. butcher_type_ = 0;
  2650. }
  2651. inline ::protobuf::ButcherType MessageOfButcher::_internal_butcher_type() const
  2652. {
  2653. return static_cast<::protobuf::ButcherType>(butcher_type_);
  2654. }
  2655. inline ::protobuf::ButcherType MessageOfButcher::butcher_type() const
  2656. {
  2657. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.butcher_type)
  2658. return _internal_butcher_type();
  2659. }
  2660. inline void MessageOfButcher::_internal_set_butcher_type(::protobuf::ButcherType value)
  2661. {
  2662. butcher_type_ = value;
  2663. }
  2664. inline void MessageOfButcher::set_butcher_type(::protobuf::ButcherType value)
  2665. {
  2666. _internal_set_butcher_type(value);
  2667. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.butcher_type)
  2668. }
  2669. // int64 guid = 9;
  2670. inline void MessageOfButcher::clear_guid()
  2671. {
  2672. guid_ = int64_t{0};
  2673. }
  2674. inline int64_t MessageOfButcher::_internal_guid() const
  2675. {
  2676. return guid_;
  2677. }
  2678. inline int64_t MessageOfButcher::guid() const
  2679. {
  2680. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.guid)
  2681. return _internal_guid();
  2682. }
  2683. inline void MessageOfButcher::_internal_set_guid(int64_t value)
  2684. {
  2685. guid_ = value;
  2686. }
  2687. inline void MessageOfButcher::set_guid(int64_t value)
  2688. {
  2689. _internal_set_guid(value);
  2690. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.guid)
  2691. }
  2692. // bool movable = 10;
  2693. inline void MessageOfButcher::clear_movable()
  2694. {
  2695. movable_ = false;
  2696. }
  2697. inline bool MessageOfButcher::_internal_movable() const
  2698. {
  2699. return movable_;
  2700. }
  2701. inline bool MessageOfButcher::movable() const
  2702. {
  2703. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.movable)
  2704. return _internal_movable();
  2705. }
  2706. inline void MessageOfButcher::_internal_set_movable(bool value)
  2707. {
  2708. movable_ = value;
  2709. }
  2710. inline void MessageOfButcher::set_movable(bool value)
  2711. {
  2712. _internal_set_movable(value);
  2713. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.movable)
  2714. }
  2715. // int64 playerID = 11;
  2716. inline void MessageOfButcher::clear_playerid()
  2717. {
  2718. playerid_ = int64_t{0};
  2719. }
  2720. inline int64_t MessageOfButcher::_internal_playerid() const
  2721. {
  2722. return playerid_;
  2723. }
  2724. inline int64_t MessageOfButcher::playerid() const
  2725. {
  2726. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.playerID)
  2727. return _internal_playerid();
  2728. }
  2729. inline void MessageOfButcher::_internal_set_playerid(int64_t value)
  2730. {
  2731. playerid_ = value;
  2732. }
  2733. inline void MessageOfButcher::set_playerid(int64_t value)
  2734. {
  2735. _internal_set_playerid(value);
  2736. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.playerID)
  2737. }
  2738. // int32 view_range = 12;
  2739. inline void MessageOfButcher::clear_view_range()
  2740. {
  2741. view_range_ = 0;
  2742. }
  2743. inline int32_t MessageOfButcher::_internal_view_range() const
  2744. {
  2745. return view_range_;
  2746. }
  2747. inline int32_t MessageOfButcher::view_range() const
  2748. {
  2749. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.view_range)
  2750. return _internal_view_range();
  2751. }
  2752. inline void MessageOfButcher::_internal_set_view_range(int32_t value)
  2753. {
  2754. view_range_ = value;
  2755. }
  2756. inline void MessageOfButcher::set_view_range(int32_t value)
  2757. {
  2758. _internal_set_view_range(value);
  2759. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.view_range)
  2760. }
  2761. // repeated .protobuf.ButcherBuffType buff = 13;
  2762. inline int MessageOfButcher::_internal_buff_size() const
  2763. {
  2764. return buff_.size();
  2765. }
  2766. inline int MessageOfButcher::buff_size() const
  2767. {
  2768. return _internal_buff_size();
  2769. }
  2770. inline void MessageOfButcher::clear_buff()
  2771. {
  2772. buff_.Clear();
  2773. }
  2774. inline ::protobuf::ButcherBuffType MessageOfButcher::_internal_buff(int index) const
  2775. {
  2776. return static_cast<::protobuf::ButcherBuffType>(buff_.Get(index));
  2777. }
  2778. inline ::protobuf::ButcherBuffType MessageOfButcher::buff(int index) const
  2779. {
  2780. // @@protoc_insertion_point(field_get:protobuf.MessageOfButcher.buff)
  2781. return _internal_buff(index);
  2782. }
  2783. inline void MessageOfButcher::set_buff(int index, ::protobuf::ButcherBuffType value)
  2784. {
  2785. buff_.Set(index, value);
  2786. // @@protoc_insertion_point(field_set:protobuf.MessageOfButcher.buff)
  2787. }
  2788. inline void MessageOfButcher::_internal_add_buff(::protobuf::ButcherBuffType value)
  2789. {
  2790. buff_.Add(value);
  2791. }
  2792. inline void MessageOfButcher::add_buff(::protobuf::ButcherBuffType value)
  2793. {
  2794. _internal_add_buff(value);
  2795. // @@protoc_insertion_point(field_add:protobuf.MessageOfButcher.buff)
  2796. }
  2797. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>&
  2798. MessageOfButcher::buff() const
  2799. {
  2800. // @@protoc_insertion_point(field_list:protobuf.MessageOfButcher.buff)
  2801. return buff_;
  2802. }
  2803. inline ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>*
  2804. MessageOfButcher::_internal_mutable_buff()
  2805. {
  2806. return &buff_;
  2807. }
  2808. inline ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>*
  2809. MessageOfButcher::mutable_buff()
  2810. {
  2811. // @@protoc_insertion_point(field_mutable_list:protobuf.MessageOfButcher.buff)
  2812. return _internal_mutable_buff();
  2813. }
  2814. // -------------------------------------------------------------------
  2815. // MessageOfProp
  2816. // .protobuf.PropType type = 1;
  2817. inline void MessageOfProp::clear_type()
  2818. {
  2819. type_ = 0;
  2820. }
  2821. inline ::protobuf::PropType MessageOfProp::_internal_type() const
  2822. {
  2823. return static_cast<::protobuf::PropType>(type_);
  2824. }
  2825. inline ::protobuf::PropType MessageOfProp::type() const
  2826. {
  2827. // @@protoc_insertion_point(field_get:protobuf.MessageOfProp.type)
  2828. return _internal_type();
  2829. }
  2830. inline void MessageOfProp::_internal_set_type(::protobuf::PropType value)
  2831. {
  2832. type_ = value;
  2833. }
  2834. inline void MessageOfProp::set_type(::protobuf::PropType value)
  2835. {
  2836. _internal_set_type(value);
  2837. // @@protoc_insertion_point(field_set:protobuf.MessageOfProp.type)
  2838. }
  2839. // int32 x = 2;
  2840. inline void MessageOfProp::clear_x()
  2841. {
  2842. x_ = 0;
  2843. }
  2844. inline int32_t MessageOfProp::_internal_x() const
  2845. {
  2846. return x_;
  2847. }
  2848. inline int32_t MessageOfProp::x() const
  2849. {
  2850. // @@protoc_insertion_point(field_get:protobuf.MessageOfProp.x)
  2851. return _internal_x();
  2852. }
  2853. inline void MessageOfProp::_internal_set_x(int32_t value)
  2854. {
  2855. x_ = value;
  2856. }
  2857. inline void MessageOfProp::set_x(int32_t value)
  2858. {
  2859. _internal_set_x(value);
  2860. // @@protoc_insertion_point(field_set:protobuf.MessageOfProp.x)
  2861. }
  2862. // int32 y = 3;
  2863. inline void MessageOfProp::clear_y()
  2864. {
  2865. y_ = 0;
  2866. }
  2867. inline int32_t MessageOfProp::_internal_y() const
  2868. {
  2869. return y_;
  2870. }
  2871. inline int32_t MessageOfProp::y() const
  2872. {
  2873. // @@protoc_insertion_point(field_get:protobuf.MessageOfProp.y)
  2874. return _internal_y();
  2875. }
  2876. inline void MessageOfProp::_internal_set_y(int32_t value)
  2877. {
  2878. y_ = value;
  2879. }
  2880. inline void MessageOfProp::set_y(int32_t value)
  2881. {
  2882. _internal_set_y(value);
  2883. // @@protoc_insertion_point(field_set:protobuf.MessageOfProp.y)
  2884. }
  2885. // double facing_direction = 4;
  2886. inline void MessageOfProp::clear_facing_direction()
  2887. {
  2888. facing_direction_ = 0;
  2889. }
  2890. inline double MessageOfProp::_internal_facing_direction() const
  2891. {
  2892. return facing_direction_;
  2893. }
  2894. inline double MessageOfProp::facing_direction() const
  2895. {
  2896. // @@protoc_insertion_point(field_get:protobuf.MessageOfProp.facing_direction)
  2897. return _internal_facing_direction();
  2898. }
  2899. inline void MessageOfProp::_internal_set_facing_direction(double value)
  2900. {
  2901. facing_direction_ = value;
  2902. }
  2903. inline void MessageOfProp::set_facing_direction(double value)
  2904. {
  2905. _internal_set_facing_direction(value);
  2906. // @@protoc_insertion_point(field_set:protobuf.MessageOfProp.facing_direction)
  2907. }
  2908. // int64 guid = 5;
  2909. inline void MessageOfProp::clear_guid()
  2910. {
  2911. guid_ = int64_t{0};
  2912. }
  2913. inline int64_t MessageOfProp::_internal_guid() const
  2914. {
  2915. return guid_;
  2916. }
  2917. inline int64_t MessageOfProp::guid() const
  2918. {
  2919. // @@protoc_insertion_point(field_get:protobuf.MessageOfProp.guid)
  2920. return _internal_guid();
  2921. }
  2922. inline void MessageOfProp::_internal_set_guid(int64_t value)
  2923. {
  2924. guid_ = value;
  2925. }
  2926. inline void MessageOfProp::set_guid(int64_t value)
  2927. {
  2928. _internal_set_guid(value);
  2929. // @@protoc_insertion_point(field_set:protobuf.MessageOfProp.guid)
  2930. }
  2931. // .protobuf.PlaceType place = 6;
  2932. inline void MessageOfProp::clear_place()
  2933. {
  2934. place_ = 0;
  2935. }
  2936. inline ::protobuf::PlaceType MessageOfProp::_internal_place() const
  2937. {
  2938. return static_cast<::protobuf::PlaceType>(place_);
  2939. }
  2940. inline ::protobuf::PlaceType MessageOfProp::place() const
  2941. {
  2942. // @@protoc_insertion_point(field_get:protobuf.MessageOfProp.place)
  2943. return _internal_place();
  2944. }
  2945. inline void MessageOfProp::_internal_set_place(::protobuf::PlaceType value)
  2946. {
  2947. place_ = value;
  2948. }
  2949. inline void MessageOfProp::set_place(::protobuf::PlaceType value)
  2950. {
  2951. _internal_set_place(value);
  2952. // @@protoc_insertion_point(field_set:protobuf.MessageOfProp.place)
  2953. }
  2954. // -------------------------------------------------------------------
  2955. // MessageOfPickedProp
  2956. // .protobuf.PropType type = 1;
  2957. inline void MessageOfPickedProp::clear_type()
  2958. {
  2959. type_ = 0;
  2960. }
  2961. inline ::protobuf::PropType MessageOfPickedProp::_internal_type() const
  2962. {
  2963. return static_cast<::protobuf::PropType>(type_);
  2964. }
  2965. inline ::protobuf::PropType MessageOfPickedProp::type() const
  2966. {
  2967. // @@protoc_insertion_point(field_get:protobuf.MessageOfPickedProp.type)
  2968. return _internal_type();
  2969. }
  2970. inline void MessageOfPickedProp::_internal_set_type(::protobuf::PropType value)
  2971. {
  2972. type_ = value;
  2973. }
  2974. inline void MessageOfPickedProp::set_type(::protobuf::PropType value)
  2975. {
  2976. _internal_set_type(value);
  2977. // @@protoc_insertion_point(field_set:protobuf.MessageOfPickedProp.type)
  2978. }
  2979. // int32 x = 2;
  2980. inline void MessageOfPickedProp::clear_x()
  2981. {
  2982. x_ = 0;
  2983. }
  2984. inline int32_t MessageOfPickedProp::_internal_x() const
  2985. {
  2986. return x_;
  2987. }
  2988. inline int32_t MessageOfPickedProp::x() const
  2989. {
  2990. // @@protoc_insertion_point(field_get:protobuf.MessageOfPickedProp.x)
  2991. return _internal_x();
  2992. }
  2993. inline void MessageOfPickedProp::_internal_set_x(int32_t value)
  2994. {
  2995. x_ = value;
  2996. }
  2997. inline void MessageOfPickedProp::set_x(int32_t value)
  2998. {
  2999. _internal_set_x(value);
  3000. // @@protoc_insertion_point(field_set:protobuf.MessageOfPickedProp.x)
  3001. }
  3002. // int32 y = 3;
  3003. inline void MessageOfPickedProp::clear_y()
  3004. {
  3005. y_ = 0;
  3006. }
  3007. inline int32_t MessageOfPickedProp::_internal_y() const
  3008. {
  3009. return y_;
  3010. }
  3011. inline int32_t MessageOfPickedProp::y() const
  3012. {
  3013. // @@protoc_insertion_point(field_get:protobuf.MessageOfPickedProp.y)
  3014. return _internal_y();
  3015. }
  3016. inline void MessageOfPickedProp::_internal_set_y(int32_t value)
  3017. {
  3018. y_ = value;
  3019. }
  3020. inline void MessageOfPickedProp::set_y(int32_t value)
  3021. {
  3022. _internal_set_y(value);
  3023. // @@protoc_insertion_point(field_set:protobuf.MessageOfPickedProp.y)
  3024. }
  3025. // double facing_direction = 4;
  3026. inline void MessageOfPickedProp::clear_facing_direction()
  3027. {
  3028. facing_direction_ = 0;
  3029. }
  3030. inline double MessageOfPickedProp::_internal_facing_direction() const
  3031. {
  3032. return facing_direction_;
  3033. }
  3034. inline double MessageOfPickedProp::facing_direction() const
  3035. {
  3036. // @@protoc_insertion_point(field_get:protobuf.MessageOfPickedProp.facing_direction)
  3037. return _internal_facing_direction();
  3038. }
  3039. inline void MessageOfPickedProp::_internal_set_facing_direction(double value)
  3040. {
  3041. facing_direction_ = value;
  3042. }
  3043. inline void MessageOfPickedProp::set_facing_direction(double value)
  3044. {
  3045. _internal_set_facing_direction(value);
  3046. // @@protoc_insertion_point(field_set:protobuf.MessageOfPickedProp.facing_direction)
  3047. }
  3048. // int64 mapping_id = 5;
  3049. inline void MessageOfPickedProp::clear_mapping_id()
  3050. {
  3051. mapping_id_ = int64_t{0};
  3052. }
  3053. inline int64_t MessageOfPickedProp::_internal_mapping_id() const
  3054. {
  3055. return mapping_id_;
  3056. }
  3057. inline int64_t MessageOfPickedProp::mapping_id() const
  3058. {
  3059. // @@protoc_insertion_point(field_get:protobuf.MessageOfPickedProp.mapping_id)
  3060. return _internal_mapping_id();
  3061. }
  3062. inline void MessageOfPickedProp::_internal_set_mapping_id(int64_t value)
  3063. {
  3064. mapping_id_ = value;
  3065. }
  3066. inline void MessageOfPickedProp::set_mapping_id(int64_t value)
  3067. {
  3068. _internal_set_mapping_id(value);
  3069. // @@protoc_insertion_point(field_set:protobuf.MessageOfPickedProp.mapping_id)
  3070. }
  3071. // -------------------------------------------------------------------
  3072. // MessageOfMap_Row
  3073. // repeated .protobuf.PlaceType col = 1;
  3074. inline int MessageOfMap_Row::_internal_col_size() const
  3075. {
  3076. return col_.size();
  3077. }
  3078. inline int MessageOfMap_Row::col_size() const
  3079. {
  3080. return _internal_col_size();
  3081. }
  3082. inline void MessageOfMap_Row::clear_col()
  3083. {
  3084. col_.Clear();
  3085. }
  3086. inline ::protobuf::PlaceType MessageOfMap_Row::_internal_col(int index) const
  3087. {
  3088. return static_cast<::protobuf::PlaceType>(col_.Get(index));
  3089. }
  3090. inline ::protobuf::PlaceType MessageOfMap_Row::col(int index) const
  3091. {
  3092. // @@protoc_insertion_point(field_get:protobuf.MessageOfMap.Row.col)
  3093. return _internal_col(index);
  3094. }
  3095. inline void MessageOfMap_Row::set_col(int index, ::protobuf::PlaceType value)
  3096. {
  3097. col_.Set(index, value);
  3098. // @@protoc_insertion_point(field_set:protobuf.MessageOfMap.Row.col)
  3099. }
  3100. inline void MessageOfMap_Row::_internal_add_col(::protobuf::PlaceType value)
  3101. {
  3102. col_.Add(value);
  3103. }
  3104. inline void MessageOfMap_Row::add_col(::protobuf::PlaceType value)
  3105. {
  3106. _internal_add_col(value);
  3107. // @@protoc_insertion_point(field_add:protobuf.MessageOfMap.Row.col)
  3108. }
  3109. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>&
  3110. MessageOfMap_Row::col() const
  3111. {
  3112. // @@protoc_insertion_point(field_list:protobuf.MessageOfMap.Row.col)
  3113. return col_;
  3114. }
  3115. inline ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>*
  3116. MessageOfMap_Row::_internal_mutable_col()
  3117. {
  3118. return &col_;
  3119. }
  3120. inline ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>*
  3121. MessageOfMap_Row::mutable_col()
  3122. {
  3123. // @@protoc_insertion_point(field_mutable_list:protobuf.MessageOfMap.Row.col)
  3124. return _internal_mutable_col();
  3125. }
  3126. // -------------------------------------------------------------------
  3127. // MessageOfMap
  3128. // repeated .protobuf.MessageOfMap.Row row = 2;
  3129. inline int MessageOfMap::_internal_row_size() const
  3130. {
  3131. return row_.size();
  3132. }
  3133. inline int MessageOfMap::row_size() const
  3134. {
  3135. return _internal_row_size();
  3136. }
  3137. inline void MessageOfMap::clear_row()
  3138. {
  3139. row_.Clear();
  3140. }
  3141. inline ::protobuf::MessageOfMap_Row* MessageOfMap::mutable_row(int index)
  3142. {
  3143. // @@protoc_insertion_point(field_mutable:protobuf.MessageOfMap.row)
  3144. return row_.Mutable(index);
  3145. }
  3146. inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfMap_Row>*
  3147. MessageOfMap::mutable_row()
  3148. {
  3149. // @@protoc_insertion_point(field_mutable_list:protobuf.MessageOfMap.row)
  3150. return &row_;
  3151. }
  3152. inline const ::protobuf::MessageOfMap_Row& MessageOfMap::_internal_row(int index) const
  3153. {
  3154. return row_.Get(index);
  3155. }
  3156. inline const ::protobuf::MessageOfMap_Row& MessageOfMap::row(int index) const
  3157. {
  3158. // @@protoc_insertion_point(field_get:protobuf.MessageOfMap.row)
  3159. return _internal_row(index);
  3160. }
  3161. inline ::protobuf::MessageOfMap_Row* MessageOfMap::_internal_add_row()
  3162. {
  3163. return row_.Add();
  3164. }
  3165. inline ::protobuf::MessageOfMap_Row* MessageOfMap::add_row()
  3166. {
  3167. ::protobuf::MessageOfMap_Row* _add = _internal_add_row();
  3168. // @@protoc_insertion_point(field_add:protobuf.MessageOfMap.row)
  3169. return _add;
  3170. }
  3171. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfMap_Row>&
  3172. MessageOfMap::row() const
  3173. {
  3174. // @@protoc_insertion_point(field_list:protobuf.MessageOfMap.row)
  3175. return row_;
  3176. }
  3177. // -------------------------------------------------------------------
  3178. // MessageToClient
  3179. // repeated .protobuf.MessageOfHuman human_message = 1;
  3180. inline int MessageToClient::_internal_human_message_size() const
  3181. {
  3182. return human_message_.size();
  3183. }
  3184. inline int MessageToClient::human_message_size() const
  3185. {
  3186. return _internal_human_message_size();
  3187. }
  3188. inline void MessageToClient::clear_human_message()
  3189. {
  3190. human_message_.Clear();
  3191. }
  3192. inline ::protobuf::MessageOfHuman* MessageToClient::mutable_human_message(int index)
  3193. {
  3194. // @@protoc_insertion_point(field_mutable:protobuf.MessageToClient.human_message)
  3195. return human_message_.Mutable(index);
  3196. }
  3197. inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfHuman>*
  3198. MessageToClient::mutable_human_message()
  3199. {
  3200. // @@protoc_insertion_point(field_mutable_list:protobuf.MessageToClient.human_message)
  3201. return &human_message_;
  3202. }
  3203. inline const ::protobuf::MessageOfHuman& MessageToClient::_internal_human_message(int index) const
  3204. {
  3205. return human_message_.Get(index);
  3206. }
  3207. inline const ::protobuf::MessageOfHuman& MessageToClient::human_message(int index) const
  3208. {
  3209. // @@protoc_insertion_point(field_get:protobuf.MessageToClient.human_message)
  3210. return _internal_human_message(index);
  3211. }
  3212. inline ::protobuf::MessageOfHuman* MessageToClient::_internal_add_human_message()
  3213. {
  3214. return human_message_.Add();
  3215. }
  3216. inline ::protobuf::MessageOfHuman* MessageToClient::add_human_message()
  3217. {
  3218. ::protobuf::MessageOfHuman* _add = _internal_add_human_message();
  3219. // @@protoc_insertion_point(field_add:protobuf.MessageToClient.human_message)
  3220. return _add;
  3221. }
  3222. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfHuman>&
  3223. MessageToClient::human_message() const
  3224. {
  3225. // @@protoc_insertion_point(field_list:protobuf.MessageToClient.human_message)
  3226. return human_message_;
  3227. }
  3228. // repeated .protobuf.MessageOfButcher butcher_message = 2;
  3229. inline int MessageToClient::_internal_butcher_message_size() const
  3230. {
  3231. return butcher_message_.size();
  3232. }
  3233. inline int MessageToClient::butcher_message_size() const
  3234. {
  3235. return _internal_butcher_message_size();
  3236. }
  3237. inline void MessageToClient::clear_butcher_message()
  3238. {
  3239. butcher_message_.Clear();
  3240. }
  3241. inline ::protobuf::MessageOfButcher* MessageToClient::mutable_butcher_message(int index)
  3242. {
  3243. // @@protoc_insertion_point(field_mutable:protobuf.MessageToClient.butcher_message)
  3244. return butcher_message_.Mutable(index);
  3245. }
  3246. inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfButcher>*
  3247. MessageToClient::mutable_butcher_message()
  3248. {
  3249. // @@protoc_insertion_point(field_mutable_list:protobuf.MessageToClient.butcher_message)
  3250. return &butcher_message_;
  3251. }
  3252. inline const ::protobuf::MessageOfButcher& MessageToClient::_internal_butcher_message(int index) const
  3253. {
  3254. return butcher_message_.Get(index);
  3255. }
  3256. inline const ::protobuf::MessageOfButcher& MessageToClient::butcher_message(int index) const
  3257. {
  3258. // @@protoc_insertion_point(field_get:protobuf.MessageToClient.butcher_message)
  3259. return _internal_butcher_message(index);
  3260. }
  3261. inline ::protobuf::MessageOfButcher* MessageToClient::_internal_add_butcher_message()
  3262. {
  3263. return butcher_message_.Add();
  3264. }
  3265. inline ::protobuf::MessageOfButcher* MessageToClient::add_butcher_message()
  3266. {
  3267. ::protobuf::MessageOfButcher* _add = _internal_add_butcher_message();
  3268. // @@protoc_insertion_point(field_add:protobuf.MessageToClient.butcher_message)
  3269. return _add;
  3270. }
  3271. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfButcher>&
  3272. MessageToClient::butcher_message() const
  3273. {
  3274. // @@protoc_insertion_point(field_list:protobuf.MessageToClient.butcher_message)
  3275. return butcher_message_;
  3276. }
  3277. // repeated .protobuf.MessageOfProp prop_message = 3;
  3278. inline int MessageToClient::_internal_prop_message_size() const
  3279. {
  3280. return prop_message_.size();
  3281. }
  3282. inline int MessageToClient::prop_message_size() const
  3283. {
  3284. return _internal_prop_message_size();
  3285. }
  3286. inline void MessageToClient::clear_prop_message()
  3287. {
  3288. prop_message_.Clear();
  3289. }
  3290. inline ::protobuf::MessageOfProp* MessageToClient::mutable_prop_message(int index)
  3291. {
  3292. // @@protoc_insertion_point(field_mutable:protobuf.MessageToClient.prop_message)
  3293. return prop_message_.Mutable(index);
  3294. }
  3295. inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfProp>*
  3296. MessageToClient::mutable_prop_message()
  3297. {
  3298. // @@protoc_insertion_point(field_mutable_list:protobuf.MessageToClient.prop_message)
  3299. return &prop_message_;
  3300. }
  3301. inline const ::protobuf::MessageOfProp& MessageToClient::_internal_prop_message(int index) const
  3302. {
  3303. return prop_message_.Get(index);
  3304. }
  3305. inline const ::protobuf::MessageOfProp& MessageToClient::prop_message(int index) const
  3306. {
  3307. // @@protoc_insertion_point(field_get:protobuf.MessageToClient.prop_message)
  3308. return _internal_prop_message(index);
  3309. }
  3310. inline ::protobuf::MessageOfProp* MessageToClient::_internal_add_prop_message()
  3311. {
  3312. return prop_message_.Add();
  3313. }
  3314. inline ::protobuf::MessageOfProp* MessageToClient::add_prop_message()
  3315. {
  3316. ::protobuf::MessageOfProp* _add = _internal_add_prop_message();
  3317. // @@protoc_insertion_point(field_add:protobuf.MessageToClient.prop_message)
  3318. return _add;
  3319. }
  3320. inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<::protobuf::MessageOfProp>&
  3321. MessageToClient::prop_message() const
  3322. {
  3323. // @@protoc_insertion_point(field_list:protobuf.MessageToClient.prop_message)
  3324. return prop_message_;
  3325. }
  3326. // .protobuf.MessageOfMap map_massage = 4;
  3327. inline bool MessageToClient::_internal_has_map_massage() const
  3328. {
  3329. return this != internal_default_instance() && map_massage_ != nullptr;
  3330. }
  3331. inline bool MessageToClient::has_map_massage() const
  3332. {
  3333. return _internal_has_map_massage();
  3334. }
  3335. inline void MessageToClient::clear_map_massage()
  3336. {
  3337. if (GetArenaForAllocation() == nullptr && map_massage_ != nullptr)
  3338. {
  3339. delete map_massage_;
  3340. }
  3341. map_massage_ = nullptr;
  3342. }
  3343. inline const ::protobuf::MessageOfMap& MessageToClient::_internal_map_massage() const
  3344. {
  3345. const ::protobuf::MessageOfMap* p = map_massage_;
  3346. return p != nullptr ? *p : reinterpret_cast<const ::protobuf::MessageOfMap&>(::protobuf::_MessageOfMap_default_instance_);
  3347. }
  3348. inline const ::protobuf::MessageOfMap& MessageToClient::map_massage() const
  3349. {
  3350. // @@protoc_insertion_point(field_get:protobuf.MessageToClient.map_massage)
  3351. return _internal_map_massage();
  3352. }
  3353. inline void MessageToClient::unsafe_arena_set_allocated_map_massage(
  3354. ::protobuf::MessageOfMap* map_massage
  3355. )
  3356. {
  3357. if (GetArenaForAllocation() == nullptr)
  3358. {
  3359. delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(map_massage_);
  3360. }
  3361. map_massage_ = map_massage;
  3362. if (map_massage)
  3363. {
  3364. }
  3365. else
  3366. {
  3367. }
  3368. // @@protoc_insertion_point(field_unsafe_arena_set_allocated:protobuf.MessageToClient.map_massage)
  3369. }
  3370. inline ::protobuf::MessageOfMap* MessageToClient::release_map_massage()
  3371. {
  3372. ::protobuf::MessageOfMap* temp = map_massage_;
  3373. map_massage_ = nullptr;
  3374. #ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
  3375. auto* old = reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(temp);
  3376. temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
  3377. if (GetArenaForAllocation() == nullptr)
  3378. {
  3379. delete old;
  3380. }
  3381. #else // PROTOBUF_FORCE_COPY_IN_RELEASE
  3382. if (GetArenaForAllocation() != nullptr)
  3383. {
  3384. temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
  3385. }
  3386. #endif // !PROTOBUF_FORCE_COPY_IN_RELEASE
  3387. return temp;
  3388. }
  3389. inline ::protobuf::MessageOfMap* MessageToClient::unsafe_arena_release_map_massage()
  3390. {
  3391. // @@protoc_insertion_point(field_release:protobuf.MessageToClient.map_massage)
  3392. ::protobuf::MessageOfMap* temp = map_massage_;
  3393. map_massage_ = nullptr;
  3394. return temp;
  3395. }
  3396. inline ::protobuf::MessageOfMap* MessageToClient::_internal_mutable_map_massage()
  3397. {
  3398. if (map_massage_ == nullptr)
  3399. {
  3400. auto* p = CreateMaybeMessage<::protobuf::MessageOfMap>(GetArenaForAllocation());
  3401. map_massage_ = p;
  3402. }
  3403. return map_massage_;
  3404. }
  3405. inline ::protobuf::MessageOfMap* MessageToClient::mutable_map_massage()
  3406. {
  3407. ::protobuf::MessageOfMap* _msg = _internal_mutable_map_massage();
  3408. // @@protoc_insertion_point(field_mutable:protobuf.MessageToClient.map_massage)
  3409. return _msg;
  3410. }
  3411. inline void MessageToClient::set_allocated_map_massage(::protobuf::MessageOfMap* map_massage)
  3412. {
  3413. ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
  3414. if (message_arena == nullptr)
  3415. {
  3416. delete map_massage_;
  3417. }
  3418. if (map_massage)
  3419. {
  3420. ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
  3421. ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper<::protobuf::MessageOfMap>::GetOwningArena(map_massage);
  3422. if (message_arena != submessage_arena)
  3423. {
  3424. map_massage = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
  3425. message_arena, map_massage, submessage_arena
  3426. );
  3427. }
  3428. }
  3429. else
  3430. {
  3431. }
  3432. map_massage_ = map_massage;
  3433. // @@protoc_insertion_point(field_set_allocated:protobuf.MessageToClient.map_massage)
  3434. }
  3435. // -------------------------------------------------------------------
  3436. // MoveRes
  3437. // int64 actual_speed = 1;
  3438. inline void MoveRes::clear_actual_speed()
  3439. {
  3440. actual_speed_ = int64_t{0};
  3441. }
  3442. inline int64_t MoveRes::_internal_actual_speed() const
  3443. {
  3444. return actual_speed_;
  3445. }
  3446. inline int64_t MoveRes::actual_speed() const
  3447. {
  3448. // @@protoc_insertion_point(field_get:protobuf.MoveRes.actual_speed)
  3449. return _internal_actual_speed();
  3450. }
  3451. inline void MoveRes::_internal_set_actual_speed(int64_t value)
  3452. {
  3453. actual_speed_ = value;
  3454. }
  3455. inline void MoveRes::set_actual_speed(int64_t value)
  3456. {
  3457. _internal_set_actual_speed(value);
  3458. // @@protoc_insertion_point(field_set:protobuf.MoveRes.actual_speed)
  3459. }
  3460. // double actual_angle = 2;
  3461. inline void MoveRes::clear_actual_angle()
  3462. {
  3463. actual_angle_ = 0;
  3464. }
  3465. inline double MoveRes::_internal_actual_angle() const
  3466. {
  3467. return actual_angle_;
  3468. }
  3469. inline double MoveRes::actual_angle() const
  3470. {
  3471. // @@protoc_insertion_point(field_get:protobuf.MoveRes.actual_angle)
  3472. return _internal_actual_angle();
  3473. }
  3474. inline void MoveRes::_internal_set_actual_angle(double value)
  3475. {
  3476. actual_angle_ = value;
  3477. }
  3478. inline void MoveRes::set_actual_angle(double value)
  3479. {
  3480. _internal_set_actual_angle(value);
  3481. // @@protoc_insertion_point(field_set:protobuf.MoveRes.actual_angle)
  3482. }
  3483. // -------------------------------------------------------------------
  3484. // BoolRes
  3485. // bool act_success = 1;
  3486. inline void BoolRes::clear_act_success()
  3487. {
  3488. act_success_ = false;
  3489. }
  3490. inline bool BoolRes::_internal_act_success() const
  3491. {
  3492. return act_success_;
  3493. }
  3494. inline bool BoolRes::act_success() const
  3495. {
  3496. // @@protoc_insertion_point(field_get:protobuf.BoolRes.act_success)
  3497. return _internal_act_success();
  3498. }
  3499. inline void BoolRes::_internal_set_act_success(bool value)
  3500. {
  3501. act_success_ = value;
  3502. }
  3503. inline void BoolRes::set_act_success(bool value)
  3504. {
  3505. _internal_set_act_success(value);
  3506. // @@protoc_insertion_point(field_set:protobuf.BoolRes.act_success)
  3507. }
  3508. #ifdef __GNUC__
  3509. #pragma GCC diagnostic pop
  3510. #endif // __GNUC__
  3511. // -------------------------------------------------------------------
  3512. // -------------------------------------------------------------------
  3513. // -------------------------------------------------------------------
  3514. // -------------------------------------------------------------------
  3515. // -------------------------------------------------------------------
  3516. // -------------------------------------------------------------------
  3517. // -------------------------------------------------------------------
  3518. // -------------------------------------------------------------------
  3519. // @@protoc_insertion_point(namespace_scope)
  3520. } // namespace protobuf
  3521. // @@protoc_insertion_point(global_scope)
  3522. #include <google/protobuf/port_undef.inc>
  3523. #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_Message2Clients_2eproto