1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/empty.proto
3
4 #include <google/protobuf/empty.pb.h>
5
6 #include <algorithm>
7
8 #include <google/protobuf/io/coded_stream.h>
9 #include <google/protobuf/extension_set.h>
10 #include <google/protobuf/wire_format_lite.h>
11 #include <google/protobuf/descriptor.h>
12 #include <google/protobuf/generated_message_reflection.h>
13 #include <google/protobuf/reflection_ops.h>
14 #include <google/protobuf/wire_format.h>
15 // @@protoc_insertion_point(includes)
16 #include <google/protobuf/port_def.inc>
17
18 PROTOBUF_PRAGMA_INIT_SEG
19
20 namespace _pb = ::PROTOBUF_NAMESPACE_ID;
21 namespace _pbi = _pb::internal;
22
23 PROTOBUF_NAMESPACE_OPEN
Empty(::_pbi::ConstantInitialized)24 PROTOBUF_CONSTEXPR Empty::Empty(
25 ::_pbi::ConstantInitialized) {}
26 struct EmptyDefaultTypeInternal {
EmptyDefaultTypeInternalEmptyDefaultTypeInternal27 PROTOBUF_CONSTEXPR EmptyDefaultTypeInternal()
28 : _instance(::_pbi::ConstantInitialized{}) {}
~EmptyDefaultTypeInternalEmptyDefaultTypeInternal29 ~EmptyDefaultTypeInternal() {}
30 union {
31 Empty _instance;
32 };
33 };
34 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 EmptyDefaultTypeInternal _Empty_default_instance_;
35 PROTOBUF_NAMESPACE_CLOSE
36 static ::_pb::Metadata file_level_metadata_google_2fprotobuf_2fempty_2eproto[1];
37 static constexpr ::_pb::EnumDescriptor const** file_level_enum_descriptors_google_2fprotobuf_2fempty_2eproto = nullptr;
38 static constexpr ::_pb::ServiceDescriptor const** file_level_service_descriptors_google_2fprotobuf_2fempty_2eproto = nullptr;
39
40 const uint32_t TableStruct_google_2fprotobuf_2fempty_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
41 ~0u, // no _has_bits_
42 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::Empty, _internal_metadata_),
43 ~0u, // no _extensions_
44 ~0u, // no _oneof_case_
45 ~0u, // no _weak_field_map_
46 ~0u, // no _inlined_string_donated_
47 };
48 static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
49 { 0, -1, -1, sizeof(::PROTOBUF_NAMESPACE_ID::Empty)},
50 };
51
52 static const ::_pb::Message* const file_default_instances[] = {
53 &::PROTOBUF_NAMESPACE_ID::_Empty_default_instance_._instance,
54 };
55
56 const char descriptor_table_protodef_google_2fprotobuf_2fempty_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
57 "\n\033google/protobuf/empty.proto\022\017google.pr"
58 "otobuf\"\007\n\005EmptyB}\n\023com.google.protobufB\n"
59 "EmptyProtoP\001Z.google.golang.org/protobuf"
60 "/types/known/emptypb\370\001\001\242\002\003GPB\252\002\036Google.P"
61 "rotobuf.WellKnownTypesb\006proto3"
62 ;
63 static ::_pbi::once_flag descriptor_table_google_2fprotobuf_2fempty_2eproto_once;
64 const ::_pbi::DescriptorTable descriptor_table_google_2fprotobuf_2fempty_2eproto = {
65 false, false, 190, descriptor_table_protodef_google_2fprotobuf_2fempty_2eproto,
66 "google/protobuf/empty.proto",
67 &descriptor_table_google_2fprotobuf_2fempty_2eproto_once, nullptr, 0, 1,
68 schemas, file_default_instances, TableStruct_google_2fprotobuf_2fempty_2eproto::offsets,
69 file_level_metadata_google_2fprotobuf_2fempty_2eproto, file_level_enum_descriptors_google_2fprotobuf_2fempty_2eproto,
70 file_level_service_descriptors_google_2fprotobuf_2fempty_2eproto,
71 };
descriptor_table_google_2fprotobuf_2fempty_2eproto_getter()72 PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_google_2fprotobuf_2fempty_2eproto_getter() {
73 return &descriptor_table_google_2fprotobuf_2fempty_2eproto;
74 }
75
76 // Force running AddDescriptors() at dynamic initialization time.
77 PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_google_2fprotobuf_2fempty_2eproto(&descriptor_table_google_2fprotobuf_2fempty_2eproto);
78 PROTOBUF_NAMESPACE_OPEN
79
80 // ===================================================================
81
82 class Empty::_Internal {
83 public:
84 };
85
Empty(::PROTOBUF_NAMESPACE_ID::Arena * arena,bool is_message_owned)86 Empty::Empty(::PROTOBUF_NAMESPACE_ID::Arena* arena,
87 bool is_message_owned)
88 : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase(arena, is_message_owned) {
89 // @@protoc_insertion_point(arena_constructor:google.protobuf.Empty)
90 }
Empty(const Empty & from)91 Empty::Empty(const Empty& from)
92 : ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase() {
93 Empty* const _this = this; (void)_this;
94 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(from._internal_metadata_);
95 // @@protoc_insertion_point(copy_constructor:google.protobuf.Empty)
96 }
97
98
99
100
101
102 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData Empty::_class_data_ = {
103 ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::CopyImpl,
104 ::PROTOBUF_NAMESPACE_ID::internal::ZeroFieldsBase::MergeImpl,
105 };
GetClassData() const106 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*Empty::GetClassData() const { return &_class_data_; }
107
108
109
110
111
112
113
GetMetadata() const114 ::PROTOBUF_NAMESPACE_ID::Metadata Empty::GetMetadata() const {
115 return ::_pbi::AssignDescriptors(
116 &descriptor_table_google_2fprotobuf_2fempty_2eproto_getter, &descriptor_table_google_2fprotobuf_2fempty_2eproto_once,
117 file_level_metadata_google_2fprotobuf_2fempty_2eproto[0]);
118 }
119
120 // @@protoc_insertion_point(namespace_scope)
121 PROTOBUF_NAMESPACE_CLOSE
122 PROTOBUF_NAMESPACE_OPEN
123 template<> PROTOBUF_NOINLINE ::PROTOBUF_NAMESPACE_ID::Empty*
CreateMaybeMessage(Arena * arena)124 Arena::CreateMaybeMessage< ::PROTOBUF_NAMESPACE_ID::Empty >(Arena* arena) {
125 return Arena::CreateMessageInternal< ::PROTOBUF_NAMESPACE_ID::Empty >(arena);
126 }
127 PROTOBUF_NAMESPACE_CLOSE
128
129 // @@protoc_insertion_point(global_scope)
130 #include <google/protobuf/port_undef.inc>
131