testservice.pb.cc 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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}\n\013TestService\022"
  47. "n\n\ntestMethod\022..qtprotobufnamespace.test"
  48. "s.SimpleStringMessage\032..qtprotobufnamesp"
  49. "ace.tests.SimpleStringMessage\"\000b\006proto3"
  50. };
  51. ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
  52. descriptor, 199);
  53. ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
  54. "testservice.proto", &protobuf_RegisterTypes);
  55. ::protobuf_simpletest_2eproto::AddDescriptors();
  56. }
  57. void AddDescriptors() {
  58. static ::google::protobuf::internal::once_flag once;
  59. ::google::protobuf::internal::call_once(once, AddDescriptorsImpl);
  60. }
  61. // Force AddDescriptors() to be called at dynamic initialization time.
  62. struct StaticDescriptorInitializer {
  63. StaticDescriptorInitializer() {
  64. AddDescriptors();
  65. }
  66. } static_descriptor_initializer;
  67. } // namespace protobuf_testservice_2eproto
  68. namespace qtprotobufnamespace {
  69. namespace tests {
  70. // @@protoc_insertion_point(namespace_scope)
  71. } // namespace tests
  72. } // namespace qtprotobufnamespace
  73. namespace google {
  74. namespace protobuf {
  75. } // namespace protobuf
  76. } // namespace google
  77. // @@protoc_insertion_point(global_scope)