unittest_empty.pb.cc 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: google/protobuf/unittest_empty.proto
  3. #include <google/protobuf/unittest_empty.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 protobuf_google_2fprotobuf_2funittest_5fempty_2eproto {
  19. void InitDefaults() {
  20. }
  21. const ::google::protobuf::uint32 TableStruct::offsets[1] = {};
  22. static const ::google::protobuf::internal::MigrationSchema* schemas = NULL;
  23. static const ::google::protobuf::Message* const* file_default_instances = NULL;
  24. void protobuf_AssignDescriptors() {
  25. AddDescriptors();
  26. AssignDescriptors(
  27. "google/protobuf/unittest_empty.proto", schemas, file_default_instances, TableStruct::offsets,
  28. NULL, NULL, NULL);
  29. }
  30. void protobuf_AssignDescriptorsOnce() {
  31. static ::google::protobuf::internal::once_flag once;
  32. ::google::protobuf::internal::call_once(once, protobuf_AssignDescriptors);
  33. }
  34. void protobuf_RegisterTypes(const ::std::string&) GOOGLE_PROTOBUF_ATTRIBUTE_COLD;
  35. void protobuf_RegisterTypes(const ::std::string&) {
  36. protobuf_AssignDescriptorsOnce();
  37. }
  38. void AddDescriptorsImpl() {
  39. InitDefaults();
  40. static const char descriptor[] GOOGLE_PROTOBUF_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
  41. "\n$google/protobuf/unittest_empty.proto"
  42. };
  43. ::google::protobuf::DescriptorPool::InternalAddGeneratedFile(
  44. descriptor, 38);
  45. ::google::protobuf::MessageFactory::InternalRegisterGeneratedFile(
  46. "google/protobuf/unittest_empty.proto", &protobuf_RegisterTypes);
  47. }
  48. void AddDescriptors() {
  49. static ::google::protobuf::internal::once_flag once;
  50. ::google::protobuf::internal::call_once(once, AddDescriptorsImpl);
  51. }
  52. // Force AddDescriptors() to be called at dynamic initialization time.
  53. struct StaticDescriptorInitializer {
  54. StaticDescriptorInitializer() {
  55. AddDescriptors();
  56. }
  57. } static_descriptor_initializer;
  58. } // namespace protobuf_google_2fprotobuf_2funittest_5fempty_2eproto
  59. // @@protoc_insertion_point(namespace_scope)
  60. namespace google {
  61. namespace protobuf {
  62. } // namespace protobuf
  63. } // namespace google
  64. // @@protoc_insertion_point(global_scope)