Ignition Msgs

API Reference

5.8.1
joy.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/joy.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fjoy_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fjoy_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3014000
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 3014000 < 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>
35 #ifndef _MSC_VER
36 #pragma GCC system_header
37 #else
38 #pragma warning(push)
39 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
40 #endif
41 #ifdef __linux__
42 #include <sys/sysmacros.h>
43 #endif
44 #include <memory>
45 #include <ignition/msgs/Export.hh>
46 // @@protoc_insertion_point(includes)
47 #include <google/protobuf/port_def.inc>
48 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fjoy_2eproto IGNITION_MSGS_VISIBLE
49 PROTOBUF_NAMESPACE_OPEN
50 namespace internal {
51 class AnyMetadata;
52 } // namespace internal
53 PROTOBUF_NAMESPACE_CLOSE
54 
55 // Internal implementation detail -- do not use these members.
56 struct IGNITION_MSGS_VISIBLE TableStruct_ignition_2fmsgs_2fjoy_2eproto {
57  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
58  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
59  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[]
60  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
61  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
62  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
63  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
64  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
65  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
66 };
67 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fjoy_2eproto;
68 namespace ignition {
69 namespace msgs {
70 class Joy;
71 class JoyDefaultTypeInternal;
72 IGNITION_MSGS_VISIBLE extern JoyDefaultTypeInternal _Joy_default_instance_;
73 } // namespace msgs
74 } // namespace ignition
75 PROTOBUF_NAMESPACE_OPEN
76 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Joy* Arena::CreateMaybeMessage<::ignition::msgs::Joy>(Arena*);
77 PROTOBUF_NAMESPACE_CLOSE
78 namespace ignition {
79 namespace msgs {
80 
81 // ===================================================================
82 
83 class IGNITION_MSGS_VISIBLE Joy PROTOBUF_FINAL :
84  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.Joy) */ {
85  public:
86  inline Joy() : Joy(nullptr) {}
87  virtual ~Joy();
88 
89  Joy(const Joy& from);
90  Joy(Joy&& from) noexcept
91  : Joy() {
92  *this = ::std::move(from);
93  }
94 
95  inline Joy& operator=(const Joy& from) {
96  CopyFrom(from);
97  return *this;
98  }
99  inline Joy& operator=(Joy&& from) noexcept {
100  if (GetArena() == from.GetArena()) {
101  if (this != &from) InternalSwap(&from);
102  } else {
103  CopyFrom(from);
104  }
105  return *this;
106  }
107 
108  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
109  return GetDescriptor();
110  }
111  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
112  return GetMetadataStatic().descriptor;
113  }
114  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
115  return GetMetadataStatic().reflection;
116  }
117  static const Joy& default_instance();
118 
119  static inline const Joy* internal_default_instance() {
120  return reinterpret_cast<const Joy*>(
122  }
123  static constexpr int kIndexInFileMessages =
124  0;
125 
126  friend void swap(Joy& a, Joy& b) {
127  a.Swap(&b);
128  }
129  inline void Swap(Joy* other) {
130  if (other == this) return;
131  if (GetArena() == other->GetArena()) {
132  InternalSwap(other);
133  } else {
134  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
135  }
136  }
137  void UnsafeArenaSwap(Joy* other) {
138  if (other == this) return;
139  GOOGLE_DCHECK(GetArena() == other->GetArena());
140  InternalSwap(other);
141  }
142 
143  // implements Message ----------------------------------------------
144 
145  inline Joy* New() const final {
146  return CreateMaybeMessage<Joy>(nullptr);
147  }
148 
149  Joy* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
150  return CreateMaybeMessage<Joy>(arena);
151  }
152  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
153  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
154  void CopyFrom(const Joy& from);
155  void MergeFrom(const Joy& from);
156  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
157  bool IsInitialized() const final;
158 
159  size_t ByteSizeLong() const final;
160  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
161  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
162  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
163  int GetCachedSize() const final { return _cached_size_.Get(); }
164 
165  private:
166  inline void SharedCtor();
167  inline void SharedDtor();
168  void SetCachedSize(int size) const final;
169  void InternalSwap(Joy* other);
170  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
171  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
172  return "ignition.msgs.Joy";
173  }
174  protected:
175  explicit Joy(::PROTOBUF_NAMESPACE_ID::Arena* arena);
176  private:
177  static void ArenaDtor(void* object);
178  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
179  public:
180 
181  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
182  private:
183  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
184  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fjoy_2eproto);
185  return ::descriptor_table_ignition_2fmsgs_2fjoy_2eproto.file_level_metadata[kIndexInFileMessages];
186  }
187 
188  public:
189 
190  // nested types ----------------------------------------------------
191 
192  // accessors -------------------------------------------------------
193 
194  enum : int {
195  kAxesFieldNumber = 2,
196  kButtonsFieldNumber = 3,
197  kHeaderFieldNumber = 1,
198  };
199  // repeated float axes = 2;
200  int axes_size() const;
201  private:
202  int _internal_axes_size() const;
203  public:
204  void clear_axes();
205  private:
206  float _internal_axes(int index) const;
207  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
208  _internal_axes() const;
209  void _internal_add_axes(float value);
210  ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
211  _internal_mutable_axes();
212  public:
213  float axes(int index) const;
214  void set_axes(int index, float value);
215  void add_axes(float value);
216  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
217  axes() const;
218  ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
220 
221  // repeated int32 buttons = 3;
222  int buttons_size() const;
223  private:
224  int _internal_buttons_size() const;
225  public:
227  private:
228  ::PROTOBUF_NAMESPACE_ID::int32 _internal_buttons(int index) const;
229  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >&
230  _internal_buttons() const;
231  void _internal_add_buttons(::PROTOBUF_NAMESPACE_ID::int32 value);
232  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >*
233  _internal_mutable_buttons();
234  public:
235  ::PROTOBUF_NAMESPACE_ID::int32 buttons(int index) const;
236  void set_buttons(int index, ::PROTOBUF_NAMESPACE_ID::int32 value);
237  void add_buttons(::PROTOBUF_NAMESPACE_ID::int32 value);
238  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >&
239  buttons() const;
240  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >*
242 
243  // .ignition.msgs.Header header = 1;
244  bool has_header() const;
245  private:
246  bool _internal_has_header() const;
247  public:
248  void clear_header();
249  const ::ignition::msgs::Header& header() const;
250  ::ignition::msgs::Header* release_header();
251  ::ignition::msgs::Header* mutable_header();
252  void set_allocated_header(::ignition::msgs::Header* header);
253  private:
254  const ::ignition::msgs::Header& _internal_header() const;
255  ::ignition::msgs::Header* _internal_mutable_header();
256  public:
258  ::ignition::msgs::Header* header);
259  ::ignition::msgs::Header* unsafe_arena_release_header();
260 
261  // @@protoc_insertion_point(class_scope:ignition.msgs.Joy)
262  private:
263  class _Internal;
264 
265  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
266  typedef void InternalArenaConstructable_;
267  typedef void DestructorSkippable_;
268  ::PROTOBUF_NAMESPACE_ID::RepeatedField< float > axes_;
269  mutable std::atomic<int> _axes_cached_byte_size_;
270  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > buttons_;
271  mutable std::atomic<int> _buttons_cached_byte_size_;
272  ::ignition::msgs::Header* header_;
273  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
274  friend struct ::TableStruct_ignition_2fmsgs_2fjoy_2eproto;
275 };
276 // ===================================================================
277 
278 
279 // ===================================================================
280 
281 #ifdef __GNUC__
282  #pragma GCC diagnostic push
283  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
284 #endif // __GNUC__
285 // Joy
286 
287 // .ignition.msgs.Header header = 1;
288 inline bool Joy::_internal_has_header() const {
289  return this != internal_default_instance() && header_ != nullptr;
290 }
291 inline bool Joy::has_header() const {
292  return _internal_has_header();
293 }
294 inline const ::ignition::msgs::Header& Joy::_internal_header() const {
295  const ::ignition::msgs::Header* p = header_;
296  return p != nullptr ? *p : reinterpret_cast<const ::ignition::msgs::Header&>(
298 }
299 inline const ::ignition::msgs::Header& Joy::header() const {
300  // @@protoc_insertion_point(field_get:ignition.msgs.Joy.header)
301  return _internal_header();
302 }
303 inline void Joy::unsafe_arena_set_allocated_header(
304  ::ignition::msgs::Header* header) {
305  if (GetArena() == nullptr) {
306  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
307  }
308  header_ = header;
309  if (header) {
310 
311  } else {
312 
313  }
314  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.Joy.header)
315 }
316 inline ::ignition::msgs::Header* Joy::release_header() {
317 
318  ::ignition::msgs::Header* temp = header_;
319  header_ = nullptr;
320  if (GetArena() != nullptr) {
321  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
322  }
323  return temp;
324 }
325 inline ::ignition::msgs::Header* Joy::unsafe_arena_release_header() {
326  // @@protoc_insertion_point(field_release:ignition.msgs.Joy.header)
327 
328  ::ignition::msgs::Header* temp = header_;
329  header_ = nullptr;
330  return temp;
331 }
332 inline ::ignition::msgs::Header* Joy::_internal_mutable_header() {
333 
334  if (header_ == nullptr) {
335  auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
336  header_ = p;
337  }
338  return header_;
339 }
340 inline ::ignition::msgs::Header* Joy::mutable_header() {
341  // @@protoc_insertion_point(field_mutable:ignition.msgs.Joy.header)
342  return _internal_mutable_header();
343 }
344 inline void Joy::set_allocated_header(::ignition::msgs::Header* header) {
345  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
346  if (message_arena == nullptr) {
347  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(header_);
348  }
349  if (header) {
350  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
351  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(header)->GetArena();
352  if (message_arena != submessage_arena) {
353  header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
354  message_arena, header, submessage_arena);
355  }
356 
357  } else {
358 
359  }
360  header_ = header;
361  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.Joy.header)
362 }
363 
364 // repeated float axes = 2;
365 inline int Joy::_internal_axes_size() const {
366  return axes_.size();
367 }
368 inline int Joy::axes_size() const {
369  return _internal_axes_size();
370 }
371 inline void Joy::clear_axes() {
372  axes_.Clear();
373 }
374 inline float Joy::_internal_axes(int index) const {
375  return axes_.Get(index);
376 }
377 inline float Joy::axes(int index) const {
378  // @@protoc_insertion_point(field_get:ignition.msgs.Joy.axes)
379  return _internal_axes(index);
380 }
381 inline void Joy::set_axes(int index, float value) {
382  axes_.Set(index, value);
383  // @@protoc_insertion_point(field_set:ignition.msgs.Joy.axes)
384 }
385 inline void Joy::_internal_add_axes(float value) {
386  axes_.Add(value);
387 }
388 inline void Joy::add_axes(float value) {
389  _internal_add_axes(value);
390  // @@protoc_insertion_point(field_add:ignition.msgs.Joy.axes)
391 }
392 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
393 Joy::_internal_axes() const {
394  return axes_;
395 }
396 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >&
397 Joy::axes() const {
398  // @@protoc_insertion_point(field_list:ignition.msgs.Joy.axes)
399  return _internal_axes();
400 }
401 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
402 Joy::_internal_mutable_axes() {
403  return &axes_;
404 }
405 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< float >*
406 Joy::mutable_axes() {
407  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.Joy.axes)
408  return _internal_mutable_axes();
409 }
410 
411 // repeated int32 buttons = 3;
412 inline int Joy::_internal_buttons_size() const {
413  return buttons_.size();
414 }
415 inline int Joy::buttons_size() const {
416  return _internal_buttons_size();
417 }
418 inline void Joy::clear_buttons() {
419  buttons_.Clear();
420 }
421 inline ::PROTOBUF_NAMESPACE_ID::int32 Joy::_internal_buttons(int index) const {
422  return buttons_.Get(index);
423 }
424 inline ::PROTOBUF_NAMESPACE_ID::int32 Joy::buttons(int index) const {
425  // @@protoc_insertion_point(field_get:ignition.msgs.Joy.buttons)
426  return _internal_buttons(index);
427 }
428 inline void Joy::set_buttons(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) {
429  buttons_.Set(index, value);
430  // @@protoc_insertion_point(field_set:ignition.msgs.Joy.buttons)
431 }
432 inline void Joy::_internal_add_buttons(::PROTOBUF_NAMESPACE_ID::int32 value) {
433  buttons_.Add(value);
434 }
435 inline void Joy::add_buttons(::PROTOBUF_NAMESPACE_ID::int32 value) {
436  _internal_add_buttons(value);
437  // @@protoc_insertion_point(field_add:ignition.msgs.Joy.buttons)
438 }
439 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >&
440 Joy::_internal_buttons() const {
441  return buttons_;
442 }
443 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >&
444 Joy::buttons() const {
445  // @@protoc_insertion_point(field_list:ignition.msgs.Joy.buttons)
446  return _internal_buttons();
447 }
448 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >*
449 Joy::_internal_mutable_buttons() {
450  return &buttons_;
451 }
452 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >*
453 Joy::mutable_buttons() {
454  // @@protoc_insertion_point(field_mutable_list:ignition.msgs.Joy.buttons)
455  return _internal_mutable_buttons();
456 }
457 
458 #ifdef __GNUC__
459  #pragma GCC diagnostic pop
460 #endif // __GNUC__
461 
466 // @@protoc_insertion_point(namespace_scope)
467 
468 } // namespace msgs
469 } // namespace ignition
470 
471 #ifdef _MSC_VER
472 #pragma warning(pop)
473 #endif
474 // @@protoc_insertion_point(global_scope)
475 
476 #include <google/protobuf/port_undef.inc>
477 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fjoy_2eproto
Joy(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void add_buttons(::PROTOBUF_NAMESPACE_ID::int32 value)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: joy.pb.h:114
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void UnsafeArenaSwap(Joy *other)
Definition: joy.pb.h:137
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< float > & axes() const
::ignition::msgs::Header * release_header()
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & buttons() const
float axes(int index) const
::ignition::msgs::Header * mutable_header()
Joy * New() const final
Definition: joy.pb.h:145
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: joy.pb.h:108
Joy()
Definition: joy.pb.h:86
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
Joy * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: joy.pb.h:149
::PROTOBUF_NAMESPACE_ID::RepeatedField< float > * mutable_axes()
void CopyFrom(const Joy &from)
friend void swap(Joy &a, Joy &b)
Definition: joy.pb.h:126
static const Joy & default_instance()
void unsafe_arena_set_allocated_header(::ignition::msgs::Header *header)
Joy & operator=(const Joy &from)
Definition: joy.pb.h:95
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * mutable_buttons()
::ignition::msgs::Header * unsafe_arena_release_header()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void MergeFrom(const Joy &from)
Joy & operator=(Joy &&from) noexcept
Definition: joy.pb.h:99
void set_axes(int index, float value)
void set_allocated_header(::ignition::msgs::Header *header)
Joy(Joy &&from) noexcept
Definition: joy.pb.h:90
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: joy.pb.h:111
::PROTOBUF_NAMESPACE_ID::int32 buttons(int index) const
static const Joy * internal_default_instance()
Definition: joy.pb.h:119
void set_buttons(int index, ::PROTOBUF_NAMESPACE_ID::int32 value)
const ::ignition::msgs::Header & header() const
void Swap(Joy *other)
Definition: joy.pb.h:129
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fjoy_2eproto
std::unique_ptr< Joy > JoyUniquePtr
Definition: joy.pb.h:462
std::shared_ptr< const Joy > ConstJoySharedPtr
Definition: joy.pb.h:465
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
IGNITION_MSGS_VISIBLE JoyDefaultTypeInternal _Joy_default_instance_
std::unique_ptr< const Joy > ConstJoyUniquePtr
Definition: joy.pb.h:463
std::shared_ptr< Joy > JoySharedPtr
Definition: joy.pb.h:464
Definition: actor.pb.h:52
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxiliaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)