client2logic_msg_type.pb.cc 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: client2logic_msg_type.proto
  3. #define INTERNAL_SUPPRESS_PROTOBUF_FIELD_DEPRECATION
  4. #include "client2logic_msg_type.pb.h"
  5. #include <algorithm>
  6. #include <google/protobuf/stubs/common.h>
  7. #include <google/protobuf/stubs/once.h>
  8. #include <google/protobuf/io/coded_stream.h>
  9. #include <google/protobuf/wire_format_lite_inl.h>
  10. #include <google/protobuf/descriptor.h>
  11. #include <google/protobuf/generated_message_reflection.h>
  12. #include <google/protobuf/reflection_ops.h>
  13. #include <google/protobuf/wire_format.h>
  14. // @@protoc_insertion_point(includes)
  15. namespace client2logic_protocols {
  16. namespace {
  17. const ::google::protobuf::EnumDescriptor* e_server_msg_type_descriptor_ = NULL;
  18. } // namespace
  19. void protobuf_AssignDesc_client2logic_5fmsg_5ftype_2eproto() {
  20. protobuf_AddDesc_client2logic_5fmsg_5ftype_2eproto();
  21. const ::google::protobuf::FileDescriptor* file =
  22. ::google::protobuf::DescriptorPool::generated_pool()->FindFileByName(
  23. "client2logic_msg_type.proto");
  24. GOOGLE_CHECK(file != NULL);
  25. e_server_msg_type_descriptor_ = file->enum_type(0);
  26. }
  27. namespace {
  28. GOOGLE_PROTOBUF_DECLARE_ONCE(protobuf_AssignDescriptors_once_);
  29. inline void protobuf_AssignDescriptorsOnce() {
  30. ::google::protobuf::GoogleOnceInit(&protobuf_AssignDescriptors_once_,
  31. &protobuf_AssignDesc_client2logic_5fmsg_5ftype_2eproto);
  32. }
  33. void protobuf_RegisterTypes(const ::std::string&) {
  34. protobuf_AssignDescriptorsOnce();
  35. }
  36. } // namespace
  37. void protobuf_ShutdownFile_client2logic_5fmsg_5ftype_2eproto() {
  38. }
  39. void protobuf_AddDesc_client2logic_5fmsg_5ftype_2eproto() {
  40. static bool already_here = false;
  41. if (already_here) return;
  42. already_here = true;
  43. GOOGLE_PROTOBUF_VERIFY_VERSION;
  44. ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
  45. "\n\033client2logic_msg_type.proto\022\026client2lo"
  46. "gic_protocols*X\n\021e_server_msg_type\022\024\n\017e_"
  47. "mst_start_c2l\020\220N\022\024\n\017e_mst_start_l2c\020\230u\022\027"
  48. "\n\021e_mst_clend_index\020\240\234\001", 143);
  49. ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
  50. "client2logic_msg_type.proto", &protobuf_RegisterTypes);
  51. ::google::protobuf::internal::OnShutdown(&protobuf_ShutdownFile_client2logic_5fmsg_5ftype_2eproto);
  52. }
  53. // Force AddDescriptors() to be called at static initialization time.
  54. struct StaticDescriptorInitializer_client2logic_5fmsg_5ftype_2eproto {
  55. StaticDescriptorInitializer_client2logic_5fmsg_5ftype_2eproto() {
  56. protobuf_AddDesc_client2logic_5fmsg_5ftype_2eproto();
  57. }
  58. } static_descriptor_initializer_client2logic_5fmsg_5ftype_2eproto_;
  59. const ::google::protobuf::EnumDescriptor* e_server_msg_type_descriptor() {
  60. protobuf_AssignDescriptorsOnce();
  61. return e_server_msg_type_descriptor_;
  62. }
  63. bool e_server_msg_type_IsValid(int value) {
  64. switch(value) {
  65. case 10000:
  66. case 15000:
  67. case 20000:
  68. return true;
  69. default:
  70. return false;
  71. }
  72. }
  73. // @@protoc_insertion_point(namespace_scope)
  74. } // namespace client2logic_protocols
  75. // @@protoc_insertion_point(global_scope)