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 < 3009000
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 3009002 < 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>
24 #include <google/protobuf/arena.h>
32 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
33 #include <google/protobuf/extension_set.h> // IWYU pragma: export
35 // @@protoc_insertion_point(includes)
36 #include <google/protobuf/port_def.inc>
37 #define PROTOBUF_INTERNAL_EXPORT_google_2fprotobuf_2fwrappers_2eproto PROTOBUF_EXPORT
38 PROTOBUF_NAMESPACE_OPEN
39 namespace internal {
40 class AnyMetadata;
41 } // namespace internal
42 PROTOBUF_NAMESPACE_CLOSE
43 
44 // Internal implementation detail -- do not use these members.
46  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
47  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
48  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
49  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
50  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[9]
51  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
52  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
53  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
55 };
56 extern PROTOBUF_EXPORT const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fwrappers_2eproto;
57 PROTOBUF_NAMESPACE_OPEN
58 class BoolValue;
61 class BytesValue;
64 class DoubleValue;
67 class FloatValue;
70 class Int32Value;
73 class Int64Value;
76 class StringValue;
79 class UInt32Value;
82 class UInt64Value;
85 PROTOBUF_NAMESPACE_CLOSE
86 PROTOBUF_NAMESPACE_OPEN
87 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::BoolValue* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::BoolValue>(Arena*);
88 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::BytesValue* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::BytesValue>(Arena*);
89 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::DoubleValue* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::DoubleValue>(Arena*);
90 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::FloatValue* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::FloatValue>(Arena*);
91 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Int32Value* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::Int32Value>(Arena*);
92 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::Int64Value* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::Int64Value>(Arena*);
93 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::StringValue* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::StringValue>(Arena*);
94 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::UInt32Value* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::UInt32Value>(Arena*);
95 template<> PROTOBUF_EXPORT PROTOBUF_NAMESPACE_ID::UInt64Value* Arena::CreateMaybeMessage<PROTOBUF_NAMESPACE_ID::UInt64Value>(Arena*);
96 PROTOBUF_NAMESPACE_CLOSE
97 PROTOBUF_NAMESPACE_OPEN
98 
99 // ===================================================================
100 
101 class PROTOBUF_EXPORT DoubleValue :
102  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.DoubleValue) */ {
103  public:
104  DoubleValue();
105  virtual ~DoubleValue();
106 
107  DoubleValue(const DoubleValue& from);
108  DoubleValue(DoubleValue&& from) noexcept
109  : DoubleValue() {
110  *this = ::std::move(from);
111  }
112 
113  inline DoubleValue& operator=(const DoubleValue& from) {
114  CopyFrom(from);
115  return *this;
116  }
117  inline DoubleValue& operator=(DoubleValue&& from) noexcept {
118  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
119  if (this != &from) InternalSwap(&from);
120  } else {
121  CopyFrom(from);
122  }
123  return *this;
124  }
125 
126  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArena() const final {
127  return GetArenaNoVirtual();
128  }
129  inline void* GetMaybeArenaPointer() const final {
130  return MaybeArenaPtr();
131  }
133  return GetDescriptor();
134  }
136  return GetMetadataStatic().descriptor;
137  }
138  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
139  return GetMetadataStatic().reflection;
140  }
141  static const DoubleValue& default_instance();
142 
143  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
144  static inline const DoubleValue* internal_default_instance() {
145  return reinterpret_cast<const DoubleValue*>(
147  }
148  static constexpr int kIndexInFileMessages =
149  0;
150 
151  friend void swap(DoubleValue& a, DoubleValue& b) {
152  a.Swap(&b);
153  }
154  inline void Swap(DoubleValue* other) {
155  if (other == this) return;
156  if (GetArenaNoVirtual() == other->GetArenaNoVirtual()) {
157  InternalSwap(other);
158  } else {
160  }
161  }
163  if (other == this) return;
164  GOOGLE_DCHECK(GetArenaNoVirtual() == other->GetArenaNoVirtual());
165  InternalSwap(other);
166  }
167 
168  // implements Message ----------------------------------------------
169 
170  inline DoubleValue* New() const final {
171  return CreateMaybeMessage<DoubleValue>(nullptr);
172  }
173 
174  DoubleValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
175  return CreateMaybeMessage<DoubleValue>(arena);
176  }
177  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
178  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
179  void CopyFrom(const DoubleValue& from);
180  void MergeFrom(const DoubleValue& from);
181  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
182  bool IsInitialized() const final;
183 
184  size_t ByteSizeLong() const final;
185  #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
186  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
187  #else
189  ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
190  #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
191  void SerializeWithCachedSizes(
192  ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const final;
193  ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
194  ::PROTOBUF_NAMESPACE_ID::uint8* target) const final;
195  int GetCachedSize() const final { return _cached_size_.Get(); }
196 
197  private:
198  inline void SharedCtor();
199  inline void SharedDtor();
200  void SetCachedSize(int size) const final;
201  void InternalSwap(DoubleValue* other);
202  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
203  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
204  return "google.protobuf.DoubleValue";
205  }
206  protected:
207  explicit DoubleValue(::PROTOBUF_NAMESPACE_ID::Arena* arena);
208  private:
209  static void ArenaDtor(void* object);
210  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
211  private:
212  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
213  return _internal_metadata_.arena();
214  }
215  inline void* MaybeArenaPtr() const {
216  return _internal_metadata_.raw_arena_ptr();
217  }
218  public:
219 
220  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
221  private:
222  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
224  return ::descriptor_table_google_2fprotobuf_2fwrappers_2eproto.file_level_metadata[kIndexInFileMessages];
225  }
226 
227  public:
228 
229  // nested types ----------------------------------------------------
230 
231  // accessors -------------------------------------------------------
232 
233  enum : int {
234  kValueFieldNumber = 1,
235  };
236  // double value = 1;
237  void clear_value();
238  double value() const;
239  void set_value(double value);
240 
241  // @@protoc_insertion_point(class_scope:google.protobuf.DoubleValue)
242  private:
243  class _Internal;
244 
245  ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
246  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
248  typedef void DestructorSkippable_;
249  double value_;
250  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
251  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
252 };
253 // -------------------------------------------------------------------
254 
255 class PROTOBUF_EXPORT FloatValue :
256  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.FloatValue) */ {
257  public:
258  FloatValue();
259  virtual ~FloatValue();
260 
261  FloatValue(const FloatValue& from);
262  FloatValue(FloatValue&& from) noexcept
263  : FloatValue() {
264  *this = ::std::move(from);
265  }
266 
267  inline FloatValue& operator=(const FloatValue& from) {
268  CopyFrom(from);
269  return *this;
270  }
271  inline FloatValue& operator=(FloatValue&& from) noexcept {
272  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
273  if (this != &from) InternalSwap(&from);
274  } else {
275  CopyFrom(from);
276  }
277  return *this;
278  }
279 
280  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArena() const final {
281  return GetArenaNoVirtual();
282  }
283  inline void* GetMaybeArenaPointer() const final {
284  return MaybeArenaPtr();
285  }
287  return GetDescriptor();
288  }
290  return GetMetadataStatic().descriptor;
291  }
292  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
293  return GetMetadataStatic().reflection;
294  }
295  static const FloatValue& default_instance();
296 
297  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
298  static inline const FloatValue* internal_default_instance() {
299  return reinterpret_cast<const FloatValue*>(
301  }
302  static constexpr int kIndexInFileMessages =
303  1;
304 
305  friend void swap(FloatValue& a, FloatValue& b) {
306  a.Swap(&b);
307  }
308  inline void Swap(FloatValue* other) {
309  if (other == this) return;
310  if (GetArenaNoVirtual() == other->GetArenaNoVirtual()) {
311  InternalSwap(other);
312  } else {
314  }
315  }
317  if (other == this) return;
318  GOOGLE_DCHECK(GetArenaNoVirtual() == other->GetArenaNoVirtual());
319  InternalSwap(other);
320  }
321 
322  // implements Message ----------------------------------------------
323 
324  inline FloatValue* New() const final {
325  return CreateMaybeMessage<FloatValue>(nullptr);
326  }
327 
328  FloatValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
329  return CreateMaybeMessage<FloatValue>(arena);
330  }
331  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
332  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
333  void CopyFrom(const FloatValue& from);
334  void MergeFrom(const FloatValue& from);
335  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
336  bool IsInitialized() const final;
337 
338  size_t ByteSizeLong() const final;
339  #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
340  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
341  #else
343  ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
344  #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
345  void SerializeWithCachedSizes(
346  ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const final;
347  ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
348  ::PROTOBUF_NAMESPACE_ID::uint8* target) const final;
349  int GetCachedSize() const final { return _cached_size_.Get(); }
350 
351  private:
352  inline void SharedCtor();
353  inline void SharedDtor();
354  void SetCachedSize(int size) const final;
355  void InternalSwap(FloatValue* other);
356  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
357  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
358  return "google.protobuf.FloatValue";
359  }
360  protected:
361  explicit FloatValue(::PROTOBUF_NAMESPACE_ID::Arena* arena);
362  private:
363  static void ArenaDtor(void* object);
364  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
365  private:
366  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
367  return _internal_metadata_.arena();
368  }
369  inline void* MaybeArenaPtr() const {
370  return _internal_metadata_.raw_arena_ptr();
371  }
372  public:
373 
374  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
375  private:
376  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
378  return ::descriptor_table_google_2fprotobuf_2fwrappers_2eproto.file_level_metadata[kIndexInFileMessages];
379  }
380 
381  public:
382 
383  // nested types ----------------------------------------------------
384 
385  // accessors -------------------------------------------------------
386 
387  enum : int {
388  kValueFieldNumber = 1,
389  };
390  // float value = 1;
391  void clear_value();
392  float value() const;
393  void set_value(float value);
394 
395  // @@protoc_insertion_point(class_scope:google.protobuf.FloatValue)
396  private:
397  class _Internal;
398 
399  ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
400  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
402  typedef void DestructorSkippable_;
403  float value_;
404  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
405  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
406 };
407 // -------------------------------------------------------------------
408 
409 class PROTOBUF_EXPORT Int64Value :
410  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Int64Value) */ {
411  public:
412  Int64Value();
413  virtual ~Int64Value();
414 
415  Int64Value(const Int64Value& from);
416  Int64Value(Int64Value&& from) noexcept
417  : Int64Value() {
418  *this = ::std::move(from);
419  }
420 
421  inline Int64Value& operator=(const Int64Value& from) {
422  CopyFrom(from);
423  return *this;
424  }
425  inline Int64Value& operator=(Int64Value&& from) noexcept {
426  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
427  if (this != &from) InternalSwap(&from);
428  } else {
429  CopyFrom(from);
430  }
431  return *this;
432  }
433 
434  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArena() const final {
435  return GetArenaNoVirtual();
436  }
437  inline void* GetMaybeArenaPointer() const final {
438  return MaybeArenaPtr();
439  }
441  return GetDescriptor();
442  }
444  return GetMetadataStatic().descriptor;
445  }
446  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
447  return GetMetadataStatic().reflection;
448  }
449  static const Int64Value& default_instance();
450 
451  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
452  static inline const Int64Value* internal_default_instance() {
453  return reinterpret_cast<const Int64Value*>(
455  }
456  static constexpr int kIndexInFileMessages =
457  2;
458 
459  friend void swap(Int64Value& a, Int64Value& b) {
460  a.Swap(&b);
461  }
462  inline void Swap(Int64Value* other) {
463  if (other == this) return;
464  if (GetArenaNoVirtual() == other->GetArenaNoVirtual()) {
465  InternalSwap(other);
466  } else {
468  }
469  }
471  if (other == this) return;
472  GOOGLE_DCHECK(GetArenaNoVirtual() == other->GetArenaNoVirtual());
473  InternalSwap(other);
474  }
475 
476  // implements Message ----------------------------------------------
477 
478  inline Int64Value* New() const final {
479  return CreateMaybeMessage<Int64Value>(nullptr);
480  }
481 
482  Int64Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
483  return CreateMaybeMessage<Int64Value>(arena);
484  }
485  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
486  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
487  void CopyFrom(const Int64Value& from);
488  void MergeFrom(const Int64Value& from);
489  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
490  bool IsInitialized() const final;
491 
492  size_t ByteSizeLong() const final;
493  #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
494  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
495  #else
497  ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
498  #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
499  void SerializeWithCachedSizes(
500  ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const final;
501  ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
502  ::PROTOBUF_NAMESPACE_ID::uint8* target) const final;
503  int GetCachedSize() const final { return _cached_size_.Get(); }
504 
505  private:
506  inline void SharedCtor();
507  inline void SharedDtor();
508  void SetCachedSize(int size) const final;
509  void InternalSwap(Int64Value* other);
510  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
511  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
512  return "google.protobuf.Int64Value";
513  }
514  protected:
515  explicit Int64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena);
516  private:
517  static void ArenaDtor(void* object);
518  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
519  private:
520  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
521  return _internal_metadata_.arena();
522  }
523  inline void* MaybeArenaPtr() const {
524  return _internal_metadata_.raw_arena_ptr();
525  }
526  public:
527 
528  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
529  private:
530  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
532  return ::descriptor_table_google_2fprotobuf_2fwrappers_2eproto.file_level_metadata[kIndexInFileMessages];
533  }
534 
535  public:
536 
537  // nested types ----------------------------------------------------
538 
539  // accessors -------------------------------------------------------
540 
541  enum : int {
542  kValueFieldNumber = 1,
543  };
544  // int64 value = 1;
545  void clear_value();
547  void set_value(::PROTOBUF_NAMESPACE_ID::int64 value);
548 
549  // @@protoc_insertion_point(class_scope:google.protobuf.Int64Value)
550  private:
551  class _Internal;
552 
553  ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
554  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
556  typedef void DestructorSkippable_;
558  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
559  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
560 };
561 // -------------------------------------------------------------------
562 
563 class PROTOBUF_EXPORT UInt64Value :
564  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.UInt64Value) */ {
565  public:
566  UInt64Value();
567  virtual ~UInt64Value();
568 
569  UInt64Value(const UInt64Value& from);
570  UInt64Value(UInt64Value&& from) noexcept
571  : UInt64Value() {
572  *this = ::std::move(from);
573  }
574 
575  inline UInt64Value& operator=(const UInt64Value& from) {
576  CopyFrom(from);
577  return *this;
578  }
579  inline UInt64Value& operator=(UInt64Value&& from) noexcept {
580  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
581  if (this != &from) InternalSwap(&from);
582  } else {
583  CopyFrom(from);
584  }
585  return *this;
586  }
587 
588  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArena() const final {
589  return GetArenaNoVirtual();
590  }
591  inline void* GetMaybeArenaPointer() const final {
592  return MaybeArenaPtr();
593  }
595  return GetDescriptor();
596  }
598  return GetMetadataStatic().descriptor;
599  }
600  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
601  return GetMetadataStatic().reflection;
602  }
603  static const UInt64Value& default_instance();
604 
605  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
606  static inline const UInt64Value* internal_default_instance() {
607  return reinterpret_cast<const UInt64Value*>(
609  }
610  static constexpr int kIndexInFileMessages =
611  3;
612 
613  friend void swap(UInt64Value& a, UInt64Value& b) {
614  a.Swap(&b);
615  }
616  inline void Swap(UInt64Value* other) {
617  if (other == this) return;
618  if (GetArenaNoVirtual() == other->GetArenaNoVirtual()) {
619  InternalSwap(other);
620  } else {
622  }
623  }
625  if (other == this) return;
626  GOOGLE_DCHECK(GetArenaNoVirtual() == other->GetArenaNoVirtual());
627  InternalSwap(other);
628  }
629 
630  // implements Message ----------------------------------------------
631 
632  inline UInt64Value* New() const final {
633  return CreateMaybeMessage<UInt64Value>(nullptr);
634  }
635 
636  UInt64Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
637  return CreateMaybeMessage<UInt64Value>(arena);
638  }
639  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
640  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
641  void CopyFrom(const UInt64Value& from);
642  void MergeFrom(const UInt64Value& from);
643  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
644  bool IsInitialized() const final;
645 
646  size_t ByteSizeLong() const final;
647  #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
648  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
649  #else
651  ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
652  #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
653  void SerializeWithCachedSizes(
654  ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const final;
655  ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
656  ::PROTOBUF_NAMESPACE_ID::uint8* target) const final;
657  int GetCachedSize() const final { return _cached_size_.Get(); }
658 
659  private:
660  inline void SharedCtor();
661  inline void SharedDtor();
662  void SetCachedSize(int size) const final;
663  void InternalSwap(UInt64Value* other);
664  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
665  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
666  return "google.protobuf.UInt64Value";
667  }
668  protected:
669  explicit UInt64Value(::PROTOBUF_NAMESPACE_ID::Arena* arena);
670  private:
671  static void ArenaDtor(void* object);
672  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
673  private:
674  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
675  return _internal_metadata_.arena();
676  }
677  inline void* MaybeArenaPtr() const {
678  return _internal_metadata_.raw_arena_ptr();
679  }
680  public:
681 
682  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
683  private:
684  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
686  return ::descriptor_table_google_2fprotobuf_2fwrappers_2eproto.file_level_metadata[kIndexInFileMessages];
687  }
688 
689  public:
690 
691  // nested types ----------------------------------------------------
692 
693  // accessors -------------------------------------------------------
694 
695  enum : int {
696  kValueFieldNumber = 1,
697  };
698  // uint64 value = 1;
699  void clear_value();
701  void set_value(::PROTOBUF_NAMESPACE_ID::uint64 value);
702 
703  // @@protoc_insertion_point(class_scope:google.protobuf.UInt64Value)
704  private:
705  class _Internal;
706 
707  ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
708  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
710  typedef void DestructorSkippable_;
712  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
713  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
714 };
715 // -------------------------------------------------------------------
716 
717 class PROTOBUF_EXPORT Int32Value :
718  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.Int32Value) */ {
719  public:
720  Int32Value();
721  virtual ~Int32Value();
722 
723  Int32Value(const Int32Value& from);
724  Int32Value(Int32Value&& from) noexcept
725  : Int32Value() {
726  *this = ::std::move(from);
727  }
728 
729  inline Int32Value& operator=(const Int32Value& from) {
730  CopyFrom(from);
731  return *this;
732  }
733  inline Int32Value& operator=(Int32Value&& from) noexcept {
734  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
735  if (this != &from) InternalSwap(&from);
736  } else {
737  CopyFrom(from);
738  }
739  return *this;
740  }
741 
742  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArena() const final {
743  return GetArenaNoVirtual();
744  }
745  inline void* GetMaybeArenaPointer() const final {
746  return MaybeArenaPtr();
747  }
749  return GetDescriptor();
750  }
752  return GetMetadataStatic().descriptor;
753  }
754  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
755  return GetMetadataStatic().reflection;
756  }
757  static const Int32Value& default_instance();
758 
759  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
760  static inline const Int32Value* internal_default_instance() {
761  return reinterpret_cast<const Int32Value*>(
763  }
764  static constexpr int kIndexInFileMessages =
765  4;
766 
767  friend void swap(Int32Value& a, Int32Value& b) {
768  a.Swap(&b);
769  }
770  inline void Swap(Int32Value* other) {
771  if (other == this) return;
772  if (GetArenaNoVirtual() == other->GetArenaNoVirtual()) {
773  InternalSwap(other);
774  } else {
776  }
777  }
779  if (other == this) return;
780  GOOGLE_DCHECK(GetArenaNoVirtual() == other->GetArenaNoVirtual());
781  InternalSwap(other);
782  }
783 
784  // implements Message ----------------------------------------------
785 
786  inline Int32Value* New() const final {
787  return CreateMaybeMessage<Int32Value>(nullptr);
788  }
789 
790  Int32Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
791  return CreateMaybeMessage<Int32Value>(arena);
792  }
793  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
794  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
795  void CopyFrom(const Int32Value& from);
796  void MergeFrom(const Int32Value& from);
797  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
798  bool IsInitialized() const final;
799 
800  size_t ByteSizeLong() const final;
801  #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
802  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
803  #else
805  ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
806  #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
807  void SerializeWithCachedSizes(
808  ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const final;
809  ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
810  ::PROTOBUF_NAMESPACE_ID::uint8* target) const final;
811  int GetCachedSize() const final { return _cached_size_.Get(); }
812 
813  private:
814  inline void SharedCtor();
815  inline void SharedDtor();
816  void SetCachedSize(int size) const final;
817  void InternalSwap(Int32Value* other);
818  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
819  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
820  return "google.protobuf.Int32Value";
821  }
822  protected:
823  explicit Int32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena);
824  private:
825  static void ArenaDtor(void* object);
826  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
827  private:
828  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
829  return _internal_metadata_.arena();
830  }
831  inline void* MaybeArenaPtr() const {
832  return _internal_metadata_.raw_arena_ptr();
833  }
834  public:
835 
836  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
837  private:
838  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
840  return ::descriptor_table_google_2fprotobuf_2fwrappers_2eproto.file_level_metadata[kIndexInFileMessages];
841  }
842 
843  public:
844 
845  // nested types ----------------------------------------------------
846 
847  // accessors -------------------------------------------------------
848 
849  enum : int {
850  kValueFieldNumber = 1,
851  };
852  // int32 value = 1;
853  void clear_value();
855  void set_value(::PROTOBUF_NAMESPACE_ID::int32 value);
856 
857  // @@protoc_insertion_point(class_scope:google.protobuf.Int32Value)
858  private:
859  class _Internal;
860 
861  ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
862  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
864  typedef void DestructorSkippable_;
866  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
867  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
868 };
869 // -------------------------------------------------------------------
870 
871 class PROTOBUF_EXPORT UInt32Value :
872  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.UInt32Value) */ {
873  public:
874  UInt32Value();
875  virtual ~UInt32Value();
876 
877  UInt32Value(const UInt32Value& from);
878  UInt32Value(UInt32Value&& from) noexcept
879  : UInt32Value() {
880  *this = ::std::move(from);
881  }
882 
883  inline UInt32Value& operator=(const UInt32Value& from) {
884  CopyFrom(from);
885  return *this;
886  }
887  inline UInt32Value& operator=(UInt32Value&& from) noexcept {
888  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
889  if (this != &from) InternalSwap(&from);
890  } else {
891  CopyFrom(from);
892  }
893  return *this;
894  }
895 
896  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArena() const final {
897  return GetArenaNoVirtual();
898  }
899  inline void* GetMaybeArenaPointer() const final {
900  return MaybeArenaPtr();
901  }
903  return GetDescriptor();
904  }
906  return GetMetadataStatic().descriptor;
907  }
908  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
909  return GetMetadataStatic().reflection;
910  }
911  static const UInt32Value& default_instance();
912 
913  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
914  static inline const UInt32Value* internal_default_instance() {
915  return reinterpret_cast<const UInt32Value*>(
917  }
918  static constexpr int kIndexInFileMessages =
919  5;
920 
921  friend void swap(UInt32Value& a, UInt32Value& b) {
922  a.Swap(&b);
923  }
924  inline void Swap(UInt32Value* other) {
925  if (other == this) return;
926  if (GetArenaNoVirtual() == other->GetArenaNoVirtual()) {
927  InternalSwap(other);
928  } else {
930  }
931  }
933  if (other == this) return;
934  GOOGLE_DCHECK(GetArenaNoVirtual() == other->GetArenaNoVirtual());
935  InternalSwap(other);
936  }
937 
938  // implements Message ----------------------------------------------
939 
940  inline UInt32Value* New() const final {
941  return CreateMaybeMessage<UInt32Value>(nullptr);
942  }
943 
944  UInt32Value* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
945  return CreateMaybeMessage<UInt32Value>(arena);
946  }
947  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
948  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
949  void CopyFrom(const UInt32Value& from);
950  void MergeFrom(const UInt32Value& from);
951  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
952  bool IsInitialized() const final;
953 
954  size_t ByteSizeLong() const final;
955  #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
956  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
957  #else
959  ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
960  #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
961  void SerializeWithCachedSizes(
962  ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const final;
963  ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
964  ::PROTOBUF_NAMESPACE_ID::uint8* target) const final;
965  int GetCachedSize() const final { return _cached_size_.Get(); }
966 
967  private:
968  inline void SharedCtor();
969  inline void SharedDtor();
970  void SetCachedSize(int size) const final;
971  void InternalSwap(UInt32Value* other);
972  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
973  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
974  return "google.protobuf.UInt32Value";
975  }
976  protected:
977  explicit UInt32Value(::PROTOBUF_NAMESPACE_ID::Arena* arena);
978  private:
979  static void ArenaDtor(void* object);
980  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
981  private:
982  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
983  return _internal_metadata_.arena();
984  }
985  inline void* MaybeArenaPtr() const {
986  return _internal_metadata_.raw_arena_ptr();
987  }
988  public:
989 
990  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
991  private:
992  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
994  return ::descriptor_table_google_2fprotobuf_2fwrappers_2eproto.file_level_metadata[kIndexInFileMessages];
995  }
996 
997  public:
998 
999  // nested types ----------------------------------------------------
1000 
1001  // accessors -------------------------------------------------------
1002 
1003  enum : int {
1004  kValueFieldNumber = 1,
1005  };
1006  // uint32 value = 1;
1007  void clear_value();
1009  void set_value(::PROTOBUF_NAMESPACE_ID::uint32 value);
1010 
1011  // @@protoc_insertion_point(class_scope:google.protobuf.UInt32Value)
1012  private:
1013  class _Internal;
1014 
1015  ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
1016  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1018  typedef void DestructorSkippable_;
1020  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
1021  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
1022 };
1023 // -------------------------------------------------------------------
1024 
1025 class PROTOBUF_EXPORT BoolValue :
1026  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.BoolValue) */ {
1027  public:
1028  BoolValue();
1029  virtual ~BoolValue();
1030 
1031  BoolValue(const BoolValue& from);
1032  BoolValue(BoolValue&& from) noexcept
1033  : BoolValue() {
1034  *this = ::std::move(from);
1035  }
1036 
1037  inline BoolValue& operator=(const BoolValue& from) {
1038  CopyFrom(from);
1039  return *this;
1040  }
1041  inline BoolValue& operator=(BoolValue&& from) noexcept {
1042  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
1043  if (this != &from) InternalSwap(&from);
1044  } else {
1045  CopyFrom(from);
1046  }
1047  return *this;
1048  }
1049 
1050  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArena() const final {
1051  return GetArenaNoVirtual();
1052  }
1053  inline void* GetMaybeArenaPointer() const final {
1054  return MaybeArenaPtr();
1055  }
1057  return GetDescriptor();
1058  }
1060  return GetMetadataStatic().descriptor;
1061  }
1062  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
1063  return GetMetadataStatic().reflection;
1064  }
1065  static const BoolValue& default_instance();
1066 
1067  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
1068  static inline const BoolValue* internal_default_instance() {
1069  return reinterpret_cast<const BoolValue*>(
1071  }
1072  static constexpr int kIndexInFileMessages =
1073  6;
1074 
1075  friend void swap(BoolValue& a, BoolValue& b) {
1076  a.Swap(&b);
1077  }
1078  inline void Swap(BoolValue* other) {
1079  if (other == this) return;
1080  if (GetArenaNoVirtual() == other->GetArenaNoVirtual()) {
1081  InternalSwap(other);
1082  } else {
1084  }
1085  }
1087  if (other == this) return;
1088  GOOGLE_DCHECK(GetArenaNoVirtual() == other->GetArenaNoVirtual());
1089  InternalSwap(other);
1090  }
1091 
1092  // implements Message ----------------------------------------------
1093 
1094  inline BoolValue* New() const final {
1095  return CreateMaybeMessage<BoolValue>(nullptr);
1096  }
1097 
1098  BoolValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
1099  return CreateMaybeMessage<BoolValue>(arena);
1100  }
1101  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
1102  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
1103  void CopyFrom(const BoolValue& from);
1104  void MergeFrom(const BoolValue& from);
1105  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1106  bool IsInitialized() const final;
1107 
1108  size_t ByteSizeLong() const final;
1109  #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1110  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
1111  #else
1113  ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
1114  #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1115  void SerializeWithCachedSizes(
1116  ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const final;
1117  ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
1118  ::PROTOBUF_NAMESPACE_ID::uint8* target) const final;
1119  int GetCachedSize() const final { return _cached_size_.Get(); }
1120 
1121  private:
1122  inline void SharedCtor();
1123  inline void SharedDtor();
1124  void SetCachedSize(int size) const final;
1125  void InternalSwap(BoolValue* other);
1126  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1127  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
1128  return "google.protobuf.BoolValue";
1129  }
1130  protected:
1131  explicit BoolValue(::PROTOBUF_NAMESPACE_ID::Arena* arena);
1132  private:
1133  static void ArenaDtor(void* object);
1134  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
1135  private:
1136  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
1137  return _internal_metadata_.arena();
1138  }
1139  inline void* MaybeArenaPtr() const {
1140  return _internal_metadata_.raw_arena_ptr();
1141  }
1142  public:
1143 
1144  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1145  private:
1146  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
1148  return ::descriptor_table_google_2fprotobuf_2fwrappers_2eproto.file_level_metadata[kIndexInFileMessages];
1149  }
1150 
1151  public:
1152 
1153  // nested types ----------------------------------------------------
1154 
1155  // accessors -------------------------------------------------------
1156 
1157  enum : int {
1158  kValueFieldNumber = 1,
1159  };
1160  // bool value = 1;
1161  void clear_value();
1162  bool value() const;
1163  void set_value(bool value);
1164 
1165  // @@protoc_insertion_point(class_scope:google.protobuf.BoolValue)
1166  private:
1167  class _Internal;
1168 
1169  ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
1170  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1172  typedef void DestructorSkippable_;
1173  bool value_;
1174  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
1175  friend struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto;
1176 };
1177 // -------------------------------------------------------------------
1178 
1179 class PROTOBUF_EXPORT StringValue :
1180  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.StringValue) */ {
1181  public:
1182  StringValue();
1183  virtual ~StringValue();
1184 
1185  StringValue(const StringValue& from);
1186  StringValue(StringValue&& from) noexcept
1187  : StringValue() {
1188  *this = ::std::move(from);
1189  }
1190 
1191  inline StringValue& operator=(const StringValue& from) {
1192  CopyFrom(from);
1193  return *this;
1194  }
1195  inline StringValue& operator=(StringValue&& from) noexcept {
1196  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
1197  if (this != &from) InternalSwap(&from);
1198  } else {
1199  CopyFrom(from);
1200  }
1201  return *this;
1202  }
1203 
1204  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArena() const final {
1205  return GetArenaNoVirtual();
1206  }
1207  inline void* GetMaybeArenaPointer() const final {
1208  return MaybeArenaPtr();
1209  }
1211  return GetDescriptor();
1212  }
1214  return GetMetadataStatic().descriptor;
1215  }
1216  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
1217  return GetMetadataStatic().reflection;
1218  }
1219  static const StringValue& default_instance();
1220 
1221  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
1222  static inline const StringValue* internal_default_instance() {
1223  return reinterpret_cast<const StringValue*>(
1225  }
1226  static constexpr int kIndexInFileMessages =
1227  7;
1228 
1229  friend void swap(StringValue& a, StringValue& b) {
1230  a.Swap(&b);
1231  }
1232  inline void Swap(StringValue* other) {
1233  if (other == this) return;
1234  if (GetArenaNoVirtual() == other->GetArenaNoVirtual()) {
1235  InternalSwap(other);
1236  } else {
1238  }
1239  }
1241  if (other == this) return;
1242  GOOGLE_DCHECK(GetArenaNoVirtual() == other->GetArenaNoVirtual());
1243  InternalSwap(other);
1244  }
1245 
1246  // implements Message ----------------------------------------------
1247 
1248  inline StringValue* New() const final {
1249  return CreateMaybeMessage<StringValue>(nullptr);
1250  }
1251 
1252  StringValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
1253  return CreateMaybeMessage<StringValue>(arena);
1254  }
1255  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
1256  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
1257  void CopyFrom(const StringValue& from);
1258  void MergeFrom(const StringValue& from);
1259  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1260  bool IsInitialized() const final;
1261 
1262  size_t ByteSizeLong() const final;
1263  #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1264  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
1265  #else
1267  ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
1268  #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1269  void SerializeWithCachedSizes(
1270  ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const final;
1271  ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
1272  ::PROTOBUF_NAMESPACE_ID::uint8* target) const final;
1273  int GetCachedSize() const final { return _cached_size_.Get(); }
1274 
1275  private:
1276  inline void SharedCtor();
1277  inline void SharedDtor();
1278  void SetCachedSize(int size) const final;
1279  void InternalSwap(StringValue* other);
1280  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1281  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
1282  return "google.protobuf.StringValue";
1283  }
1284  protected:
1285  explicit StringValue(::PROTOBUF_NAMESPACE_ID::Arena* arena);
1286  private:
1287  static void ArenaDtor(void* object);
1288  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
1289  private:
1290  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
1291  return _internal_metadata_.arena();
1292  }
1293  inline void* MaybeArenaPtr() const {
1294  return _internal_metadata_.raw_arena_ptr();
1295  }
1296  public:
1297 
1298  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1299  private:
1300  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
1302  return ::descriptor_table_google_2fprotobuf_2fwrappers_2eproto.file_level_metadata[kIndexInFileMessages];
1303  }
1304 
1305  public:
1306 
1307  // nested types ----------------------------------------------------
1308 
1309  // accessors -------------------------------------------------------
1310 
1311  enum : int {
1312  kValueFieldNumber = 1,
1313  };
1314  // string value = 1;
1315  void clear_value();
1316  const std::string& value() const;
1317  void set_value(const std::string& value);
1318  void set_value(std::string&& value);
1319  void set_value(const char* value);
1320  void set_value(const char* value, size_t size);
1321  std::string* mutable_value();
1322  std::string* release_value();
1323  void set_allocated_value(std::string* value);
1324  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
1325  " string fields are deprecated and will be removed in a"
1326  " future release.")
1327  std::string* unsafe_arena_release_value();
1328  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
1329  " string fields are deprecated and will be removed in a"
1330  " future release.")
1331  void unsafe_arena_set_allocated_value(
1332  std::string* value);
1333 
1334  // @@protoc_insertion_point(class_scope:google.protobuf.StringValue)
1335  private:
1336  class _Internal;
1337 
1338  ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
1339  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1341  typedef void DestructorSkippable_;
1342  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr value_;
1343  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
1345 };
1346 // -------------------------------------------------------------------
1347 
1348 class PROTOBUF_EXPORT BytesValue :
1349  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:google.protobuf.BytesValue) */ {
1350  public:
1351  BytesValue();
1352  virtual ~BytesValue();
1353 
1354  BytesValue(const BytesValue& from);
1355  BytesValue(BytesValue&& from) noexcept
1356  : BytesValue() {
1357  *this = ::std::move(from);
1358  }
1359 
1360  inline BytesValue& operator=(const BytesValue& from) {
1361  CopyFrom(from);
1362  return *this;
1363  }
1364  inline BytesValue& operator=(BytesValue&& from) noexcept {
1365  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
1366  if (this != &from) InternalSwap(&from);
1367  } else {
1368  CopyFrom(from);
1369  }
1370  return *this;
1371  }
1372 
1373  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArena() const final {
1374  return GetArenaNoVirtual();
1375  }
1376  inline void* GetMaybeArenaPointer() const final {
1377  return MaybeArenaPtr();
1378  }
1380  return GetDescriptor();
1381  }
1383  return GetMetadataStatic().descriptor;
1384  }
1385  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
1386  return GetMetadataStatic().reflection;
1387  }
1388  static const BytesValue& default_instance();
1389 
1390  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
1391  static inline const BytesValue* internal_default_instance() {
1392  return reinterpret_cast<const BytesValue*>(
1394  }
1395  static constexpr int kIndexInFileMessages =
1396  8;
1397 
1398  friend void swap(BytesValue& a, BytesValue& b) {
1399  a.Swap(&b);
1400  }
1401  inline void Swap(BytesValue* other) {
1402  if (other == this) return;
1403  if (GetArenaNoVirtual() == other->GetArenaNoVirtual()) {
1404  InternalSwap(other);
1405  } else {
1407  }
1408  }
1410  if (other == this) return;
1411  GOOGLE_DCHECK(GetArenaNoVirtual() == other->GetArenaNoVirtual());
1412  InternalSwap(other);
1413  }
1414 
1415  // implements Message ----------------------------------------------
1416 
1417  inline BytesValue* New() const final {
1418  return CreateMaybeMessage<BytesValue>(nullptr);
1419  }
1420 
1421  BytesValue* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
1422  return CreateMaybeMessage<BytesValue>(arena);
1423  }
1424  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
1425  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
1426  void CopyFrom(const BytesValue& from);
1427  void MergeFrom(const BytesValue& from);
1428  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
1429  bool IsInitialized() const final;
1430 
1431  size_t ByteSizeLong() const final;
1432  #if GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1433  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
1434  #else
1436  ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream* input) final;
1437  #endif // GOOGLE_PROTOBUF_ENABLE_EXPERIMENTAL_PARSER
1438  void SerializeWithCachedSizes(
1439  ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream* output) const final;
1440  ::PROTOBUF_NAMESPACE_ID::uint8* InternalSerializeWithCachedSizesToArray(
1441  ::PROTOBUF_NAMESPACE_ID::uint8* target) const final;
1442  int GetCachedSize() const final { return _cached_size_.Get(); }
1443 
1444  private:
1445  inline void SharedCtor();
1446  inline void SharedDtor();
1447  void SetCachedSize(int size) const final;
1448  void InternalSwap(BytesValue* other);
1449  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
1450  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
1451  return "google.protobuf.BytesValue";
1452  }
1453  protected:
1454  explicit BytesValue(::PROTOBUF_NAMESPACE_ID::Arena* arena);
1455  private:
1456  static void ArenaDtor(void* object);
1457  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
1458  private:
1459  inline ::PROTOBUF_NAMESPACE_ID::Arena* GetArenaNoVirtual() const {
1460  return _internal_metadata_.arena();
1461  }
1462  inline void* MaybeArenaPtr() const {
1463  return _internal_metadata_.raw_arena_ptr();
1464  }
1465  public:
1466 
1467  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
1468  private:
1469  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
1471  return ::descriptor_table_google_2fprotobuf_2fwrappers_2eproto.file_level_metadata[kIndexInFileMessages];
1472  }
1473 
1474  public:
1475 
1476  // nested types ----------------------------------------------------
1477 
1478  // accessors -------------------------------------------------------
1479 
1480  enum : int {
1481  kValueFieldNumber = 1,
1482  };
1483  // bytes value = 1;
1484  void clear_value();
1485  const std::string& value() const;
1486  void set_value(const std::string& value);
1487  void set_value(std::string&& value);
1488  void set_value(const char* value);
1489  void set_value(const void* value, size_t size);
1490  std::string* mutable_value();
1491  std::string* release_value();
1492  void set_allocated_value(std::string* value);
1493  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
1494  " string fields are deprecated and will be removed in a"
1495  " future release.")
1496  std::string* unsafe_arena_release_value();
1497  GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
1498  " string fields are deprecated and will be removed in a"
1499  " future release.")
1500  void unsafe_arena_set_allocated_value(
1501  std::string* value);
1502 
1503  // @@protoc_insertion_point(class_scope:google.protobuf.BytesValue)
1504  private:
1505  class _Internal;
1506 
1507  ::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_;
1508  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
1510  typedef void DestructorSkippable_;
1511  ::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr value_;
1512  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
1514 };
1515 // ===================================================================
1516 
1517 
1518 // ===================================================================
1519 
1520 #ifdef __GNUC__
1521  #pragma GCC diagnostic push
1522  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
1523 #endif // __GNUC__
1524 // DoubleValue
1525 
1526 // double value = 1;
1528  value_ = 0;
1529 }
1530 inline double DoubleValue::value() const {
1531  // @@protoc_insertion_point(field_get:google.protobuf.DoubleValue.value)
1532  return value_;
1533 }
1534 inline void DoubleValue::set_value(double value) {
1535 
1536  value_ = value;
1537  // @@protoc_insertion_point(field_set:google.protobuf.DoubleValue.value)
1538 }
1539 
1540 // -------------------------------------------------------------------
1541 
1542 // FloatValue
1543 
1544 // float value = 1;
1546  value_ = 0;
1547 }
1548 inline float FloatValue::value() const {
1549  // @@protoc_insertion_point(field_get:google.protobuf.FloatValue.value)
1550  return value_;
1551 }
1552 inline void FloatValue::set_value(float value) {
1553 
1554  value_ = value;
1555  // @@protoc_insertion_point(field_set:google.protobuf.FloatValue.value)
1556 }
1557 
1558 // -------------------------------------------------------------------
1559 
1560 // Int64Value
1561 
1562 // int64 value = 1;
1564  value_ = PROTOBUF_LONGLONG(0);
1565 }
1567  // @@protoc_insertion_point(field_get:google.protobuf.Int64Value.value)
1568  return value_;
1569 }
1571 
1572  value_ = value;
1573  // @@protoc_insertion_point(field_set:google.protobuf.Int64Value.value)
1574 }
1575 
1576 // -------------------------------------------------------------------
1577 
1578 // UInt64Value
1579 
1580 // uint64 value = 1;
1582  value_ = PROTOBUF_ULONGLONG(0);
1583 }
1585  // @@protoc_insertion_point(field_get:google.protobuf.UInt64Value.value)
1586  return value_;
1587 }
1589 
1590  value_ = value;
1591  // @@protoc_insertion_point(field_set:google.protobuf.UInt64Value.value)
1592 }
1593 
1594 // -------------------------------------------------------------------
1595 
1596 // Int32Value
1597 
1598 // int32 value = 1;
1600  value_ = 0;
1601 }
1603  // @@protoc_insertion_point(field_get:google.protobuf.Int32Value.value)
1604  return value_;
1605 }
1607 
1608  value_ = value;
1609  // @@protoc_insertion_point(field_set:google.protobuf.Int32Value.value)
1610 }
1611 
1612 // -------------------------------------------------------------------
1613 
1614 // UInt32Value
1615 
1616 // uint32 value = 1;
1618  value_ = 0u;
1619 }
1621  // @@protoc_insertion_point(field_get:google.protobuf.UInt32Value.value)
1622  return value_;
1623 }
1625 
1626  value_ = value;
1627  // @@protoc_insertion_point(field_set:google.protobuf.UInt32Value.value)
1628 }
1629 
1630 // -------------------------------------------------------------------
1631 
1632 // BoolValue
1633 
1634 // bool value = 1;
1635 inline void BoolValue::clear_value() {
1636  value_ = false;
1637 }
1638 inline bool BoolValue::value() const {
1639  // @@protoc_insertion_point(field_get:google.protobuf.BoolValue.value)
1640  return value_;
1641 }
1642 inline void BoolValue::set_value(bool value) {
1643 
1644  value_ = value;
1645  // @@protoc_insertion_point(field_set:google.protobuf.BoolValue.value)
1646 }
1647 
1648 // -------------------------------------------------------------------
1649 
1650 // StringValue
1651 
1652 // string value = 1;
1654  value_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());
1655 }
1656 inline const std::string& StringValue::value() const {
1657  // @@protoc_insertion_point(field_get:google.protobuf.StringValue.value)
1658  return value_.Get();
1659 }
1661 
1663  // @@protoc_insertion_point(field_set:google.protobuf.StringValue.value)
1664 }
1666 
1667  value_.Set(
1668  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());
1669  // @@protoc_insertion_point(field_set_rvalue:google.protobuf.StringValue.value)
1670 }
1671 inline void StringValue::set_value(const char* value) {
1672  GOOGLE_DCHECK(value != nullptr);
1673 
1675  GetArenaNoVirtual());
1676  // @@protoc_insertion_point(field_set_char:google.protobuf.StringValue.value)
1677 }
1678 inline void StringValue::set_value(const char* value,
1679  size_t size) {
1680 
1682  reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());
1683  // @@protoc_insertion_point(field_set_pointer:google.protobuf.StringValue.value)
1684 }
1686 
1687  // @@protoc_insertion_point(field_mutable:google.protobuf.StringValue.value)
1688  return value_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());
1689 }
1691  // @@protoc_insertion_point(field_release:google.protobuf.StringValue.value)
1692 
1693  return value_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());
1694 }
1696  if (value != nullptr) {
1697 
1698  } else {
1699 
1700  }
1702  GetArenaNoVirtual());
1703  // @@protoc_insertion_point(field_set_allocated:google.protobuf.StringValue.value)
1704 }
1705 inline std::string* StringValue::unsafe_arena_release_value() {
1706  // @@protoc_insertion_point(field_unsafe_arena_release:google.protobuf.StringValue.value)
1707  GOOGLE_DCHECK(GetArenaNoVirtual() != nullptr);
1708 
1710  GetArenaNoVirtual());
1711 }
1712 inline void StringValue::unsafe_arena_set_allocated_value(
1713  std::string* value) {
1714  GOOGLE_DCHECK(GetArenaNoVirtual() != nullptr);
1715  if (value != nullptr) {
1716 
1717  } else {
1718 
1719  }
1721  value, GetArenaNoVirtual());
1722  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:google.protobuf.StringValue.value)
1723 }
1724 
1725 // -------------------------------------------------------------------
1726 
1727 // BytesValue
1728 
1729 // bytes value = 1;
1731  value_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());
1732 }
1733 inline const std::string& BytesValue::value() const {
1734  // @@protoc_insertion_point(field_get:google.protobuf.BytesValue.value)
1735  return value_.Get();
1736 }
1738 
1740  // @@protoc_insertion_point(field_set:google.protobuf.BytesValue.value)
1741 }
1743 
1744  value_.Set(
1745  &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::std::move(value), GetArenaNoVirtual());
1746  // @@protoc_insertion_point(field_set_rvalue:google.protobuf.BytesValue.value)
1747 }
1748 inline void BytesValue::set_value(const char* value) {
1749  GOOGLE_DCHECK(value != nullptr);
1750 
1752  GetArenaNoVirtual());
1753  // @@protoc_insertion_point(field_set_char:google.protobuf.BytesValue.value)
1754 }
1755 inline void BytesValue::set_value(const void* value,
1756  size_t size) {
1757 
1759  reinterpret_cast<const char*>(value), size), GetArenaNoVirtual());
1760  // @@protoc_insertion_point(field_set_pointer:google.protobuf.BytesValue.value)
1761 }
1763 
1764  // @@protoc_insertion_point(field_mutable:google.protobuf.BytesValue.value)
1765  return value_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());
1766 }
1768  // @@protoc_insertion_point(field_release:google.protobuf.BytesValue.value)
1769 
1770  return value_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArenaNoVirtual());
1771 }
1773  if (value != nullptr) {
1774 
1775  } else {
1776 
1777  }
1779  GetArenaNoVirtual());
1780  // @@protoc_insertion_point(field_set_allocated:google.protobuf.BytesValue.value)
1781 }
1782 inline std::string* BytesValue::unsafe_arena_release_value() {
1783  // @@protoc_insertion_point(field_unsafe_arena_release:google.protobuf.BytesValue.value)
1784  GOOGLE_DCHECK(GetArenaNoVirtual() != nullptr);
1785 
1787  GetArenaNoVirtual());
1788 }
1789 inline void BytesValue::unsafe_arena_set_allocated_value(
1790  std::string* value) {
1791  GOOGLE_DCHECK(GetArenaNoVirtual() != nullptr);
1792  if (value != nullptr) {
1793 
1794  } else {
1795 
1796  }
1798  value, GetArenaNoVirtual());
1799  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:google.protobuf.BytesValue.value)
1800 }
1801 
1802 #ifdef __GNUC__
1803  #pragma GCC diagnostic pop
1804 #endif // __GNUC__
1805 // -------------------------------------------------------------------
1806 
1807 // -------------------------------------------------------------------
1808 
1809 // -------------------------------------------------------------------
1810 
1811 // -------------------------------------------------------------------
1812 
1813 // -------------------------------------------------------------------
1814 
1815 // -------------------------------------------------------------------
1816 
1817 // -------------------------------------------------------------------
1818 
1819 // -------------------------------------------------------------------
1820 
1821 
1822 // @@protoc_insertion_point(namespace_scope)
1823 
1824 PROTOBUF_NAMESPACE_CLOSE
1825 
1826 // @@protoc_insertion_point(global_scope)
1827 
1828 #include <google/protobuf/port_undef.inc>
1829 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_google_2fprotobuf_2fwrappers_2eproto
FloatValueDefaultTypeInternal
Definition: wrappers.pb.cc:23
_Int64Value_default_instance_
PROTOBUF_EXPORT Int64ValueDefaultTypeInternal _Int64Value_default_instance_
FloatValue::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: wrappers.pb.h:404
UInt32Value::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: wrappers.pb.h:982
FloatValue::UnsafeArenaSwap
void UnsafeArenaSwap(FloatValue *other)
Definition: wrappers.pb.h:316
BytesValue::DestructorSkippable_
void DestructorSkippable_
Definition: wrappers.pb.h:1510
DoubleValue::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: wrappers.pb.h:247
PROTOBUF_SECTION_VARIABLE
const ::PROTOBUF_NAMESPACE_ID::uint32 TableStruct_google_2fprotobuf_2fany_2eproto::offsets[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
UInt64Value::New
UInt64Value * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: wrappers.pb.h:636
StringValue::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: wrappers.pb.h:1281
DoubleValue::MaybeArenaPtr
void * MaybeArenaPtr() const
Definition: wrappers.pb.h:215
BytesValue::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: wrappers.pb.h:1385
DoubleValue::DoubleValue
DoubleValue(DoubleValue &&from) noexcept
Definition: wrappers.pb.h:108
Int64Value::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: wrappers.pb.h:520
DoubleValue
Definition: wrappers.pb.h:101
StringValue::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: wrappers.pb.h:1210
BytesValue::mutable_value
std::string * mutable_value()
Definition: wrappers.pb.h:1762
BoolValue::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: wrappers.pb.h:1062
_BytesValue_default_instance_
PROTOBUF_EXPORT BytesValueDefaultTypeInternal _BytesValue_default_instance_
FloatValue::GetArena
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena() const final
Definition: wrappers.pb.h:280
BoolValue::DestructorSkippable_
void DestructorSkippable_
Definition: wrappers.pb.h:1172
StringValue::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: wrappers.pb.h:1340
Int64Value::DestructorSkippable_
void DestructorSkippable_
Definition: wrappers.pb.h:556
BoolValue
struct BoolValue BoolValue
Definition: php/ext/google/protobuf/protobuf.h:626
UInt64Value::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: wrappers.pb.h:597
StringValue::operator=
StringValue & operator=(const StringValue &from)
Definition: wrappers.pb.h:1191
arenastring.h
benchmarks.python.py_benchmark.const
const
Definition: py_benchmark.py:14
Int32Value::internal_default_instance
static const Int32Value * internal_default_instance()
Definition: wrappers.pb.h:760
Int64Value::GetArena
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena() const final
Definition: wrappers.pb.h:434
FloatValue::GetMaybeArenaPointer
void * GetMaybeArenaPointer() const final
Definition: wrappers.pb.h:283
Int32Value::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: wrappers.pb.h:866
UInt32Value::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: wrappers.pb.h:905
UInt64Value::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: wrappers.pb.h:705
BoolValue::Swap
void Swap(BoolValue *other)
Definition: wrappers.pb.h:1078
google::protobuf::int64
int64_t int64
Definition: protobuf/src/google/protobuf/stubs/port.h:151
DoubleValue::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: wrappers.pb.h:243
DoubleValue::swap
friend void swap(DoubleValue &a, DoubleValue &b)
Definition: wrappers.pb.h:151
google::protobuf.internal.python_message.MergeFrom
MergeFrom
Definition: python_message.py:1340
BytesValue::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: wrappers.pb.h:1450
Int64Value::New
Int64Value * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: wrappers.pb.h:482
Int64Value::New
Int64Value * New() const final
Definition: wrappers.pb.h:478
FloatValue::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: wrappers.pb.h:401
Int64Value::UnsafeArenaSwap
void UnsafeArenaSwap(Int64Value *other)
Definition: wrappers.pb.h:470
UInt32Value::MaybeArenaPtr
void * MaybeArenaPtr() const
Definition: wrappers.pb.h:985
input
std::string input
Definition: tokenizer_unittest.cc:197
extension_set.h
Int32Value::operator=
Int32Value & operator=(Int32Value &&from) noexcept
Definition: wrappers.pb.h:733
FloatValue::FloatValue
FloatValue(FloatValue &&from) noexcept
Definition: wrappers.pb.h:262
BytesValue::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: wrappers.pb.h:1459
inlined_string_field.h
BytesValue::internal_default_instance
static const BytesValue * internal_default_instance()
Definition: wrappers.pb.h:1391
google::protobuf::uint8
uint8_t uint8
Definition: protobuf/src/google/protobuf/stubs/port.h:153
Int64Value::Int64Value
Int64Value(Int64Value &&from) noexcept
Definition: wrappers.pb.h:416
BytesValue::clear_value
void clear_value()
Definition: wrappers.pb.h:1730
DoubleValue::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: wrappers.pb.h:250
UInt32Value::internal_default_instance
static const UInt32Value * internal_default_instance()
Definition: wrappers.pb.h:914
GOOGLE_DCHECK
#define GOOGLE_DCHECK
Definition: logging.h:194
Int32Value::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: wrappers.pb.h:863
BytesValue::UnsafeArenaSwap
void UnsafeArenaSwap(BytesValue *other)
Definition: wrappers.pb.h:1409
google::protobuf::python::cmessage::CopyFrom
static PyObject * CopyFrom(CMessage *self, PyObject *arg)
Definition: python/google/protobuf/pyext/message.cc:1861
Int64ValueDefaultTypeInternal
Definition: wrappers.pb.cc:27
TableStruct_google_2fprotobuf_2fwrappers_2eproto
Definition: wrappers.pb.h:45
BytesValue
Definition: wrappers.pb.h:1348
google::protobuf::uint32
uint32_t uint32
Definition: protobuf/src/google/protobuf/stubs/port.h:155
Int64Value::value
::PROTOBUF_NAMESPACE_ID::int64 value() const
Definition: wrappers.pb.h:1566
StringValue::Swap
void Swap(StringValue *other)
Definition: wrappers.pb.h:1232
Int32Value::MaybeArenaPtr
void * MaybeArenaPtr() const
Definition: wrappers.pb.h:831
DoubleValue::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: wrappers.pb.h:132
UInt64Value::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: wrappers.pb.h:709
UInt64Value::DestructorSkippable_
void DestructorSkippable_
Definition: wrappers.pb.h:710
Int64Value::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: wrappers.pb.h:446
FloatValue::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: wrappers.pb.h:286
BoolValue::value_
bool value_
Definition: wrappers.pb.h:1173
BytesValue::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: wrappers.pb.h:1509
UInt32Value::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: wrappers.pb.h:1013
Int32Value::DestructorSkippable_
void DestructorSkippable_
Definition: wrappers.pb.h:864
StringValue::StringValue
StringValue(StringValue &&from) noexcept
Definition: wrappers.pb.h:1186
StringValue::GetArena
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena() const final
Definition: wrappers.pb.h:1204
generated_message_reflection.h
string
GLsizei const GLchar *const * string
Definition: glcorearb.h:3083
FloatValue::value_
float value_
Definition: wrappers.pb.h:403
UInt32Value::swap
friend void swap(UInt32Value &a, UInt32Value &b)
Definition: wrappers.pb.h:921
DoubleValue::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: wrappers.pb.h:135
google::protobuf.internal::GenericSwap
void GenericSwap(MessageLite *m1, MessageLite *m2)
Definition: generated_message_util.cc:750
StringValue::MaybeArenaPtr
void * MaybeArenaPtr() const
Definition: wrappers.pb.h:1293
Int64Value::internal_default_instance
static const Int64Value * internal_default_instance()
Definition: wrappers.pb.h:452
target
GLenum target
Definition: glcorearb.h:3739
Int64Value::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: wrappers.pb.h:555
google::protobuf.internal.python_message._InternalParse
_InternalParse
Definition: python_message.py:1197
Int64Value::operator=
Int64Value & operator=(Int64Value &&from) noexcept
Definition: wrappers.pb.h:425
BoolValue::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: wrappers.pb.h:1127
StringValue::New
StringValue * New() const final
Definition: wrappers.pb.h:1248
DoubleValue::value_
double value_
Definition: wrappers.pb.h:249
StringValue::mutable_value
std::string * mutable_value()
Definition: wrappers.pb.h:1685
FloatValue::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: wrappers.pb.h:366
T
#define T(upbtypeconst, upbtype, ctype, default_value)
FloatValue::New
FloatValue * New() const final
Definition: wrappers.pb.h:324
DoubleValue::GetCachedSize
int GetCachedSize() const final
Definition: wrappers.pb.h:195
Int64Value::value_
::PROTOBUF_NAMESPACE_ID::int64 value_
Definition: wrappers.pb.h:557
Int32Value::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: wrappers.pb.h:828
GOOGLE_PROTOBUF_RUNTIME_DEPRECATED
#define GOOGLE_PROTOBUF_RUNTIME_DEPRECATED(message)
Definition: protobuf/src/google/protobuf/stubs/port.h:107
UInt32Value::GetMaybeArenaPointer
void * GetMaybeArenaPointer() const final
Definition: wrappers.pb.h:899
FloatValue::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: wrappers.pb.h:292
FloatValue::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: wrappers.pb.h:357
b
GLboolean GLboolean GLboolean b
Definition: glcorearb.h:3228
BoolValue::value
bool value() const
Definition: wrappers.pb.h:1638
Int32Value::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: wrappers.pb.h:819
UInt32Value::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: wrappers.pb.h:973
UInt64Value::GetCachedSize
int GetCachedSize() const final
Definition: wrappers.pb.h:657
StringValue::set_allocated_value
void set_allocated_value(std::string *value)
Definition: wrappers.pb.h:1695
DoubleValue::Swap
void Swap(DoubleValue *other)
Definition: wrappers.pb.h:154
Int64Value::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: wrappers.pb.h:558
Int32Value::set_value
void set_value(::PROTOBUF_NAMESPACE_ID::int32 value)
Definition: wrappers.pb.h:1606
google::protobuf::int32
int32_t int32
Definition: protobuf/src/google/protobuf/stubs/port.h:150
BytesValue::swap
friend void swap(BytesValue &a, BytesValue &b)
Definition: wrappers.pb.h:1398
Int32Value::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: wrappers.pb.h:754
Int64Value
Definition: wrappers.pb.h:409
FloatValue::GetCachedSize
int GetCachedSize() const final
Definition: wrappers.pb.h:349
Int64Value::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: wrappers.pb.h:511
DoubleValue::value
double value() const
Definition: wrappers.pb.h:1530
DoubleValue::set_value
void set_value(double value)
Definition: wrappers.pb.h:1534
google::protobuf.internal::MergePartialFromCodedStream
bool MergePartialFromCodedStream(MessageLite *msg, const ParseTable &table, io::CodedInputStream *input)
Definition: generated_message_table_driven.cc:96
Int64Value::GetCachedSize
int GetCachedSize() const final
Definition: wrappers.pb.h:503
UInt64Value::GetMaybeArenaPointer
void * GetMaybeArenaPointer() const final
Definition: wrappers.pb.h:591
Int32Value::operator=
Int32Value & operator=(const Int32Value &from)
Definition: wrappers.pb.h:729
Int64Value::swap
friend void swap(Int64Value &a, Int64Value &b)
Definition: wrappers.pb.h:459
UInt64Value::MaybeArenaPtr
void * MaybeArenaPtr() const
Definition: wrappers.pb.h:677
Int32Value::Swap
void Swap(Int32Value *other)
Definition: wrappers.pb.h:770
StringValue::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: wrappers.pb.h:1213
unknown_field_set.h
Int32Value::value_
::PROTOBUF_NAMESPACE_ID::int32 value_
Definition: wrappers.pb.h:865
UInt64Value::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: wrappers.pb.h:600
UInt32Value::operator=
UInt32Value & operator=(const UInt32Value &from)
Definition: wrappers.pb.h:883
coded_stream.h
UInt64Value::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: wrappers.pb.h:594
Int32Value::clear_value
void clear_value()
Definition: wrappers.pb.h:1599
StringValue::GetMaybeArenaPointer
void * GetMaybeArenaPointer() const final
Definition: wrappers.pb.h:1207
FloatValue::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: wrappers.pb.h:289
_StringValue_default_instance_
PROTOBUF_EXPORT StringValueDefaultTypeInternal _StringValue_default_instance_
Int32Value::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: wrappers.pb.h:859
UInt32Value::value
::PROTOBUF_NAMESPACE_ID::uint32 value() const
Definition: wrappers.pb.h:1620
message.h
UInt32Value::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: wrappers.pb.h:902
Int32Value
struct Int32Value Int32Value
Definition: php/ext/google/protobuf/protobuf.h:643
DoubleValue::clear_value
void clear_value()
Definition: wrappers.pb.h:1527
BytesValue::New
BytesValue * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: wrappers.pb.h:1421
BoolValue::GetMaybeArenaPointer
void * GetMaybeArenaPointer() const final
Definition: wrappers.pb.h:1053
UInt32Value::DestructorSkippable_
void DestructorSkippable_
Definition: wrappers.pb.h:1018
FloatValue
Definition: wrappers.pb.h:255
StringValue
Definition: wrappers.pb.h:1179
UInt32Value::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: wrappers.pb.h:908
google::protobuf::uint64
uint64_t uint64
Definition: protobuf/src/google/protobuf/stubs/port.h:156
StringValue::set_value
void set_value(const std::string &value)
Definition: wrappers.pb.h:1660
repeated_field.h
UInt64Value
struct UInt64Value UInt64Value
Definition: php/ext/google/protobuf/protobuf.h:666
FloatValue::internal_default_instance
static const FloatValue * internal_default_instance()
Definition: wrappers.pb.h:298
UInt32Value::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: wrappers.pb.h:1017
BytesValue::GetArena
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena() const final
Definition: wrappers.pb.h:1373
BytesValue::value
const std::string & value() const
Definition: wrappers.pb.h:1733
UInt32Value::New
UInt32Value * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: wrappers.pb.h:944
Int64Value::MaybeArenaPtr
void * MaybeArenaPtr() const
Definition: wrappers.pb.h:523
Int32Value::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: wrappers.pb.h:748
generated_message_table_driven.h
Descriptor
struct Descriptor Descriptor
Definition: php/ext/google/protobuf/protobuf.h:628
UInt32Value::UnsafeArenaSwap
void UnsafeArenaSwap(UInt32Value *other)
Definition: wrappers.pb.h:932
FloatValue::swap
friend void swap(FloatValue &a, FloatValue &b)
Definition: wrappers.pb.h:305
FloatValue::value
float value() const
Definition: wrappers.pb.h:1548
StringValueDefaultTypeInternal
Definition: wrappers.pb.cc:47
UInt64Value::value
::PROTOBUF_NAMESPACE_ID::uint64 value() const
Definition: wrappers.pb.h:1584
StringValue
struct StringValue StringValue
Definition: php/ext/google/protobuf/protobuf.h:660
StringValue::clear_value
void clear_value()
Definition: wrappers.pb.h:1653
BytesValue::Swap
void Swap(BytesValue *other)
Definition: wrappers.pb.h:1401
BytesValue::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: wrappers.pb.h:1379
UInt32Value::set_value
void set_value(::PROTOBUF_NAMESPACE_ID::uint32 value)
Definition: wrappers.pb.h:1624
FloatValue::MaybeArenaPtr
void * MaybeArenaPtr() const
Definition: wrappers.pb.h:369
StringValue::DestructorSkippable_
void DestructorSkippable_
Definition: wrappers.pb.h:1341
UInt32Value::clear_value
void clear_value()
Definition: wrappers.pb.h:1617
Int32Value::GetArena
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena() const final
Definition: wrappers.pb.h:742
BoolValue::swap
friend void swap(BoolValue &a, BoolValue &b)
Definition: wrappers.pb.h:1075
UInt64Value::UInt64Value
UInt64Value(UInt64Value &&from) noexcept
Definition: wrappers.pb.h:570
BoolValue::GetArena
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena() const final
Definition: wrappers.pb.h:1050
StringValue::operator=
StringValue & operator=(StringValue &&from) noexcept
Definition: wrappers.pb.h:1195
UInt32Value::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: wrappers.pb.h:1020
BytesValue::set_value
void set_value(const std::string &value)
Definition: wrappers.pb.h:1737
Int64Value::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: wrappers.pb.h:443
Int32Value::GetCachedSize
int GetCachedSize() const final
Definition: wrappers.pb.h:811
FloatValue::set_value
void set_value(float value)
Definition: wrappers.pb.h:1552
BoolValue::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: wrappers.pb.h:1174
UInt64ValueDefaultTypeInternal
Definition: wrappers.pb.cc:31
value_
int value_
Definition: gmock-matchers_test.cc:571
FloatValue
struct FloatValue FloatValue
Definition: php/ext/google/protobuf/protobuf.h:641
fields
static const upb_fielddef fields[107]
Definition: ruby/ext/google/protobuf_c/upb.c:7671
BoolValue::MaybeArenaPtr
void * MaybeArenaPtr() const
Definition: wrappers.pb.h:1139
Int64Value
struct Int64Value Int64Value
Definition: php/ext/google/protobuf/protobuf.h:644
StringValue::New
StringValue * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: wrappers.pb.h:1252
DoubleValue::UnsafeArenaSwap
void UnsafeArenaSwap(DoubleValue *other)
Definition: wrappers.pb.h:162
Int32Value::New
Int32Value * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: wrappers.pb.h:790
Int32Value::swap
friend void swap(Int32Value &a, Int32Value &b)
Definition: wrappers.pb.h:767
UInt64Value::swap
friend void swap(UInt64Value &a, UInt64Value &b)
Definition: wrappers.pb.h:613
BytesValue::operator=
BytesValue & operator=(BytesValue &&from) noexcept
Definition: wrappers.pb.h:1364
BoolValue::set_value
void set_value(bool value)
Definition: wrappers.pb.h:1642
descriptor_table_google_2fprotobuf_2fwrappers_2eproto
const PROTOBUF_EXPORT ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_google_2fprotobuf_2fwrappers_2eproto
Definition: wrappers.pb.cc:295
UInt32Value::UInt32Value
UInt32Value(UInt32Value &&from) noexcept
Definition: wrappers.pb.h:878
Int64Value::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: wrappers.pb.h:440
UInt32Value::operator=
UInt32Value & operator=(UInt32Value &&from) noexcept
Definition: wrappers.pb.h:887
UInt64Value::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: wrappers.pb.h:674
UInt64Value
Definition: wrappers.pb.h:563
UInt32Value::value_
::PROTOBUF_NAMESPACE_ID::uint32 value_
Definition: wrappers.pb.h:1019
google::protobuf.internal.python_message.Clear
Clear
Definition: python_message.py:1431
UInt64Value::internal_default_instance
static const UInt64Value * internal_default_instance()
Definition: wrappers.pb.h:606
DoubleValue::New
DoubleValue * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: wrappers.pb.h:174
StringValue::value
const std::string & value() const
Definition: wrappers.pb.h:1656
DoubleValue::operator=
DoubleValue & operator=(const DoubleValue &from)
Definition: wrappers.pb.h:113
FloatValue::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: wrappers.pb.h:397
DoubleValue
struct DoubleValue DoubleValue
Definition: php/ext/google/protobuf/protobuf.h:630
DoubleValueDefaultTypeInternal
Definition: wrappers.pb.cc:19
Int32Value::Int32Value
Int32Value(Int32Value &&from) noexcept
Definition: wrappers.pb.h:724
Int64Value::operator=
Int64Value & operator=(const Int64Value &from)
Definition: wrappers.pb.h:421
BoolValue::BoolValue
BoolValue(BoolValue &&from) noexcept
Definition: wrappers.pb.h:1032
Int64Value::clear_value
void clear_value()
Definition: wrappers.pb.h:1563
_UInt32Value_default_instance_
PROTOBUF_EXPORT UInt32ValueDefaultTypeInternal _UInt32Value_default_instance_
Int64Value::Swap
void Swap(Int64Value *other)
Definition: wrappers.pb.h:462
size
GLsizeiptr size
Definition: glcorearb.h:2943
BoolValue::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: wrappers.pb.h:1167
BoolValue::New
BoolValue * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: wrappers.pb.h:1098
_UInt64Value_default_instance_
PROTOBUF_EXPORT UInt64ValueDefaultTypeInternal _UInt64Value_default_instance_
std
UInt32ValueDefaultTypeInternal
Definition: wrappers.pb.cc:39
BoolValueDefaultTypeInternal
Definition: wrappers.pb.cc:43
arena.h
BoolValue::InternalArenaConstructable_
void InternalArenaConstructable_
Definition: wrappers.pb.h:1171
BytesValue::MaybeArenaPtr
void * MaybeArenaPtr() const
Definition: wrappers.pb.h:1462
metadata.h
Int32Value::GetMaybeArenaPointer
void * GetMaybeArenaPointer() const final
Definition: wrappers.pb.h:745
_Int32Value_default_instance_
PROTOBUF_EXPORT Int32ValueDefaultTypeInternal _Int32Value_default_instance_
Int64Value::GetMaybeArenaPointer
void * GetMaybeArenaPointer() const final
Definition: wrappers.pb.h:437
DoubleValue::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: wrappers.pb.h:138
BytesValue::operator=
BytesValue & operator=(const BytesValue &from)
Definition: wrappers.pb.h:1360
google::protobuf.internal::GetEmptyStringAlreadyInited
const PROTOBUF_EXPORT std::string & GetEmptyStringAlreadyInited()
Definition: message_lite.h:152
FloatValue::New
FloatValue * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: wrappers.pb.h:328
BoolValue::operator=
BoolValue & operator=(const BoolValue &from)
Definition: wrappers.pb.h:1037
Int32Value::UnsafeArenaSwap
void UnsafeArenaSwap(Int32Value *other)
Definition: wrappers.pb.h:778
BytesValue::GetMaybeArenaPointer
void * GetMaybeArenaPointer() const final
Definition: wrappers.pb.h:1376
UInt32Value
struct UInt32Value UInt32Value
Definition: php/ext/google/protobuf/protobuf.h:665
UInt32Value::Swap
void Swap(UInt32Value *other)
Definition: wrappers.pb.h:924
_DoubleValue_default_instance_
PROTOBUF_EXPORT DoubleValueDefaultTypeInternal _DoubleValue_default_instance_
StringValue::swap
friend void swap(StringValue &a, StringValue &b)
Definition: wrappers.pb.h:1229
generated_message_util.h
DoubleValue::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: wrappers.pb.h:203
google::protobuf.internal.python_message.IsInitialized
IsInitialized
Definition: python_message.py:1246
Int32ValueDefaultTypeInternal
Definition: wrappers.pb.cc:35
StringValue::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: wrappers.pb.h:1290
BytesValue
struct BytesValue BytesValue
Definition: php/ext/google/protobuf/protobuf.h:627
StringValue::UnsafeArenaSwap
void UnsafeArenaSwap(StringValue *other)
Definition: wrappers.pb.h:1240
BytesValue::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: wrappers.pb.h:1382
UInt64Value::clear_value
void clear_value()
Definition: wrappers.pb.h:1581
FloatValue::operator=
FloatValue & operator=(const FloatValue &from)
Definition: wrappers.pb.h:267
UInt32Value
Definition: wrappers.pb.h:871
StringValue::release_value
std::string * release_value()
Definition: wrappers.pb.h:1690
StringValue::GetCachedSize
int GetCachedSize() const final
Definition: wrappers.pb.h:1273
internal
Definition: any.pb.h:40
google::protobuf.internal::AssignDescriptors
void AssignDescriptors(const DescriptorTable *table)
Definition: generated_message_reflection.cc:2403
BoolValue::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: wrappers.pb.h:1136
Int32Value::New
Int32Value * New() const final
Definition: wrappers.pb.h:786
_FloatValue_default_instance_
PROTOBUF_EXPORT FloatValueDefaultTypeInternal _FloatValue_default_instance_
UInt64Value::_cached_size_
mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
Definition: wrappers.pb.h:712
UInt64Value::GetArena
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena() const final
Definition: wrappers.pb.h:588
DoubleValue::DestructorSkippable_
void DestructorSkippable_
Definition: wrappers.pb.h:248
UInt64Value::UnsafeArenaSwap
void UnsafeArenaSwap(UInt64Value *other)
Definition: wrappers.pb.h:624
BoolValue::GetCachedSize
int GetCachedSize() const final
Definition: wrappers.pb.h:1119
BoolValue::internal_default_instance
static const BoolValue * internal_default_instance()
Definition: wrappers.pb.h:1068
BytesValue::release_value
std::string * release_value()
Definition: wrappers.pb.h:1767
DoubleValue::GetArenaNoVirtual
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual() const
Definition: wrappers.pb.h:212
value
GLsizei const GLfloat * value
Definition: glcorearb.h:3093
FloatValue::Swap
void Swap(FloatValue *other)
Definition: wrappers.pb.h:308
UInt64Value::New
UInt64Value * New() const final
Definition: wrappers.pb.h:632
BytesValueDefaultTypeInternal
Definition: wrappers.pb.cc:51
BytesValue::BytesValue
BytesValue(BytesValue &&from) noexcept
Definition: wrappers.pb.h:1355
BytesValue::GetCachedSize
int GetCachedSize() const final
Definition: wrappers.pb.h:1442
UInt64Value::operator=
UInt64Value & operator=(const UInt64Value &from)
Definition: wrappers.pb.h:575
BoolValue::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: wrappers.pb.h:1059
FloatValue::operator=
FloatValue & operator=(FloatValue &&from) noexcept
Definition: wrappers.pb.h:271
FloatValue::clear_value
void clear_value()
Definition: wrappers.pb.h:1545
DoubleValue::GetMaybeArenaPointer
void * GetMaybeArenaPointer() const final
Definition: wrappers.pb.h:129
_BoolValue_default_instance_
PROTOBUF_EXPORT BoolValueDefaultTypeInternal _BoolValue_default_instance_
output
const upb_json_parsermethod const upb_symtab upb_sink * output
Definition: ruby/ext/google/protobuf_c/upb.h:10503
UInt32Value::GetCachedSize
int GetCachedSize() const final
Definition: wrappers.pb.h:965
Int64Value::set_value
void set_value(::PROTOBUF_NAMESPACE_ID::int64 value)
Definition: wrappers.pb.h:1570
BoolValue::operator=
BoolValue & operator=(BoolValue &&from) noexcept
Definition: wrappers.pb.h:1041
Int32Value::GetDescriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: wrappers.pb.h:751
UInt32Value::New
UInt32Value * New() const final
Definition: wrappers.pb.h:940
FloatValue::DestructorSkippable_
void DestructorSkippable_
Definition: wrappers.pb.h:402
UInt64Value::value_
::PROTOBUF_NAMESPACE_ID::uint64 value_
Definition: wrappers.pb.h:711
UInt64Value::operator=
UInt64Value & operator=(UInt64Value &&from) noexcept
Definition: wrappers.pb.h:579
a
GLboolean GLboolean GLboolean GLboolean a
Definition: glcorearb.h:3228
UInt64Value::set_value
void set_value(::PROTOBUF_NAMESPACE_ID::uint64 value)
Definition: wrappers.pb.h:1588
BytesValue::set_allocated_value
void set_allocated_value(std::string *value)
Definition: wrappers.pb.h:1772
BoolValue::New
BoolValue * New() const final
Definition: wrappers.pb.h:1094
Int64Value::_internal_metadata_
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
Definition: wrappers.pb.h:551
DoubleValue::New
DoubleValue * New() const final
Definition: wrappers.pb.h:170
UInt32Value::GetArena
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena() const final
Definition: wrappers.pb.h:896
BoolValue::UnsafeArenaSwap
void UnsafeArenaSwap(BoolValue *other)
Definition: wrappers.pb.h:1086
google::protobuf::python::message_descriptor::GetDescriptor
static ParentDescriptor GetDescriptor(PyContainer *self)
Definition: descriptor_containers.cc:950
BoolValue::descriptor
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: wrappers.pb.h:1056
Int32Value::value
::PROTOBUF_NAMESPACE_ID::int32 value() const
Definition: wrappers.pb.h:1602
StringValue::internal_default_instance
static const StringValue * internal_default_instance()
Definition: wrappers.pb.h:1222
BytesValue::New
BytesValue * New() const final
Definition: wrappers.pb.h:1417
UInt64Value::FullMessageName
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName()
Definition: wrappers.pb.h:665
for
for(items_t::iterator it=_items.begin(), end=_items.end();it !=end &&found< n_events_;++it)
Definition: socket_poller.cpp:397
StringValue::GetReflection
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: wrappers.pb.h:1216
Int32Value
Definition: wrappers.pb.h:717
UInt64Value::Swap
void Swap(UInt64Value *other)
Definition: wrappers.pb.h:616
BoolValue
Definition: wrappers.pb.h:1025
DoubleValue::operator=
DoubleValue & operator=(DoubleValue &&from) noexcept
Definition: wrappers.pb.h:117
DoubleValue::GetArena
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena() const final
Definition: wrappers.pb.h:126
BoolValue::clear_value
void clear_value()
Definition: wrappers.pb.h:1635
DoubleValue::internal_default_instance
static const DoubleValue * internal_default_instance()
Definition: wrappers.pb.h:144


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:02