Gazebo Msgs

API Reference

8.7.1
build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: ignition/msgs/pose_with_covariance.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fpose_5fwith_5fcovariance_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fpose_5fwith_5fcovariance_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3012000
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 3012004 < 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/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
31 #include <google/protobuf/message.h>
32 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
33 #include <google/protobuf/extension_set.h> // IWYU pragma: export
34 #include <google/protobuf/unknown_field_set.h>
36 #include "ignition/msgs/pose.pb.h"
37 #ifndef _MSC_VER
38 #pragma GCC system_header
39 #else
40 #pragma warning(push)
41 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
42 #endif
43 #ifdef __linux__
44 #include <sys/sysmacros.h>
45 #endif
46 #include <memory>
47 #include <ignition/msgs/Export.hh>
48 // @@protoc_insertion_point(includes)
49 #include <google/protobuf/port_def.inc>
50 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fpose_5fwith_5fcovariance_2eproto IGNITION_MSGS_VISIBLE
51 PROTOBUF_NAMESPACE_OPEN
52 namespace internal {
53 class AnyMetadata;
54 } // namespace internal
55 PROTOBUF_NAMESPACE_CLOSE
56 
57 // Internal implementation detail -- do not use these members.
59  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
60  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
61  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
62  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
63  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
64  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
65  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
66  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
67  static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[];
68 };
69 extern IGNITION_MSGS_VISIBLE const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fpose_5fwith_5fcovariance_2eproto;
70 namespace ignition {
71 namespace msgs {
72 class PoseWithCovariance;
73 class PoseWithCovarianceDefaultTypeInternal;
74 IGNITION_MSGS_VISIBLE extern PoseWithCovarianceDefaultTypeInternal _PoseWithCovariance_default_instance_;
75 } // namespace msgs
76 } // namespace ignition
77 PROTOBUF_NAMESPACE_OPEN
78 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::PoseWithCovariance* Arena::CreateMaybeMessage<::ignition::msgs::PoseWithCovariance>(Arena*);
79 PROTOBUF_NAMESPACE_CLOSE
80 namespace ignition {
81 namespace msgs {
82 
83 // ===================================================================
84 
85 class IGNITION_MSGS_VISIBLE PoseWithCovariance PROTOBUF_FINAL :
86  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:ignition.msgs.PoseWithCovariance) */ {
87  public:
88  inline PoseWithCovariance() : PoseWithCovariance(nullptr) {};
90 
91  PoseWithCovariance(const PoseWithCovariance& from);
92  PoseWithCovariance(PoseWithCovariance&& from) noexcept
93  : PoseWithCovariance() {
94  *this = ::std::move(from);
95  }
96 
97  inline PoseWithCovariance& operator=(const PoseWithCovariance& from) {
98  CopyFrom(from);
99  return *this;
100  }
101  inline PoseWithCovariance& operator=(PoseWithCovariance&& from) noexcept {
102  if (GetArena() == from.GetArena()) {
103  if (this != &from) InternalSwap(&from);
104  } else {
105  CopyFrom(from);
106  }
107  return *this;
108  }
109 
110  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
111  return GetDescriptor();
112  }
113  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
114  return GetMetadataStatic().descriptor;
115  }
116  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
117  return GetMetadataStatic().reflection;
118  }
119  static const PoseWithCovariance& default_instance();
120 
121  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
122  static inline const PoseWithCovariance* internal_default_instance() {
123  return reinterpret_cast<const PoseWithCovariance*>(
125  }
126  static constexpr int kIndexInFileMessages =
127  0;
128 
129  friend void swap(PoseWithCovariance& a, PoseWithCovariance& b) {
130  a.Swap(&b);
131  }
132  inline void Swap(PoseWithCovariance* other) {
133  if (other == this) return;
134  if (GetArena() == other->GetArena()) {
135  InternalSwap(other);
136  } else {
137  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
138  }
139  }
140  void UnsafeArenaSwap(PoseWithCovariance* other) {
141  if (other == this) return;
142  GOOGLE_DCHECK(GetArena() == other->GetArena());
143  InternalSwap(other);
144  }
145 
146  // implements Message ----------------------------------------------
147 
148  inline PoseWithCovariance* New() const final {
149  return CreateMaybeMessage<PoseWithCovariance>(nullptr);
150  }
151 
152  PoseWithCovariance* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
153  return CreateMaybeMessage<PoseWithCovariance>(arena);
154  }
155  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
156  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
157  void CopyFrom(const PoseWithCovariance& from);
158  void MergeFrom(const PoseWithCovariance& from);
159  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
160  bool IsInitialized() const final;
161 
162  size_t ByteSizeLong() const final;
163  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
164  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
165  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
166  int GetCachedSize() const final { return _cached_size_.Get(); }
167 
168  private:
169  inline void SharedCtor();
170  inline void SharedDtor();
171  void SetCachedSize(int size) const final;
172  void InternalSwap(PoseWithCovariance* other);
173  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
174  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
175  return "ignition.msgs.PoseWithCovariance";
176  }
177  protected:
178  explicit PoseWithCovariance(::PROTOBUF_NAMESPACE_ID::Arena* arena);
179  private:
180  static void ArenaDtor(void* object);
181  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
182  public:
183 
184  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
185  private:
186  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
187  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_ignition_2fmsgs_2fpose_5fwith_5fcovariance_2eproto);
189  }
190 
191  public:
192 
193  // nested types ----------------------------------------------------
194 
195  // accessors -------------------------------------------------------
196 
197  enum : int {
198  kPoseFieldNumber = 1,
199  kCovarianceFieldNumber = 2,
200  };
201  // .ignition.msgs.Pose pose = 1;
202  bool has_pose() const;
203  private:
204  bool _internal_has_pose() const;
205  public:
206  void clear_pose();
207  const ::ignition::msgs::Pose& pose() const;
208  ::ignition::msgs::Pose* release_pose();
209  ::ignition::msgs::Pose* mutable_pose();
210  void set_allocated_pose(::ignition::msgs::Pose* pose);
211  private:
212  const ::ignition::msgs::Pose& _internal_pose() const;
213  ::ignition::msgs::Pose* _internal_mutable_pose();
214  public:
216  ::ignition::msgs::Pose* pose);
217  ::ignition::msgs::Pose* unsafe_arena_release_pose();
218 
219  // .ignition.msgs.Float_V covariance = 2;
220  bool has_covariance() const;
221  private:
222  bool _internal_has_covariance() const;
223  public:
225  const ::ignition::msgs::Float_V& covariance() const;
226  ::ignition::msgs::Float_V* release_covariance();
227  ::ignition::msgs::Float_V* mutable_covariance();
228  void set_allocated_covariance(::ignition::msgs::Float_V* covariance);
229  private:
230  const ::ignition::msgs::Float_V& _internal_covariance() const;
231  ::ignition::msgs::Float_V* _internal_mutable_covariance();
232  public:
234  ::ignition::msgs::Float_V* covariance);
235  ::ignition::msgs::Float_V* unsafe_arena_release_covariance();
236 
237  // @@protoc_insertion_point(class_scope:ignition.msgs.PoseWithCovariance)
238  private:
239  class _Internal;
240 
241  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
242  typedef void InternalArenaConstructable_;
243  typedef void DestructorSkippable_;
244  ::ignition::msgs::Pose* pose_;
245  ::ignition::msgs::Float_V* covariance_;
246  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
247  friend struct ::TableStruct_ignition_2fmsgs_2fpose_5fwith_5fcovariance_2eproto;
248 };
249 // ===================================================================
250 
251 
252 // ===================================================================
253 
254 #ifdef __GNUC__
255  #pragma GCC diagnostic push
256  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
257 #endif // __GNUC__
258 // PoseWithCovariance
259 
260 // .ignition.msgs.Pose pose = 1;
261 inline bool PoseWithCovariance::_internal_has_pose() const {
262  return this != internal_default_instance() && pose_ != nullptr;
263 }
264 inline bool PoseWithCovariance::has_pose() const {
265  return _internal_has_pose();
266 }
267 inline const ::ignition::msgs::Pose& PoseWithCovariance::_internal_pose() const {
268  const ::ignition::msgs::Pose* p = pose_;
269  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Pose*>(
271 }
272 inline const ::ignition::msgs::Pose& PoseWithCovariance::pose() const {
273  // @@protoc_insertion_point(field_get:ignition.msgs.PoseWithCovariance.pose)
274  return _internal_pose();
275 }
276 inline void PoseWithCovariance::unsafe_arena_set_allocated_pose(
277  ::ignition::msgs::Pose* pose) {
278  if (GetArena() == nullptr) {
279  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(pose_);
280  }
281  pose_ = pose;
282  if (pose) {
283 
284  } else {
285 
286  }
287  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.PoseWithCovariance.pose)
288 }
289 inline ::ignition::msgs::Pose* PoseWithCovariance::release_pose() {
290  auto temp = unsafe_arena_release_pose();
291  if (GetArena() != nullptr) {
292  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
293  }
294  return temp;
295 }
296 inline ::ignition::msgs::Pose* PoseWithCovariance::unsafe_arena_release_pose() {
297  // @@protoc_insertion_point(field_release:ignition.msgs.PoseWithCovariance.pose)
298 
299  ::ignition::msgs::Pose* temp = pose_;
300  pose_ = nullptr;
301  return temp;
302 }
303 inline ::ignition::msgs::Pose* PoseWithCovariance::_internal_mutable_pose() {
304 
305  if (pose_ == nullptr) {
306  auto* p = CreateMaybeMessage<::ignition::msgs::Pose>(GetArena());
307  pose_ = p;
308  }
309  return pose_;
310 }
311 inline ::ignition::msgs::Pose* PoseWithCovariance::mutable_pose() {
312  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseWithCovariance.pose)
313  return _internal_mutable_pose();
314 }
315 inline void PoseWithCovariance::set_allocated_pose(::ignition::msgs::Pose* pose) {
316  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
317  if (message_arena == nullptr) {
318  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(pose_);
319  }
320  if (pose) {
321  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
322  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(pose)->GetArena();
323  if (message_arena != submessage_arena) {
324  pose = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
325  message_arena, pose, submessage_arena);
326  }
327 
328  } else {
329 
330  }
331  pose_ = pose;
332  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.PoseWithCovariance.pose)
333 }
334 
335 // .ignition.msgs.Float_V covariance = 2;
336 inline bool PoseWithCovariance::_internal_has_covariance() const {
337  return this != internal_default_instance() && covariance_ != nullptr;
338 }
339 inline bool PoseWithCovariance::has_covariance() const {
340  return _internal_has_covariance();
341 }
342 inline const ::ignition::msgs::Float_V& PoseWithCovariance::_internal_covariance() const {
343  const ::ignition::msgs::Float_V* p = covariance_;
344  return p != nullptr ? *p : *reinterpret_cast<const ::ignition::msgs::Float_V*>(
346 }
347 inline const ::ignition::msgs::Float_V& PoseWithCovariance::covariance() const {
348  // @@protoc_insertion_point(field_get:ignition.msgs.PoseWithCovariance.covariance)
349  return _internal_covariance();
350 }
351 inline void PoseWithCovariance::unsafe_arena_set_allocated_covariance(
352  ::ignition::msgs::Float_V* covariance) {
353  if (GetArena() == nullptr) {
354  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(covariance_);
355  }
356  covariance_ = covariance;
357  if (covariance) {
358 
359  } else {
360 
361  }
362  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:ignition.msgs.PoseWithCovariance.covariance)
363 }
364 inline ::ignition::msgs::Float_V* PoseWithCovariance::release_covariance() {
365  auto temp = unsafe_arena_release_covariance();
366  if (GetArena() != nullptr) {
367  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
368  }
369  return temp;
370 }
371 inline ::ignition::msgs::Float_V* PoseWithCovariance::unsafe_arena_release_covariance() {
372  // @@protoc_insertion_point(field_release:ignition.msgs.PoseWithCovariance.covariance)
373 
374  ::ignition::msgs::Float_V* temp = covariance_;
375  covariance_ = nullptr;
376  return temp;
377 }
378 inline ::ignition::msgs::Float_V* PoseWithCovariance::_internal_mutable_covariance() {
379 
380  if (covariance_ == nullptr) {
381  auto* p = CreateMaybeMessage<::ignition::msgs::Float_V>(GetArena());
382  covariance_ = p;
383  }
384  return covariance_;
385 }
386 inline ::ignition::msgs::Float_V* PoseWithCovariance::mutable_covariance() {
387  // @@protoc_insertion_point(field_mutable:ignition.msgs.PoseWithCovariance.covariance)
388  return _internal_mutable_covariance();
389 }
390 inline void PoseWithCovariance::set_allocated_covariance(::ignition::msgs::Float_V* covariance) {
391  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
392  if (message_arena == nullptr) {
393  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(covariance_);
394  }
395  if (covariance) {
396  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
397  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(covariance)->GetArena();
398  if (message_arena != submessage_arena) {
399  covariance = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
400  message_arena, covariance, submessage_arena);
401  }
402 
403  } else {
404 
405  }
406  covariance_ = covariance;
407  // @@protoc_insertion_point(field_set_allocated:ignition.msgs.PoseWithCovariance.covariance)
408 }
409 
410 #ifdef __GNUC__
411  #pragma GCC diagnostic pop
412 #endif // __GNUC__
413 
418 // @@protoc_insertion_point(namespace_scope)
419 
420 } // namespace msgs
421 } // namespace ignition
422 
423 #ifdef _MSC_VER
424 #pragma warning(pop)
425 #endif
426 // @@protoc_insertion_point(global_scope)
427 
428 #include <google/protobuf/port_undef.inc>
429 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fpose_5fwith_5fcovariance_2eproto
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fpose_5fwith_5fcovariance_2eproto
static const PoseWithCovariance * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:122
PoseWithCovariance & operator=(PoseWithCovariance &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:101
::ignition::msgs::Pose * release_pose()
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:116
::ignition::msgs::Float_V * unsafe_arena_release_covariance()
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void unsafe_arena_set_allocated_pose(::ignition::msgs::Pose *pose)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:110
::ignition::msgs::Float_V * mutable_covariance()
static const PoseWithCovariance & default_instance()
PoseWithCovariance(const PoseWithCovariance &from)
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
const ::ignition::msgs::Float_V & covariance() const
void CopyFrom(const PoseWithCovariance &from)
void set_allocated_covariance(::ignition::msgs::Float_V *covariance)
friend void swap(PoseWithCovariance &a, PoseWithCovariance &b)
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:129
::ignition::msgs::Float_V * release_covariance()
void Swap(PoseWithCovariance *other)
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:132
void set_allocated_pose(::ignition::msgs::Pose *pose)
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void MergeFrom(const PoseWithCovariance &from)
PoseWithCovariance(PoseWithCovariance &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:92
const ::ignition::msgs::Pose & pose() const
::ignition::msgs::Pose * unsafe_arena_release_pose()
PoseWithCovariance * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:148
::ignition::msgs::Pose * mutable_pose()
PoseWithCovariance & operator=(const PoseWithCovariance &from)
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:97
PoseWithCovariance()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:88
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:113
void unsafe_arena_set_allocated_covariance(::ignition::msgs::Float_V *covariance)
void UnsafeArenaSwap(PoseWithCovariance *other)
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:140
PoseWithCovariance * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:152
PoseWithCovariance(::PROTOBUF_NAMESPACE_ID::Arena *arena)
std::shared_ptr< const PoseWithCovariance > ConstPoseWithCovarianceSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:417
std::shared_ptr< PoseWithCovariance > PoseWithCovarianceSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:416
std::unique_ptr< PoseWithCovariance > PoseWithCovarianceUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:414
std::unique_ptr< const PoseWithCovariance > ConstPoseWithCovarianceUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:415
IGNITION_MSGS_VISIBLE PoseDefaultTypeInternal _Pose_default_instance_
IGNITION_MSGS_VISIBLE PoseWithCovarianceDefaultTypeInternal _PoseWithCovariance_default_instance_
IGNITION_MSGS_VISIBLE Float_VDefaultTypeInternal _Float_V_default_instance_
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
Definition: build/ignition-msgs8/include/ignition/msgs/pose_with_covariance.pb.h:58
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)
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)