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 4.0 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  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\355\006\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\0221\n\013"
  40. "EndLearning\022\017.protobuf.IDMsg\032\021.protobuf."
  41. "BoolRes\0223\n\rStartHelpMate\022\017.protobuf.IDMs"
  42. "g\032\021.protobuf.BoolRes\0221\n\013EndHelpMate\022\017.pr"
  43. "otobuf.IDMsg\032\021.protobuf.BoolRes\022.\n\005Trick"
  44. "\022\022.protobuf.TrickMsg\032\021.protobuf.BoolRes\022"
  45. "/\n\tStartExam\022\017.protobuf.IDMsg\032\021.protobuf"
  46. ".BoolRes\022-\n\007EndExam\022\017.protobuf.IDMsg\032\021.p"
  47. "rotobuf.BoolRes\022.\n\010MakeFail\022\017.protobuf.I"
  48. "DMsg\032\021.protobuf.BoolRes\022.\n\010Graduate\022\017.pr"
  49. "otobuf.IDMsg\032\021.protobuf.BoolResb\006proto3";
  50. static const ::_pbi::DescriptorTable* const descriptor_table_Services_2eproto_deps[2] = {
  51. &::descriptor_table_Message2Clients_2eproto,
  52. &::descriptor_table_Message2Server_2eproto,
  53. };
  54. static ::_pbi::once_flag descriptor_table_Services_2eproto_once;
  55. const ::_pbi::DescriptorTable descriptor_table_Services_2eproto = {
  56. false,
  57. false,
  58. 959,
  59. descriptor_table_protodef_Services_2eproto,
  60. "Services.proto",
  61. &descriptor_table_Services_2eproto_once,
  62. descriptor_table_Services_2eproto_deps,
  63. 2,
  64. 0,
  65. schemas,
  66. file_default_instances,
  67. TableStruct_Services_2eproto::offsets,
  68. nullptr,
  69. file_level_enum_descriptors_Services_2eproto,
  70. file_level_service_descriptors_Services_2eproto,
  71. };
  72. PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_Services_2eproto_getter()
  73. {
  74. return &descriptor_table_Services_2eproto;
  75. }
  76. // Force running AddDescriptors() at dynamic initialization time.
  77. PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_Services_2eproto(&descriptor_table_Services_2eproto);
  78. namespace protobuf
  79. {
  80. // @@protoc_insertion_point(namespace_scope)
  81. } // namespace protobuf
  82. PROTOBUF_NAMESPACE_OPEN
  83. PROTOBUF_NAMESPACE_CLOSE
  84. // @@protoc_insertion_point(global_scope)
  85. #include <google/protobuf/port_undef.inc>