4 #ifndef GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fprojector_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_ignition_2fmsgs_2fprojector_2eproto
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
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.
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>
33 #include <google/protobuf/extension_set.h>
34 #include <google/protobuf/unknown_field_set.h>
38 #pragma GCC system_header
41 #pragma warning(disable: 4244 4267 4100 4244 4512 4127 4068 4275 4251)
44 #include <sys/sysmacros.h>
49 #include <google/protobuf/port_def.inc>
50 #define PROTOBUF_INTERNAL_EXPORT_ignition_2fmsgs_2fprojector_2eproto IGNITION_MSGS_VISIBLE
51 PROTOBUF_NAMESPACE_OPEN
55 PROTOBUF_NAMESPACE_CLOSE
59 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
61 static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
63 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
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[];
73 class ProjectorDefaultTypeInternal;
77 PROTOBUF_NAMESPACE_OPEN
78 template<> IGNITION_MSGS_VISIBLE ::ignition::msgs::Projector* Arena::CreateMaybeMessage<::ignition::msgs::Projector>(Arena*);
79 PROTOBUF_NAMESPACE_CLOSE
85 class IGNITION_MSGS_VISIBLE Projector PROTOBUF_FINAL :
86 public ::PROTOBUF_NAMESPACE_ID::Message {
94 *
this = ::std::move(from);
97 inline Projector&
operator=(
const Projector& from) {
101 inline Projector&
operator=(Projector&& from) noexcept {
102 if (GetArena() == from.GetArena()) {
103 if (
this != &from) InternalSwap(&from);
110 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
111 return GetDescriptor();
114 return GetMetadataStatic().descriptor;
117 return GetMetadataStatic().reflection;
123 return reinterpret_cast<const Projector*
>(
126 static constexpr
int kIndexInFileMessages =
129 friend void swap(Projector& a, Projector& b) {
132 inline void Swap(Projector* other) {
133 if (other ==
this)
return;
134 if (GetArena() == other->GetArena()) {
137 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
141 if (other ==
this)
return;
142 GOOGLE_DCHECK(GetArena() == other->GetArena());
148 inline Projector*
New() const final {
149 return CreateMaybeMessage<Projector>(
nullptr);
152 Projector*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena)
const final {
153 return CreateMaybeMessage<Projector>(arena);
155 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
156 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
159 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
160 bool IsInitialized() const final;
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(); }
169 inline void SharedCtor();
170 inline void SharedDtor();
171 void SetCachedSize(
int size)
const final;
172 void InternalSwap(Projector* other);
173 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
174 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
175 return "ignition.msgs.Projector";
178 explicit Projector(::PROTOBUF_NAMESPACE_ID::Arena* arena);
180 static void ArenaDtor(
void*
object);
181 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
186 static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
198 kNameFieldNumber = 2,
199 kTextureFieldNumber = 3,
200 kHeaderFieldNumber = 1,
201 kPoseFieldNumber = 4,
203 kNearClipFieldNumber = 6,
204 kFarClipFieldNumber = 7,
205 kEnabledFieldNumber = 8,
217 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED(
"The unsafe_arena_ accessors for"
218 " string fields are deprecated and will be removed in a"
220 std::
string* unsafe_arena_release_name();
221 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
222 "
string fields are deprecated and will be removed in a"
224 void unsafe_arena_set_allocated_name(
227 const
std::
string& _internal_name() const;
228 void _internal_set_name(const
std::
string& value);
229 std::
string* _internal_mutable_name();
233 void clear_texture();
234 const
std::
string& texture() const;
235 void set_texture(const
std::
string& value);
236 void set_texture(
std::
string&& value);
237 void set_texture(const
char* value);
238 void set_texture(const
char* value,
size_t size);
239 std::
string* mutable_texture();
240 std::
string* release_texture();
241 void set_allocated_texture(
std::
string* texture);
242 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
243 "
string fields are deprecated and will be removed in a"
245 std::
string* unsafe_arena_release_texture();
246 GOOGLE_PROTOBUF_RUNTIME_DEPRECATED("The unsafe_arena_ accessors for"
247 "
string fields are deprecated and will be removed in a"
249 void unsafe_arena_set_allocated_texture(
250 std::
string* texture);
252 const
std::
string& _internal_texture() const;
253 void _internal_set_texture(const
std::
string& value);
254 std::
string* _internal_mutable_texture();
258 bool has_header() const;
260 bool _internal_has_header() const;
266 void set_allocated_header(::
ignition::msgs::Header* header);
268 const ::
ignition::msgs::Header& _internal_header() const;
269 ::
ignition::msgs::Header* _internal_mutable_header();
271 void unsafe_arena_set_allocated_header(
273 ::
ignition::msgs::Header* unsafe_arena_release_header();
276 bool has_pose() const;
278 bool _internal_has_pose() const;
284 void set_allocated_pose(::
ignition::msgs::Pose* pose);
286 const ::
ignition::msgs::Pose& _internal_pose() const;
287 ::
ignition::msgs::Pose* _internal_mutable_pose();
289 void unsafe_arena_set_allocated_pose(
291 ::
ignition::msgs::Pose* unsafe_arena_release_pose();
296 void set_fov(
double value);
298 double _internal_fov() const;
299 void _internal_set_fov(
double value);
303 void clear_near_clip();
304 double near_clip() const;
305 void set_near_clip(
double value);
307 double _internal_near_clip() const;
308 void _internal_set_near_clip(
double value);
312 void clear_far_clip();
313 double far_clip() const;
314 void set_far_clip(
double value);
316 double _internal_far_clip() const;
317 void _internal_set_far_clip(
double value);
321 void clear_enabled();
322 bool enabled() const;
323 void set_enabled(
bool value);
325 bool _internal_enabled() const;
326 void _internal_set_enabled(
bool value);
333 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
334 typedef
void InternalArenaConstructable_;
335 typedef
void DestructorSkippable_;
336 ::PROTOBUF_NAMESPACE_ID::
internal::ArenaStringPtr name_;
337 ::PROTOBUF_NAMESPACE_ID::
internal::ArenaStringPtr texture_;
344 mutable ::PROTOBUF_NAMESPACE_ID::
internal::CachedSize _cached_size_;
353 #pragma GCC diagnostic push
354 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
359 inline bool Projector::_internal_has_header()
const {
360 return this != internal_default_instance() && header_ !=
nullptr;
362 inline bool Projector::has_header()
const {
363 return _internal_has_header();
365 inline const ::ignition::msgs::Header& Projector::_internal_header()
const {
366 const ::ignition::msgs::Header* p = header_;
367 return p !=
nullptr ? *p : *
reinterpret_cast<const ::ignition::msgs::Header*
>(
370 inline const ::ignition::msgs::Header& Projector::header()
const {
372 return _internal_header();
374 inline void Projector::unsafe_arena_set_allocated_header(
375 ::ignition::msgs::Header* header) {
376 if (GetArena() ==
nullptr) {
377 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(header_);
387 inline ::ignition::msgs::Header* Projector::release_header() {
388 auto temp = unsafe_arena_release_header();
389 if (GetArena() !=
nullptr) {
390 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
394 inline ::ignition::msgs::Header* Projector::unsafe_arena_release_header() {
397 ::ignition::msgs::Header* temp = header_;
401 inline ::ignition::msgs::Header* Projector::_internal_mutable_header() {
403 if (header_ ==
nullptr) {
404 auto* p = CreateMaybeMessage<::ignition::msgs::Header>(GetArena());
409 inline ::ignition::msgs::Header* Projector::mutable_header() {
411 return _internal_mutable_header();
413 inline void Projector::set_allocated_header(::ignition::msgs::Header* header) {
414 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
415 if (message_arena ==
nullptr) {
416 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(header_);
419 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
420 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(header)->GetArena();
421 if (message_arena != submessage_arena) {
422 header = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
423 message_arena, header, submessage_arena);
434 inline void Projector::clear_name() {
435 name_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
437 inline const std::string& Projector::name()
const {
439 return _internal_name();
441 inline void Projector::set_name(
const std::string& value) {
442 _internal_set_name(value);
447 return _internal_mutable_name();
449 inline const std::string& Projector::_internal_name()
const {
452 inline void Projector::_internal_set_name(
const std::string& value) {
454 name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
456 inline void Projector::set_name(
std::string&& value) {
459 &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::move(value), GetArena());
462 inline void Projector::set_name(
const char* value) {
463 GOOGLE_DCHECK(value !=
nullptr);
465 name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(value),
469 inline void Projector::set_name(
const char* value,
472 name_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(
473 reinterpret_cast<const char*
>(value), size), GetArena());
476 inline std::string* Projector::_internal_mutable_name() {
478 return name_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
482 return name_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
484 inline void Projector::set_allocated_name(
std::string* name) {
485 if (name !=
nullptr) {
490 name_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), name,
494 inline std::string* Projector::unsafe_arena_release_name() {
496 GOOGLE_DCHECK(GetArena() !=
nullptr);
498 return name_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
501 inline void Projector::unsafe_arena_set_allocated_name(
503 GOOGLE_DCHECK(GetArena() !=
nullptr);
504 if (name !=
nullptr) {
509 name_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
515 inline void Projector::clear_texture() {
516 texture_.ClearToEmpty(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
518 inline const std::string& Projector::texture()
const {
520 return _internal_texture();
522 inline void Projector::set_texture(
const std::string& value) {
523 _internal_set_texture(value);
528 return _internal_mutable_texture();
530 inline const std::string& Projector::_internal_texture()
const {
531 return texture_.Get();
533 inline void Projector::_internal_set_texture(
const std::string& value) {
535 texture_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), value, GetArena());
537 inline void Projector::set_texture(
std::string&& value) {
540 &::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::move(value), GetArena());
543 inline void Projector::set_texture(
const char* value) {
544 GOOGLE_DCHECK(value !=
nullptr);
546 texture_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(value),
550 inline void Projector::set_texture(
const char* value,
553 texture_.Set(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), ::
std::string(
554 reinterpret_cast<const char*
>(value), size), GetArena());
557 inline std::string* Projector::_internal_mutable_texture() {
559 return texture_.Mutable(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
563 return texture_.Release(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), GetArena());
565 inline void Projector::set_allocated_texture(
std::string* texture) {
566 if (texture !=
nullptr) {
571 texture_.SetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(), texture,
575 inline std::string* Projector::unsafe_arena_release_texture() {
577 GOOGLE_DCHECK(GetArena() !=
nullptr);
579 return texture_.UnsafeArenaRelease(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
582 inline void Projector::unsafe_arena_set_allocated_texture(
584 GOOGLE_DCHECK(GetArena() !=
nullptr);
585 if (texture !=
nullptr) {
590 texture_.UnsafeArenaSetAllocated(&::PROTOBUF_NAMESPACE_ID::internal::GetEmptyStringAlreadyInited(),
591 texture, GetArena());
596 inline bool Projector::_internal_has_pose()
const {
597 return this != internal_default_instance() && pose_ !=
nullptr;
599 inline bool Projector::has_pose()
const {
600 return _internal_has_pose();
602 inline const ::ignition::msgs::Pose& Projector::_internal_pose()
const {
603 const ::ignition::msgs::Pose* p = pose_;
604 return p !=
nullptr ? *p : *
reinterpret_cast<const ::ignition::msgs::Pose*
>(
607 inline const ::ignition::msgs::Pose& Projector::pose()
const {
609 return _internal_pose();
611 inline void Projector::unsafe_arena_set_allocated_pose(
612 ::ignition::msgs::Pose* pose) {
613 if (GetArena() ==
nullptr) {
614 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(pose_);
624 inline ::ignition::msgs::Pose* Projector::release_pose() {
625 auto temp = unsafe_arena_release_pose();
626 if (GetArena() !=
nullptr) {
627 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
631 inline ::ignition::msgs::Pose* Projector::unsafe_arena_release_pose() {
634 ::ignition::msgs::Pose* temp = pose_;
638 inline ::ignition::msgs::Pose* Projector::_internal_mutable_pose() {
640 if (pose_ ==
nullptr) {
641 auto* p = CreateMaybeMessage<::ignition::msgs::Pose>(GetArena());
646 inline ::ignition::msgs::Pose* Projector::mutable_pose() {
648 return _internal_mutable_pose();
650 inline void Projector::set_allocated_pose(::ignition::msgs::Pose* pose) {
651 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
652 if (message_arena ==
nullptr) {
653 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(pose_);
656 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
657 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(pose)->GetArena();
658 if (message_arena != submessage_arena) {
659 pose = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
660 message_arena, pose, submessage_arena);
671 inline void Projector::clear_fov() {
674 inline double Projector::_internal_fov()
const {
677 inline double Projector::fov()
const {
679 return _internal_fov();
681 inline void Projector::_internal_set_fov(
double value) {
685 inline void Projector::set_fov(
double value) {
686 _internal_set_fov(value);
691 inline void Projector::clear_near_clip() {
694 inline double Projector::_internal_near_clip()
const {
697 inline double Projector::near_clip()
const {
699 return _internal_near_clip();
701 inline void Projector::_internal_set_near_clip(
double value) {
705 inline void Projector::set_near_clip(
double value) {
706 _internal_set_near_clip(value);
711 inline void Projector::clear_far_clip() {
714 inline double Projector::_internal_far_clip()
const {
717 inline double Projector::far_clip()
const {
719 return _internal_far_clip();
721 inline void Projector::_internal_set_far_clip(
double value) {
725 inline void Projector::set_far_clip(
double value) {
726 _internal_set_far_clip(value);
731 inline void Projector::clear_enabled() {
734 inline bool Projector::_internal_enabled()
const {
737 inline bool Projector::enabled()
const {
739 return _internal_enabled();
741 inline void Projector::_internal_set_enabled(
bool value) {
745 inline void Projector::set_enabled(
bool value) {
746 _internal_set_enabled(value);
751 #pragma GCC diagnostic pop
768 #include <google/protobuf/port_undef.inc>
IGNITION_MSGS_VISIBLEconst ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_ignition_2fmsgs_2fprojector_2eproto
static void InitAsDefaultInstance()
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:116
Projector & operator=(Projector &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:101
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void set_name(const char *value, size_t size)
Projector(const Projector &from)
static const Projector & default_instance()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:110
void set_name(const std::string &value)
Projector * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:152
Projector(Projector &&from) noexcept
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:92
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
std::string * mutable_name()
std::string * release_name()
Projector * New() const final
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:148
Projector & operator=(const Projector &from)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:97
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void MergeFrom(const Projector &from)
Projector(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void Swap(Projector *other)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:132
Projector()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:88
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:113
const std::string & name() const
void set_name(const char *value)
void set_name(std::string &&value)
void UnsafeArenaSwap(Projector *other)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:140
static const Projector * internal_default_instance()
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:122
void set_allocated_name(std::string *name)
void CopyFrom(const Projector &from)
friend void swap(Projector &a, Projector &b)
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:129
std::shared_ptr< Projector > ProjectorSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:756
std::shared_ptr< const Projector > ConstProjectorSharedPtr
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:757
IGNITION_MSGS_VISIBLE ProjectorDefaultTypeInternal _Projector_default_instance_
IGNITION_MSGS_VISIBLE HeaderDefaultTypeInternal _Header_default_instance_
IGNITION_MSGS_VISIBLE PoseDefaultTypeInternal _Pose_default_instance_
std::unique_ptr< const Projector > ConstProjectorUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:755
std::unique_ptr< Projector > ProjectorUniquePtr
Definition: build/ignition-msgs8/include/ignition/msgs/projector.pb.h:754
Definition: build/ignition-msgs8/include/ignition/msgs/actor.pb.h:53
Definition: build/ignition-msgs8/include/ignition/msgs/projector.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)