1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: google/protobuf/source_context.proto
3
4#include <google/protobuf/source_context.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
18PROTOBUF_PRAGMA_INIT_SEG
19
20namespace _pb = ::PROTOBUF_NAMESPACE_ID;
21namespace _pbi = _pb::internal;
22
23PROTOBUF_NAMESPACE_OPEN
24PROTOBUF_CONSTEXPR SourceContext::SourceContext(
25 ::_pbi::ConstantInitialized): _impl_{
26 /*decltype(_impl_.file_name_)*/.file_name_: {&::_pbi::fixed_address_empty_string, ::_pbi::ConstantInitialized{}}
27 , /*decltype(_impl_._cached_size_)*/._cached_size_: {}} {}
28struct SourceContextDefaultTypeInternal {
29 PROTOBUF_CONSTEXPR SourceContextDefaultTypeInternal()
30 : _instance(::_pbi::ConstantInitialized{}) {}
31 ~SourceContextDefaultTypeInternal() {}
32 union {
33 SourceContext _instance;
34 };
35};
36PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SourceContextDefaultTypeInternal _SourceContext_default_instance_;
37PROTOBUF_NAMESPACE_CLOSE
38static ::_pb::Metadata file_level_metadata_google_2fprotobuf_2fsource_5fcontext_2eproto[1];
39static constexpr ::_pb::EnumDescriptor const** file_level_enum_descriptors_google_2fprotobuf_2fsource_5fcontext_2eproto = nullptr;
40static constexpr ::_pb::ServiceDescriptor const** file_level_service_descriptors_google_2fprotobuf_2fsource_5fcontext_2eproto = nullptr;
41
42const uint32_t TableStruct_google_2fprotobuf_2fsource_5fcontext_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
43 ~0u, // no _has_bits_
44 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::SourceContext, _internal_metadata_),
45 ~0u, // no _extensions_
46 ~0u, // no _oneof_case_
47 ~0u, // no _weak_field_map_
48 ~0u, // no _inlined_string_donated_
49 PROTOBUF_FIELD_OFFSET(::PROTOBUF_NAMESPACE_ID::SourceContext, _impl_.file_name_),
50};
51static const ::_pbi::MigrationSchema schemas[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) = {
52 { .offsets_index: 0, .has_bit_indices_index: -1, .inlined_string_indices_index: -1, .object_size: sizeof(::PROTOBUF_NAMESPACE_ID::SourceContext)},
53};
54
55static const ::_pb::Message* const file_default_instances[] = {
56 &::PROTOBUF_NAMESPACE_ID::_SourceContext_default_instance_._instance,
57};
58
59const char descriptor_table_protodef_google_2fprotobuf_2fsource_5fcontext_2eproto[] PROTOBUF_SECTION_VARIABLE(protodesc_cold) =
60 "\n$google/protobuf/source_context.proto\022\017"
61 "google.protobuf\"\"\n\rSourceContext\022\021\n\tfile"
62 "_name\030\001 \001(\tB\212\001\n\023com.google.protobufB\022Sou"
63 "rceContextProtoP\001Z6google.golang.org/pro"
64 "tobuf/types/known/sourcecontextpb\242\002\003GPB\252"
65 "\002\036Google.Protobuf.WellKnownTypesb\006proto3"
66 ;
67static ::_pbi::once_flag descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_once;
68const ::_pbi::DescriptorTable descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto = {
69 .is_initialized: false, .is_eager: false, .size: 240, .descriptor: descriptor_table_protodef_google_2fprotobuf_2fsource_5fcontext_2eproto,
70 .filename: "google/protobuf/source_context.proto",
71 .once: &descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_once, .deps: nullptr, .num_deps: 0, .num_messages: 1,
72 .schemas: schemas, .default_instances: file_default_instances, .offsets: TableStruct_google_2fprotobuf_2fsource_5fcontext_2eproto::offsets,
73 .file_level_metadata: file_level_metadata_google_2fprotobuf_2fsource_5fcontext_2eproto, .file_level_enum_descriptors: file_level_enum_descriptors_google_2fprotobuf_2fsource_5fcontext_2eproto,
74 .file_level_service_descriptors: file_level_service_descriptors_google_2fprotobuf_2fsource_5fcontext_2eproto,
75};
76PROTOBUF_ATTRIBUTE_WEAK const ::_pbi::DescriptorTable* descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_getter() {
77 return &descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto;
78}
79
80// Force running AddDescriptors() at dynamic initialization time.
81PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 static ::_pbi::AddDescriptorsRunner dynamic_init_dummy_google_2fprotobuf_2fsource_5fcontext_2eproto(&descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto);
82PROTOBUF_NAMESPACE_OPEN
83
84// ===================================================================
85
86class SourceContext::_Internal {
87 public:
88};
89
90SourceContext::SourceContext(::PROTOBUF_NAMESPACE_ID::Arena* arena,
91 bool is_message_owned)
92 : ::PROTOBUF_NAMESPACE_ID::Message(arena, is_message_owned) {
93 SharedCtor(arena, is_message_owned);
94 // @@protoc_insertion_point(arena_constructor:google.protobuf.SourceContext)
95}
96SourceContext::SourceContext(const SourceContext& from)
97 : ::PROTOBUF_NAMESPACE_ID::Message() {
98 SourceContext* const _this = this; (void)_this;
99 new (&_impl_) Impl_{
100 .file_name_: decltype(_impl_.file_name_){}
101 , /*decltype(_impl_._cached_size_)*/._cached_size_: {}};
102
103 _internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(other: from._internal_metadata_);
104 _impl_.file_name_.InitDefault();
105 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
106 _impl_.file_name_.Set("", GetArenaForAllocation());
107 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
108 if (!from._internal_file_name().empty()) {
109 _this->_impl_.file_name_.Set(value: from._internal_file_name(),
110 arena: _this->GetArenaForAllocation());
111 }
112 // @@protoc_insertion_point(copy_constructor:google.protobuf.SourceContext)
113}
114
115inline void SourceContext::SharedCtor(
116 ::_pb::Arena* arena, bool is_message_owned) {
117 (void)arena;
118 (void)is_message_owned;
119 new (&_impl_) Impl_{
120 .file_name_: decltype(_impl_.file_name_){}
121 , /*decltype(_impl_._cached_size_)*/._cached_size_: {}
122 };
123 _impl_.file_name_.InitDefault();
124 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
125 _impl_.file_name_.Set("", GetArenaForAllocation());
126 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
127}
128
129SourceContext::~SourceContext() {
130 // @@protoc_insertion_point(destructor:google.protobuf.SourceContext)
131 if (auto *arena = _internal_metadata_.DeleteReturnArena<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>()) {
132 (void)arena;
133 return;
134 }
135 SharedDtor();
136}
137
138inline void SourceContext::SharedDtor() {
139 GOOGLE_DCHECK(GetArenaForAllocation() == nullptr);
140 _impl_.file_name_.Destroy();
141}
142
143void SourceContext::SetCachedSize(int size) const {
144 _impl_._cached_size_.Set(size);
145}
146
147void SourceContext::Clear() {
148// @@protoc_insertion_point(message_clear_start:google.protobuf.SourceContext)
149 uint32_t cached_has_bits = 0;
150 // Prevent compiler warnings about cached_has_bits being unused
151 (void) cached_has_bits;
152
153 _impl_.file_name_.ClearToEmpty();
154 _internal_metadata_.Clear<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
155}
156
157const char* SourceContext::_InternalParse(const char* ptr, ::_pbi::ParseContext* ctx) {
158#define CHK_(x) if (PROTOBUF_PREDICT_FALSE(!(x))) goto failure
159 while (!ctx->Done(ptr: &ptr)) {
160 uint32_t tag;
161 ptr = ::_pbi::ReadTag(p: ptr, out: &tag);
162 switch (tag >> 3) {
163 // string file_name = 1;
164 case 1:
165 if (PROTOBUF_PREDICT_TRUE(static_cast<uint8_t>(tag) == 10)) {
166 auto str = _internal_mutable_file_name();
167 ptr = ::_pbi::InlineGreedyStringParser(s: str, ptr, ctx);
168 CHK_(ptr);
169 CHK_(::_pbi::VerifyUTF8(str, "google.protobuf.SourceContext.file_name"));
170 } else
171 goto handle_unusual;
172 continue;
173 default:
174 goto handle_unusual;
175 } // switch
176 handle_unusual:
177 if ((tag == 0) || ((tag & 7) == 4)) {
178 CHK_(ptr);
179 ctx->SetLastTag(tag);
180 goto message_done;
181 }
182 ptr = UnknownFieldParse(
183 tag,
184 unknown: _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(),
185 ptr, ctx);
186 CHK_(ptr != nullptr);
187 } // while
188message_done:
189 return ptr;
190failure:
191 ptr = nullptr;
192 goto message_done;
193#undef CHK_
194}
195
196uint8_t* SourceContext::_InternalSerialize(
197 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const {
198 // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.SourceContext)
199 uint32_t cached_has_bits = 0;
200 (void) cached_has_bits;
201
202 // string file_name = 1;
203 if (!this->_internal_file_name().empty()) {
204 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::VerifyUtf8String(
205 data: this->_internal_file_name().data(), size: static_cast<int>(this->_internal_file_name().length()),
206 op: ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::SERIALIZE,
207 field_name: "google.protobuf.SourceContext.file_name");
208 target = stream->WriteStringMaybeAliased(
209 num: 1, s: this->_internal_file_name(), ptr: target);
210 }
211
212 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
213 target = ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
214 unknown_fields: _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(default_instance: ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance), target, stream);
215 }
216 // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.SourceContext)
217 return target;
218}
219
220size_t SourceContext::ByteSizeLong() const {
221// @@protoc_insertion_point(message_byte_size_start:google.protobuf.SourceContext)
222 size_t total_size = 0;
223
224 uint32_t cached_has_bits = 0;
225 // Prevent compiler warnings about cached_has_bits being unused
226 (void) cached_has_bits;
227
228 // string file_name = 1;
229 if (!this->_internal_file_name().empty()) {
230 total_size += 1 +
231 ::PROTOBUF_NAMESPACE_ID::internal::WireFormatLite::StringSize(
232 value: this->_internal_file_name());
233 }
234
235 return MaybeComputeUnknownFieldsSize(total_size, cached_size: &_impl_._cached_size_);
236}
237
238const ::PROTOBUF_NAMESPACE_ID::Message::ClassData SourceContext::_class_data_ = {
239 .copy_to_from: ::PROTOBUF_NAMESPACE_ID::Message::CopyWithSourceCheck,
240 .merge_to_from: SourceContext::MergeImpl
241};
242const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*SourceContext::GetClassData() const { return &_class_data_; }
243
244
245void SourceContext::MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg) {
246 auto* const _this = static_cast<SourceContext*>(&to_msg);
247 auto& from = static_cast<const SourceContext&>(from_msg);
248 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.SourceContext)
249 GOOGLE_DCHECK_NE(&from, _this);
250 uint32_t cached_has_bits = 0;
251 (void) cached_has_bits;
252
253 if (!from._internal_file_name().empty()) {
254 _this->_internal_set_file_name(value: from._internal_file_name());
255 }
256 _this->_internal_metadata_.MergeFrom<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(other: from._internal_metadata_);
257}
258
259void SourceContext::CopyFrom(const SourceContext& from) {
260// @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.SourceContext)
261 if (&from == this) return;
262 Clear();
263 MergeFrom(from);
264}
265
266bool SourceContext::IsInitialized() const {
267 return true;
268}
269
270void SourceContext::InternalSwap(SourceContext* other) {
271 using std::swap;
272 auto* lhs_arena = GetArenaForAllocation();
273 auto* rhs_arena = other->GetArenaForAllocation();
274 _internal_metadata_.InternalSwap(other: &other->_internal_metadata_);
275 ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::InternalSwap(
276 rhs: &_impl_.file_name_, rhs_arena: lhs_arena,
277 lhs: &other->_impl_.file_name_, lhs_arena: rhs_arena
278 );
279}
280
281::PROTOBUF_NAMESPACE_ID::Metadata SourceContext::GetMetadata() const {
282 return ::_pbi::AssignDescriptors(
283 table: &descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_getter, once: &descriptor_table_google_2fprotobuf_2fsource_5fcontext_2eproto_once,
284 metadata: file_level_metadata_google_2fprotobuf_2fsource_5fcontext_2eproto[0]);
285}
286
287// @@protoc_insertion_point(namespace_scope)
288PROTOBUF_NAMESPACE_CLOSE
289PROTOBUF_NAMESPACE_OPEN
290template<> PROTOBUF_NOINLINE ::PROTOBUF_NAMESPACE_ID::SourceContext*
291Arena::CreateMaybeMessage< ::PROTOBUF_NAMESPACE_ID::SourceContext >(Arena* arena) {
292 return Arena::CreateMessageInternal< ::PROTOBUF_NAMESPACE_ID::SourceContext >(arena);
293}
294PROTOBUF_NAMESPACE_CLOSE
295
296// @@protoc_insertion_point(global_scope)
297#include <google/protobuf/port_undef.inc>
298