1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // NO CHECKED-IN PROTOBUF GENCODE
3 // source: google/protobuf/wrappers.proto
4 // Protobuf C++ Version: 5.29.4
5
6 #include "google/protobuf/wrappers.pb.h"
7
8 #include <algorithm>
9 #include <type_traits>
10 #include "google/protobuf/io/coded_stream.h"
11 #include "google/protobuf/generated_message_tctable_impl.h"
12 #include "google/protobuf/extension_set.h"
13 #include "google/protobuf/generated_message_util.h"
14 #include "google/protobuf/wire_format_lite.h"
15 #include "google/protobuf/descriptor.h"
16 #include "google/protobuf/generated_message_reflection.h"
17 #include "google/protobuf/reflection_ops.h"
18 #include "google/protobuf/wire_format.h"
19 // @@protoc_insertion_point(includes)
20
21 // Must be included last.
22 #include "google/protobuf/port_def.inc"
23 PROTOBUF_PRAGMA_INIT_SEG
24 namespace _pb = ::google::protobuf;
25 namespace _pbi = ::google::protobuf::internal;
26 namespace _fl = ::google::protobuf::internal::field_layout;
27 namespace google {
28 namespace protobuf {
29
Impl_(::_pbi::ConstantInitialized)30 inline constexpr UInt64Value::Impl_::Impl_(
31 ::_pbi::ConstantInitialized) noexcept
32 : value_{::uint64_t{0u}},
33 _cached_size_{0} {}
34
35 template <typename>
UInt64Value(::_pbi::ConstantInitialized)36 PROTOBUF_CONSTEXPR UInt64Value::UInt64Value(::_pbi::ConstantInitialized)
37 #if defined(PROTOBUF_CUSTOM_VTABLE)
38 : ::google::protobuf::Message(_class_data_.base()),
39 #else // PROTOBUF_CUSTOM_VTABLE
40 : ::google::protobuf::Message(),
41 #endif // PROTOBUF_CUSTOM_VTABLE
42 _impl_(::_pbi::ConstantInitialized()) {
43 }
44 struct UInt64ValueDefaultTypeInternal {
UInt64ValueDefaultTypeInternalgoogle::protobuf::UInt64ValueDefaultTypeInternal45 PROTOBUF_CONSTEXPR UInt64ValueDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~UInt64ValueDefaultTypeInternalgoogle::protobuf::UInt64ValueDefaultTypeInternal46 ~UInt64ValueDefaultTypeInternal() {}
47 union {
48 UInt64Value _instance;
49 };
50 };
51
52 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_EXPORT
53 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UInt64ValueDefaultTypeInternal _UInt64Value_default_instance_;
54
Impl_(::_pbi::ConstantInitialized)55 inline constexpr UInt32Value::Impl_::Impl_(
56 ::_pbi::ConstantInitialized) noexcept
57 : value_{0u},
58 _cached_size_{0} {}
59
60 template <typename>
UInt32Value(::_pbi::ConstantInitialized)61 PROTOBUF_CONSTEXPR UInt32Value::UInt32Value(::_pbi::ConstantInitialized)
62 #if defined(PROTOBUF_CUSTOM_VTABLE)
63 : ::google::protobuf::Message(_class_data_.base()),
64 #else // PROTOBUF_CUSTOM_VTABLE
65 : ::google::protobuf::Message(),
66 #endif // PROTOBUF_CUSTOM_VTABLE
67 _impl_(::_pbi::ConstantInitialized()) {
68 }
69 struct UInt32ValueDefaultTypeInternal {
UInt32ValueDefaultTypeInternalgoogle::protobuf::UInt32ValueDefaultTypeInternal70 PROTOBUF_CONSTEXPR UInt32ValueDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~UInt32ValueDefaultTypeInternalgoogle::protobuf::UInt32ValueDefaultTypeInternal71 ~UInt32ValueDefaultTypeInternal() {}
72 union {
73 UInt32Value _instance;
74 };
75 };
76
77 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_EXPORT
78 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 UInt32ValueDefaultTypeInternal _UInt32Value_default_instance_;
79
Impl_(::_pbi::ConstantInitialized)80 inline constexpr StringValue::Impl_::Impl_(
81 ::_pbi::ConstantInitialized) noexcept
82 : value_(
83 &::google::protobuf::internal::fixed_address_empty_string,
84 ::_pbi::ConstantInitialized()),
85 _cached_size_{0} {}
86
87 template <typename>
StringValue(::_pbi::ConstantInitialized)88 PROTOBUF_CONSTEXPR StringValue::StringValue(::_pbi::ConstantInitialized)
89 #if defined(PROTOBUF_CUSTOM_VTABLE)
90 : ::google::protobuf::Message(_class_data_.base()),
91 #else // PROTOBUF_CUSTOM_VTABLE
92 : ::google::protobuf::Message(),
93 #endif // PROTOBUF_CUSTOM_VTABLE
94 _impl_(::_pbi::ConstantInitialized()) {
95 }
96 struct StringValueDefaultTypeInternal {
StringValueDefaultTypeInternalgoogle::protobuf::StringValueDefaultTypeInternal97 PROTOBUF_CONSTEXPR StringValueDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~StringValueDefaultTypeInternalgoogle::protobuf::StringValueDefaultTypeInternal98 ~StringValueDefaultTypeInternal() {}
99 union {
100 StringValue _instance;
101 };
102 };
103
104 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_EXPORT
105 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 StringValueDefaultTypeInternal _StringValue_default_instance_;
106
Impl_(::_pbi::ConstantInitialized)107 inline constexpr Int64Value::Impl_::Impl_(
108 ::_pbi::ConstantInitialized) noexcept
109 : value_{::int64_t{0}},
110 _cached_size_{0} {}
111
112 template <typename>
Int64Value(::_pbi::ConstantInitialized)113 PROTOBUF_CONSTEXPR Int64Value::Int64Value(::_pbi::ConstantInitialized)
114 #if defined(PROTOBUF_CUSTOM_VTABLE)
115 : ::google::protobuf::Message(_class_data_.base()),
116 #else // PROTOBUF_CUSTOM_VTABLE
117 : ::google::protobuf::Message(),
118 #endif // PROTOBUF_CUSTOM_VTABLE
119 _impl_(::_pbi::ConstantInitialized()) {
120 }
121 struct Int64ValueDefaultTypeInternal {
Int64ValueDefaultTypeInternalgoogle::protobuf::Int64ValueDefaultTypeInternal122 PROTOBUF_CONSTEXPR Int64ValueDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~Int64ValueDefaultTypeInternalgoogle::protobuf::Int64ValueDefaultTypeInternal123 ~Int64ValueDefaultTypeInternal() {}
124 union {
125 Int64Value _instance;
126 };
127 };
128
129 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_EXPORT
130 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Int64ValueDefaultTypeInternal _Int64Value_default_instance_;
131
Impl_(::_pbi::ConstantInitialized)132 inline constexpr Int32Value::Impl_::Impl_(
133 ::_pbi::ConstantInitialized) noexcept
134 : value_{0},
135 _cached_size_{0} {}
136
137 template <typename>
Int32Value(::_pbi::ConstantInitialized)138 PROTOBUF_CONSTEXPR Int32Value::Int32Value(::_pbi::ConstantInitialized)
139 #if defined(PROTOBUF_CUSTOM_VTABLE)
140 : ::google::protobuf::Message(_class_data_.base()),
141 #else // PROTOBUF_CUSTOM_VTABLE
142 : ::google::protobuf::Message(),
143 #endif // PROTOBUF_CUSTOM_VTABLE
144 _impl_(::_pbi::ConstantInitialized()) {
145 }
146 struct Int32ValueDefaultTypeInternal {
Int32ValueDefaultTypeInternalgoogle::protobuf::Int32ValueDefaultTypeInternal147 PROTOBUF_CONSTEXPR Int32ValueDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~Int32ValueDefaultTypeInternalgoogle::protobuf::Int32ValueDefaultTypeInternal148 ~Int32ValueDefaultTypeInternal() {}
149 union {
150 Int32Value _instance;
151 };
152 };
153
154 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_EXPORT
155 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 Int32ValueDefaultTypeInternal _Int32Value_default_instance_;
156
Impl_(::_pbi::ConstantInitialized)157 inline constexpr FloatValue::Impl_::Impl_(
158 ::_pbi::ConstantInitialized) noexcept
159 : value_{0},
160 _cached_size_{0} {}
161
162 template <typename>
FloatValue(::_pbi::ConstantInitialized)163 PROTOBUF_CONSTEXPR FloatValue::FloatValue(::_pbi::ConstantInitialized)
164 #if defined(PROTOBUF_CUSTOM_VTABLE)
165 : ::google::protobuf::Message(_class_data_.base()),
166 #else // PROTOBUF_CUSTOM_VTABLE
167 : ::google::protobuf::Message(),
168 #endif // PROTOBUF_CUSTOM_VTABLE
169 _impl_(::_pbi::ConstantInitialized()) {
170 }
171 struct FloatValueDefaultTypeInternal {
FloatValueDefaultTypeInternalgoogle::protobuf::FloatValueDefaultTypeInternal172 PROTOBUF_CONSTEXPR FloatValueDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~FloatValueDefaultTypeInternalgoogle::protobuf::FloatValueDefaultTypeInternal173 ~FloatValueDefaultTypeInternal() {}
174 union {
175 FloatValue _instance;
176 };
177 };
178
179 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_EXPORT
180 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 FloatValueDefaultTypeInternal _FloatValue_default_instance_;
181
Impl_(::_pbi::ConstantInitialized)182 inline constexpr DoubleValue::Impl_::Impl_(
183 ::_pbi::ConstantInitialized) noexcept
184 : value_{0},
185 _cached_size_{0} {}
186
187 template <typename>
DoubleValue(::_pbi::ConstantInitialized)188 PROTOBUF_CONSTEXPR DoubleValue::DoubleValue(::_pbi::ConstantInitialized)
189 #if defined(PROTOBUF_CUSTOM_VTABLE)
190 : ::google::protobuf::Message(_class_data_.base()),
191 #else // PROTOBUF_CUSTOM_VTABLE
192 : ::google::protobuf::Message(),
193 #endif // PROTOBUF_CUSTOM_VTABLE
194 _impl_(::_pbi::ConstantInitialized()) {
195 }
196 struct DoubleValueDefaultTypeInternal {
DoubleValueDefaultTypeInternalgoogle::protobuf::DoubleValueDefaultTypeInternal197 PROTOBUF_CONSTEXPR DoubleValueDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~DoubleValueDefaultTypeInternalgoogle::protobuf::DoubleValueDefaultTypeInternal198 ~DoubleValueDefaultTypeInternal() {}
199 union {
200 DoubleValue _instance;
201 };
202 };
203
204 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_EXPORT
205 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 DoubleValueDefaultTypeInternal _DoubleValue_default_instance_;
206
Impl_(::_pbi::ConstantInitialized)207 inline constexpr BytesValue::Impl_::Impl_(
208 ::_pbi::ConstantInitialized) noexcept
209 : value_(
210 &::google::protobuf::internal::fixed_address_empty_string,
211 ::_pbi::ConstantInitialized()),
212 _cached_size_{0} {}
213
214 template <typename>
BytesValue(::_pbi::ConstantInitialized)215 PROTOBUF_CONSTEXPR BytesValue::BytesValue(::_pbi::ConstantInitialized)
216 #if defined(PROTOBUF_CUSTOM_VTABLE)
217 : ::google::protobuf::Message(_class_data_.base()),
218 #else // PROTOBUF_CUSTOM_VTABLE
219 : ::google::protobuf::Message(),
220 #endif // PROTOBUF_CUSTOM_VTABLE
221 _impl_(::_pbi::ConstantInitialized()) {
222 }
223 struct BytesValueDefaultTypeInternal {
BytesValueDefaultTypeInternalgoogle::protobuf::BytesValueDefaultTypeInternal224 PROTOBUF_CONSTEXPR BytesValueDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~BytesValueDefaultTypeInternalgoogle::protobuf::BytesValueDefaultTypeInternal225 ~BytesValueDefaultTypeInternal() {}
226 union {
227 BytesValue _instance;
228 };
229 };
230
231 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_EXPORT
232 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BytesValueDefaultTypeInternal _BytesValue_default_instance_;
233
Impl_(::_pbi::ConstantInitialized)234 inline constexpr BoolValue::Impl_::Impl_(
235 ::_pbi::ConstantInitialized) noexcept
236 : value_{false},
237 _cached_size_{0} {}
238
239 template <typename>
BoolValue(::_pbi::ConstantInitialized)240 PROTOBUF_CONSTEXPR BoolValue::BoolValue(::_pbi::ConstantInitialized)
241 #if defined(PROTOBUF_CUSTOM_VTABLE)
242 : ::google::protobuf::Message(_class_data_.base()),
243 #else // PROTOBUF_CUSTOM_VTABLE
244 : ::google::protobuf::Message(),
245 #endif // PROTOBUF_CUSTOM_VTABLE
246 _impl_(::_pbi::ConstantInitialized()) {
247 }
248 struct BoolValueDefaultTypeInternal {
BoolValueDefaultTypeInternalgoogle::protobuf::BoolValueDefaultTypeInternal249 PROTOBUF_CONSTEXPR BoolValueDefaultTypeInternal() : _instance(::_pbi::ConstantInitialized{}) {}
~BoolValueDefaultTypeInternalgoogle::protobuf::BoolValueDefaultTypeInternal250 ~BoolValueDefaultTypeInternal() {}
251 union {
252 BoolValue _instance;
253 };
254 };
255
256 PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_EXPORT
257 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 BoolValueDefaultTypeInternal _BoolValue_default_instance_;
258 } // namespace protobuf
259 } // namespace google
260 static constexpr const ::_pb::EnumDescriptor**
261 file_level_enum_descriptors_google_2fprotobuf_2fwrappers_2eproto = nullptr;
262 static constexpr const ::_pb::ServiceDescriptor**
263 file_level_service_descriptors_google_2fprotobuf_2fwrappers_2eproto = nullptr;
264 const ::uint32_t
265 TableStruct_google_2fprotobuf_2fwrappers_2eproto::offsets[] ABSL_ATTRIBUTE_SECTION_VARIABLE(
266 protodesc_cold) = {
267 ~0u, // no _has_bits_
268 PROTOBUF_FIELD_OFFSET(::google::protobuf::DoubleValue, _internal_metadata_),
269 ~0u, // no _extensions_
270 ~0u, // no _oneof_case_
271 ~0u, // no _weak_field_map_
272 ~0u, // no _inlined_string_donated_
273 ~0u, // no _split_
274 ~0u, // no sizeof(Split)
275 PROTOBUF_FIELD_OFFSET(::google::protobuf::DoubleValue, _impl_.value_),
276 ~0u, // no _has_bits_
277 PROTOBUF_FIELD_OFFSET(::google::protobuf::FloatValue, _internal_metadata_),
278 ~0u, // no _extensions_
279 ~0u, // no _oneof_case_
280 ~0u, // no _weak_field_map_
281 ~0u, // no _inlined_string_donated_
282 ~0u, // no _split_
283 ~0u, // no sizeof(Split)
284 PROTOBUF_FIELD_OFFSET(::google::protobuf::FloatValue, _impl_.value_),
285 ~0u, // no _has_bits_
286 PROTOBUF_FIELD_OFFSET(::google::protobuf::Int64Value, _internal_metadata_),
287 ~0u, // no _extensions_
288 ~0u, // no _oneof_case_
289 ~0u, // no _weak_field_map_
290 ~0u, // no _inlined_string_donated_
291 ~0u, // no _split_
292 ~0u, // no sizeof(Split)
293 PROTOBUF_FIELD_OFFSET(::google::protobuf::Int64Value, _impl_.value_),
294 ~0u, // no _has_bits_
295 PROTOBUF_FIELD_OFFSET(::google::protobuf::UInt64Value, _internal_metadata_),
296 ~0u, // no _extensions_
297 ~0u, // no _oneof_case_
298 ~0u, // no _weak_field_map_
299 ~0u, // no _inlined_string_donated_
300 ~0u, // no _split_
301 ~0u, // no sizeof(Split)
302 PROTOBUF_FIELD_OFFSET(::google::protobuf::UInt64Value, _impl_.value_),
303 ~0u, // no _has_bits_
304 PROTOBUF_FIELD_OFFSET(::google::protobuf::Int32Value, _internal_metadata_),
305 ~0u, // no _extensions_
306 ~0u, // no _oneof_case_
307 ~0u, // no _weak_field_map_
308 ~0u, // no _inlined_string_donated_
309 ~0u, // no _split_
310 ~0u, // no sizeof(Split)
311 PROTOBUF_FIELD_OFFSET(::google::protobuf::Int32Value, _impl_.value_),
312 ~0u, // no _has_bits_
313 PROTOBUF_FIELD_OFFSET(::google::protobuf::UInt32Value, _internal_metadata_),
314 ~0u, // no _extensions_
315 ~0u, // no _oneof_case_
316 ~0u, // no _weak_field_map_
317 ~0u, // no _inlined_string_donated_
318 ~0u, // no _split_
319 ~0u, // no sizeof(Split)
320 PROTOBUF_FIELD_OFFSET(::google::protobuf::UInt32Value, _impl_.value_),
321 ~0u, // no _has_bits_
322 PROTOBUF_FIELD_OFFSET(::google::protobuf::BoolValue, _internal_metadata_),
323 ~0u, // no _extensions_
324 ~0u, // no _oneof_case_
325 ~0u, // no _weak_field_map_
326 ~0u, // no _inlined_string_donated_
327 ~0u, // no _split_
328 ~0u, // no sizeof(Split)
329 PROTOBUF_FIELD_OFFSET(::google::protobuf::BoolValue, _impl_.value_),
330 ~0u, // no _has_bits_
331 PROTOBUF_FIELD_OFFSET(::google::protobuf::StringValue, _internal_metadata_),
332 ~0u, // no _extensions_
333 ~0u, // no _oneof_case_
334 ~0u, // no _weak_field_map_
335 ~0u, // no _inlined_string_donated_
336 ~0u, // no _split_
337 ~0u, // no sizeof(Split)
338 PROTOBUF_FIELD_OFFSET(::google::protobuf::StringValue, _impl_.value_),
339 ~0u, // no _has_bits_
340 PROTOBUF_FIELD_OFFSET(::google::protobuf::BytesValue, _internal_metadata_),
341 ~0u, // no _extensions_
342 ~0u, // no _oneof_case_
343 ~0u, // no _weak_field_map_
344 ~0u, // no _inlined_string_donated_
345 ~0u, // no _split_
346 ~0u, // no sizeof(Split)
347 PROTOBUF_FIELD_OFFSET(::google::protobuf::BytesValue, _impl_.value_),
348 };
349
350 static const ::_pbi::MigrationSchema
351 schemas[] ABSL_ATTRIBUTE_SECTION_VARIABLE(protodesc_cold) = {
352 {0, -1, -1, sizeof(::google::protobuf::DoubleValue)},
353 {9, -1, -1, sizeof(::google::protobuf::FloatValue)},
354 {18, -1, -1, sizeof(::google::protobuf::Int64Value)},
355 {27, -1, -1, sizeof(::google::protobuf::UInt64Value)},
356 {36, -1, -1, sizeof(::google::protobuf::Int32Value)},
357 {45, -1, -1, sizeof(::google::protobuf::UInt32Value)},
358 {54, -1, -1, sizeof(::google::protobuf::BoolValue)},
359 {63, -1, -1, sizeof(::google::protobuf::StringValue)},
360 {72, -1, -1, sizeof(::google::protobuf::BytesValue)},
361 };
362 static const ::_pb::Message* const file_default_instances[] = {
363 &::google::protobuf::_DoubleValue_default_instance_._instance,
364 &::google::protobuf::_FloatValue_default_instance_._instance,
365 &::google::protobuf::_Int64Value_default_instance_._instance,
366 &::google::protobuf::_UInt64Value_default_instance_._instance,
367 &::google::protobuf::_Int32Value_default_instance_._instance,
368 &::google::protobuf::_UInt32Value_default_instance_._instance,
369 &::google::protobuf::_BoolValue_default_instance_._instance,
370 &::google::protobuf::_StringValue_default_instance_._instance,
371 &::google::protobuf::_BytesValue_default_instance_._instance,
372 };
373 const char descriptor_table_protodef_google_2fprotobuf_2fwrappers_2eproto[] ABSL_ATTRIBUTE_SECTION_VARIABLE(
374 protodesc_cold) = {
375 "\n\036google/protobuf/wrappers.proto\022\017google"
376 ".protobuf\"\034\n\013DoubleValue\022\r\n\005value\030\001 \001(\001\""
377 "\033\n\nFloatValue\022\r\n\005value\030\001 \001(\002\"\033\n\nInt64Val"
378 "ue\022\r\n\005value\030\001 \001(\003\"\034\n\013UInt64Value\022\r\n\005valu"
379 "e\030\001 \001(\004\"\033\n\nInt32Value\022\r\n\005value\030\001 \001(\005\"\034\n\013"
380 "UInt32Value\022\r\n\005value\030\001 \001(\r\"\032\n\tBoolValue\022"
381 "\r\n\005value\030\001 \001(\010\"\034\n\013StringValue\022\r\n\005value\030\001"
382 " \001(\t\"\033\n\nBytesValue\022\r\n\005value\030\001 \001(\014B\203\001\n\023co"
383 "m.google.protobufB\rWrappersProtoP\001Z1goog"
384 "le.golang.org/protobuf/types/known/wrapp"
385 "erspb\370\001\001\242\002\003GPB\252\002\036Google.Protobuf.WellKno"
386 "wnTypesb\006proto3"
387 };
388 static ::absl::once_flag descriptor_table_google_2fprotobuf_2fwrappers_2eproto_once;
389 PROTOBUF_CONSTINIT const ::_pbi::DescriptorTable descriptor_table_google_2fprotobuf_2fwrappers_2eproto = {
390 false,
391 false,
392 455,
393 descriptor_table_protodef_google_2fprotobuf_2fwrappers_2eproto,
394 "google/protobuf/wrappers.proto",
395 &descriptor_table_google_2fprotobuf_2fwrappers_2eproto_once,
396 nullptr,
397 0,
398 9,
399 schemas,
400 file_default_instances,
401 TableStruct_google_2fprotobuf_2fwrappers_2eproto::offsets,
402 file_level_enum_descriptors_google_2fprotobuf_2fwrappers_2eproto,
403 file_level_service_descriptors_google_2fprotobuf_2fwrappers_2eproto,
404 };
405 namespace google {
406 namespace protobuf {
407 // ===================================================================
408
409 class DoubleValue::_Internal {
410 public:
411 };
412
DoubleValue(::google::protobuf::Arena * arena)413 DoubleValue::DoubleValue(::google::protobuf::Arena* arena)
414 #if defined(PROTOBUF_CUSTOM_VTABLE)
415 : ::google::protobuf::Message(arena, _class_data_.base()) {
416 #else // PROTOBUF_CUSTOM_VTABLE
417 : ::google::protobuf::Message(arena) {
418 #endif // PROTOBUF_CUSTOM_VTABLE
419 SharedCtor(arena);
420 // @@protoc_insertion_point(arena_constructor:google.protobuf.DoubleValue)
421 }
422 DoubleValue::DoubleValue(
423 ::google::protobuf::Arena* arena, const DoubleValue& from)
424 : DoubleValue(arena) {
425 MergeFrom(from);
426 }
427 inline PROTOBUF_NDEBUG_INLINE DoubleValue::Impl_::Impl_(
428 ::google::protobuf::internal::InternalVisibility visibility,
429 ::google::protobuf::Arena* arena)
430 : _cached_size_{0} {}
431
432 inline void DoubleValue::SharedCtor(::_pb::Arena* arena) {
433 new (&_impl_) Impl_(internal_visibility(), arena);
434 _impl_.value_ = {};
435 }
436 DoubleValue::~DoubleValue() {
437 // @@protoc_insertion_point(destructor:google.protobuf.DoubleValue)
438 SharedDtor(*this);
439 }
440 inline void DoubleValue::SharedDtor(MessageLite& self) {
441 DoubleValue& this_ = static_cast<DoubleValue&>(self);
442 this_._internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
443 ABSL_DCHECK(this_.GetArena() == nullptr);
444 this_._impl_.~Impl_();
445 }
446
447 inline void* DoubleValue::PlacementNew_(const void*, void* mem,
448 ::google::protobuf::Arena* arena) {
449 return ::new (mem) DoubleValue(arena);
450 }
451 constexpr auto DoubleValue::InternalNewImpl_() {
452 return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(DoubleValue),
453 alignof(DoubleValue));
454 }
455 PROTOBUF_CONSTINIT
456 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
457 const ::google::protobuf::internal::ClassDataFull DoubleValue::_class_data_ = {
458 ::google::protobuf::internal::ClassData{
459 &_DoubleValue_default_instance_._instance,
460 &_table_.header,
461 nullptr, // OnDemandRegisterArenaDtor
462 nullptr, // IsInitialized
463 &DoubleValue::MergeImpl,
464 ::google::protobuf::Message::GetNewImpl<DoubleValue>(),
465 #if defined(PROTOBUF_CUSTOM_VTABLE)
466 &DoubleValue::SharedDtor,
467 ::google::protobuf::Message::GetClearImpl<DoubleValue>(), &DoubleValue::ByteSizeLong,
468 &DoubleValue::_InternalSerialize,
469 #endif // PROTOBUF_CUSTOM_VTABLE
470 PROTOBUF_FIELD_OFFSET(DoubleValue, _impl_._cached_size_),
471 false,
472 },
473 &DoubleValue::kDescriptorMethods,
474 &descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
475 nullptr, // tracker
476 };
477 const ::google::protobuf::internal::ClassData* DoubleValue::GetClassData() const {
478 ::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
479 ::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
480 return _class_data_.base();
481 }
482 PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
483 const ::_pbi::TcParseTable<0, 1, 0, 0, 2> DoubleValue::_table_ = {
484 {
485 0, // no _has_bits_
486 0, // no _extensions_
487 1, 0, // max_field_number, fast_idx_mask
488 offsetof(decltype(_table_), field_lookup_table),
489 4294967294, // skipmap
490 offsetof(decltype(_table_), field_entries),
491 1, // num_field_entries
492 0, // num_aux_entries
493 offsetof(decltype(_table_), field_names), // no aux_entries
494 _class_data_.base(),
495 nullptr, // post_loop_handler
496 ::_pbi::TcParser::GenericFallback, // fallback
497 #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
498 ::_pbi::TcParser::GetTable<::google::protobuf::DoubleValue>(), // to_prefetch
499 #endif // PROTOBUF_PREFETCH_PARSE_TABLE
500 }, {{
501 // double value = 1;
502 {::_pbi::TcParser::FastF64S1,
503 {9, 63, 0, PROTOBUF_FIELD_OFFSET(DoubleValue, _impl_.value_)}},
504 }}, {{
505 65535, 65535
506 }}, {{
507 // double value = 1;
508 {PROTOBUF_FIELD_OFFSET(DoubleValue, _impl_.value_), 0, 0,
509 (0 | ::_fl::kFcSingular | ::_fl::kDouble)},
510 }},
511 // no aux_entries
512 {{
513 }},
514 };
515
516 PROTOBUF_NOINLINE void DoubleValue::Clear() {
517 // @@protoc_insertion_point(message_clear_start:google.protobuf.DoubleValue)
518 ::google::protobuf::internal::TSanWrite(&_impl_);
519 ::uint32_t cached_has_bits = 0;
520 // Prevent compiler warnings about cached_has_bits being unused
521 (void) cached_has_bits;
522
523 _impl_.value_ = 0;
524 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
525 }
526
527 #if defined(PROTOBUF_CUSTOM_VTABLE)
528 ::uint8_t* DoubleValue::_InternalSerialize(
529 const MessageLite& base, ::uint8_t* target,
530 ::google::protobuf::io::EpsCopyOutputStream* stream) {
531 const DoubleValue& this_ = static_cast<const DoubleValue&>(base);
532 #else // PROTOBUF_CUSTOM_VTABLE
533 ::uint8_t* DoubleValue::_InternalSerialize(
534 ::uint8_t* target,
535 ::google::protobuf::io::EpsCopyOutputStream* stream) const {
536 const DoubleValue& this_ = *this;
537 #endif // PROTOBUF_CUSTOM_VTABLE
538 // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.DoubleValue)
539 ::uint32_t cached_has_bits = 0;
540 (void)cached_has_bits;
541
542 // double value = 1;
543 if (::absl::bit_cast<::uint64_t>(this_._internal_value()) != 0) {
544 target = stream->EnsureSpace(target);
545 target = ::_pbi::WireFormatLite::WriteDoubleToArray(
546 1, this_._internal_value(), target);
547 }
548
549 if (PROTOBUF_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
550 target =
551 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
552 this_._internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
553 }
554 // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.DoubleValue)
555 return target;
556 }
557
558 #if defined(PROTOBUF_CUSTOM_VTABLE)
559 ::size_t DoubleValue::ByteSizeLong(const MessageLite& base) {
560 const DoubleValue& this_ = static_cast<const DoubleValue&>(base);
561 #else // PROTOBUF_CUSTOM_VTABLE
562 ::size_t DoubleValue::ByteSizeLong() const {
563 const DoubleValue& this_ = *this;
564 #endif // PROTOBUF_CUSTOM_VTABLE
565 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.DoubleValue)
566 ::size_t total_size = 0;
567
568 ::uint32_t cached_has_bits = 0;
569 // Prevent compiler warnings about cached_has_bits being unused
570 (void)cached_has_bits;
571
572 {
573 // double value = 1;
574 if (::absl::bit_cast<::uint64_t>(this_._internal_value()) != 0) {
575 total_size += 9;
576 }
577 }
578 return this_.MaybeComputeUnknownFieldsSize(total_size,
579 &this_._impl_._cached_size_);
580 }
581
582 void DoubleValue::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
583 auto* const _this = static_cast<DoubleValue*>(&to_msg);
584 auto& from = static_cast<const DoubleValue&>(from_msg);
585 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.DoubleValue)
586 ABSL_DCHECK_NE(&from, _this);
587 ::uint32_t cached_has_bits = 0;
588 (void) cached_has_bits;
589
590 if (::absl::bit_cast<::uint64_t>(from._internal_value()) != 0) {
591 _this->_impl_.value_ = from._impl_.value_;
592 }
593 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
594 }
595
596 void DoubleValue::CopyFrom(const DoubleValue& from) {
597 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.DoubleValue)
598 if (&from == this) return;
599 Clear();
600 MergeFrom(from);
601 }
602
603
604 void DoubleValue::InternalSwap(DoubleValue* PROTOBUF_RESTRICT other) {
605 using std::swap;
606 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
607 swap(_impl_.value_, other->_impl_.value_);
608 }
609
610 ::google::protobuf::Metadata DoubleValue::GetMetadata() const {
611 return ::google::protobuf::Message::GetMetadataImpl(GetClassData()->full());
612 }
613 // ===================================================================
614
615 class FloatValue::_Internal {
616 public:
617 };
618
619 FloatValue::FloatValue(::google::protobuf::Arena* arena)
620 #if defined(PROTOBUF_CUSTOM_VTABLE)
621 : ::google::protobuf::Message(arena, _class_data_.base()) {
622 #else // PROTOBUF_CUSTOM_VTABLE
623 : ::google::protobuf::Message(arena) {
624 #endif // PROTOBUF_CUSTOM_VTABLE
625 SharedCtor(arena);
626 // @@protoc_insertion_point(arena_constructor:google.protobuf.FloatValue)
627 }
628 FloatValue::FloatValue(
629 ::google::protobuf::Arena* arena, const FloatValue& from)
630 : FloatValue(arena) {
631 MergeFrom(from);
632 }
633 inline PROTOBUF_NDEBUG_INLINE FloatValue::Impl_::Impl_(
634 ::google::protobuf::internal::InternalVisibility visibility,
635 ::google::protobuf::Arena* arena)
636 : _cached_size_{0} {}
637
638 inline void FloatValue::SharedCtor(::_pb::Arena* arena) {
639 new (&_impl_) Impl_(internal_visibility(), arena);
640 _impl_.value_ = {};
641 }
642 FloatValue::~FloatValue() {
643 // @@protoc_insertion_point(destructor:google.protobuf.FloatValue)
644 SharedDtor(*this);
645 }
646 inline void FloatValue::SharedDtor(MessageLite& self) {
647 FloatValue& this_ = static_cast<FloatValue&>(self);
648 this_._internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
649 ABSL_DCHECK(this_.GetArena() == nullptr);
650 this_._impl_.~Impl_();
651 }
652
653 inline void* FloatValue::PlacementNew_(const void*, void* mem,
654 ::google::protobuf::Arena* arena) {
655 return ::new (mem) FloatValue(arena);
656 }
657 constexpr auto FloatValue::InternalNewImpl_() {
658 return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(FloatValue),
659 alignof(FloatValue));
660 }
661 PROTOBUF_CONSTINIT
662 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
663 const ::google::protobuf::internal::ClassDataFull FloatValue::_class_data_ = {
664 ::google::protobuf::internal::ClassData{
665 &_FloatValue_default_instance_._instance,
666 &_table_.header,
667 nullptr, // OnDemandRegisterArenaDtor
668 nullptr, // IsInitialized
669 &FloatValue::MergeImpl,
670 ::google::protobuf::Message::GetNewImpl<FloatValue>(),
671 #if defined(PROTOBUF_CUSTOM_VTABLE)
672 &FloatValue::SharedDtor,
673 ::google::protobuf::Message::GetClearImpl<FloatValue>(), &FloatValue::ByteSizeLong,
674 &FloatValue::_InternalSerialize,
675 #endif // PROTOBUF_CUSTOM_VTABLE
676 PROTOBUF_FIELD_OFFSET(FloatValue, _impl_._cached_size_),
677 false,
678 },
679 &FloatValue::kDescriptorMethods,
680 &descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
681 nullptr, // tracker
682 };
683 const ::google::protobuf::internal::ClassData* FloatValue::GetClassData() const {
684 ::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
685 ::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
686 return _class_data_.base();
687 }
688 PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
689 const ::_pbi::TcParseTable<0, 1, 0, 0, 2> FloatValue::_table_ = {
690 {
691 0, // no _has_bits_
692 0, // no _extensions_
693 1, 0, // max_field_number, fast_idx_mask
694 offsetof(decltype(_table_), field_lookup_table),
695 4294967294, // skipmap
696 offsetof(decltype(_table_), field_entries),
697 1, // num_field_entries
698 0, // num_aux_entries
699 offsetof(decltype(_table_), field_names), // no aux_entries
700 _class_data_.base(),
701 nullptr, // post_loop_handler
702 ::_pbi::TcParser::GenericFallback, // fallback
703 #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
704 ::_pbi::TcParser::GetTable<::google::protobuf::FloatValue>(), // to_prefetch
705 #endif // PROTOBUF_PREFETCH_PARSE_TABLE
706 }, {{
707 // float value = 1;
708 {::_pbi::TcParser::FastF32S1,
709 {13, 63, 0, PROTOBUF_FIELD_OFFSET(FloatValue, _impl_.value_)}},
710 }}, {{
711 65535, 65535
712 }}, {{
713 // float value = 1;
714 {PROTOBUF_FIELD_OFFSET(FloatValue, _impl_.value_), 0, 0,
715 (0 | ::_fl::kFcSingular | ::_fl::kFloat)},
716 }},
717 // no aux_entries
718 {{
719 }},
720 };
721
722 PROTOBUF_NOINLINE void FloatValue::Clear() {
723 // @@protoc_insertion_point(message_clear_start:google.protobuf.FloatValue)
724 ::google::protobuf::internal::TSanWrite(&_impl_);
725 ::uint32_t cached_has_bits = 0;
726 // Prevent compiler warnings about cached_has_bits being unused
727 (void) cached_has_bits;
728
729 _impl_.value_ = 0;
730 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
731 }
732
733 #if defined(PROTOBUF_CUSTOM_VTABLE)
734 ::uint8_t* FloatValue::_InternalSerialize(
735 const MessageLite& base, ::uint8_t* target,
736 ::google::protobuf::io::EpsCopyOutputStream* stream) {
737 const FloatValue& this_ = static_cast<const FloatValue&>(base);
738 #else // PROTOBUF_CUSTOM_VTABLE
739 ::uint8_t* FloatValue::_InternalSerialize(
740 ::uint8_t* target,
741 ::google::protobuf::io::EpsCopyOutputStream* stream) const {
742 const FloatValue& this_ = *this;
743 #endif // PROTOBUF_CUSTOM_VTABLE
744 // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.FloatValue)
745 ::uint32_t cached_has_bits = 0;
746 (void)cached_has_bits;
747
748 // float value = 1;
749 if (::absl::bit_cast<::uint32_t>(this_._internal_value()) != 0) {
750 target = stream->EnsureSpace(target);
751 target = ::_pbi::WireFormatLite::WriteFloatToArray(
752 1, this_._internal_value(), target);
753 }
754
755 if (PROTOBUF_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
756 target =
757 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
758 this_._internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
759 }
760 // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.FloatValue)
761 return target;
762 }
763
764 #if defined(PROTOBUF_CUSTOM_VTABLE)
765 ::size_t FloatValue::ByteSizeLong(const MessageLite& base) {
766 const FloatValue& this_ = static_cast<const FloatValue&>(base);
767 #else // PROTOBUF_CUSTOM_VTABLE
768 ::size_t FloatValue::ByteSizeLong() const {
769 const FloatValue& this_ = *this;
770 #endif // PROTOBUF_CUSTOM_VTABLE
771 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.FloatValue)
772 ::size_t total_size = 0;
773
774 ::uint32_t cached_has_bits = 0;
775 // Prevent compiler warnings about cached_has_bits being unused
776 (void)cached_has_bits;
777
778 {
779 // float value = 1;
780 if (::absl::bit_cast<::uint32_t>(this_._internal_value()) != 0) {
781 total_size += 5;
782 }
783 }
784 return this_.MaybeComputeUnknownFieldsSize(total_size,
785 &this_._impl_._cached_size_);
786 }
787
788 void FloatValue::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
789 auto* const _this = static_cast<FloatValue*>(&to_msg);
790 auto& from = static_cast<const FloatValue&>(from_msg);
791 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.FloatValue)
792 ABSL_DCHECK_NE(&from, _this);
793 ::uint32_t cached_has_bits = 0;
794 (void) cached_has_bits;
795
796 if (::absl::bit_cast<::uint32_t>(from._internal_value()) != 0) {
797 _this->_impl_.value_ = from._impl_.value_;
798 }
799 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
800 }
801
802 void FloatValue::CopyFrom(const FloatValue& from) {
803 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.FloatValue)
804 if (&from == this) return;
805 Clear();
806 MergeFrom(from);
807 }
808
809
810 void FloatValue::InternalSwap(FloatValue* PROTOBUF_RESTRICT other) {
811 using std::swap;
812 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
813 swap(_impl_.value_, other->_impl_.value_);
814 }
815
816 ::google::protobuf::Metadata FloatValue::GetMetadata() const {
817 return ::google::protobuf::Message::GetMetadataImpl(GetClassData()->full());
818 }
819 // ===================================================================
820
821 class Int64Value::_Internal {
822 public:
823 };
824
825 Int64Value::Int64Value(::google::protobuf::Arena* arena)
826 #if defined(PROTOBUF_CUSTOM_VTABLE)
827 : ::google::protobuf::Message(arena, _class_data_.base()) {
828 #else // PROTOBUF_CUSTOM_VTABLE
829 : ::google::protobuf::Message(arena) {
830 #endif // PROTOBUF_CUSTOM_VTABLE
831 SharedCtor(arena);
832 // @@protoc_insertion_point(arena_constructor:google.protobuf.Int64Value)
833 }
834 Int64Value::Int64Value(
835 ::google::protobuf::Arena* arena, const Int64Value& from)
836 : Int64Value(arena) {
837 MergeFrom(from);
838 }
839 inline PROTOBUF_NDEBUG_INLINE Int64Value::Impl_::Impl_(
840 ::google::protobuf::internal::InternalVisibility visibility,
841 ::google::protobuf::Arena* arena)
842 : _cached_size_{0} {}
843
844 inline void Int64Value::SharedCtor(::_pb::Arena* arena) {
845 new (&_impl_) Impl_(internal_visibility(), arena);
846 _impl_.value_ = {};
847 }
848 Int64Value::~Int64Value() {
849 // @@protoc_insertion_point(destructor:google.protobuf.Int64Value)
850 SharedDtor(*this);
851 }
852 inline void Int64Value::SharedDtor(MessageLite& self) {
853 Int64Value& this_ = static_cast<Int64Value&>(self);
854 this_._internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
855 ABSL_DCHECK(this_.GetArena() == nullptr);
856 this_._impl_.~Impl_();
857 }
858
859 inline void* Int64Value::PlacementNew_(const void*, void* mem,
860 ::google::protobuf::Arena* arena) {
861 return ::new (mem) Int64Value(arena);
862 }
863 constexpr auto Int64Value::InternalNewImpl_() {
864 return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(Int64Value),
865 alignof(Int64Value));
866 }
867 PROTOBUF_CONSTINIT
868 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
869 const ::google::protobuf::internal::ClassDataFull Int64Value::_class_data_ = {
870 ::google::protobuf::internal::ClassData{
871 &_Int64Value_default_instance_._instance,
872 &_table_.header,
873 nullptr, // OnDemandRegisterArenaDtor
874 nullptr, // IsInitialized
875 &Int64Value::MergeImpl,
876 ::google::protobuf::Message::GetNewImpl<Int64Value>(),
877 #if defined(PROTOBUF_CUSTOM_VTABLE)
878 &Int64Value::SharedDtor,
879 ::google::protobuf::Message::GetClearImpl<Int64Value>(), &Int64Value::ByteSizeLong,
880 &Int64Value::_InternalSerialize,
881 #endif // PROTOBUF_CUSTOM_VTABLE
882 PROTOBUF_FIELD_OFFSET(Int64Value, _impl_._cached_size_),
883 false,
884 },
885 &Int64Value::kDescriptorMethods,
886 &descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
887 nullptr, // tracker
888 };
889 const ::google::protobuf::internal::ClassData* Int64Value::GetClassData() const {
890 ::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
891 ::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
892 return _class_data_.base();
893 }
894 PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
895 const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int64Value::_table_ = {
896 {
897 0, // no _has_bits_
898 0, // no _extensions_
899 1, 0, // max_field_number, fast_idx_mask
900 offsetof(decltype(_table_), field_lookup_table),
901 4294967294, // skipmap
902 offsetof(decltype(_table_), field_entries),
903 1, // num_field_entries
904 0, // num_aux_entries
905 offsetof(decltype(_table_), field_names), // no aux_entries
906 _class_data_.base(),
907 nullptr, // post_loop_handler
908 ::_pbi::TcParser::GenericFallback, // fallback
909 #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
910 ::_pbi::TcParser::GetTable<::google::protobuf::Int64Value>(), // to_prefetch
911 #endif // PROTOBUF_PREFETCH_PARSE_TABLE
912 }, {{
913 // int64 value = 1;
914 {::_pbi::TcParser::SingularVarintNoZag1<::uint64_t, offsetof(Int64Value, _impl_.value_), 63>(),
915 {8, 63, 0, PROTOBUF_FIELD_OFFSET(Int64Value, _impl_.value_)}},
916 }}, {{
917 65535, 65535
918 }}, {{
919 // int64 value = 1;
920 {PROTOBUF_FIELD_OFFSET(Int64Value, _impl_.value_), 0, 0,
921 (0 | ::_fl::kFcSingular | ::_fl::kInt64)},
922 }},
923 // no aux_entries
924 {{
925 }},
926 };
927
928 PROTOBUF_NOINLINE void Int64Value::Clear() {
929 // @@protoc_insertion_point(message_clear_start:google.protobuf.Int64Value)
930 ::google::protobuf::internal::TSanWrite(&_impl_);
931 ::uint32_t cached_has_bits = 0;
932 // Prevent compiler warnings about cached_has_bits being unused
933 (void) cached_has_bits;
934
935 _impl_.value_ = ::int64_t{0};
936 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
937 }
938
939 #if defined(PROTOBUF_CUSTOM_VTABLE)
940 ::uint8_t* Int64Value::_InternalSerialize(
941 const MessageLite& base, ::uint8_t* target,
942 ::google::protobuf::io::EpsCopyOutputStream* stream) {
943 const Int64Value& this_ = static_cast<const Int64Value&>(base);
944 #else // PROTOBUF_CUSTOM_VTABLE
945 ::uint8_t* Int64Value::_InternalSerialize(
946 ::uint8_t* target,
947 ::google::protobuf::io::EpsCopyOutputStream* stream) const {
948 const Int64Value& this_ = *this;
949 #endif // PROTOBUF_CUSTOM_VTABLE
950 // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Int64Value)
951 ::uint32_t cached_has_bits = 0;
952 (void)cached_has_bits;
953
954 // int64 value = 1;
955 if (this_._internal_value() != 0) {
956 target = ::google::protobuf::internal::WireFormatLite::
957 WriteInt64ToArrayWithField<1>(
958 stream, this_._internal_value(), target);
959 }
960
961 if (PROTOBUF_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
962 target =
963 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
964 this_._internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
965 }
966 // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.Int64Value)
967 return target;
968 }
969
970 #if defined(PROTOBUF_CUSTOM_VTABLE)
971 ::size_t Int64Value::ByteSizeLong(const MessageLite& base) {
972 const Int64Value& this_ = static_cast<const Int64Value&>(base);
973 #else // PROTOBUF_CUSTOM_VTABLE
974 ::size_t Int64Value::ByteSizeLong() const {
975 const Int64Value& this_ = *this;
976 #endif // PROTOBUF_CUSTOM_VTABLE
977 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.Int64Value)
978 ::size_t total_size = 0;
979
980 ::uint32_t cached_has_bits = 0;
981 // Prevent compiler warnings about cached_has_bits being unused
982 (void)cached_has_bits;
983
984 {
985 // int64 value = 1;
986 if (this_._internal_value() != 0) {
987 total_size += ::_pbi::WireFormatLite::Int64SizePlusOne(
988 this_._internal_value());
989 }
990 }
991 return this_.MaybeComputeUnknownFieldsSize(total_size,
992 &this_._impl_._cached_size_);
993 }
994
995 void Int64Value::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
996 auto* const _this = static_cast<Int64Value*>(&to_msg);
997 auto& from = static_cast<const Int64Value&>(from_msg);
998 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.Int64Value)
999 ABSL_DCHECK_NE(&from, _this);
1000 ::uint32_t cached_has_bits = 0;
1001 (void) cached_has_bits;
1002
1003 if (from._internal_value() != 0) {
1004 _this->_impl_.value_ = from._impl_.value_;
1005 }
1006 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
1007 }
1008
1009 void Int64Value::CopyFrom(const Int64Value& from) {
1010 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.Int64Value)
1011 if (&from == this) return;
1012 Clear();
1013 MergeFrom(from);
1014 }
1015
1016
1017 void Int64Value::InternalSwap(Int64Value* PROTOBUF_RESTRICT other) {
1018 using std::swap;
1019 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
1020 swap(_impl_.value_, other->_impl_.value_);
1021 }
1022
1023 ::google::protobuf::Metadata Int64Value::GetMetadata() const {
1024 return ::google::protobuf::Message::GetMetadataImpl(GetClassData()->full());
1025 }
1026 // ===================================================================
1027
1028 class UInt64Value::_Internal {
1029 public:
1030 };
1031
1032 UInt64Value::UInt64Value(::google::protobuf::Arena* arena)
1033 #if defined(PROTOBUF_CUSTOM_VTABLE)
1034 : ::google::protobuf::Message(arena, _class_data_.base()) {
1035 #else // PROTOBUF_CUSTOM_VTABLE
1036 : ::google::protobuf::Message(arena) {
1037 #endif // PROTOBUF_CUSTOM_VTABLE
1038 SharedCtor(arena);
1039 // @@protoc_insertion_point(arena_constructor:google.protobuf.UInt64Value)
1040 }
1041 UInt64Value::UInt64Value(
1042 ::google::protobuf::Arena* arena, const UInt64Value& from)
1043 : UInt64Value(arena) {
1044 MergeFrom(from);
1045 }
1046 inline PROTOBUF_NDEBUG_INLINE UInt64Value::Impl_::Impl_(
1047 ::google::protobuf::internal::InternalVisibility visibility,
1048 ::google::protobuf::Arena* arena)
1049 : _cached_size_{0} {}
1050
1051 inline void UInt64Value::SharedCtor(::_pb::Arena* arena) {
1052 new (&_impl_) Impl_(internal_visibility(), arena);
1053 _impl_.value_ = {};
1054 }
1055 UInt64Value::~UInt64Value() {
1056 // @@protoc_insertion_point(destructor:google.protobuf.UInt64Value)
1057 SharedDtor(*this);
1058 }
1059 inline void UInt64Value::SharedDtor(MessageLite& self) {
1060 UInt64Value& this_ = static_cast<UInt64Value&>(self);
1061 this_._internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1062 ABSL_DCHECK(this_.GetArena() == nullptr);
1063 this_._impl_.~Impl_();
1064 }
1065
1066 inline void* UInt64Value::PlacementNew_(const void*, void* mem,
1067 ::google::protobuf::Arena* arena) {
1068 return ::new (mem) UInt64Value(arena);
1069 }
1070 constexpr auto UInt64Value::InternalNewImpl_() {
1071 return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(UInt64Value),
1072 alignof(UInt64Value));
1073 }
1074 PROTOBUF_CONSTINIT
1075 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
1076 const ::google::protobuf::internal::ClassDataFull UInt64Value::_class_data_ = {
1077 ::google::protobuf::internal::ClassData{
1078 &_UInt64Value_default_instance_._instance,
1079 &_table_.header,
1080 nullptr, // OnDemandRegisterArenaDtor
1081 nullptr, // IsInitialized
1082 &UInt64Value::MergeImpl,
1083 ::google::protobuf::Message::GetNewImpl<UInt64Value>(),
1084 #if defined(PROTOBUF_CUSTOM_VTABLE)
1085 &UInt64Value::SharedDtor,
1086 ::google::protobuf::Message::GetClearImpl<UInt64Value>(), &UInt64Value::ByteSizeLong,
1087 &UInt64Value::_InternalSerialize,
1088 #endif // PROTOBUF_CUSTOM_VTABLE
1089 PROTOBUF_FIELD_OFFSET(UInt64Value, _impl_._cached_size_),
1090 false,
1091 },
1092 &UInt64Value::kDescriptorMethods,
1093 &descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
1094 nullptr, // tracker
1095 };
1096 const ::google::protobuf::internal::ClassData* UInt64Value::GetClassData() const {
1097 ::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
1098 ::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
1099 return _class_data_.base();
1100 }
1101 PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
1102 const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt64Value::_table_ = {
1103 {
1104 0, // no _has_bits_
1105 0, // no _extensions_
1106 1, 0, // max_field_number, fast_idx_mask
1107 offsetof(decltype(_table_), field_lookup_table),
1108 4294967294, // skipmap
1109 offsetof(decltype(_table_), field_entries),
1110 1, // num_field_entries
1111 0, // num_aux_entries
1112 offsetof(decltype(_table_), field_names), // no aux_entries
1113 _class_data_.base(),
1114 nullptr, // post_loop_handler
1115 ::_pbi::TcParser::GenericFallback, // fallback
1116 #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
1117 ::_pbi::TcParser::GetTable<::google::protobuf::UInt64Value>(), // to_prefetch
1118 #endif // PROTOBUF_PREFETCH_PARSE_TABLE
1119 }, {{
1120 // uint64 value = 1;
1121 {::_pbi::TcParser::SingularVarintNoZag1<::uint64_t, offsetof(UInt64Value, _impl_.value_), 63>(),
1122 {8, 63, 0, PROTOBUF_FIELD_OFFSET(UInt64Value, _impl_.value_)}},
1123 }}, {{
1124 65535, 65535
1125 }}, {{
1126 // uint64 value = 1;
1127 {PROTOBUF_FIELD_OFFSET(UInt64Value, _impl_.value_), 0, 0,
1128 (0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
1129 }},
1130 // no aux_entries
1131 {{
1132 }},
1133 };
1134
1135 PROTOBUF_NOINLINE void UInt64Value::Clear() {
1136 // @@protoc_insertion_point(message_clear_start:google.protobuf.UInt64Value)
1137 ::google::protobuf::internal::TSanWrite(&_impl_);
1138 ::uint32_t cached_has_bits = 0;
1139 // Prevent compiler warnings about cached_has_bits being unused
1140 (void) cached_has_bits;
1141
1142 _impl_.value_ = ::uint64_t{0u};
1143 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1144 }
1145
1146 #if defined(PROTOBUF_CUSTOM_VTABLE)
1147 ::uint8_t* UInt64Value::_InternalSerialize(
1148 const MessageLite& base, ::uint8_t* target,
1149 ::google::protobuf::io::EpsCopyOutputStream* stream) {
1150 const UInt64Value& this_ = static_cast<const UInt64Value&>(base);
1151 #else // PROTOBUF_CUSTOM_VTABLE
1152 ::uint8_t* UInt64Value::_InternalSerialize(
1153 ::uint8_t* target,
1154 ::google::protobuf::io::EpsCopyOutputStream* stream) const {
1155 const UInt64Value& this_ = *this;
1156 #endif // PROTOBUF_CUSTOM_VTABLE
1157 // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.UInt64Value)
1158 ::uint32_t cached_has_bits = 0;
1159 (void)cached_has_bits;
1160
1161 // uint64 value = 1;
1162 if (this_._internal_value() != 0) {
1163 target = stream->EnsureSpace(target);
1164 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
1165 1, this_._internal_value(), target);
1166 }
1167
1168 if (PROTOBUF_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
1169 target =
1170 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
1171 this_._internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
1172 }
1173 // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.UInt64Value)
1174 return target;
1175 }
1176
1177 #if defined(PROTOBUF_CUSTOM_VTABLE)
1178 ::size_t UInt64Value::ByteSizeLong(const MessageLite& base) {
1179 const UInt64Value& this_ = static_cast<const UInt64Value&>(base);
1180 #else // PROTOBUF_CUSTOM_VTABLE
1181 ::size_t UInt64Value::ByteSizeLong() const {
1182 const UInt64Value& this_ = *this;
1183 #endif // PROTOBUF_CUSTOM_VTABLE
1184 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.UInt64Value)
1185 ::size_t total_size = 0;
1186
1187 ::uint32_t cached_has_bits = 0;
1188 // Prevent compiler warnings about cached_has_bits being unused
1189 (void)cached_has_bits;
1190
1191 {
1192 // uint64 value = 1;
1193 if (this_._internal_value() != 0) {
1194 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
1195 this_._internal_value());
1196 }
1197 }
1198 return this_.MaybeComputeUnknownFieldsSize(total_size,
1199 &this_._impl_._cached_size_);
1200 }
1201
1202 void UInt64Value::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
1203 auto* const _this = static_cast<UInt64Value*>(&to_msg);
1204 auto& from = static_cast<const UInt64Value&>(from_msg);
1205 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.UInt64Value)
1206 ABSL_DCHECK_NE(&from, _this);
1207 ::uint32_t cached_has_bits = 0;
1208 (void) cached_has_bits;
1209
1210 if (from._internal_value() != 0) {
1211 _this->_impl_.value_ = from._impl_.value_;
1212 }
1213 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
1214 }
1215
1216 void UInt64Value::CopyFrom(const UInt64Value& from) {
1217 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.UInt64Value)
1218 if (&from == this) return;
1219 Clear();
1220 MergeFrom(from);
1221 }
1222
1223
1224 void UInt64Value::InternalSwap(UInt64Value* PROTOBUF_RESTRICT other) {
1225 using std::swap;
1226 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
1227 swap(_impl_.value_, other->_impl_.value_);
1228 }
1229
1230 ::google::protobuf::Metadata UInt64Value::GetMetadata() const {
1231 return ::google::protobuf::Message::GetMetadataImpl(GetClassData()->full());
1232 }
1233 // ===================================================================
1234
1235 class Int32Value::_Internal {
1236 public:
1237 };
1238
1239 Int32Value::Int32Value(::google::protobuf::Arena* arena)
1240 #if defined(PROTOBUF_CUSTOM_VTABLE)
1241 : ::google::protobuf::Message(arena, _class_data_.base()) {
1242 #else // PROTOBUF_CUSTOM_VTABLE
1243 : ::google::protobuf::Message(arena) {
1244 #endif // PROTOBUF_CUSTOM_VTABLE
1245 SharedCtor(arena);
1246 // @@protoc_insertion_point(arena_constructor:google.protobuf.Int32Value)
1247 }
1248 Int32Value::Int32Value(
1249 ::google::protobuf::Arena* arena, const Int32Value& from)
1250 : Int32Value(arena) {
1251 MergeFrom(from);
1252 }
1253 inline PROTOBUF_NDEBUG_INLINE Int32Value::Impl_::Impl_(
1254 ::google::protobuf::internal::InternalVisibility visibility,
1255 ::google::protobuf::Arena* arena)
1256 : _cached_size_{0} {}
1257
1258 inline void Int32Value::SharedCtor(::_pb::Arena* arena) {
1259 new (&_impl_) Impl_(internal_visibility(), arena);
1260 _impl_.value_ = {};
1261 }
1262 Int32Value::~Int32Value() {
1263 // @@protoc_insertion_point(destructor:google.protobuf.Int32Value)
1264 SharedDtor(*this);
1265 }
1266 inline void Int32Value::SharedDtor(MessageLite& self) {
1267 Int32Value& this_ = static_cast<Int32Value&>(self);
1268 this_._internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1269 ABSL_DCHECK(this_.GetArena() == nullptr);
1270 this_._impl_.~Impl_();
1271 }
1272
1273 inline void* Int32Value::PlacementNew_(const void*, void* mem,
1274 ::google::protobuf::Arena* arena) {
1275 return ::new (mem) Int32Value(arena);
1276 }
1277 constexpr auto Int32Value::InternalNewImpl_() {
1278 return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(Int32Value),
1279 alignof(Int32Value));
1280 }
1281 PROTOBUF_CONSTINIT
1282 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
1283 const ::google::protobuf::internal::ClassDataFull Int32Value::_class_data_ = {
1284 ::google::protobuf::internal::ClassData{
1285 &_Int32Value_default_instance_._instance,
1286 &_table_.header,
1287 nullptr, // OnDemandRegisterArenaDtor
1288 nullptr, // IsInitialized
1289 &Int32Value::MergeImpl,
1290 ::google::protobuf::Message::GetNewImpl<Int32Value>(),
1291 #if defined(PROTOBUF_CUSTOM_VTABLE)
1292 &Int32Value::SharedDtor,
1293 ::google::protobuf::Message::GetClearImpl<Int32Value>(), &Int32Value::ByteSizeLong,
1294 &Int32Value::_InternalSerialize,
1295 #endif // PROTOBUF_CUSTOM_VTABLE
1296 PROTOBUF_FIELD_OFFSET(Int32Value, _impl_._cached_size_),
1297 false,
1298 },
1299 &Int32Value::kDescriptorMethods,
1300 &descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
1301 nullptr, // tracker
1302 };
1303 const ::google::protobuf::internal::ClassData* Int32Value::GetClassData() const {
1304 ::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
1305 ::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
1306 return _class_data_.base();
1307 }
1308 PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
1309 const ::_pbi::TcParseTable<0, 1, 0, 0, 2> Int32Value::_table_ = {
1310 {
1311 0, // no _has_bits_
1312 0, // no _extensions_
1313 1, 0, // max_field_number, fast_idx_mask
1314 offsetof(decltype(_table_), field_lookup_table),
1315 4294967294, // skipmap
1316 offsetof(decltype(_table_), field_entries),
1317 1, // num_field_entries
1318 0, // num_aux_entries
1319 offsetof(decltype(_table_), field_names), // no aux_entries
1320 _class_data_.base(),
1321 nullptr, // post_loop_handler
1322 ::_pbi::TcParser::GenericFallback, // fallback
1323 #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
1324 ::_pbi::TcParser::GetTable<::google::protobuf::Int32Value>(), // to_prefetch
1325 #endif // PROTOBUF_PREFETCH_PARSE_TABLE
1326 }, {{
1327 // int32 value = 1;
1328 {::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(Int32Value, _impl_.value_), 63>(),
1329 {8, 63, 0, PROTOBUF_FIELD_OFFSET(Int32Value, _impl_.value_)}},
1330 }}, {{
1331 65535, 65535
1332 }}, {{
1333 // int32 value = 1;
1334 {PROTOBUF_FIELD_OFFSET(Int32Value, _impl_.value_), 0, 0,
1335 (0 | ::_fl::kFcSingular | ::_fl::kInt32)},
1336 }},
1337 // no aux_entries
1338 {{
1339 }},
1340 };
1341
1342 PROTOBUF_NOINLINE void Int32Value::Clear() {
1343 // @@protoc_insertion_point(message_clear_start:google.protobuf.Int32Value)
1344 ::google::protobuf::internal::TSanWrite(&_impl_);
1345 ::uint32_t cached_has_bits = 0;
1346 // Prevent compiler warnings about cached_has_bits being unused
1347 (void) cached_has_bits;
1348
1349 _impl_.value_ = 0;
1350 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1351 }
1352
1353 #if defined(PROTOBUF_CUSTOM_VTABLE)
1354 ::uint8_t* Int32Value::_InternalSerialize(
1355 const MessageLite& base, ::uint8_t* target,
1356 ::google::protobuf::io::EpsCopyOutputStream* stream) {
1357 const Int32Value& this_ = static_cast<const Int32Value&>(base);
1358 #else // PROTOBUF_CUSTOM_VTABLE
1359 ::uint8_t* Int32Value::_InternalSerialize(
1360 ::uint8_t* target,
1361 ::google::protobuf::io::EpsCopyOutputStream* stream) const {
1362 const Int32Value& this_ = *this;
1363 #endif // PROTOBUF_CUSTOM_VTABLE
1364 // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.Int32Value)
1365 ::uint32_t cached_has_bits = 0;
1366 (void)cached_has_bits;
1367
1368 // int32 value = 1;
1369 if (this_._internal_value() != 0) {
1370 target = ::google::protobuf::internal::WireFormatLite::
1371 WriteInt32ToArrayWithField<1>(
1372 stream, this_._internal_value(), target);
1373 }
1374
1375 if (PROTOBUF_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
1376 target =
1377 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
1378 this_._internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
1379 }
1380 // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.Int32Value)
1381 return target;
1382 }
1383
1384 #if defined(PROTOBUF_CUSTOM_VTABLE)
1385 ::size_t Int32Value::ByteSizeLong(const MessageLite& base) {
1386 const Int32Value& this_ = static_cast<const Int32Value&>(base);
1387 #else // PROTOBUF_CUSTOM_VTABLE
1388 ::size_t Int32Value::ByteSizeLong() const {
1389 const Int32Value& this_ = *this;
1390 #endif // PROTOBUF_CUSTOM_VTABLE
1391 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.Int32Value)
1392 ::size_t total_size = 0;
1393
1394 ::uint32_t cached_has_bits = 0;
1395 // Prevent compiler warnings about cached_has_bits being unused
1396 (void)cached_has_bits;
1397
1398 {
1399 // int32 value = 1;
1400 if (this_._internal_value() != 0) {
1401 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
1402 this_._internal_value());
1403 }
1404 }
1405 return this_.MaybeComputeUnknownFieldsSize(total_size,
1406 &this_._impl_._cached_size_);
1407 }
1408
1409 void Int32Value::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
1410 auto* const _this = static_cast<Int32Value*>(&to_msg);
1411 auto& from = static_cast<const Int32Value&>(from_msg);
1412 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.Int32Value)
1413 ABSL_DCHECK_NE(&from, _this);
1414 ::uint32_t cached_has_bits = 0;
1415 (void) cached_has_bits;
1416
1417 if (from._internal_value() != 0) {
1418 _this->_impl_.value_ = from._impl_.value_;
1419 }
1420 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
1421 }
1422
1423 void Int32Value::CopyFrom(const Int32Value& from) {
1424 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.Int32Value)
1425 if (&from == this) return;
1426 Clear();
1427 MergeFrom(from);
1428 }
1429
1430
1431 void Int32Value::InternalSwap(Int32Value* PROTOBUF_RESTRICT other) {
1432 using std::swap;
1433 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
1434 swap(_impl_.value_, other->_impl_.value_);
1435 }
1436
1437 ::google::protobuf::Metadata Int32Value::GetMetadata() const {
1438 return ::google::protobuf::Message::GetMetadataImpl(GetClassData()->full());
1439 }
1440 // ===================================================================
1441
1442 class UInt32Value::_Internal {
1443 public:
1444 };
1445
1446 UInt32Value::UInt32Value(::google::protobuf::Arena* arena)
1447 #if defined(PROTOBUF_CUSTOM_VTABLE)
1448 : ::google::protobuf::Message(arena, _class_data_.base()) {
1449 #else // PROTOBUF_CUSTOM_VTABLE
1450 : ::google::protobuf::Message(arena) {
1451 #endif // PROTOBUF_CUSTOM_VTABLE
1452 SharedCtor(arena);
1453 // @@protoc_insertion_point(arena_constructor:google.protobuf.UInt32Value)
1454 }
1455 UInt32Value::UInt32Value(
1456 ::google::protobuf::Arena* arena, const UInt32Value& from)
1457 : UInt32Value(arena) {
1458 MergeFrom(from);
1459 }
1460 inline PROTOBUF_NDEBUG_INLINE UInt32Value::Impl_::Impl_(
1461 ::google::protobuf::internal::InternalVisibility visibility,
1462 ::google::protobuf::Arena* arena)
1463 : _cached_size_{0} {}
1464
1465 inline void UInt32Value::SharedCtor(::_pb::Arena* arena) {
1466 new (&_impl_) Impl_(internal_visibility(), arena);
1467 _impl_.value_ = {};
1468 }
1469 UInt32Value::~UInt32Value() {
1470 // @@protoc_insertion_point(destructor:google.protobuf.UInt32Value)
1471 SharedDtor(*this);
1472 }
1473 inline void UInt32Value::SharedDtor(MessageLite& self) {
1474 UInt32Value& this_ = static_cast<UInt32Value&>(self);
1475 this_._internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1476 ABSL_DCHECK(this_.GetArena() == nullptr);
1477 this_._impl_.~Impl_();
1478 }
1479
1480 inline void* UInt32Value::PlacementNew_(const void*, void* mem,
1481 ::google::protobuf::Arena* arena) {
1482 return ::new (mem) UInt32Value(arena);
1483 }
1484 constexpr auto UInt32Value::InternalNewImpl_() {
1485 return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(UInt32Value),
1486 alignof(UInt32Value));
1487 }
1488 PROTOBUF_CONSTINIT
1489 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
1490 const ::google::protobuf::internal::ClassDataFull UInt32Value::_class_data_ = {
1491 ::google::protobuf::internal::ClassData{
1492 &_UInt32Value_default_instance_._instance,
1493 &_table_.header,
1494 nullptr, // OnDemandRegisterArenaDtor
1495 nullptr, // IsInitialized
1496 &UInt32Value::MergeImpl,
1497 ::google::protobuf::Message::GetNewImpl<UInt32Value>(),
1498 #if defined(PROTOBUF_CUSTOM_VTABLE)
1499 &UInt32Value::SharedDtor,
1500 ::google::protobuf::Message::GetClearImpl<UInt32Value>(), &UInt32Value::ByteSizeLong,
1501 &UInt32Value::_InternalSerialize,
1502 #endif // PROTOBUF_CUSTOM_VTABLE
1503 PROTOBUF_FIELD_OFFSET(UInt32Value, _impl_._cached_size_),
1504 false,
1505 },
1506 &UInt32Value::kDescriptorMethods,
1507 &descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
1508 nullptr, // tracker
1509 };
1510 const ::google::protobuf::internal::ClassData* UInt32Value::GetClassData() const {
1511 ::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
1512 ::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
1513 return _class_data_.base();
1514 }
1515 PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
1516 const ::_pbi::TcParseTable<0, 1, 0, 0, 2> UInt32Value::_table_ = {
1517 {
1518 0, // no _has_bits_
1519 0, // no _extensions_
1520 1, 0, // max_field_number, fast_idx_mask
1521 offsetof(decltype(_table_), field_lookup_table),
1522 4294967294, // skipmap
1523 offsetof(decltype(_table_), field_entries),
1524 1, // num_field_entries
1525 0, // num_aux_entries
1526 offsetof(decltype(_table_), field_names), // no aux_entries
1527 _class_data_.base(),
1528 nullptr, // post_loop_handler
1529 ::_pbi::TcParser::GenericFallback, // fallback
1530 #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
1531 ::_pbi::TcParser::GetTable<::google::protobuf::UInt32Value>(), // to_prefetch
1532 #endif // PROTOBUF_PREFETCH_PARSE_TABLE
1533 }, {{
1534 // uint32 value = 1;
1535 {::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(UInt32Value, _impl_.value_), 63>(),
1536 {8, 63, 0, PROTOBUF_FIELD_OFFSET(UInt32Value, _impl_.value_)}},
1537 }}, {{
1538 65535, 65535
1539 }}, {{
1540 // uint32 value = 1;
1541 {PROTOBUF_FIELD_OFFSET(UInt32Value, _impl_.value_), 0, 0,
1542 (0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
1543 }},
1544 // no aux_entries
1545 {{
1546 }},
1547 };
1548
1549 PROTOBUF_NOINLINE void UInt32Value::Clear() {
1550 // @@protoc_insertion_point(message_clear_start:google.protobuf.UInt32Value)
1551 ::google::protobuf::internal::TSanWrite(&_impl_);
1552 ::uint32_t cached_has_bits = 0;
1553 // Prevent compiler warnings about cached_has_bits being unused
1554 (void) cached_has_bits;
1555
1556 _impl_.value_ = 0u;
1557 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1558 }
1559
1560 #if defined(PROTOBUF_CUSTOM_VTABLE)
1561 ::uint8_t* UInt32Value::_InternalSerialize(
1562 const MessageLite& base, ::uint8_t* target,
1563 ::google::protobuf::io::EpsCopyOutputStream* stream) {
1564 const UInt32Value& this_ = static_cast<const UInt32Value&>(base);
1565 #else // PROTOBUF_CUSTOM_VTABLE
1566 ::uint8_t* UInt32Value::_InternalSerialize(
1567 ::uint8_t* target,
1568 ::google::protobuf::io::EpsCopyOutputStream* stream) const {
1569 const UInt32Value& this_ = *this;
1570 #endif // PROTOBUF_CUSTOM_VTABLE
1571 // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.UInt32Value)
1572 ::uint32_t cached_has_bits = 0;
1573 (void)cached_has_bits;
1574
1575 // uint32 value = 1;
1576 if (this_._internal_value() != 0) {
1577 target = stream->EnsureSpace(target);
1578 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
1579 1, this_._internal_value(), target);
1580 }
1581
1582 if (PROTOBUF_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
1583 target =
1584 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
1585 this_._internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
1586 }
1587 // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.UInt32Value)
1588 return target;
1589 }
1590
1591 #if defined(PROTOBUF_CUSTOM_VTABLE)
1592 ::size_t UInt32Value::ByteSizeLong(const MessageLite& base) {
1593 const UInt32Value& this_ = static_cast<const UInt32Value&>(base);
1594 #else // PROTOBUF_CUSTOM_VTABLE
1595 ::size_t UInt32Value::ByteSizeLong() const {
1596 const UInt32Value& this_ = *this;
1597 #endif // PROTOBUF_CUSTOM_VTABLE
1598 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.UInt32Value)
1599 ::size_t total_size = 0;
1600
1601 ::uint32_t cached_has_bits = 0;
1602 // Prevent compiler warnings about cached_has_bits being unused
1603 (void)cached_has_bits;
1604
1605 {
1606 // uint32 value = 1;
1607 if (this_._internal_value() != 0) {
1608 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
1609 this_._internal_value());
1610 }
1611 }
1612 return this_.MaybeComputeUnknownFieldsSize(total_size,
1613 &this_._impl_._cached_size_);
1614 }
1615
1616 void UInt32Value::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
1617 auto* const _this = static_cast<UInt32Value*>(&to_msg);
1618 auto& from = static_cast<const UInt32Value&>(from_msg);
1619 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.UInt32Value)
1620 ABSL_DCHECK_NE(&from, _this);
1621 ::uint32_t cached_has_bits = 0;
1622 (void) cached_has_bits;
1623
1624 if (from._internal_value() != 0) {
1625 _this->_impl_.value_ = from._impl_.value_;
1626 }
1627 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
1628 }
1629
1630 void UInt32Value::CopyFrom(const UInt32Value& from) {
1631 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.UInt32Value)
1632 if (&from == this) return;
1633 Clear();
1634 MergeFrom(from);
1635 }
1636
1637
1638 void UInt32Value::InternalSwap(UInt32Value* PROTOBUF_RESTRICT other) {
1639 using std::swap;
1640 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
1641 swap(_impl_.value_, other->_impl_.value_);
1642 }
1643
1644 ::google::protobuf::Metadata UInt32Value::GetMetadata() const {
1645 return ::google::protobuf::Message::GetMetadataImpl(GetClassData()->full());
1646 }
1647 // ===================================================================
1648
1649 class BoolValue::_Internal {
1650 public:
1651 };
1652
1653 BoolValue::BoolValue(::google::protobuf::Arena* arena)
1654 #if defined(PROTOBUF_CUSTOM_VTABLE)
1655 : ::google::protobuf::Message(arena, _class_data_.base()) {
1656 #else // PROTOBUF_CUSTOM_VTABLE
1657 : ::google::protobuf::Message(arena) {
1658 #endif // PROTOBUF_CUSTOM_VTABLE
1659 SharedCtor(arena);
1660 // @@protoc_insertion_point(arena_constructor:google.protobuf.BoolValue)
1661 }
1662 BoolValue::BoolValue(
1663 ::google::protobuf::Arena* arena, const BoolValue& from)
1664 : BoolValue(arena) {
1665 MergeFrom(from);
1666 }
1667 inline PROTOBUF_NDEBUG_INLINE BoolValue::Impl_::Impl_(
1668 ::google::protobuf::internal::InternalVisibility visibility,
1669 ::google::protobuf::Arena* arena)
1670 : _cached_size_{0} {}
1671
1672 inline void BoolValue::SharedCtor(::_pb::Arena* arena) {
1673 new (&_impl_) Impl_(internal_visibility(), arena);
1674 _impl_.value_ = {};
1675 }
1676 BoolValue::~BoolValue() {
1677 // @@protoc_insertion_point(destructor:google.protobuf.BoolValue)
1678 SharedDtor(*this);
1679 }
1680 inline void BoolValue::SharedDtor(MessageLite& self) {
1681 BoolValue& this_ = static_cast<BoolValue&>(self);
1682 this_._internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1683 ABSL_DCHECK(this_.GetArena() == nullptr);
1684 this_._impl_.~Impl_();
1685 }
1686
1687 inline void* BoolValue::PlacementNew_(const void*, void* mem,
1688 ::google::protobuf::Arena* arena) {
1689 return ::new (mem) BoolValue(arena);
1690 }
1691 constexpr auto BoolValue::InternalNewImpl_() {
1692 return ::google::protobuf::internal::MessageCreator::ZeroInit(sizeof(BoolValue),
1693 alignof(BoolValue));
1694 }
1695 PROTOBUF_CONSTINIT
1696 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
1697 const ::google::protobuf::internal::ClassDataFull BoolValue::_class_data_ = {
1698 ::google::protobuf::internal::ClassData{
1699 &_BoolValue_default_instance_._instance,
1700 &_table_.header,
1701 nullptr, // OnDemandRegisterArenaDtor
1702 nullptr, // IsInitialized
1703 &BoolValue::MergeImpl,
1704 ::google::protobuf::Message::GetNewImpl<BoolValue>(),
1705 #if defined(PROTOBUF_CUSTOM_VTABLE)
1706 &BoolValue::SharedDtor,
1707 ::google::protobuf::Message::GetClearImpl<BoolValue>(), &BoolValue::ByteSizeLong,
1708 &BoolValue::_InternalSerialize,
1709 #endif // PROTOBUF_CUSTOM_VTABLE
1710 PROTOBUF_FIELD_OFFSET(BoolValue, _impl_._cached_size_),
1711 false,
1712 },
1713 &BoolValue::kDescriptorMethods,
1714 &descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
1715 nullptr, // tracker
1716 };
1717 const ::google::protobuf::internal::ClassData* BoolValue::GetClassData() const {
1718 ::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
1719 ::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
1720 return _class_data_.base();
1721 }
1722 PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
1723 const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BoolValue::_table_ = {
1724 {
1725 0, // no _has_bits_
1726 0, // no _extensions_
1727 1, 0, // max_field_number, fast_idx_mask
1728 offsetof(decltype(_table_), field_lookup_table),
1729 4294967294, // skipmap
1730 offsetof(decltype(_table_), field_entries),
1731 1, // num_field_entries
1732 0, // num_aux_entries
1733 offsetof(decltype(_table_), field_names), // no aux_entries
1734 _class_data_.base(),
1735 nullptr, // post_loop_handler
1736 ::_pbi::TcParser::GenericFallback, // fallback
1737 #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
1738 ::_pbi::TcParser::GetTable<::google::protobuf::BoolValue>(), // to_prefetch
1739 #endif // PROTOBUF_PREFETCH_PARSE_TABLE
1740 }, {{
1741 // bool value = 1;
1742 {::_pbi::TcParser::SingularVarintNoZag1<bool, offsetof(BoolValue, _impl_.value_), 63>(),
1743 {8, 63, 0, PROTOBUF_FIELD_OFFSET(BoolValue, _impl_.value_)}},
1744 }}, {{
1745 65535, 65535
1746 }}, {{
1747 // bool value = 1;
1748 {PROTOBUF_FIELD_OFFSET(BoolValue, _impl_.value_), 0, 0,
1749 (0 | ::_fl::kFcSingular | ::_fl::kBool)},
1750 }},
1751 // no aux_entries
1752 {{
1753 }},
1754 };
1755
1756 PROTOBUF_NOINLINE void BoolValue::Clear() {
1757 // @@protoc_insertion_point(message_clear_start:google.protobuf.BoolValue)
1758 ::google::protobuf::internal::TSanWrite(&_impl_);
1759 ::uint32_t cached_has_bits = 0;
1760 // Prevent compiler warnings about cached_has_bits being unused
1761 (void) cached_has_bits;
1762
1763 _impl_.value_ = false;
1764 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1765 }
1766
1767 #if defined(PROTOBUF_CUSTOM_VTABLE)
1768 ::uint8_t* BoolValue::_InternalSerialize(
1769 const MessageLite& base, ::uint8_t* target,
1770 ::google::protobuf::io::EpsCopyOutputStream* stream) {
1771 const BoolValue& this_ = static_cast<const BoolValue&>(base);
1772 #else // PROTOBUF_CUSTOM_VTABLE
1773 ::uint8_t* BoolValue::_InternalSerialize(
1774 ::uint8_t* target,
1775 ::google::protobuf::io::EpsCopyOutputStream* stream) const {
1776 const BoolValue& this_ = *this;
1777 #endif // PROTOBUF_CUSTOM_VTABLE
1778 // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.BoolValue)
1779 ::uint32_t cached_has_bits = 0;
1780 (void)cached_has_bits;
1781
1782 // bool value = 1;
1783 if (this_._internal_value() != 0) {
1784 target = stream->EnsureSpace(target);
1785 target = ::_pbi::WireFormatLite::WriteBoolToArray(
1786 1, this_._internal_value(), target);
1787 }
1788
1789 if (PROTOBUF_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
1790 target =
1791 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
1792 this_._internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
1793 }
1794 // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.BoolValue)
1795 return target;
1796 }
1797
1798 #if defined(PROTOBUF_CUSTOM_VTABLE)
1799 ::size_t BoolValue::ByteSizeLong(const MessageLite& base) {
1800 const BoolValue& this_ = static_cast<const BoolValue&>(base);
1801 #else // PROTOBUF_CUSTOM_VTABLE
1802 ::size_t BoolValue::ByteSizeLong() const {
1803 const BoolValue& this_ = *this;
1804 #endif // PROTOBUF_CUSTOM_VTABLE
1805 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.BoolValue)
1806 ::size_t total_size = 0;
1807
1808 ::uint32_t cached_has_bits = 0;
1809 // Prevent compiler warnings about cached_has_bits being unused
1810 (void)cached_has_bits;
1811
1812 {
1813 // bool value = 1;
1814 if (this_._internal_value() != 0) {
1815 total_size += 2;
1816 }
1817 }
1818 return this_.MaybeComputeUnknownFieldsSize(total_size,
1819 &this_._impl_._cached_size_);
1820 }
1821
1822 void BoolValue::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
1823 auto* const _this = static_cast<BoolValue*>(&to_msg);
1824 auto& from = static_cast<const BoolValue&>(from_msg);
1825 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.BoolValue)
1826 ABSL_DCHECK_NE(&from, _this);
1827 ::uint32_t cached_has_bits = 0;
1828 (void) cached_has_bits;
1829
1830 if (from._internal_value() != 0) {
1831 _this->_impl_.value_ = from._impl_.value_;
1832 }
1833 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
1834 }
1835
1836 void BoolValue::CopyFrom(const BoolValue& from) {
1837 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.BoolValue)
1838 if (&from == this) return;
1839 Clear();
1840 MergeFrom(from);
1841 }
1842
1843
1844 void BoolValue::InternalSwap(BoolValue* PROTOBUF_RESTRICT other) {
1845 using std::swap;
1846 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
1847 swap(_impl_.value_, other->_impl_.value_);
1848 }
1849
1850 ::google::protobuf::Metadata BoolValue::GetMetadata() const {
1851 return ::google::protobuf::Message::GetMetadataImpl(GetClassData()->full());
1852 }
1853 // ===================================================================
1854
1855 class StringValue::_Internal {
1856 public:
1857 };
1858
1859 StringValue::StringValue(::google::protobuf::Arena* arena)
1860 #if defined(PROTOBUF_CUSTOM_VTABLE)
1861 : ::google::protobuf::Message(arena, _class_data_.base()) {
1862 #else // PROTOBUF_CUSTOM_VTABLE
1863 : ::google::protobuf::Message(arena) {
1864 #endif // PROTOBUF_CUSTOM_VTABLE
1865 SharedCtor(arena);
1866 // @@protoc_insertion_point(arena_constructor:google.protobuf.StringValue)
1867 }
1868 inline PROTOBUF_NDEBUG_INLINE StringValue::Impl_::Impl_(
1869 ::google::protobuf::internal::InternalVisibility visibility, ::google::protobuf::Arena* arena,
1870 const Impl_& from, const ::google::protobuf::StringValue& from_msg)
1871 : value_(arena, from.value_),
1872 _cached_size_{0} {}
1873
1874 StringValue::StringValue(
1875 ::google::protobuf::Arena* arena,
1876 const StringValue& from)
1877 #if defined(PROTOBUF_CUSTOM_VTABLE)
1878 : ::google::protobuf::Message(arena, _class_data_.base()) {
1879 #else // PROTOBUF_CUSTOM_VTABLE
1880 : ::google::protobuf::Message(arena) {
1881 #endif // PROTOBUF_CUSTOM_VTABLE
1882 StringValue* const _this = this;
1883 (void)_this;
1884 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
1885 from._internal_metadata_);
1886 new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
1887
1888 // @@protoc_insertion_point(copy_constructor:google.protobuf.StringValue)
1889 }
1890 inline PROTOBUF_NDEBUG_INLINE StringValue::Impl_::Impl_(
1891 ::google::protobuf::internal::InternalVisibility visibility,
1892 ::google::protobuf::Arena* arena)
1893 : value_(arena),
1894 _cached_size_{0} {}
1895
1896 inline void StringValue::SharedCtor(::_pb::Arena* arena) {
1897 new (&_impl_) Impl_(internal_visibility(), arena);
1898 }
1899 StringValue::~StringValue() {
1900 // @@protoc_insertion_point(destructor:google.protobuf.StringValue)
1901 SharedDtor(*this);
1902 }
1903 inline void StringValue::SharedDtor(MessageLite& self) {
1904 StringValue& this_ = static_cast<StringValue&>(self);
1905 this_._internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1906 ABSL_DCHECK(this_.GetArena() == nullptr);
1907 this_._impl_.value_.Destroy();
1908 this_._impl_.~Impl_();
1909 }
1910
1911 inline void* StringValue::PlacementNew_(const void*, void* mem,
1912 ::google::protobuf::Arena* arena) {
1913 return ::new (mem) StringValue(arena);
1914 }
1915 constexpr auto StringValue::InternalNewImpl_() {
1916 return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(StringValue),
1917 alignof(StringValue));
1918 }
1919 PROTOBUF_CONSTINIT
1920 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
1921 const ::google::protobuf::internal::ClassDataFull StringValue::_class_data_ = {
1922 ::google::protobuf::internal::ClassData{
1923 &_StringValue_default_instance_._instance,
1924 &_table_.header,
1925 nullptr, // OnDemandRegisterArenaDtor
1926 nullptr, // IsInitialized
1927 &StringValue::MergeImpl,
1928 ::google::protobuf::Message::GetNewImpl<StringValue>(),
1929 #if defined(PROTOBUF_CUSTOM_VTABLE)
1930 &StringValue::SharedDtor,
1931 ::google::protobuf::Message::GetClearImpl<StringValue>(), &StringValue::ByteSizeLong,
1932 &StringValue::_InternalSerialize,
1933 #endif // PROTOBUF_CUSTOM_VTABLE
1934 PROTOBUF_FIELD_OFFSET(StringValue, _impl_._cached_size_),
1935 false,
1936 },
1937 &StringValue::kDescriptorMethods,
1938 &descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
1939 nullptr, // tracker
1940 };
1941 const ::google::protobuf::internal::ClassData* StringValue::GetClassData() const {
1942 ::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
1943 ::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
1944 return _class_data_.base();
1945 }
1946 PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
1947 const ::_pbi::TcParseTable<0, 1, 0, 41, 2> StringValue::_table_ = {
1948 {
1949 0, // no _has_bits_
1950 0, // no _extensions_
1951 1, 0, // max_field_number, fast_idx_mask
1952 offsetof(decltype(_table_), field_lookup_table),
1953 4294967294, // skipmap
1954 offsetof(decltype(_table_), field_entries),
1955 1, // num_field_entries
1956 0, // num_aux_entries
1957 offsetof(decltype(_table_), field_names), // no aux_entries
1958 _class_data_.base(),
1959 nullptr, // post_loop_handler
1960 ::_pbi::TcParser::GenericFallback, // fallback
1961 #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
1962 ::_pbi::TcParser::GetTable<::google::protobuf::StringValue>(), // to_prefetch
1963 #endif // PROTOBUF_PREFETCH_PARSE_TABLE
1964 }, {{
1965 // string value = 1;
1966 {::_pbi::TcParser::FastUS1,
1967 {10, 63, 0, PROTOBUF_FIELD_OFFSET(StringValue, _impl_.value_)}},
1968 }}, {{
1969 65535, 65535
1970 }}, {{
1971 // string value = 1;
1972 {PROTOBUF_FIELD_OFFSET(StringValue, _impl_.value_), 0, 0,
1973 (0 | ::_fl::kFcSingular | ::_fl::kUtf8String | ::_fl::kRepAString)},
1974 }},
1975 // no aux_entries
1976 {{
1977 "\33\5\0\0\0\0\0\0"
1978 "google.protobuf.StringValue"
1979 "value"
1980 }},
1981 };
1982
1983 PROTOBUF_NOINLINE void StringValue::Clear() {
1984 // @@protoc_insertion_point(message_clear_start:google.protobuf.StringValue)
1985 ::google::protobuf::internal::TSanWrite(&_impl_);
1986 ::uint32_t cached_has_bits = 0;
1987 // Prevent compiler warnings about cached_has_bits being unused
1988 (void) cached_has_bits;
1989
1990 _impl_.value_.ClearToEmpty();
1991 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1992 }
1993
1994 #if defined(PROTOBUF_CUSTOM_VTABLE)
1995 ::uint8_t* StringValue::_InternalSerialize(
1996 const MessageLite& base, ::uint8_t* target,
1997 ::google::protobuf::io::EpsCopyOutputStream* stream) {
1998 const StringValue& this_ = static_cast<const StringValue&>(base);
1999 #else // PROTOBUF_CUSTOM_VTABLE
2000 ::uint8_t* StringValue::_InternalSerialize(
2001 ::uint8_t* target,
2002 ::google::protobuf::io::EpsCopyOutputStream* stream) const {
2003 const StringValue& this_ = *this;
2004 #endif // PROTOBUF_CUSTOM_VTABLE
2005 // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.StringValue)
2006 ::uint32_t cached_has_bits = 0;
2007 (void)cached_has_bits;
2008
2009 // string value = 1;
2010 if (!this_._internal_value().empty()) {
2011 const std::string& _s = this_._internal_value();
2012 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
2013 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "google.protobuf.StringValue.value");
2014 target = stream->WriteStringMaybeAliased(1, _s, target);
2015 }
2016
2017 if (PROTOBUF_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
2018 target =
2019 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2020 this_._internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2021 }
2022 // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.StringValue)
2023 return target;
2024 }
2025
2026 #if defined(PROTOBUF_CUSTOM_VTABLE)
2027 ::size_t StringValue::ByteSizeLong(const MessageLite& base) {
2028 const StringValue& this_ = static_cast<const StringValue&>(base);
2029 #else // PROTOBUF_CUSTOM_VTABLE
2030 ::size_t StringValue::ByteSizeLong() const {
2031 const StringValue& this_ = *this;
2032 #endif // PROTOBUF_CUSTOM_VTABLE
2033 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.StringValue)
2034 ::size_t total_size = 0;
2035
2036 ::uint32_t cached_has_bits = 0;
2037 // Prevent compiler warnings about cached_has_bits being unused
2038 (void)cached_has_bits;
2039
2040 {
2041 // string value = 1;
2042 if (!this_._internal_value().empty()) {
2043 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
2044 this_._internal_value());
2045 }
2046 }
2047 return this_.MaybeComputeUnknownFieldsSize(total_size,
2048 &this_._impl_._cached_size_);
2049 }
2050
2051 void StringValue::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
2052 auto* const _this = static_cast<StringValue*>(&to_msg);
2053 auto& from = static_cast<const StringValue&>(from_msg);
2054 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.StringValue)
2055 ABSL_DCHECK_NE(&from, _this);
2056 ::uint32_t cached_has_bits = 0;
2057 (void) cached_has_bits;
2058
2059 if (!from._internal_value().empty()) {
2060 _this->_internal_set_value(from._internal_value());
2061 }
2062 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2063 }
2064
2065 void StringValue::CopyFrom(const StringValue& from) {
2066 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.StringValue)
2067 if (&from == this) return;
2068 Clear();
2069 MergeFrom(from);
2070 }
2071
2072
2073 void StringValue::InternalSwap(StringValue* PROTOBUF_RESTRICT other) {
2074 using std::swap;
2075 auto* arena = GetArena();
2076 ABSL_DCHECK_EQ(arena, other->GetArena());
2077 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2078 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.value_, &other->_impl_.value_, arena);
2079 }
2080
2081 ::google::protobuf::Metadata StringValue::GetMetadata() const {
2082 return ::google::protobuf::Message::GetMetadataImpl(GetClassData()->full());
2083 }
2084 // ===================================================================
2085
2086 class BytesValue::_Internal {
2087 public:
2088 };
2089
2090 BytesValue::BytesValue(::google::protobuf::Arena* arena)
2091 #if defined(PROTOBUF_CUSTOM_VTABLE)
2092 : ::google::protobuf::Message(arena, _class_data_.base()) {
2093 #else // PROTOBUF_CUSTOM_VTABLE
2094 : ::google::protobuf::Message(arena) {
2095 #endif // PROTOBUF_CUSTOM_VTABLE
2096 SharedCtor(arena);
2097 // @@protoc_insertion_point(arena_constructor:google.protobuf.BytesValue)
2098 }
2099 inline PROTOBUF_NDEBUG_INLINE BytesValue::Impl_::Impl_(
2100 ::google::protobuf::internal::InternalVisibility visibility, ::google::protobuf::Arena* arena,
2101 const Impl_& from, const ::google::protobuf::BytesValue& from_msg)
2102 : value_(arena, from.value_),
2103 _cached_size_{0} {}
2104
2105 BytesValue::BytesValue(
2106 ::google::protobuf::Arena* arena,
2107 const BytesValue& from)
2108 #if defined(PROTOBUF_CUSTOM_VTABLE)
2109 : ::google::protobuf::Message(arena, _class_data_.base()) {
2110 #else // PROTOBUF_CUSTOM_VTABLE
2111 : ::google::protobuf::Message(arena) {
2112 #endif // PROTOBUF_CUSTOM_VTABLE
2113 BytesValue* const _this = this;
2114 (void)_this;
2115 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
2116 from._internal_metadata_);
2117 new (&_impl_) Impl_(internal_visibility(), arena, from._impl_, from);
2118
2119 // @@protoc_insertion_point(copy_constructor:google.protobuf.BytesValue)
2120 }
2121 inline PROTOBUF_NDEBUG_INLINE BytesValue::Impl_::Impl_(
2122 ::google::protobuf::internal::InternalVisibility visibility,
2123 ::google::protobuf::Arena* arena)
2124 : value_(arena),
2125 _cached_size_{0} {}
2126
2127 inline void BytesValue::SharedCtor(::_pb::Arena* arena) {
2128 new (&_impl_) Impl_(internal_visibility(), arena);
2129 }
2130 BytesValue::~BytesValue() {
2131 // @@protoc_insertion_point(destructor:google.protobuf.BytesValue)
2132 SharedDtor(*this);
2133 }
2134 inline void BytesValue::SharedDtor(MessageLite& self) {
2135 BytesValue& this_ = static_cast<BytesValue&>(self);
2136 this_._internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
2137 ABSL_DCHECK(this_.GetArena() == nullptr);
2138 this_._impl_.value_.Destroy();
2139 this_._impl_.~Impl_();
2140 }
2141
2142 inline void* BytesValue::PlacementNew_(const void*, void* mem,
2143 ::google::protobuf::Arena* arena) {
2144 return ::new (mem) BytesValue(arena);
2145 }
2146 constexpr auto BytesValue::InternalNewImpl_() {
2147 return ::google::protobuf::internal::MessageCreator::CopyInit(sizeof(BytesValue),
2148 alignof(BytesValue));
2149 }
2150 PROTOBUF_CONSTINIT
2151 PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
2152 const ::google::protobuf::internal::ClassDataFull BytesValue::_class_data_ = {
2153 ::google::protobuf::internal::ClassData{
2154 &_BytesValue_default_instance_._instance,
2155 &_table_.header,
2156 nullptr, // OnDemandRegisterArenaDtor
2157 nullptr, // IsInitialized
2158 &BytesValue::MergeImpl,
2159 ::google::protobuf::Message::GetNewImpl<BytesValue>(),
2160 #if defined(PROTOBUF_CUSTOM_VTABLE)
2161 &BytesValue::SharedDtor,
2162 ::google::protobuf::Message::GetClearImpl<BytesValue>(), &BytesValue::ByteSizeLong,
2163 &BytesValue::_InternalSerialize,
2164 #endif // PROTOBUF_CUSTOM_VTABLE
2165 PROTOBUF_FIELD_OFFSET(BytesValue, _impl_._cached_size_),
2166 false,
2167 },
2168 &BytesValue::kDescriptorMethods,
2169 &descriptor_table_google_2fprotobuf_2fwrappers_2eproto,
2170 nullptr, // tracker
2171 };
2172 const ::google::protobuf::internal::ClassData* BytesValue::GetClassData() const {
2173 ::google::protobuf::internal::PrefetchToLocalCache(&_class_data_);
2174 ::google::protobuf::internal::PrefetchToLocalCache(_class_data_.tc_table);
2175 return _class_data_.base();
2176 }
2177 PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1
2178 const ::_pbi::TcParseTable<0, 1, 0, 0, 2> BytesValue::_table_ = {
2179 {
2180 0, // no _has_bits_
2181 0, // no _extensions_
2182 1, 0, // max_field_number, fast_idx_mask
2183 offsetof(decltype(_table_), field_lookup_table),
2184 4294967294, // skipmap
2185 offsetof(decltype(_table_), field_entries),
2186 1, // num_field_entries
2187 0, // num_aux_entries
2188 offsetof(decltype(_table_), field_names), // no aux_entries
2189 _class_data_.base(),
2190 nullptr, // post_loop_handler
2191 ::_pbi::TcParser::GenericFallback, // fallback
2192 #ifdef PROTOBUF_PREFETCH_PARSE_TABLE
2193 ::_pbi::TcParser::GetTable<::google::protobuf::BytesValue>(), // to_prefetch
2194 #endif // PROTOBUF_PREFETCH_PARSE_TABLE
2195 }, {{
2196 // bytes value = 1;
2197 {::_pbi::TcParser::FastBS1,
2198 {10, 63, 0, PROTOBUF_FIELD_OFFSET(BytesValue, _impl_.value_)}},
2199 }}, {{
2200 65535, 65535
2201 }}, {{
2202 // bytes value = 1;
2203 {PROTOBUF_FIELD_OFFSET(BytesValue, _impl_.value_), 0, 0,
2204 (0 | ::_fl::kFcSingular | ::_fl::kBytes | ::_fl::kRepAString)},
2205 }},
2206 // no aux_entries
2207 {{
2208 }},
2209 };
2210
2211 PROTOBUF_NOINLINE void BytesValue::Clear() {
2212 // @@protoc_insertion_point(message_clear_start:google.protobuf.BytesValue)
2213 ::google::protobuf::internal::TSanWrite(&_impl_);
2214 ::uint32_t cached_has_bits = 0;
2215 // Prevent compiler warnings about cached_has_bits being unused
2216 (void) cached_has_bits;
2217
2218 _impl_.value_.ClearToEmpty();
2219 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
2220 }
2221
2222 #if defined(PROTOBUF_CUSTOM_VTABLE)
2223 ::uint8_t* BytesValue::_InternalSerialize(
2224 const MessageLite& base, ::uint8_t* target,
2225 ::google::protobuf::io::EpsCopyOutputStream* stream) {
2226 const BytesValue& this_ = static_cast<const BytesValue&>(base);
2227 #else // PROTOBUF_CUSTOM_VTABLE
2228 ::uint8_t* BytesValue::_InternalSerialize(
2229 ::uint8_t* target,
2230 ::google::protobuf::io::EpsCopyOutputStream* stream) const {
2231 const BytesValue& this_ = *this;
2232 #endif // PROTOBUF_CUSTOM_VTABLE
2233 // @@protoc_insertion_point(serialize_to_array_start:google.protobuf.BytesValue)
2234 ::uint32_t cached_has_bits = 0;
2235 (void)cached_has_bits;
2236
2237 // bytes value = 1;
2238 if (!this_._internal_value().empty()) {
2239 const std::string& _s = this_._internal_value();
2240 target = stream->WriteBytesMaybeAliased(1, _s, target);
2241 }
2242
2243 if (PROTOBUF_PREDICT_FALSE(this_._internal_metadata_.have_unknown_fields())) {
2244 target =
2245 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
2246 this_._internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
2247 }
2248 // @@protoc_insertion_point(serialize_to_array_end:google.protobuf.BytesValue)
2249 return target;
2250 }
2251
2252 #if defined(PROTOBUF_CUSTOM_VTABLE)
2253 ::size_t BytesValue::ByteSizeLong(const MessageLite& base) {
2254 const BytesValue& this_ = static_cast<const BytesValue&>(base);
2255 #else // PROTOBUF_CUSTOM_VTABLE
2256 ::size_t BytesValue::ByteSizeLong() const {
2257 const BytesValue& this_ = *this;
2258 #endif // PROTOBUF_CUSTOM_VTABLE
2259 // @@protoc_insertion_point(message_byte_size_start:google.protobuf.BytesValue)
2260 ::size_t total_size = 0;
2261
2262 ::uint32_t cached_has_bits = 0;
2263 // Prevent compiler warnings about cached_has_bits being unused
2264 (void)cached_has_bits;
2265
2266 {
2267 // bytes value = 1;
2268 if (!this_._internal_value().empty()) {
2269 total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
2270 this_._internal_value());
2271 }
2272 }
2273 return this_.MaybeComputeUnknownFieldsSize(total_size,
2274 &this_._impl_._cached_size_);
2275 }
2276
2277 void BytesValue::MergeImpl(::google::protobuf::MessageLite& to_msg, const ::google::protobuf::MessageLite& from_msg) {
2278 auto* const _this = static_cast<BytesValue*>(&to_msg);
2279 auto& from = static_cast<const BytesValue&>(from_msg);
2280 // @@protoc_insertion_point(class_specific_merge_from_start:google.protobuf.BytesValue)
2281 ABSL_DCHECK_NE(&from, _this);
2282 ::uint32_t cached_has_bits = 0;
2283 (void) cached_has_bits;
2284
2285 if (!from._internal_value().empty()) {
2286 _this->_internal_set_value(from._internal_value());
2287 }
2288 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
2289 }
2290
2291 void BytesValue::CopyFrom(const BytesValue& from) {
2292 // @@protoc_insertion_point(class_specific_copy_from_start:google.protobuf.BytesValue)
2293 if (&from == this) return;
2294 Clear();
2295 MergeFrom(from);
2296 }
2297
2298
2299 void BytesValue::InternalSwap(BytesValue* PROTOBUF_RESTRICT other) {
2300 using std::swap;
2301 auto* arena = GetArena();
2302 ABSL_DCHECK_EQ(arena, other->GetArena());
2303 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
2304 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.value_, &other->_impl_.value_, arena);
2305 }
2306
2307 ::google::protobuf::Metadata BytesValue::GetMetadata() const {
2308 return ::google::protobuf::Message::GetMetadataImpl(GetClassData()->full());
2309 }
2310 // @@protoc_insertion_point(namespace_scope)
2311 } // namespace protobuf
2312 } // namespace google
2313 namespace google {
2314 namespace protobuf {
2315 } // namespace protobuf
2316 } // namespace google
2317 // @@protoc_insertion_point(global_scope)
2318 PROTOBUF_ATTRIBUTE_INIT_PRIORITY2 static ::std::false_type
2319 _static_init2_ PROTOBUF_UNUSED =
2320 (::_pbi::AddDescriptors(&descriptor_table_google_2fprotobuf_2fwrappers_2eproto),
2321 ::std::false_type{});
2322 #include "google/protobuf/port_undef.inc"
2323