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.

MessageType.pb.h 19 kB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: MessageType.proto
  3. #ifndef GOOGLE_PROTOBUF_INCLUDED_MessageType_2eproto
  4. #define GOOGLE_PROTOBUF_INCLUDED_MessageType_2eproto
  5. #include <limits>
  6. #include <string>
  7. #include <google/protobuf/port_def.inc>
  8. #if PROTOBUF_VERSION < 3021000
  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 3021009 < 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_util.h>
  23. #include <google/protobuf/metadata_lite.h>
  24. #include <google/protobuf/generated_message_reflection.h>
  25. #include <google/protobuf/repeated_field.h> // IWYU pragma: export
  26. #include <google/protobuf/extension_set.h> // IWYU pragma: export
  27. #include <google/protobuf/generated_enum_reflection.h>
  28. // @@protoc_insertion_point(includes)
  29. #include <google/protobuf/port_def.inc>
  30. #define PROTOBUF_INTERNAL_EXPORT_MessageType_2eproto
  31. PROTOBUF_NAMESPACE_OPEN
  32. namespace internal
  33. {
  34. class AnyMetadata;
  35. } // namespace internal
  36. PROTOBUF_NAMESPACE_CLOSE
  37. // Internal implementation detail -- do not use these members.
  38. struct TableStruct_MessageType_2eproto
  39. {
  40. static const uint32_t offsets[];
  41. };
  42. extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_MessageType_2eproto;
  43. PROTOBUF_NAMESPACE_OPEN
  44. PROTOBUF_NAMESPACE_CLOSE
  45. namespace protobuf
  46. {
  47. enum BulletType : int
  48. {
  49. NULL_BULLET_TYPE = 0,
  50. LINE_BULLET = 1,
  51. COMMON_BULLET = 2,
  52. FAST_BULLET = 3,
  53. ORDINARY_BULLET = 4,
  54. ATOM_BOMB = 5,
  55. BulletType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min(),
  56. BulletType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
  57. };
  58. bool BulletType_IsValid(int value);
  59. constexpr BulletType BulletType_MIN = NULL_BULLET_TYPE;
  60. constexpr BulletType BulletType_MAX = ATOM_BOMB;
  61. constexpr int BulletType_ARRAYSIZE = BulletType_MAX + 1;
  62. const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* BulletType_descriptor();
  63. template<typename T>
  64. inline const std::string& BulletType_Name(T enum_t_value)
  65. {
  66. static_assert(::std::is_same<T, BulletType>::value || ::std::is_integral<T>::value, "Incorrect type passed to function BulletType_Name.");
  67. return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
  68. BulletType_descriptor(), enum_t_value
  69. );
  70. }
  71. inline bool BulletType_Parse(
  72. ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, BulletType* value
  73. )
  74. {
  75. return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<BulletType>(
  76. BulletType_descriptor(), name, value
  77. );
  78. }
  79. enum PlaceType : int
  80. {
  81. NULL_PLACE_TYPE = 0,
  82. LAND = 1,
  83. WALL = 2,
  84. GRASS = 3,
  85. CLASSROOM = 4,
  86. GATE = 5,
  87. HIDDEN_GATE = 6,
  88. PlaceType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min(),
  89. PlaceType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
  90. };
  91. bool PlaceType_IsValid(int value);
  92. constexpr PlaceType PlaceType_MIN = NULL_PLACE_TYPE;
  93. constexpr PlaceType PlaceType_MAX = HIDDEN_GATE;
  94. constexpr int PlaceType_ARRAYSIZE = PlaceType_MAX + 1;
  95. const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* PlaceType_descriptor();
  96. template<typename T>
  97. inline const std::string& PlaceType_Name(T enum_t_value)
  98. {
  99. static_assert(::std::is_same<T, PlaceType>::value || ::std::is_integral<T>::value, "Incorrect type passed to function PlaceType_Name.");
  100. return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
  101. PlaceType_descriptor(), enum_t_value
  102. );
  103. }
  104. inline bool PlaceType_Parse(
  105. ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PlaceType* value
  106. )
  107. {
  108. return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<PlaceType>(
  109. PlaceType_descriptor(), name, value
  110. );
  111. }
  112. enum ShapeType : int
  113. {
  114. NULL_SHAPE_TYPE = 0,
  115. CIRCLE = 1,
  116. SQUARE = 2,
  117. ShapeType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min(),
  118. ShapeType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
  119. };
  120. bool ShapeType_IsValid(int value);
  121. constexpr ShapeType ShapeType_MIN = NULL_SHAPE_TYPE;
  122. constexpr ShapeType ShapeType_MAX = SQUARE;
  123. constexpr int ShapeType_ARRAYSIZE = ShapeType_MAX + 1;
  124. const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* ShapeType_descriptor();
  125. template<typename T>
  126. inline const std::string& ShapeType_Name(T enum_t_value)
  127. {
  128. static_assert(::std::is_same<T, ShapeType>::value || ::std::is_integral<T>::value, "Incorrect type passed to function ShapeType_Name.");
  129. return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
  130. ShapeType_descriptor(), enum_t_value
  131. );
  132. }
  133. inline bool ShapeType_Parse(
  134. ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, ShapeType* value
  135. )
  136. {
  137. return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<ShapeType>(
  138. ShapeType_descriptor(), name, value
  139. );
  140. }
  141. enum PropType : int
  142. {
  143. NULL_PROP_TYPE = 0,
  144. PTYPE1 = 1,
  145. PTYPE2 = 2,
  146. PTYPE3 = 3,
  147. PTYPE4 = 4,
  148. PropType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min(),
  149. PropType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
  150. };
  151. bool PropType_IsValid(int value);
  152. constexpr PropType PropType_MIN = NULL_PROP_TYPE;
  153. constexpr PropType PropType_MAX = PTYPE4;
  154. constexpr int PropType_ARRAYSIZE = PropType_MAX + 1;
  155. const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* PropType_descriptor();
  156. template<typename T>
  157. inline const std::string& PropType_Name(T enum_t_value)
  158. {
  159. static_assert(::std::is_same<T, PropType>::value || ::std::is_integral<T>::value, "Incorrect type passed to function PropType_Name.");
  160. return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
  161. PropType_descriptor(), enum_t_value
  162. );
  163. }
  164. inline bool PropType_Parse(
  165. ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PropType* value
  166. )
  167. {
  168. return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<PropType>(
  169. PropType_descriptor(), name, value
  170. );
  171. }
  172. enum StudentBuffType : int
  173. {
  174. NULL_SBUFF_TYPE = 0,
  175. SBUFFTYPE1 = 1,
  176. SBUFFTYPE2 = 2,
  177. SBUFFTYPE3 = 3,
  178. SBUFFTYPE4 = 4,
  179. StudentBuffType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min(),
  180. StudentBuffType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
  181. };
  182. bool StudentBuffType_IsValid(int value);
  183. constexpr StudentBuffType StudentBuffType_MIN = NULL_SBUFF_TYPE;
  184. constexpr StudentBuffType StudentBuffType_MAX = SBUFFTYPE4;
  185. constexpr int StudentBuffType_ARRAYSIZE = StudentBuffType_MAX + 1;
  186. const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* StudentBuffType_descriptor();
  187. template<typename T>
  188. inline const std::string& StudentBuffType_Name(T enum_t_value)
  189. {
  190. static_assert(::std::is_same<T, StudentBuffType>::value || ::std::is_integral<T>::value, "Incorrect type passed to function StudentBuffType_Name.");
  191. return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
  192. StudentBuffType_descriptor(), enum_t_value
  193. );
  194. }
  195. inline bool StudentBuffType_Parse(
  196. ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, StudentBuffType* value
  197. )
  198. {
  199. return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<StudentBuffType>(
  200. StudentBuffType_descriptor(), name, value
  201. );
  202. }
  203. enum StudentState : int
  204. {
  205. NULL_STATUS = 0,
  206. IDLE = 1,
  207. LEARNING = 2,
  208. ADDICTED = 3,
  209. QUIT = 4,
  210. GRADUATED = 5,
  211. TREATED = 6,
  212. RESCUED = 7,
  213. STUNNED = 8,
  214. TREATING = 9,
  215. RESCUING = 10,
  216. StudentState_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min(),
  217. StudentState_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
  218. };
  219. bool StudentState_IsValid(int value);
  220. constexpr StudentState StudentState_MIN = NULL_STATUS;
  221. constexpr StudentState StudentState_MAX = RESCUING;
  222. constexpr int StudentState_ARRAYSIZE = StudentState_MAX + 1;
  223. const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* StudentState_descriptor();
  224. template<typename T>
  225. inline const std::string& StudentState_Name(T enum_t_value)
  226. {
  227. static_assert(::std::is_same<T, StudentState>::value || ::std::is_integral<T>::value, "Incorrect type passed to function StudentState_Name.");
  228. return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
  229. StudentState_descriptor(), enum_t_value
  230. );
  231. }
  232. inline bool StudentState_Parse(
  233. ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, StudentState* value
  234. )
  235. {
  236. return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<StudentState>(
  237. StudentState_descriptor(), name, value
  238. );
  239. }
  240. enum TrickerBuffType : int
  241. {
  242. NULL_TBUFF_TYPE = 0,
  243. TBUFFTYPE1 = 1,
  244. TBUFFTYPE2 = 2,
  245. TBUFFTYPE3 = 3,
  246. TBUFFTYPE4 = 4,
  247. TrickerBuffType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min(),
  248. TrickerBuffType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
  249. };
  250. bool TrickerBuffType_IsValid(int value);
  251. constexpr TrickerBuffType TrickerBuffType_MIN = NULL_TBUFF_TYPE;
  252. constexpr TrickerBuffType TrickerBuffType_MAX = TBUFFTYPE4;
  253. constexpr int TrickerBuffType_ARRAYSIZE = TrickerBuffType_MAX + 1;
  254. const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* TrickerBuffType_descriptor();
  255. template<typename T>
  256. inline const std::string& TrickerBuffType_Name(T enum_t_value)
  257. {
  258. static_assert(::std::is_same<T, TrickerBuffType>::value || ::std::is_integral<T>::value, "Incorrect type passed to function TrickerBuffType_Name.");
  259. return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
  260. TrickerBuffType_descriptor(), enum_t_value
  261. );
  262. }
  263. inline bool TrickerBuffType_Parse(
  264. ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TrickerBuffType* value
  265. )
  266. {
  267. return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<TrickerBuffType>(
  268. TrickerBuffType_descriptor(), name, value
  269. );
  270. }
  271. enum PlayerType : int
  272. {
  273. NULL_PLAYER_TYPE = 0,
  274. STUDENT_PLAYER = 1,
  275. TRICKER_PLAYER = 2,
  276. PlayerType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min(),
  277. PlayerType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
  278. };
  279. bool PlayerType_IsValid(int value);
  280. constexpr PlayerType PlayerType_MIN = NULL_PLAYER_TYPE;
  281. constexpr PlayerType PlayerType_MAX = TRICKER_PLAYER;
  282. constexpr int PlayerType_ARRAYSIZE = PlayerType_MAX + 1;
  283. const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* PlayerType_descriptor();
  284. template<typename T>
  285. inline const std::string& PlayerType_Name(T enum_t_value)
  286. {
  287. static_assert(::std::is_same<T, PlayerType>::value || ::std::is_integral<T>::value, "Incorrect type passed to function PlayerType_Name.");
  288. return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
  289. PlayerType_descriptor(), enum_t_value
  290. );
  291. }
  292. inline bool PlayerType_Parse(
  293. ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, PlayerType* value
  294. )
  295. {
  296. return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<PlayerType>(
  297. PlayerType_descriptor(), name, value
  298. );
  299. }
  300. enum StudentType : int
  301. {
  302. NULL_STUDENT_TYPE = 0,
  303. STUDENTTYPE1 = 1,
  304. STUDENTTYPE2 = 2,
  305. STUDENTTYPE3 = 3,
  306. STUDENTTYPE4 = 4,
  307. StudentType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min(),
  308. StudentType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
  309. };
  310. bool StudentType_IsValid(int value);
  311. constexpr StudentType StudentType_MIN = NULL_STUDENT_TYPE;
  312. constexpr StudentType StudentType_MAX = STUDENTTYPE4;
  313. constexpr int StudentType_ARRAYSIZE = StudentType_MAX + 1;
  314. const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* StudentType_descriptor();
  315. template<typename T>
  316. inline const std::string& StudentType_Name(T enum_t_value)
  317. {
  318. static_assert(::std::is_same<T, StudentType>::value || ::std::is_integral<T>::value, "Incorrect type passed to function StudentType_Name.");
  319. return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
  320. StudentType_descriptor(), enum_t_value
  321. );
  322. }
  323. inline bool StudentType_Parse(
  324. ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, StudentType* value
  325. )
  326. {
  327. return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<StudentType>(
  328. StudentType_descriptor(), name, value
  329. );
  330. }
  331. enum TrickerType : int
  332. {
  333. NULL_TRICKER_TYPE = 0,
  334. TRICKERTYPE1 = 1,
  335. TRICKERTYPE2 = 2,
  336. TRICKERTYPE3 = 3,
  337. TRICKERTYPE4 = 4,
  338. TrickerType_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min(),
  339. TrickerType_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
  340. };
  341. bool TrickerType_IsValid(int value);
  342. constexpr TrickerType TrickerType_MIN = NULL_TRICKER_TYPE;
  343. constexpr TrickerType TrickerType_MAX = TRICKERTYPE4;
  344. constexpr int TrickerType_ARRAYSIZE = TrickerType_MAX + 1;
  345. const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* TrickerType_descriptor();
  346. template<typename T>
  347. inline const std::string& TrickerType_Name(T enum_t_value)
  348. {
  349. static_assert(::std::is_same<T, TrickerType>::value || ::std::is_integral<T>::value, "Incorrect type passed to function TrickerType_Name.");
  350. return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
  351. TrickerType_descriptor(), enum_t_value
  352. );
  353. }
  354. inline bool TrickerType_Parse(
  355. ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, TrickerType* value
  356. )
  357. {
  358. return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<TrickerType>(
  359. TrickerType_descriptor(), name, value
  360. );
  361. }
  362. enum GameState : int
  363. {
  364. NULL_GAME_STATE = 0,
  365. GAME_START = 1,
  366. GAME_RUNNING = 2,
  367. GAME_END = 3,
  368. GameState_INT_MIN_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::min(),
  369. GameState_INT_MAX_SENTINEL_DO_NOT_USE_ = std::numeric_limits<int32_t>::max()
  370. };
  371. bool GameState_IsValid(int value);
  372. constexpr GameState GameState_MIN = NULL_GAME_STATE;
  373. constexpr GameState GameState_MAX = GAME_END;
  374. constexpr int GameState_ARRAYSIZE = GameState_MAX + 1;
  375. const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* GameState_descriptor();
  376. template<typename T>
  377. inline const std::string& GameState_Name(T enum_t_value)
  378. {
  379. static_assert(::std::is_same<T, GameState>::value || ::std::is_integral<T>::value, "Incorrect type passed to function GameState_Name.");
  380. return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
  381. GameState_descriptor(), enum_t_value
  382. );
  383. }
  384. inline bool GameState_Parse(
  385. ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, GameState* value
  386. )
  387. {
  388. return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<GameState>(
  389. GameState_descriptor(), name, value
  390. );
  391. }
  392. // ===================================================================
  393. // ===================================================================
  394. // ===================================================================
  395. #ifdef __GNUC__
  396. #pragma GCC diagnostic push
  397. #pragma GCC diagnostic ignored "-Wstrict-aliasing"
  398. #endif // __GNUC__
  399. #ifdef __GNUC__
  400. #pragma GCC diagnostic pop
  401. #endif // __GNUC__
  402. // @@protoc_insertion_point(namespace_scope)
  403. } // namespace protobuf
  404. PROTOBUF_NAMESPACE_OPEN
  405. template<>
  406. struct is_proto_enum<::protobuf::BulletType> : ::std::true_type
  407. {
  408. };
  409. template<>
  410. inline const EnumDescriptor* GetEnumDescriptor<::protobuf::BulletType>()
  411. {
  412. return ::protobuf::BulletType_descriptor();
  413. }
  414. template<>
  415. struct is_proto_enum<::protobuf::PlaceType> : ::std::true_type
  416. {
  417. };
  418. template<>
  419. inline const EnumDescriptor* GetEnumDescriptor<::protobuf::PlaceType>()
  420. {
  421. return ::protobuf::PlaceType_descriptor();
  422. }
  423. template<>
  424. struct is_proto_enum<::protobuf::ShapeType> : ::std::true_type
  425. {
  426. };
  427. template<>
  428. inline const EnumDescriptor* GetEnumDescriptor<::protobuf::ShapeType>()
  429. {
  430. return ::protobuf::ShapeType_descriptor();
  431. }
  432. template<>
  433. struct is_proto_enum<::protobuf::PropType> : ::std::true_type
  434. {
  435. };
  436. template<>
  437. inline const EnumDescriptor* GetEnumDescriptor<::protobuf::PropType>()
  438. {
  439. return ::protobuf::PropType_descriptor();
  440. }
  441. template<>
  442. struct is_proto_enum<::protobuf::StudentBuffType> : ::std::true_type
  443. {
  444. };
  445. template<>
  446. inline const EnumDescriptor* GetEnumDescriptor<::protobuf::StudentBuffType>()
  447. {
  448. return ::protobuf::StudentBuffType_descriptor();
  449. }
  450. template<>
  451. struct is_proto_enum<::protobuf::StudentState> : ::std::true_type
  452. {
  453. };
  454. template<>
  455. inline const EnumDescriptor* GetEnumDescriptor<::protobuf::StudentState>()
  456. {
  457. return ::protobuf::StudentState_descriptor();
  458. }
  459. template<>
  460. struct is_proto_enum<::protobuf::TrickerBuffType> : ::std::true_type
  461. {
  462. };
  463. template<>
  464. inline const EnumDescriptor* GetEnumDescriptor<::protobuf::TrickerBuffType>()
  465. {
  466. return ::protobuf::TrickerBuffType_descriptor();
  467. }
  468. template<>
  469. struct is_proto_enum<::protobuf::PlayerType> : ::std::true_type
  470. {
  471. };
  472. template<>
  473. inline const EnumDescriptor* GetEnumDescriptor<::protobuf::PlayerType>()
  474. {
  475. return ::protobuf::PlayerType_descriptor();
  476. }
  477. template<>
  478. struct is_proto_enum<::protobuf::StudentType> : ::std::true_type
  479. {
  480. };
  481. template<>
  482. inline const EnumDescriptor* GetEnumDescriptor<::protobuf::StudentType>()
  483. {
  484. return ::protobuf::StudentType_descriptor();
  485. }
  486. template<>
  487. struct is_proto_enum<::protobuf::TrickerType> : ::std::true_type
  488. {
  489. };
  490. template<>
  491. inline const EnumDescriptor* GetEnumDescriptor<::protobuf::TrickerType>()
  492. {
  493. return ::protobuf::TrickerType_descriptor();
  494. }
  495. template<>
  496. struct is_proto_enum<::protobuf::GameState> : ::std::true_type
  497. {
  498. };
  499. template<>
  500. inline const EnumDescriptor* GetEnumDescriptor<::protobuf::GameState>()
  501. {
  502. return ::protobuf::GameState_descriptor();
  503. }
  504. PROTOBUF_NAMESPACE_CLOSE
  505. // @@protoc_insertion_point(global_scope)
  506. #include <google/protobuf/port_undef.inc>
  507. #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_MessageType_2eproto