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.

Services.pb.cc 3.7 kB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: Services.proto
  3. #include "Services.pb.h"
  4. #include <algorithm>
  5. #include <google/protobuf/io/coded_stream.h>
  6. #include <google/protobuf/extension_set.h>
  7. #include <google/protobuf/wire_format_lite.h>
  8. #include <google/protobuf/descriptor.h>
  9. #include <google/protobuf/generated_message_reflection.h>
  10. #include <google/protobuf/reflection_ops.h>
  11. #include <google/protobuf/wire_format.h>
  12. // @@protoc_insertion_point(includes)
  13. #include <google/protobuf/port_def.inc>
  14. PROTOBUF_PRAGMA_INIT_SEG
  15. namespace _pb = ::PROTOBUF_NAMESPACE_ID;
  16. namespace _pbi = _pb::internal;
  17. namespace protobuf
  18. {
  19. } // namespace protobuf
  20. static constexpr ::_pb::EnumDescriptor const** file_level_enum_descriptors_Services_2eproto = nullptr;
  21. static constexpr ::_pb::ServiceDescriptor const** file_level_service_descriptors_Services_2eproto = nullptr;
  22. const uint32_t TableStruct_Services_2eproto::offsets[1] = {};
  23. static constexpr ::_pbi::MigrationSchema* schemas = nullptr;
  24. static constexpr ::_pb::Message* const* file_default_instances = nullptr;
  25. const char descriptor_table_protodef_Services_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
  26. "\n\016Services.proto\022\010protobuf\032\025Message2Clie"
  27. "nts.proto\032\024Message2Server.proto2\254\005\n\020Avai"
  28. "lableService\0223\n\rTryConnection\022\017.protobuf"
  29. ".IDMsg\032\021.protobuf.BoolRes\022=\n\tAddPlayer\022\023"
  30. ".protobuf.PlayerMsg\032\031.protobuf.MessageTo"
  31. "Client0\001\022,\n\004Move\022\021.protobuf.MoveMsg\032\021.pr"
  32. "otobuf.MoveRes\0220\n\010PickProp\022\021.protobuf.Pi"
  33. "ckMsg\032\021.protobuf.BoolRes\022-\n\007UseProp\022\017.pr"
  34. "otobuf.IDMsg\032\021.protobuf.BoolRes\022.\n\010UseSk"
  35. "ill\022\017.protobuf.IDMsg\032\021.protobuf.BoolRes\022"
  36. "3\n\013SendMessage\022\021.protobuf.SendMsg\032\021.prot"
  37. "obuf.BoolRes\0221\n\nGetMessage\022\017.protobuf.ID"
  38. "Msg\032\020.protobuf.MsgRes0\001\0223\n\rStartLearning"
  39. "\022\017.protobuf.IDMsg\032\021.protobuf.BoolRes\0223\n\r"
  40. "StartHelpMate\022\017.protobuf.IDMsg\032\021.protobu"
  41. "f.BoolRes\0223\n\rStartHealMate\022\017.protobuf.ID"
  42. "Msg\032\021.protobuf.BoolRes\022.\n\005Trick\022\022.protob"
  43. "uf.TrickMsg\032\021.protobuf.BoolRes\022.\n\010Gradua"
  44. "te\022\017.protobuf.IDMsg\032\021.protobuf.BoolResb\006"
  45. "proto3";
  46. static const ::_pbi::DescriptorTable* const descriptor_table_Services_2eproto_deps[2] = {
  47. &::descriptor_table_Message2Clients_2eproto,
  48. &::descriptor_table_Message2Server_2eproto,
  49. };
  50. static ::_pbi::once_flag descriptor_table_Services_2eproto_once;
  51. const ::_pbi::DescriptorTable descriptor_table_Services_2eproto = {
  52. false,
  53. false,
  54. 766,
  55. descriptor_table_protodef_Services_2eproto,
  56. "Services.proto",
  57. &descriptor_table_Services_2eproto_once,
  58. descriptor_table_Services_2eproto_deps,
  59. 2,
  60. 0,
  61. schemas,
  62. file_default_instances,
  63. TableStruct_Services_2eproto::offsets,
  64. nullptr,
  65. file_level_enum_descriptors_Services_2eproto,
  66. file_level_service_descriptors_Services_2eproto,
  67. };
  68. PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_Services_2eproto_getter()
  69. {
  70. return &descriptor_table_Services_2eproto;
  71. }
  72. // Force running AddDescriptors() at dynamic initialization time.
  73. PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_Services_2eproto(&descriptor_table_Services_2eproto);
  74. namespace protobuf
  75. {
  76. // @@protoc_insertion_point(namespace_scope)
  77. } // namespace protobuf
  78. PROTOBUF_NAMESPACE_OPEN
  79. PROTOBUF_NAMESPACE_CLOSE
  80. // @@protoc_insertion_point(global_scope)
  81. #include <google/protobuf/port_undef.inc>