Ignition Msgs

API Reference

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