protobuf/src/google/protobuf/wrappers.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: google/protobuf/wrappers.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fwrappers_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fwrappers_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3019000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 3019005 < PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/metadata_lite.h>
29 #include <google/protobuf/generated_message_reflection.h>
30 #include <google/protobuf/message.h>
31 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
32 #include <google/protobuf/extension_set.h> // IWYU pragma: export
33 #include <google/protobuf/unknown_field_set.h>
34 // @@protoc_insertion_point(includes)
35 #include <google/protobuf/port_def.inc>
36 #define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fwrappers_2eproto PROTOBUF_EXPORT
37 PROTOBUF_NAMESPACE_OPEN
38 namespace internal {
39 class AnyMetadata;
40 } // namespace internal
41 PROTOBUF_NAMESPACE_CLOSE
42 
43 // Internal implementation detail -- do not use these members.
45  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
46  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
47  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
48  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
49  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[9]
50  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
51  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
52  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
53  static const uint32_t offsets[];
54 };
55 PROTOBUF_EXPORT extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fwrappers_2eproto;
56 PROTOBUF_NAMESPACE_OPEN
57 class BoolValue;
60 class BytesValue;
63 class DoubleValue;
66 class FloatValue;
69 class Int32Value;
72 class Int64Value;
75 class StringValue;
78 class UInt32Value;
81 class UInt64Value;
84 PROTOBUF_NAMESPACE_CLOSE
85 PROTOBUF_NAMESPACE_OPEN
86 template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::BoolValue* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::BoolValue>(Arena*);
87 template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::BytesValue* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::BytesValue>(Arena*);
88 template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::DoubleValue* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::DoubleValue>(Arena*);
89 template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::FloatValue* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::FloatValue>(Arena*);
90 template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::Int32Value* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::Int32Value>(Arena*);
91 template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::Int64Value* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::Int64Value>(Arena*);
92 template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::StringValue* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::StringValue>(Arena*);
93 template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::UInt32Value* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::UInt32Value>(Arena*);
94 template<> PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::UInt64Value* Arena::CreateMaybeMessage<::PROTOBUF_NAMESPACE_ID::UInt64Value>(Arena*);
95 PROTOBUF_NAMESPACE_CLOSE
96 PROTOBUF_NAMESPACE_OPEN
97 
98 // ===================================================================
99 
100 class PROTOBUF_EXPORT DoubleValue final :
101  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.DoubleValue) */ {
102  public:
103  inline DoubleValue() : DoubleValue(nullptr) {}
104  ~DoubleValue() override;
105  explicit constexpr DoubleValue(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
106 
107  DoubleValue(const DoubleValue& from);
109  : DoubleValue() {
110  *this = ::std::move(from);
111  }
112 
114  CopyFrom(from);
115  return *this;
116  }
117  inline DoubleValue& operator=(DoubleValue&& from) noexcept {
118  if (this == &from) return *this;
119  if (GetOwningArena() == from.GetOwningArena()
120  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
121  && GetOwningArena() != nullptr
122  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
123  ) {
124  InternalSwap(&from);
125  } else {
126  CopyFrom(from);
127  }
128  return *this;
129  }
130 
132  return GetDescriptor();
133  }
135  return default_instance().GetMetadata().descriptor;
136  }
137  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
138  return default_instance().GetMetadata().reflection;
139  }
140  static const DoubleValue& default_instance() {
141  return *internal_default_instance();
142  }
143  static inline const DoubleValue* internal_default_instance() {
144  return reinterpret_cast<const DoubleValue*>(
146  }
147  static constexpr int kIndexInFileMessages =
148  0;
149 
150  friend void swap(DoubleValue& a, DoubleValue& b) {
151  a.Swap(&b);
152  }
153  inline void Swap(DoubleValue* other) {
154  if (other == this) return;
155  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
156  if (GetOwningArena() != nullptr &&
157  GetOwningArena() == other->GetOwningArena()) {
158  #else // PROTOBUF_FORCE_COPY_IN_SWAP
159  if (GetOwningArena() == other->GetOwningArena()) {
160  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
161  InternalSwap(other);
162  } else {
164  }
165  }
167  if (other == this) return;
168  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
169  InternalSwap(other);
170  }
171 
172  // implements Message ----------------------------------------------
173 
175  return CreateMaybeMessage<DoubleValue>(arena);
176  }
178  void CopyFrom(const DoubleValue& from);
180  void MergeFrom(const DoubleValue& from);
181  private:
183  public:
184  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
185  bool IsInitialized() const final;
186 
187  size_t ByteSizeLong() const final;
188  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
190  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
191  int GetCachedSize() const final { return _cached_size_.Get(); }
192 
193  private:
194  void SharedCtor();
195  void SharedDtor();
196  void SetCachedSize(int size) const final;
197  void InternalSwap(DoubleValue* other);
198 
199  private:
200  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
201  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
202  return "google.protobuf.DoubleValue";
203  }
204  protected:
206  bool is_message_owned = false);
207  private:
208  static void ArenaDtor(void* object);
209  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
210  public:
211 
212  static const ClassData _class_data_;
213  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
214 
215  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
216 
217  // nested types ----------------------------------------------------
218 
219  // accessors -------------------------------------------------------
220 
221  enum : int {
222  kValueFieldNumber = 1,
223  };
224  // double value = 1;
225  void clear_value();
226  double value() const;
227  void set_value(double value);
228  private:
229  double _internal_value() const;
230  void _internal_set_value(double value);
231  public:
232 
233  // @@protoc_insertion_point(class_scope:google.protobuf.DoubleValue)
234  private:
235  class _Internal;
236 
237  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
239  typedef void DestructorSkippable_;
240  double value_;
241  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
242  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
243 };
244 // -------------------------------------------------------------------
245 
246 class PROTOBUF_EXPORT FloatValue final :
247  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.FloatValue) */ {
248  public:
249  inline FloatValue() : FloatValue(nullptr) {}
250  ~FloatValue() override;
251  explicit constexpr FloatValue(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
252 
253  FloatValue(const FloatValue& from);
255  : FloatValue() {
256  *this = ::std::move(from);
257  }
258 
260  CopyFrom(from);
261  return *this;
262  }
263  inline FloatValue& operator=(FloatValue&& from) noexcept {
264  if (this == &from) return *this;
265  if (GetOwningArena() == from.GetOwningArena()
266  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
267  && GetOwningArena() != nullptr
268  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
269  ) {
270  InternalSwap(&from);
271  } else {
272  CopyFrom(from);
273  }
274  return *this;
275  }
276 
278  return GetDescriptor();
279  }
281  return default_instance().GetMetadata().descriptor;
282  }
283  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
284  return default_instance().GetMetadata().reflection;
285  }
286  static const FloatValue& default_instance() {
287  return *internal_default_instance();
288  }
289  static inline const FloatValue* internal_default_instance() {
290  return reinterpret_cast<const FloatValue*>(
292  }
293  static constexpr int kIndexInFileMessages =
294  1;
295 
296  friend void swap(FloatValue& a, FloatValue& b) {
297  a.Swap(&b);
298  }
299  inline void Swap(FloatValue* other) {
300  if (other == this) return;
301  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
302  if (GetOwningArena() != nullptr &&
303  GetOwningArena() == other->GetOwningArena()) {
304  #else // PROTOBUF_FORCE_COPY_IN_SWAP
305  if (GetOwningArena() == other->GetOwningArena()) {
306  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
307  InternalSwap(other);
308  } else {
310  }
311  }
313  if (other == this) return;
314  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
315  InternalSwap(other);
316  }
317 
318  // implements Message ----------------------------------------------
319 
321  return CreateMaybeMessage<FloatValue>(arena);
322  }
324  void CopyFrom(const FloatValue& from);
326  void MergeFrom(const FloatValue& from);
327  private:
329  public:
330  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
331  bool IsInitialized() const final;
332 
333  size_t ByteSizeLong() const final;
334  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
336  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
337  int GetCachedSize() const final { return _cached_size_.Get(); }
338 
339  private:
340  void SharedCtor();
341  void SharedDtor();
342  void SetCachedSize(int size) const final;
343  void InternalSwap(FloatValue* other);
344 
345  private:
346  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
347  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
348  return "google.protobuf.FloatValue";
349  }
350  protected:
352  bool is_message_owned = false);
353  private:
354  static void ArenaDtor(void* object);
355  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
356  public:
357 
358  static const ClassData _class_data_;
359  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
360 
361  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
362 
363  // nested types ----------------------------------------------------
364 
365  // accessors -------------------------------------------------------
366 
367  enum : int {
368  kValueFieldNumber = 1,
369  };
370  // float value = 1;
371  void clear_value();
372  float value() const;
373  void set_value(float value);
374  private:
375  float _internal_value() const;
376  void _internal_set_value(float value);
377  public:
378 
379  // @@protoc_insertion_point(class_scope:google.protobuf.FloatValue)
380  private:
381  class _Internal;
382 
383  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
385  typedef void DestructorSkippable_;
386  float value_;
387  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
388  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
389 };
390 // -------------------------------------------------------------------
391 
392 class PROTOBUF_EXPORT Int64Value final :
393  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Int64Value) */ {
394  public:
395  inline Int64Value() : Int64Value(nullptr) {}
396  ~Int64Value() override;
397  explicit constexpr Int64Value(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
398 
399  Int64Value(const Int64Value& from);
401  : Int64Value() {
402  *this = ::std::move(from);
403  }
404 
406  CopyFrom(from);
407  return *this;
408  }
409  inline Int64Value& operator=(Int64Value&& from) noexcept {
410  if (this == &from) return *this;
411  if (GetOwningArena() == from.GetOwningArena()
412  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
413  && GetOwningArena() != nullptr
414  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
415  ) {
416  InternalSwap(&from);
417  } else {
418  CopyFrom(from);
419  }
420  return *this;
421  }
422 
424  return GetDescriptor();
425  }
427  return default_instance().GetMetadata().descriptor;
428  }
429  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
430  return default_instance().GetMetadata().reflection;
431  }
432  static const Int64Value& default_instance() {
433  return *internal_default_instance();
434  }
435  static inline const Int64Value* internal_default_instance() {
436  return reinterpret_cast<const Int64Value*>(
438  }
439  static constexpr int kIndexInFileMessages =
440  2;
441 
442  friend void swap(Int64Value& a, Int64Value& b) {
443  a.Swap(&b);
444  }
445  inline void Swap(Int64Value* other) {
446  if (other == this) return;
447  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
448  if (GetOwningArena() != nullptr &&
449  GetOwningArena() == other->GetOwningArena()) {
450  #else // PROTOBUF_FORCE_COPY_IN_SWAP
451  if (GetOwningArena() == other->GetOwningArena()) {
452  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
453  InternalSwap(other);
454  } else {
456  }
457  }
459  if (other == this) return;
460  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
461  InternalSwap(other);
462  }
463 
464  // implements Message ----------------------------------------------
465 
467  return CreateMaybeMessage<Int64Value>(arena);
468  }
470  void CopyFrom(const Int64Value& from);
472  void MergeFrom(const Int64Value& from);
473  private:
475  public:
476  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
477  bool IsInitialized() const final;
478 
479  size_t ByteSizeLong() const final;
480  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
482  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
483  int GetCachedSize() const final { return _cached_size_.Get(); }
484 
485  private:
486  void SharedCtor();
487  void SharedDtor();
488  void SetCachedSize(int size) const final;
489  void InternalSwap(Int64Value* other);
490 
491  private:
492  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
493  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
494  return "google.protobuf.Int64Value";
495  }
496  protected:
498  bool is_message_owned = false);
499  private:
500  static void ArenaDtor(void* object);
501  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
502  public:
503 
504  static const ClassData _class_data_;
505  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
506 
507  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
508 
509  // nested types ----------------------------------------------------
510 
511  // accessors -------------------------------------------------------
512 
513  enum : int {
514  kValueFieldNumber = 1,
515  };
516  // int64 value = 1;
517  void clear_value();
518  int64_t value() const;
519  void set_value(int64_t value);
520  private:
521  int64_t _internal_value() const;
522  void _internal_set_value(int64_t value);
523  public:
524 
525  // @@protoc_insertion_point(class_scope:google.protobuf.Int64Value)
526  private:
527  class _Internal;
528 
529  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
531  typedef void DestructorSkippable_;
533  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
534  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
535 };
536 // -------------------------------------------------------------------
537 
538 class PROTOBUF_EXPORT UInt64Value final :
539  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.UInt64Value) */ {
540  public:
541  inline UInt64Value() : UInt64Value(nullptr) {}
542  ~UInt64Value() override;
543  explicit constexpr UInt64Value(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
544 
545  UInt64Value(const UInt64Value& from);
547  : UInt64Value() {
548  *this = ::std::move(from);
549  }
550 
552  CopyFrom(from);
553  return *this;
554  }
555  inline UInt64Value& operator=(UInt64Value&& from) noexcept {
556  if (this == &from) return *this;
557  if (GetOwningArena() == from.GetOwningArena()
558  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
559  && GetOwningArena() != nullptr
560  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
561  ) {
562  InternalSwap(&from);
563  } else {
564  CopyFrom(from);
565  }
566  return *this;
567  }
568 
570  return GetDescriptor();
571  }
573  return default_instance().GetMetadata().descriptor;
574  }
575  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
576  return default_instance().GetMetadata().reflection;
577  }
578  static const UInt64Value& default_instance() {
579  return *internal_default_instance();
580  }
581  static inline const UInt64Value* internal_default_instance() {
582  return reinterpret_cast<const UInt64Value*>(
584  }
585  static constexpr int kIndexInFileMessages =
586  3;
587 
588  friend void swap(UInt64Value& a, UInt64Value& b) {
589  a.Swap(&b);
590  }
591  inline void Swap(UInt64Value* other) {
592  if (other == this) return;
593  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
594  if (GetOwningArena() != nullptr &&
595  GetOwningArena() == other->GetOwningArena()) {
596  #else // PROTOBUF_FORCE_COPY_IN_SWAP
597  if (GetOwningArena() == other->GetOwningArena()) {
598  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
599  InternalSwap(other);
600  } else {
602  }
603  }
605  if (other == this) return;
606  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
607  InternalSwap(other);
608  }
609 
610  // implements Message ----------------------------------------------
611 
613  return CreateMaybeMessage<UInt64Value>(arena);
614  }
616  void CopyFrom(const UInt64Value& from);
618  void MergeFrom(const UInt64Value& from);
619  private:
621  public:
622  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
623  bool IsInitialized() const final;
624 
625  size_t ByteSizeLong() const final;
626  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
628  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
629  int GetCachedSize() const final { return _cached_size_.Get(); }
630 
631  private:
632  void SharedCtor();
633  void SharedDtor();
634  void SetCachedSize(int size) const final;
635  void InternalSwap(UInt64Value* other);
636 
637  private:
638  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
639  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
640  return "google.protobuf.UInt64Value";
641  }
642  protected:
644  bool is_message_owned = false);
645  private:
646  static void ArenaDtor(void* object);
647  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
648  public:
649 
650  static const ClassData _class_data_;
651  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
652 
653  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
654 
655  // nested types ----------------------------------------------------
656 
657  // accessors -------------------------------------------------------
658 
659  enum : int {
660  kValueFieldNumber = 1,
661  };
662  // uint64 value = 1;
663  void clear_value();
664  uint64_t value() const;
665  void set_value(uint64_t value);
666  private:
667  uint64_t _internal_value() const;
668  void _internal_set_value(uint64_t value);
669  public:
670 
671  // @@protoc_insertion_point(class_scope:google.protobuf.UInt64Value)
672  private:
673  class _Internal;
674 
675  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
677  typedef void DestructorSkippable_;
679  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
680  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
681 };
682 // -------------------------------------------------------------------
683 
684 class PROTOBUF_EXPORT Int32Value final :
685  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Int32Value) */ {
686  public:
687  inline Int32Value() : Int32Value(nullptr) {}
688  ~Int32Value() override;
689  explicit constexpr Int32Value(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
690 
691  Int32Value(const Int32Value& from);
693  : Int32Value() {
694  *this = ::std::move(from);
695  }
696 
698  CopyFrom(from);
699  return *this;
700  }
701  inline Int32Value& operator=(Int32Value&& from) noexcept {
702  if (this == &from) return *this;
703  if (GetOwningArena() == from.GetOwningArena()
704  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
705  && GetOwningArena() != nullptr
706  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
707  ) {
708  InternalSwap(&from);
709  } else {
710  CopyFrom(from);
711  }
712  return *this;
713  }
714 
716  return GetDescriptor();
717  }
719  return default_instance().GetMetadata().descriptor;
720  }
721  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
722  return default_instance().GetMetadata().reflection;
723  }
724  static const Int32Value& default_instance() {
725  return *internal_default_instance();
726  }
727  static inline const Int32Value* internal_default_instance() {
728  return reinterpret_cast<const Int32Value*>(
730  }
731  static constexpr int kIndexInFileMessages =
732  4;
733 
734  friend void swap(Int32Value& a, Int32Value& b) {
735  a.Swap(&b);
736  }
737  inline void Swap(Int32Value* other) {
738  if (other == this) return;
739  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
740  if (GetOwningArena() != nullptr &&
741  GetOwningArena() == other->GetOwningArena()) {
742  #else // PROTOBUF_FORCE_COPY_IN_SWAP
743  if (GetOwningArena() == other->GetOwningArena()) {
744  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
745  InternalSwap(other);
746  } else {
748  }
749  }
751  if (other == this) return;
752  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
753  InternalSwap(other);
754  }
755 
756  // implements Message ----------------------------------------------
757 
759  return CreateMaybeMessage<Int32Value>(arena);
760  }
762  void CopyFrom(const Int32Value& from);
764  void MergeFrom(const Int32Value& from);
765  private:
767  public:
768  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
769  bool IsInitialized() const final;
770 
771  size_t ByteSizeLong() const final;
772  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
774  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
775  int GetCachedSize() const final { return _cached_size_.Get(); }
776 
777  private:
778  void SharedCtor();
779  void SharedDtor();
780  void SetCachedSize(int size) const final;
781  void InternalSwap(Int32Value* other);
782 
783  private:
784  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
785  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
786  return "google.protobuf.Int32Value";
787  }
788  protected:
790  bool is_message_owned = false);
791  private:
792  static void ArenaDtor(void* object);
793  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
794  public:
795 
796  static const ClassData _class_data_;
797  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
798 
799  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
800 
801  // nested types ----------------------------------------------------
802 
803  // accessors -------------------------------------------------------
804 
805  enum : int {
806  kValueFieldNumber = 1,
807  };
808  // int32 value = 1;
809  void clear_value();
810  int32_t value() const;
811  void set_value(int32_t value);
812  private:
813  int32_t _internal_value() const;
814  void _internal_set_value(int32_t value);
815  public:
816 
817  // @@protoc_insertion_point(class_scope:google.protobuf.Int32Value)
818  private:
819  class _Internal;
820 
821  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
823  typedef void DestructorSkippable_;
825  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
826  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
827 };
828 // -------------------------------------------------------------------
829 
830 class PROTOBUF_EXPORT UInt32Value final :
831  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.UInt32Value) */ {
832  public:
833  inline UInt32Value() : UInt32Value(nullptr) {}
834  ~UInt32Value() override;
835  explicit constexpr UInt32Value(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
836 
837  UInt32Value(const UInt32Value& from);
839  : UInt32Value() {
840  *this = ::std::move(from);
841  }
842 
844  CopyFrom(from);
845  return *this;
846  }
847  inline UInt32Value& operator=(UInt32Value&& from) noexcept {
848  if (this == &from) return *this;
849  if (GetOwningArena() == from.GetOwningArena()
850  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
851  && GetOwningArena() != nullptr
852  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
853  ) {
854  InternalSwap(&from);
855  } else {
856  CopyFrom(from);
857  }
858  return *this;
859  }
860 
862  return GetDescriptor();
863  }
865  return default_instance().GetMetadata().descriptor;
866  }
867  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
868  return default_instance().GetMetadata().reflection;
869  }
870  static const UInt32Value& default_instance() {
871  return *internal_default_instance();
872  }
873  static inline const UInt32Value* internal_default_instance() {
874  return reinterpret_cast<const UInt32Value*>(
876  }
877  static constexpr int kIndexInFileMessages =
878  5;
879 
880  friend void swap(UInt32Value& a, UInt32Value& b) {
881  a.Swap(&b);
882  }
883  inline void Swap(UInt32Value* other) {
884  if (other == this) return;
885  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
886  if (GetOwningArena() != nullptr &&
887  GetOwningArena() == other->GetOwningArena()) {
888  #else // PROTOBUF_FORCE_COPY_IN_SWAP
889  if (GetOwningArena() == other->GetOwningArena()) {
890  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
891  InternalSwap(other);
892  } else {
894  }
895  }
897  if (other == this) return;
898  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
899  InternalSwap(other);
900  }
901 
902  // implements Message ----------------------------------------------
903 
905  return CreateMaybeMessage<UInt32Value>(arena);
906  }
908  void CopyFrom(const UInt32Value& from);
910  void MergeFrom(const UInt32Value& from);
911  private:
913  public:
914  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
915  bool IsInitialized() const final;
916 
917  size_t ByteSizeLong() const final;
918  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
920  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
921  int GetCachedSize() const final { return _cached_size_.Get(); }
922 
923  private:
924  void SharedCtor();
925  void SharedDtor();
926  void SetCachedSize(int size) const final;
927  void InternalSwap(UInt32Value* other);
928 
929  private:
930  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
931  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
932  return "google.protobuf.UInt32Value";
933  }
934  protected:
936  bool is_message_owned = false);
937  private:
938  static void ArenaDtor(void* object);
939  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
940  public:
941 
942  static const ClassData _class_data_;
943  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
944 
945  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
946 
947  // nested types ----------------------------------------------------
948 
949  // accessors -------------------------------------------------------
950 
951  enum : int {
952  kValueFieldNumber = 1,
953  };
954  // uint32 value = 1;
955  void clear_value();
956  uint32_t value() const;
957  void set_value(uint32_t value);
958  private:
959  uint32_t _internal_value() const;
960  void _internal_set_value(uint32_t value);
961  public:
962 
963  // @@protoc_insertion_point(class_scope:google.protobuf.UInt32Value)
964  private:
965  class _Internal;
966 
967  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
969  typedef void DestructorSkippable_;
971  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
972  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
973 };
974 // -------------------------------------------------------------------
975 
976 class PROTOBUF_EXPORT BoolValue final :
977  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.BoolValue) */ {
978  public:
979  inline BoolValue() : BoolValue(nullptr) {}
980  ~BoolValue() override;
981  explicit constexpr BoolValue(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
982 
983  BoolValue(const BoolValue& from);
985  : BoolValue() {
986  *this = ::std::move(from);
987  }
988 
989  inline BoolValue& operator=(const BoolValue& from) {
990  CopyFrom(from);
991  return *this;
992  }
993  inline BoolValue& operator=(BoolValue&& from) noexcept {
994  if (this == &from) return *this;
995  if (GetOwningArena() == from.GetOwningArena()
996  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
997  && GetOwningArena() != nullptr
998  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
999  ) {
1000  InternalSwap(&from);
1001  } else {
1002  CopyFrom(from);
1003  }
1004  return *this;
1005  }
1006 
1008  return GetDescriptor();
1009  }
1011  return default_instance().GetMetadata().descriptor;
1012  }
1013  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
1014  return default_instance().GetMetadata().reflection;
1015  }
1016  static const BoolValue& default_instance() {
1017  return *internal_default_instance();
1018  }
1019  static inline const BoolValue* internal_default_instance() {
1020  return reinterpret_cast<const BoolValue*>(
1022  }
1023  static constexpr int kIndexInFileMessages =
1024  6;
1025 
1026  friend void swap(BoolValue& a, BoolValue& b) {
1027  a.Swap(&b);
1028  }
1029  inline void Swap(BoolValue* other) {
1030  if (other == this) return;
1031  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1032  if (GetOwningArena() != nullptr &&
1033  GetOwningArena() == other->GetOwningArena()) {
1034  #else // PROTOBUF_FORCE_COPY_IN_SWAP
1035  if (GetOwningArena() == other->GetOwningArena()) {
1036  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1037  InternalSwap(other);
1038  } else {
1040  }
1041  }
1043  if (other == this) return;
1044  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1045  InternalSwap(other);
1046  }
1047 
1048  // implements Message ----------------------------------------------
1049 
1051  return CreateMaybeMessage<BoolValue>(arena);
1052  }
1054  void CopyFrom(const BoolValue& from);
1056  void MergeFrom(const BoolValue& from);
1057  private:
1059  public:
1060  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1061  bool IsInitialized() const final;
1062 
1063  size_t ByteSizeLong() const final;
1064  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
1066  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1067  int GetCachedSize() const final { return _cached_size_.Get(); }
1068 
1069  private:
1070  void SharedCtor();
1071  void SharedDtor();
1072  void SetCachedSize(int size) const final;
1073  void InternalSwap(BoolValue* other);
1074 
1075  private:
1076  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1077  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
1078  return "google.protobuf.BoolValue";
1079  }
1080  protected:
1082  bool is_message_owned = false);
1083  private:
1084  static void ArenaDtor(void* object);
1085  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
1086  public:
1087 
1088  static const ClassData _class_data_;
1089  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1090 
1091  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1092 
1093  // nested types ----------------------------------------------------
1094 
1095  // accessors -------------------------------------------------------
1096 
1097  enum : int {
1098  kValueFieldNumber = 1,
1099  };
1100  // bool value = 1;
1101  void clear_value();
1102  bool value() const;
1103  void set_value(bool value);
1104  private:
1105  bool _internal_value() const;
1106  void _internal_set_value(bool value);
1107  public:
1108 
1109  // @@protoc_insertion_point(class_scope:google.protobuf.BoolValue)
1110  private:
1111  class _Internal;
1112 
1113  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1115  typedef void DestructorSkippable_;
1116  bool value_;
1117  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
1118  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
1119 };
1120 // -------------------------------------------------------------------
1121 
1122 class PROTOBUF_EXPORT StringValue final :
1123  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.StringValue) */ {
1124  public:
1125  inline StringValue() : StringValue(nullptr) {}
1126  ~StringValue() override;
1127  explicit constexpr StringValue(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
1128 
1129  StringValue(const StringValue& from);
1131  : StringValue() {
1132  *this = ::std::move(from);
1133  }
1134 
1136  CopyFrom(from);
1137  return *this;
1138  }
1139  inline StringValue& operator=(StringValue&& from) noexcept {
1140  if (this == &from) return *this;
1141  if (GetOwningArena() == from.GetOwningArena()
1142  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1143  && GetOwningArena() != nullptr
1144  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1145  ) {
1146  InternalSwap(&from);
1147  } else {
1148  CopyFrom(from);
1149  }
1150  return *this;
1151  }
1152 
1154  return GetDescriptor();
1155  }
1157  return default_instance().GetMetadata().descriptor;
1158  }
1159  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
1160  return default_instance().GetMetadata().reflection;
1161  }
1162  static const StringValue& default_instance() {
1163  return *internal_default_instance();
1164  }
1165  static inline const StringValue* internal_default_instance() {
1166  return reinterpret_cast<const StringValue*>(
1168  }
1169  static constexpr int kIndexInFileMessages =
1170  7;
1171 
1172  friend void swap(StringValue& a, StringValue& b) {
1173  a.Swap(&b);
1174  }
1175  inline void Swap(StringValue* other) {
1176  if (other == this) return;
1177  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1178  if (GetOwningArena() != nullptr &&
1179  GetOwningArena() == other->GetOwningArena()) {
1180  #else // PROTOBUF_FORCE_COPY_IN_SWAP
1181  if (GetOwningArena() == other->GetOwningArena()) {
1182  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1183  InternalSwap(other);
1184  } else {
1186  }
1187  }
1189  if (other == this) return;
1190  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1191  InternalSwap(other);
1192  }
1193 
1194  // implements Message ----------------------------------------------
1195 
1197  return CreateMaybeMessage<StringValue>(arena);
1198  }
1200  void CopyFrom(const StringValue& from);
1202  void MergeFrom(const StringValue& from);
1203  private:
1205  public:
1206  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1207  bool IsInitialized() const final;
1208 
1209  size_t ByteSizeLong() const final;
1210  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
1212  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1213  int GetCachedSize() const final { return _cached_size_.Get(); }
1214 
1215  private:
1216  void SharedCtor();
1217  void SharedDtor();
1218  void SetCachedSize(int size) const final;
1219  void InternalSwap(StringValue* other);
1220 
1221  private:
1222  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1223  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
1224  return "google.protobuf.StringValue";
1225  }
1226  protected:
1228  bool is_message_owned = false);
1229  private:
1230  static void ArenaDtor(void* object);
1231  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
1232  public:
1233 
1234  static const ClassData _class_data_;
1235  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1236 
1237  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1238 
1239  // nested types ----------------------------------------------------
1240 
1241  // accessors -------------------------------------------------------
1242 
1243  enum : int {
1244  kValueFieldNumber = 1,
1245  };
1246  // string value = 1;
1247  void clear_value();
1248  const std::string& value() const;
1249  template <typename ArgT0 = const std::string&, typename... ArgT>
1250  void set_value(ArgT0&& arg0, ArgT... args);
1251  std::string* mutable_value();
1252  PROTOBUF_NODISCARD std::string* release_value();
1253  void set_allocated_value(std::string* value);
1254  private:
1255  const std::string& _internal_value() const;
1256  inline PROTOBUF_ALWAYS_INLINE void _internal_set_value(const std::string& value);
1257  std::string* _internal_mutable_value();
1258  public:
1259 
1260  // @@protoc_insertion_point(class_scope:google.protobuf.StringValue)
1261  private:
1262  class _Internal;
1263 
1264  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1266  typedef void DestructorSkippable_;
1267  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr value_;
1268  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
1269  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
1270 };
1271 // -------------------------------------------------------------------
1272 
1273 class PROTOBUF_EXPORT BytesValue final :
1274  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.BytesValue) */ {
1275  public:
1276  inline BytesValue() : BytesValue(nullptr) {}
1277  ~BytesValue() override;
1278  explicit constexpr BytesValue(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
1279 
1280  BytesValue(const BytesValue& from);
1282  : BytesValue() {
1283  *this = ::std::move(from);
1284  }
1285 
1287  CopyFrom(from);
1288  return *this;
1289  }
1290  inline BytesValue& operator=(BytesValue&& from) noexcept {
1291  if (this == &from) return *this;
1292  if (GetOwningArena() == from.GetOwningArena()
1293  #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
1294  && GetOwningArena() != nullptr
1295  #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
1296  ) {
1297  InternalSwap(&from);
1298  } else {
1299  CopyFrom(from);
1300  }
1301  return *this;
1302  }
1303 
1305  return GetDescriptor();
1306  }
1308  return default_instance().GetMetadata().descriptor;
1309  }
1310  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
1311  return default_instance().GetMetadata().reflection;
1312  }
1313  static const BytesValue& default_instance() {
1314  return *internal_default_instance();
1315  }
1316  static inline const BytesValue* internal_default_instance() {
1317  return reinterpret_cast<const BytesValue*>(
1319  }
1320  static constexpr int kIndexInFileMessages =
1321  8;
1322 
1323  friend void swap(BytesValue& a, BytesValue& b) {
1324  a.Swap(&b);
1325  }
1326  inline void Swap(BytesValue* other) {
1327  if (other == this) return;
1328  #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
1329  if (GetOwningArena() != nullptr &&
1330  GetOwningArena() == other->GetOwningArena()) {
1331  #else // PROTOBUF_FORCE_COPY_IN_SWAP
1332  if (GetOwningArena() == other->GetOwningArena()) {
1333  #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
1334  InternalSwap(other);
1335  } else {
1337  }
1338  }
1340  if (other == this) return;
1341  GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
1342  InternalSwap(other);
1343  }
1344 
1345  // implements Message ----------------------------------------------
1346 
1348  return CreateMaybeMessage<BytesValue>(arena);
1349  }
1351  void CopyFrom(const BytesValue& from);
1353  void MergeFrom(const BytesValue& from);
1354  private:
1356  public:
1357  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1358  bool IsInitialized() const final;
1359 
1360  size_t ByteSizeLong() const final;
1361  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
1363  uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
1364  int GetCachedSize() const final { return _cached_size_.Get(); }
1365 
1366  private:
1367  void SharedCtor();
1368  void SharedDtor();
1369  void SetCachedSize(int size) const final;
1370  void InternalSwap(BytesValue* other);
1371 
1372  private:
1373  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1374  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
1375  return "google.protobuf.BytesValue";
1376  }
1377  protected:
1379  bool is_message_owned = false);
1380  private:
1381  static void ArenaDtor(void* object);
1382  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
1383  public:
1384 
1385  static const ClassData _class_data_;
1386  const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
1387 
1388  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1389 
1390  // nested types ----------------------------------------------------
1391 
1392  // accessors -------------------------------------------------------
1393 
1394  enum : int {
1395  kValueFieldNumber = 1,
1396  };
1397  // bytes value = 1;
1398  void clear_value();
1399  const std::string& value() const;
1400  template <typename ArgT0 = const std::string&, typename... ArgT>
1401  void set_value(ArgT0&& arg0, ArgT... args);
1402  std::string* mutable_value();
1403  PROTOBUF_NODISCARD std::string* release_value();
1404  void set_allocated_value(std::string* value);
1405  private:
1406  const std::string& _internal_value() const;
1407  inline PROTOBUF_ALWAYS_INLINE void _internal_set_value(const std::string& value);
1408  std::string* _internal_mutable_value();
1409  public:
1410 
1411  // @@protoc_insertion_point(class_scope:google.protobuf.BytesValue)
1412  private:
1413  class _Internal;
1414 
1415  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1417  typedef void DestructorSkippable_;
1418  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr value_;
1419  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
1420  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
1421 };
1422 // ===================================================================
1423 
1424 
1425 // ===================================================================
1426 
1427 #ifdef __GNUC__
1428  #pragma GCC diagnostic push
1429  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
1430 #endif // __GNUC__
1431 // DoubleValue
1432 
1433 // double value = 1;
1434 inline void DoubleValue::clear_value() {
1435  value_ = 0;
1436 }
1437 inline double DoubleValue::_internal_value() const {
1438  return value_;
1439 }
1440 inline double DoubleValue::value() const {
1441  // @@protoc_insertion_point(field_get:google.protobuf.DoubleValue.value)
1442  return _internal_value();
1443 }
1444 inline void DoubleValue::_internal_set_value(double value) {
1445 
1446  value_ = value;
1447 }
1448 inline void DoubleValue::set_value(double value) {
1449  _internal_set_value(value);
1450  // @@protoc_insertion_point(field_set:google.protobuf.DoubleValue.value)
1451 }
1452 
1453 // -------------------------------------------------------------------
1454 
1455 // FloatValue
1456 
1457 // float value = 1;
1458 inline void FloatValue::clear_value() {
1459  value_ = 0;
1460 }
1461 inline float FloatValue::_internal_value() const {
1462  return value_;
1463 }
1464 inline float FloatValue::value() const {
1465  // @@protoc_insertion_point(field_get:google.protobuf.FloatValue.value)
1466  return _internal_value();
1467 }
1468 inline void FloatValue::_internal_set_value(float value) {
1469 
1470  value_ = value;
1471 }
1472 inline void FloatValue::set_value(float value) {
1473  _internal_set_value(value);
1474  // @@protoc_insertion_point(field_set:google.protobuf.FloatValue.value)
1475 }
1476 
1477 // -------------------------------------------------------------------
1478 
1479 // Int64Value
1480 
1481 // int64 value = 1;
1482 inline void Int64Value::clear_value() {
1483  value_ = int64_t{0};
1484 }
1485 inline int64_t Int64Value::_internal_value() const {
1486  return value_;
1487 }
1488 inline int64_t Int64Value::value() const {
1489  // @@protoc_insertion_point(field_get:google.protobuf.Int64Value.value)
1490  return _internal_value();
1491 }
1493 
1494  value_ = value;
1495 }
1497  _internal_set_value(value);
1498  // @@protoc_insertion_point(field_set:google.protobuf.Int64Value.value)
1499 }
1500 
1501 // -------------------------------------------------------------------
1502 
1503 // UInt64Value
1504 
1505 // uint64 value = 1;
1506 inline void UInt64Value::clear_value() {
1507  value_ = uint64_t{0u};
1508 }
1509 inline uint64_t UInt64Value::_internal_value() const {
1510  return value_;
1511 }
1512 inline uint64_t UInt64Value::value() const {
1513  // @@protoc_insertion_point(field_get:google.protobuf.UInt64Value.value)
1514  return _internal_value();
1515 }
1517 
1518  value_ = value;
1519 }
1521  _internal_set_value(value);
1522  // @@protoc_insertion_point(field_set:google.protobuf.UInt64Value.value)
1523 }
1524 
1525 // -------------------------------------------------------------------
1526 
1527 // Int32Value
1528 
1529 // int32 value = 1;
1530 inline void Int32Value::clear_value() {
1531  value_ = 0;
1532 }
1533 inline int32_t Int32Value::_internal_value() const {
1534  return value_;
1535 }
1536 inline int32_t Int32Value::value() const {
1537  // @@protoc_insertion_point(field_get:google.protobuf.Int32Value.value)
1538  return _internal_value();
1539 }
1541 
1542  value_ = value;
1543 }
1545  _internal_set_value(value);
1546  // @@protoc_insertion_point(field_set:google.protobuf.Int32Value.value)
1547 }
1548 
1549 // -------------------------------------------------------------------
1550 
1551 // UInt32Value
1552 
1553 // uint32 value = 1;
1554 inline void UInt32Value::clear_value() {
1555  value_ = 0u;
1556 }
1557 inline uint32_t UInt32Value::_internal_value() const {
1558  return value_;
1559 }
1560 inline uint32_t UInt32Value::value() const {
1561  // @@protoc_insertion_point(field_get:google.protobuf.UInt32Value.value)
1562  return _internal_value();
1563 }
1565 
1566  value_ = value;
1567 }
1569  _internal_set_value(value);
1570  // @@protoc_insertion_point(field_set:google.protobuf.UInt32Value.value)
1571 }
1572 
1573 // -------------------------------------------------------------------
1574 
1575 // BoolValue
1576 
1577 // bool value = 1;
1578 inline void BoolValue::clear_value() {
1579  value_ = false;
1580 }
1581 inline bool BoolValue::_internal_value() const {
1582  return value_;
1583 }
1584 inline bool BoolValue::value() const {
1585  // @@protoc_insertion_point(field_get:google.protobuf.BoolValue.value)
1586  return _internal_value();
1587 }
1588 inline void BoolValue::_internal_set_value(bool value) {
1589 
1590  value_ = value;
1591 }
1592 inline void BoolValue::set_value(bool value) {
1593  _internal_set_value(value);
1594  // @@protoc_insertion_point(field_set:google.protobuf.BoolValue.value)
1595 }
1596 
1597 // -------------------------------------------------------------------
1598 
1599 // StringValue
1600 
1601 // string value = 1;
1602 inline void StringValue::clear_value() {
1603  value_.ClearToEmpty();
1604 }
1605 inline const std::string& StringValue::value() const {
1606  // @@protoc_insertion_point(field_get:google.protobuf.StringValue.value)
1607  return _internal_value();
1608 }
1609 template <typename ArgT0, typename... ArgT>
1610 inline PROTOBUF_ALWAYS_INLINE
1611 void StringValue::set_value(ArgT0&& arg0, ArgT... args) {
1612 
1613  value_.Set(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
1614  // @@protoc_insertion_point(field_set:google.protobuf.StringValue.value)
1615 }
1617  std::string* _s = _internal_mutable_value();
1618  // @@protoc_insertion_point(field_mutable:google.protobuf.StringValue.value)
1619  return _s;
1620 }
1621 inline const std::string& StringValue::_internal_value() const {
1622  return value_.Get();
1623 }
1625 
1627 }
1629 
1630  return value_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
1631 }
1633  // @@protoc_insertion_point(field_release:google.protobuf.StringValue.value)
1634  return value_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
1635 }
1637  if (value != nullptr) {
1638 
1639  } else {
1640 
1641  }
1643  GetArenaForAllocation());
1644 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
1646  value_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
1647  }
1648 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
1649  // @@protoc_insertion_point(field_set_allocated:google.protobuf.StringValue.value)
1650 }
1651 
1652 // -------------------------------------------------------------------
1653 
1654 // BytesValue
1655 
1656 // bytes value = 1;
1657 inline void BytesValue::clear_value() {
1658  value_.ClearToEmpty();
1659 }
1660 inline const std::string& BytesValue::value() const {
1661  // @@protoc_insertion_point(field_get:google.protobuf.BytesValue.value)
1662  return _internal_value();
1663 }
1664 template <typename ArgT0, typename... ArgT>
1665 inline PROTOBUF_ALWAYS_INLINE
1666 void BytesValue::set_value(ArgT0&& arg0, ArgT... args) {
1667 
1668  value_.SetBytes(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, static_cast<ArgT0 &&>(arg0), args..., GetArenaForAllocation());
1669  // @@protoc_insertion_point(field_set:google.protobuf.BytesValue.value)
1670 }
1672  std::string* _s = _internal_mutable_value();
1673  // @@protoc_insertion_point(field_mutable:google.protobuf.BytesValue.value)
1674  return _s;
1675 }
1676 inline const std::string& BytesValue::_internal_value() const {
1677  return value_.Get();
1678 }
1680 
1682 }
1684 
1685  return value_.Mutable(::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr::EmptyDefault{}, GetArenaForAllocation());
1686 }
1688  // @@protoc_insertion_point(field_release:google.protobuf.BytesValue.value)
1689  return value_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaForAllocation());
1690 }
1692  if (value != nullptr) {
1693 
1694  } else {
1695 
1696  }
1698  GetArenaForAllocation());
1699 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
1701  value_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), "", GetArenaForAllocation());
1702  }
1703 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
1704  // @@protoc_insertion_point(field_set_allocated:google.protobuf.BytesValue.value)
1705 }
1706 
1707 #ifdef __GNUC__
1708  #pragma GCC diagnostic pop
1709 #endif // __GNUC__
1710 // -------------------------------------------------------------------
1711 
1712 // -------------------------------------------------------------------
1713 
1714 // -------------------------------------------------------------------
1715 
1716 // -------------------------------------------------------------------
1717 
1718 // -------------------------------------------------------------------
1719 
1720 // -------------------------------------------------------------------
1721 
1722 // -------------------------------------------------------------------
1723 
1724 // -------------------------------------------------------------------
1725 
1726 
1727 // @@protoc_insertion_point(namespace_scope)
1728 
1729 PROTOBUF_NAMESPACE_CLOSE
1730 
1731 // @@protoc_insertion_point(global_scope)
1732 
1733 #include <google/protobuf/port_undef.inc>
1734 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fwrappers_2eproto
FloatValueDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc:22
ptr
char * ptr
Definition: abseil-cpp/absl/base/internal/low_level_alloc_test.cc:45
FloatValue::UnsafeArenaSwap
void UnsafeArenaSwap(FloatValue *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:312
BytesValue::DestructorSkippable_
void DestructorSkippable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1417
DoubleValue::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:238
StringValue::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1223
StringValue::_internal_value
const std::string & _internal_value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1685
BytesValue::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1310
DoubleValue::DoubleValue
DoubleValue(DoubleValue &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:108
DoubleValue
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:101
StringValue::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1153
DoubleValue::_internal_set_value
void _internal_set_value(double value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1512
BytesValue::mutable_value
std::string * mutable_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1767
Arena
struct Arena Arena
Definition: third_party/bloaty/third_party/protobuf/src/google/protobuf/arena.h:189
StringValue::_internal_set_value
void _internal_set_value(const std::string &value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1688
UInt32Value::default_instance
static const UInt32Value & default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:870
DoubleValue::New
DoubleValue * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: protobuf/src/google/protobuf/wrappers.pb.h:174
BoolValue::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1013
BoolValue::DestructorSkippable_
void DestructorSkippable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1115
StringValue::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1265
Int64Value::DestructorSkippable_
void DestructorSkippable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:531
UInt64Value::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:572
StringValue::operator=
StringValue & operator=(const StringValue &from)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1135
ctx
Definition: benchmark-async.c:30
const
#define const
Definition: bloaty/third_party/zlib/zconf.h:230
google::protobuf::EmptyDefault
ArenaStringPtr::EmptyDefault EmptyDefault
Definition: protobuf/src/google/protobuf/arenastring_unittest.cc:57
BoolValue::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1088
Int32Value::internal_default_instance
static const Int32Value * internal_default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:727
UInt32Value::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:864
BytesValue::New
BytesValue * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1347
Int64Value::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:504
BoolValue::Swap
void Swap(BoolValue *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1029
DoubleValue
struct DoubleValue DoubleValue
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:639
DoubleValue::swap
friend void swap(DoubleValue &a, DoubleValue &b)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:150
google::protobuf.internal.python_message.MergeFrom
MergeFrom
Definition: bloaty/third_party/protobuf/python/google/protobuf/internal/python_message.py:1339
BytesValue::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1374
BoolValue::New
BoolValue * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1050
FloatValue::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:384
Int64Value::UnsafeArenaSwap
void UnsafeArenaSwap(Int64Value *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:458
Int32Value::operator=
Int32Value & operator=(Int32Value &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:701
FloatValue::FloatValue
FloatValue(FloatValue &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:254
UInt32Value::value
::PROTOBUF_NAMESPACE_ID::uint32 value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1628
BytesValue::internal_default_instance
static const BytesValue * internal_default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1316
Int64Value::Int64Value
Int64Value(Int64Value &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:400
BytesValue::clear_value
void clear_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1756
GOOGLE_DCHECK
#define GOOGLE_DCHECK
Definition: bloaty/third_party/protobuf/src/google/protobuf/stubs/logging.h:194
UInt32Value::internal_default_instance
static const UInt32Value * internal_default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:873
Int32Value::New
Int32Value * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: protobuf/src/google/protobuf/wrappers.pb.h:758
Int32Value::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:822
BytesValue::UnsafeArenaSwap
void UnsafeArenaSwap(BytesValue *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1339
FloatValue::_internal_set_value
void _internal_set_value(float value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1536
google::protobuf::python::cmessage::CopyFrom
static PyObject * CopyFrom(CMessage *self, PyObject *arg)
Definition: bloaty/third_party/protobuf/python/google/protobuf/pyext/message.cc:1862
Arena
Definition: arena.c:39
_DoubleValue_default_instance_
PROTOBUF_EXPORT DoubleValueDefaultTypeInternal _DoubleValue_default_instance_
Definition: protobuf/src/google/protobuf/wrappers.pb.cc:31
Int64ValueDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc:26
testing::internal::string
::std::string string
Definition: bloaty/third_party/protobuf/third_party/googletest/googletest/include/gtest/internal/gtest-port.h:881
TableStruct_google_2fprotobuf_2fwrappers_2eproto
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:45
grpc::protobuf::Message
GRPC_CUSTOM_MESSAGE Message
Definition: include/grpcpp/impl/codegen/config_protobuf.h:78
BytesValue
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1325
Int32Value::_internal_set_value
void _internal_set_value(::PROTOBUF_NAMESPACE_ID::int32 value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1608
StringValue::Swap
void Swap(StringValue *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1175
DoubleValue::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:131
UInt64Value::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:676
UInt64Value::DestructorSkippable_
void DestructorSkippable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:677
u
OPENSSL_EXPORT pem_password_cb void * u
Definition: pem.h:351
Int64Value::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:429
Int32Value::_internal_value
::PROTOBUF_NAMESPACE_ID::int32 _internal_value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1601
FloatValue::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:277
BytesValue::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1416
_UInt64Value_default_instance_
PROTOBUF_EXPORT UInt64ValueDefaultTypeInternal _UInt64Value_default_instance_
Definition: protobuf/src/google/protobuf/wrappers.pb.cc:67
Int32Value::DestructorSkippable_
void DestructorSkippable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:823
StringValue::StringValue
StringValue(StringValue &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1130
StringValue::_internal_mutable_value
std::string * _internal_mutable_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1712
a
int a
Definition: abseil-cpp/absl/container/internal/hash_policy_traits_test.cc:88
FloatValue::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:358
UInt32Value::swap
friend void swap(UInt32Value &a, UInt32Value &b)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:880
DoubleValue::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:134
_UInt32Value_default_instance_
PROTOBUF_EXPORT UInt32ValueDefaultTypeInternal _UInt32Value_default_instance_
Definition: protobuf/src/google/protobuf/wrappers.pb.cc:91
google::protobuf.internal::GenericSwap
void GenericSwap(MessageLite *m1, MessageLite *m2)
Definition: bloaty/third_party/protobuf/src/google/protobuf/generated_message_util.cc:735
to
size_t to
Definition: abseil-cpp/absl/container/internal/layout_test.cc:1385
DoubleValue::DoubleValue
DoubleValue()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:103
Int64Value::internal_default_instance
static const Int64Value * internal_default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:435
UInt64Value
struct UInt64Value UInt64Value
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:675
_Int64Value_default_instance_
PROTOBUF_EXPORT Int64ValueDefaultTypeInternal _Int64Value_default_instance_
Definition: protobuf/src/google/protobuf/wrappers.pb.cc:55
Int64Value::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:530
uint8_t
unsigned char uint8_t
Definition: stdint-msvc2008.h:78
google::protobuf.internal.python_message._InternalParse
_InternalParse
Definition: bloaty/third_party/protobuf/python/google/protobuf/internal/python_message.py:1196
Int64Value::operator=
Int64Value & operator=(Int64Value &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:409
BoolValue::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1077
StringValue::mutable_value
std::string * mutable_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1681
arena
grpc_core::ScopedArenaPtr arena
Definition: binder_transport_test.cc:237
BytesValue::default_instance
static const BytesValue & default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1313
BytesValue::BytesValue
BytesValue()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1276
FloatValue::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:283
uint32_t
unsigned int uint32_t
Definition: stdint-msvc2008.h:80
FloatValue::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:347
UInt32Value::value_
uint32_t value_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:970
from
size_t from
Definition: abseil-cpp/absl/container/internal/layout_test.cc:1384
BoolValue::value
bool value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1652
Int32Value::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:785
UInt32Value::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:931
StringValue::set_allocated_value
void set_allocated_value(std::string *value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1721
DoubleValue::Swap
void Swap(DoubleValue *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:153
Int32Value::set_value
void set_value(::PROTOBUF_NAMESPACE_ID::int32 value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1612
Int64Value::New
Int64Value * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: protobuf/src/google/protobuf/wrappers.pb.h:466
BytesValue::swap
friend void swap(BytesValue &a, BytesValue &b)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1323
Int32Value::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:721
Int64Value
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:403
asyncio_get_stats.args
args
Definition: asyncio_get_stats.py:40
Int64Value::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:493
BytesValue::_internal_set_value
void _internal_set_value(const std::string &value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1774
DoubleValue::value
double value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1508
DoubleValue::set_value
void set_value(double value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1516
absl::move
constexpr absl::remove_reference_t< T > && move(T &&t) noexcept
Definition: abseil-cpp/absl/utility/utility.h:221
int64_t
signed __int64 int64_t
Definition: stdint-msvc2008.h:89
Int32Value::operator=
Int32Value & operator=(const Int32Value &from)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:697
_Int32Value_default_instance_
PROTOBUF_EXPORT Int32ValueDefaultTypeInternal _Int32Value_default_instance_
Definition: protobuf/src/google/protobuf/wrappers.pb.cc:79
FloatValue::FloatValue
FloatValue()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:249
Int64Value::swap
friend void swap(Int64Value &a, Int64Value &b)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:442
Int32Value::Swap
void Swap(Int32Value *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:737
Int32Value::value
::PROTOBUF_NAMESPACE_ID::int32 value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1604
StringValue::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1156
BytesValue::_internal_mutable_value
std::string * _internal_mutable_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1798
UInt64Value::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:575
UInt32Value::operator=
UInt32Value & operator=(const UInt32Value &from)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:843
google::protobuf.internal::GetEmptyStringAlreadyInited
const PROTOBUF_EXPORT std::string & GetEmptyStringAlreadyInited()
Definition: bloaty/third_party/protobuf/src/google/protobuf/message_lite.h:153
_BoolValue_default_instance_
PROTOBUF_EXPORT BoolValueDefaultTypeInternal _BoolValue_default_instance_
Definition: protobuf/src/google/protobuf/wrappers.pb.cc:103
UInt64Value::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:569
Int64Value
struct Int64Value Int64Value
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:653
DoubleValue::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:212
FloatValue::_internal_value
float _internal_value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1529
Int32Value::clear_value
void clear_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1598
google::protobuf.internal.python_message._InternalSerialize
_InternalSerialize
Definition: bloaty/third_party/protobuf/python/google/protobuf/internal/python_message.py:1112
StringValue::New
StringValue * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1196
FloatValue::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:280
StringValue::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1234
uint64_t
unsigned __int64 uint64_t
Definition: stdint-msvc2008.h:90
Int64Value::value_
int64_t value_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:532
UInt32Value::_internal_value
::PROTOBUF_NAMESPACE_ID::uint32 _internal_value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1625
Int32Value::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:796
UInt32Value::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:861
DoubleValue::clear_value
void clear_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1502
UInt32Value::DestructorSkippable_
void DestructorSkippable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:969
FloatValue
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:252
StringValue::default_instance
static const StringValue & default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1162
StringValue
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1158
UInt32Value::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:867
StringValue::set_value
void set_value(const std::string &value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1677
io
FloatValue::internal_default_instance
static const FloatValue * internal_default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:289
UInt32Value::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:968
BoolValue::_internal_value
bool _internal_value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1649
BytesValue::value
const std::string & value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1759
Int32Value::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:715
b
uint64_t b
Definition: abseil-cpp/absl/container/internal/layout_test.cc:53
UInt32Value::UnsafeArenaSwap
void UnsafeArenaSwap(UInt32Value *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:896
Int64Value::value
::PROTOBUF_NAMESPACE_ID::int64 value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1556
UInt64Value::UInt64Value
UInt64Value()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:541
FloatValue::swap
friend void swap(FloatValue &a, FloatValue &b)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:296
FloatValue::value
float value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1532
StringValueDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc:46
BoolValue::default_instance
static const BoolValue & default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1016
StringValue::clear_value
void clear_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1670
BytesValue::Swap
void Swap(BytesValue *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1326
BytesValue::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1304
FloatValue::default_instance
static const FloatValue & default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:286
UInt32Value::set_value
void set_value(::PROTOBUF_NAMESPACE_ID::uint32 value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1636
DoubleValue::_internal_value
double _internal_value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1505
StringValue::DestructorSkippable_
void DestructorSkippable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1266
UInt32Value::clear_value
void clear_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1622
BoolValue::swap
friend void swap(BoolValue &a, BoolValue &b)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1026
_BytesValue_default_instance_
PROTOBUF_EXPORT BytesValueDefaultTypeInternal _BytesValue_default_instance_
Definition: protobuf/src/google/protobuf/wrappers.pb.cc:127
UInt64Value::UInt64Value
UInt64Value(UInt64Value &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:546
value_
int value_
Definition: orphanable_test.cc:38
_StringValue_default_instance_
PROTOBUF_EXPORT StringValueDefaultTypeInternal _StringValue_default_instance_
Definition: protobuf/src/google/protobuf/wrappers.pb.cc:115
StringValue::operator=
StringValue & operator=(StringValue &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1139
value
const char * value
Definition: hpack_parser_table.cc:165
BytesValue::set_value
void set_value(const std::string &value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1763
BoolValue::_internal_set_value
void _internal_set_value(bool value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1656
Int64Value::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:426
BytesValue::_internal_value
const std::string & _internal_value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1771
FloatValue::set_value
void set_value(float value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1540
UInt64Value::New
UInt64Value * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: protobuf/src/google/protobuf/wrappers.pb.h:612
UInt64ValueDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc:30
UInt32Value::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:942
DoubleValue::UnsafeArenaSwap
void UnsafeArenaSwap(DoubleValue *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:166
BytesValue::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1385
Int32Value::swap
friend void swap(Int32Value &a, Int32Value &b)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:734
UInt64Value::swap
friend void swap(UInt64Value &a, UInt64Value &b)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:588
BytesValue::operator=
BytesValue & operator=(BytesValue &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1290
BoolValue::set_value
void set_value(bool value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1660
BytesValue
struct BytesValue BytesValue
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:636
UInt64Value::value
::PROTOBUF_NAMESPACE_ID::uint64 value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1580
UInt32Value::UInt32Value
UInt32Value(UInt32Value &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:838
Int64Value::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:423
UInt32Value::operator=
UInt32Value & operator=(UInt32Value &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:847
UInt64Value
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:554
google::protobuf.internal.python_message.Clear
Clear
Definition: bloaty/third_party/protobuf/python/google/protobuf/internal/python_message.py:1430
UInt64Value::internal_default_instance
static const UInt64Value * internal_default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:581
UInt32Value::_internal_set_value
void _internal_set_value(::PROTOBUF_NAMESPACE_ID::uint32 value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1632
StringValue::value
const std::string & value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1673
DoubleValue::operator=
DoubleValue & operator=(const DoubleValue &from)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:113
DoubleValueDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc:18
Int32Value::Int32Value
Int32Value(Int32Value &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:692
Int32Value::default_instance
static const Int32Value & default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:724
Int64Value::operator=
Int64Value & operator=(const Int64Value &from)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:405
UInt32Value::UInt32Value
UInt32Value()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:833
UInt64Value::_class_data_
static const ClassData _class_data_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:650
BoolValue::BoolValue
BoolValue(BoolValue &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:984
Int64Value::clear_value
void clear_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1550
Int64Value::Swap
void Swap(Int64Value *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:445
UInt32ValueDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc:38
BoolValueDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc:42
Int64Value::_internal_value
::PROTOBUF_NAMESPACE_ID::int64 _internal_value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1553
BoolValue::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1114
FloatValue::New
FloatValue * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: protobuf/src/google/protobuf/wrappers.pb.h:320
BoolValue
struct BoolValue BoolValue
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:635
DoubleValue::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:137
BytesValue::operator=
BytesValue & operator=(const BytesValue &from)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1286
Int64Value::default_instance
static const Int64Value & default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:432
BoolValue::operator=
BoolValue & operator=(const BoolValue &from)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:989
Int32Value::UnsafeArenaSwap
void UnsafeArenaSwap(Int32Value *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:750
StringValue
struct StringValue StringValue
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:669
UInt32Value::Swap
void Swap(UInt32Value *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:883
StringValue::StringValue
StringValue()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1125
UInt64Value::default_instance
static const UInt64Value & default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:578
StringValue::swap
friend void swap(StringValue &a, StringValue &b)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1172
UInt64Value::_internal_value
::PROTOBUF_NAMESPACE_ID::uint64 _internal_value() const
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1577
UInt32Value::New
UInt32Value * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition: protobuf/src/google/protobuf/wrappers.pb.h:904
DoubleValue::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:201
google::protobuf.internal.python_message.IsInitialized
IsInitialized
Definition: bloaty/third_party/protobuf/python/google/protobuf/internal/python_message.py:1245
Int32ValueDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc:34
StringValue::UnsafeArenaSwap
void UnsafeArenaSwap(StringValue *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1188
BytesValue::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1307
UInt64Value::clear_value
void clear_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1574
FloatValue::operator=
FloatValue & operator=(const FloatValue &from)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:259
UInt32Value
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:856
StringValue::release_value
std::string * release_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1716
internal
Definition: benchmark/test/output_test_helper.cc:20
DoubleValue::default_instance
static const DoubleValue & default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:140
Int32Value
struct Int32Value Int32Value
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:652
DoubleValue::DestructorSkippable_
void DestructorSkippable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:239
UInt64Value::UnsafeArenaSwap
void UnsafeArenaSwap(UInt64Value *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:604
grpc_binder::Metadata
std::vector< std::pair< std::string, std::string > > Metadata
Definition: transaction.h:38
UInt64Value::_internal_set_value
void _internal_set_value(::PROTOBUF_NAMESPACE_ID::uint64 value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1584
BoolValue::internal_default_instance
static const BoolValue * internal_default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1019
BytesValue::release_value
std::string * release_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1802
FloatValue::Swap
void Swap(FloatValue *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:299
BytesValueDefaultTypeInternal
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc:50
BytesValue::BytesValue
BytesValue(BytesValue &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1281
UInt64Value::operator=
UInt64Value & operator=(const UInt64Value &from)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:551
descriptor_table_google_2fprotobuf_2fwrappers_2eproto
PROTOBUF_EXPORTconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fwrappers_2eproto
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc:294
BoolValue::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1010
FloatValue::operator=
FloatValue & operator=(FloatValue &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:263
FloatValue::clear_value
void clear_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1526
grpc::protobuf::Descriptor
GRPC_CUSTOM_DESCRIPTOR Descriptor
Definition: include/grpcpp/impl/codegen/config_protobuf.h:81
size
voidpf void uLong size
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136
Int64Value::set_value
void set_value(::PROTOBUF_NAMESPACE_ID::int64 value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1564
BoolValue::operator=
BoolValue & operator=(BoolValue &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:993
Int32Value::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:718
FloatValue::DestructorSkippable_
void DestructorSkippable_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:385
int32_t
signed int int32_t
Definition: stdint-msvc2008.h:77
UInt64Value::operator=
UInt64Value & operator=(UInt64Value &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:555
Int64Value::_internal_set_value
void _internal_set_value(::PROTOBUF_NAMESPACE_ID::int64 value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1560
FloatValue
struct FloatValue FloatValue
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:650
UInt64Value::set_value
void set_value(::PROTOBUF_NAMESPACE_ID::uint64 value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1588
BytesValue::set_allocated_value
void set_allocated_value(std::string *value)
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1807
Int32Value::Int32Value
Int32Value()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:687
setup.target
target
Definition: third_party/bloaty/third_party/protobuf/python/setup.py:179
BoolValue::BoolValue
BoolValue()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:979
BoolValue::UnsafeArenaSwap
void UnsafeArenaSwap(BoolValue *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1042
UInt64Value::value_
uint64_t value_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:678
UInt32Value
struct UInt32Value UInt32Value
Definition: bloaty/third_party/protobuf/php/ext/google/protobuf/protobuf.h:674
google::protobuf::python::message_descriptor::GetDescriptor
static ParentDescriptor GetDescriptor(PyContainer *self)
Definition: bloaty/third_party/protobuf/python/google/protobuf/pyext/descriptor_containers.cc:951
BoolValue::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1007
StringValue::internal_default_instance
static const StringValue * internal_default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1165
PROTOBUF_SECTION_VARIABLE
const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_google_2fprotobuf_2fany_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
UInt64Value::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:639
Int64Value::Int64Value
Int64Value()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:395
StringValue::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:1159
Int32Value
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:705
UInt64Value::Swap
void Swap(UInt64Value *other)
Definition: protobuf/src/google/protobuf/wrappers.pb.h:591
BoolValue
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1007
DoubleValue::operator=
DoubleValue & operator=(DoubleValue &&from) noexcept
Definition: protobuf/src/google/protobuf/wrappers.pb.h:117
Int32Value::value_
int32_t value_
Definition: protobuf/src/google/protobuf/wrappers.pb.h:824
BoolValue::clear_value
void clear_value()
Definition: bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h:1646
_FloatValue_default_instance_
PROTOBUF_EXPORT FloatValueDefaultTypeInternal _FloatValue_default_instance_
Definition: protobuf/src/google/protobuf/wrappers.pb.cc:43
DoubleValue::internal_default_instance
static const DoubleValue * internal_default_instance()
Definition: protobuf/src/google/protobuf/wrappers.pb.h:143
stream
voidpf stream
Definition: bloaty/third_party/zlib/contrib/minizip/ioapi.h:136


grpc
Author(s):
autogenerated on Fri May 16 2025 03:00:55