testservice.pb.cc 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: testservice.proto
  3. #include "testservice.pb.h"
  4. #include <algorithm>
  5. #include <google/protobuf/stubs/common.h>
  6. #include <google/protobuf/stubs/port.h>
  7. #include <google/protobuf/io/coded_stream.h>
  8. #include <google/protobuf/wire_format_lite_inl.h>
  9. #include <google/protobuf/descriptor.h>
  10. #include <google/protobuf/generated_message_reflection.h>
  11. #include <google/protobuf/reflection_ops.h>
  12. #include <google/protobuf/wire_format.h>
  13. // This is a temporary google only hack
  14. #ifdef GOOGLE_PROTOBUF_ENFORCE_UNIQUENESS
  15. #include "third_party/protobuf/version.h"
  16. #endif
  17. // @@protoc_insertion_point(includes)
  18. namespace qtprotobufnamespace {
  19. namespace tests {
  20. } // namespace tests
  21. } // namespace qtprotobufnamespace
  22. namespace protobuf_testservice_2eproto {
  23. void InitDefaults() {
  24. }
  25. const ::google::protobuf::uint32 TableStruct::offsets[1] = {};
  26. static const ::google::protobuf::internal::MigrationSchema* schemas = NULL;
  27. static const ::google::protobuf::Message* const* file_default_instances = NULL;
  28. void protobuf_AssignDescriptors() {
  29. AddDescriptors();
  30. AssignDescriptors(
  31. "testservice.proto", schemas, file_default_instances, TableStruct::offsets,
  32. NULL, NULL, NULL);
  33. }
  34. void protobuf_AssignDescriptorsOnce() {
  35. static ::google::protobuf::internal::once_flag once;
  36. ::google::protobuf::internal::call_once(once, protobuf_AssignDescriptors);
  37. }
  38. void protobuf_RegisterTypes(const ::std::string&) GOOGLE_PROTOBUF_ATTRIBUTE_COLD;
  39. void protobuf_RegisterTypes(const ::std::string&) {
  40. protobuf_AssignDescriptorsOnce();
  41. }
  42. void AddDescriptorsImpl() {
  43. InitDefaults();
  44. static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
  45. "\n\021testservice.proto\022\031qtprotobufnamespace"
  46. ".tests\032\020simpletest.proto2\365\003\n\013TestService"
  47. "\022n\n\ntestMethod\022..qtprotobufnamespace.tes"
  48. "ts.SimpleStringMessage\032..qtprotobufnames"
  49. "pace.tests.SimpleStringMessage\"\000\022|\n\026test"
  50. "MethodServerStream\022..qtprotobufnamespace"
  51. ".tests.SimpleStringMessage\032..qtprotobufn"
  52. "amespace.tests.SimpleStringMessage\"\0000\001\022|"
  53. "\n\026testMethodClientStream\022..qtprotobufnam"
  54. "espace.tests.SimpleStringMessage\032..qtpro"
  55. "tobufnamespace.tests.SimpleStringMessage"
  56. "\"\000(\001\022z\n\022testMethodBiStream\022..qtprotobufn"
  57. "amespace.tests.SimpleStringMessage\032..qtp"
  58. "rotobufnamespace.tests.SimpleStringMessa"
  59. "ge\"\000(\0010\001b\006proto3"
  60. };
  61. ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
  62. descriptor, 576);
  63. ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
  64. "testservice.proto", &protobuf_RegisterTypes);
  65. ::protobuf_simpletest_2eproto::AddDescriptors();
  66. }
  67. void AddDescriptors() {
  68. static ::google::protobuf::internal::once_flag once;
  69. ::google::protobuf::internal::call_once(once, AddDescriptorsImpl);
  70. }
  71. // Force AddDescriptors() to be called at dynamic initialization time.
  72. struct StaticDescriptorInitializer {
  73. StaticDescriptorInitializer() {
  74. AddDescriptors();
  75. }
  76. } static_descriptor_initializer;
  77. } // namespace protobuf_testservice_2eproto
  78. namespace qtprotobufnamespace {
  79. namespace tests {
  80. // @@protoc_insertion_point(namespace_scope)
  81. } // namespace tests
  82. } // namespace qtprotobufnamespace
  83. namespace google {
  84. namespace protobuf {
  85. } // namespace protobuf
  86. } // namespace google
  87. // @@protoc_insertion_point(global_scope)