JaiaBot 2.6.0+14+g3cab9c46
JaiaBot micro-AUV software
 
Loading...
Searching...
No Matches
comms.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: jaiabot/messages/comms.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fcomms_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fcomms_2eproto
6
7#include <limits>
8#include <string>
9
10#include <google/protobuf/port_def.inc>
11#if PROTOBUF_VERSION < 3021000
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 3021012 < 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_util.h>
27#include <google/protobuf/metadata_lite.h>
28#include <google/protobuf/generated_message_reflection.h>
29#include <google/protobuf/message.h>
30#include <google/protobuf/repeated_field.h> // IWYU pragma: export
31#include <google/protobuf/extension_set.h> // IWYU pragma: export
32#include <google/protobuf/unknown_field_set.h>
34#include <boost/units/quantity.hpp>
35#include <boost/units/absolute.hpp>
36#include <boost/units/dimensionless_type.hpp>
37#include <boost/units/make_scaled_unit.hpp>
38// @@protoc_insertion_point(includes)
39#include <google/protobuf/port_def.inc>
40#define PROTOBUF_INTERNAL_EXPORT_jaiabot_2fmessages_2fcomms_2eproto
41PROTOBUF_NAMESPACE_OPEN
42namespace internal {
43class AnyMetadata;
44} // namespace internal
45PROTOBUF_NAMESPACE_CLOSE
46
47// Internal implementation detail -- do not use these members.
49 static const uint32_t offsets[];
50};
51extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2fcomms_2eproto;
52namespace jaiabot {
53namespace protobuf {
54class ActiveLinks;
55struct ActiveLinksDefaultTypeInternal;
56extern ActiveLinksDefaultTypeInternal _ActiveLinks_default_instance_;
57class IntervehicleSubscribeRequest;
58struct IntervehicleSubscribeRequestDefaultTypeInternal;
59extern IntervehicleSubscribeRequestDefaultTypeInternal _IntervehicleSubscribeRequest_default_instance_;
60} // namespace protobuf
61} // namespace jaiabot
62PROTOBUF_NAMESPACE_OPEN
63template<> ::jaiabot::protobuf::ActiveLinks* Arena::CreateMaybeMessage<::jaiabot::protobuf::ActiveLinks>(Arena*);
64template<> ::jaiabot::protobuf::IntervehicleSubscribeRequest* Arena::CreateMaybeMessage<::jaiabot::protobuf::IntervehicleSubscribeRequest>(Arena*);
65PROTOBUF_NAMESPACE_CLOSE
66namespace jaiabot {
67namespace protobuf {
68
69// ===================================================================
70
72 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:jaiabot.protobuf.IntervehicleSubscribeRequest) */ {
73 public:
76 explicit PROTOBUF_CONSTEXPR IntervehicleSubscribeRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
77
81 *this = ::std::move(from);
82 }
83
85 CopyFrom(from);
86 return *this;
87 }
89 if (this == &from) return *this;
90 if (GetOwningArena() == from.GetOwningArena()
91 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
92 && GetOwningArena() != nullptr
93 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
94 ) {
95 InternalSwap(&from);
96 } else {
97 CopyFrom(from);
98 }
99 return *this;
100 }
101
102 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
103 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
104 }
105 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
106 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
107 }
108
109 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
110 return GetDescriptor();
111 }
112 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
113 return default_instance().GetMetadata().descriptor;
114 }
115 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
116 return default_instance().GetMetadata().reflection;
117 }
125 static constexpr int kIndexInFileMessages =
126 0;
127
131 inline void Swap(IntervehicleSubscribeRequest* other) {
132 if (other == this) return;
133 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
134 if (GetOwningArena() != nullptr &&
135 GetOwningArena() == other->GetOwningArena()) {
136 #else // PROTOBUF_FORCE_COPY_IN_SWAP
137 if (GetOwningArena() == other->GetOwningArena()) {
138 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
139 InternalSwap(other);
140 } else {
141 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
142 }
143 }
145 if (other == this) return;
146 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
147 InternalSwap(other);
148 }
149
150 // implements Message ----------------------------------------------
151
152 IntervehicleSubscribeRequest* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
153 return CreateMaybeMessage<IntervehicleSubscribeRequest>(arena);
154 }
155 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
157 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
159 IntervehicleSubscribeRequest::MergeImpl(*this, from);
160 }
161 private:
162 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
163 public:
164 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
165 bool IsInitialized() const final;
166
167 size_t ByteSizeLong() const final;
168 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
170 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
171 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
172
173 private:
174 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
175 void SharedDtor();
176 void SetCachedSize(int size) const final;
177 void InternalSwap(IntervehicleSubscribeRequest* other);
178
179 private:
180 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
181 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
182 return "jaiabot.protobuf.IntervehicleSubscribeRequest";
183 }
184 protected:
185 explicit IntervehicleSubscribeRequest(::PROTOBUF_NAMESPACE_ID::Arena* arena,
186 bool is_message_owned = false);
187 public:
188
189 static const ClassData _class_data_;
190 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
191
192 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
193
194 // nested types ----------------------------------------------------
195
196 // accessors -------------------------------------------------------
197
198 enum : int {
200 };
201 // required .jaiabot.protobuf.Link link = 1;
202 bool has_link() const;
203 private:
204 bool _internal_has_link() const;
205 public:
206 void clear_link();
209 private:
210 ::jaiabot::protobuf::Link _internal_link() const;
211 void _internal_set_link(::jaiabot::protobuf::Link value);
212 public:
213
214 // @@protoc_insertion_point(class_scope:jaiabot.protobuf.IntervehicleSubscribeRequest)
215 private:
216 class _Internal;
217
218 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
219 typedef void InternalArenaConstructable_;
220 typedef void DestructorSkippable_;
221 struct Impl_ {
222 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
223 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
224 int link_;
225 };
226 union { Impl_ _impl_; };
227 friend struct ::TableStruct_jaiabot_2fmessages_2fcomms_2eproto;
228};
229// -------------------------------------------------------------------
230
231class ActiveLinks final :
232 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:jaiabot.protobuf.ActiveLinks) */ {
233 public:
234 inline ActiveLinks() : ActiveLinks(nullptr) {}
235 ~ActiveLinks() override;
236 explicit PROTOBUF_CONSTEXPR ActiveLinks(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
237
239 ActiveLinks(ActiveLinks&& from) noexcept
240 : ActiveLinks() {
241 *this = ::std::move(from);
242 }
243
244 inline ActiveLinks& operator=(const ActiveLinks& from) {
245 CopyFrom(from);
246 return *this;
247 }
248 inline ActiveLinks& operator=(ActiveLinks&& from) noexcept {
249 if (this == &from) return *this;
250 if (GetOwningArena() == from.GetOwningArena()
251 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
252 && GetOwningArena() != nullptr
253 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
254 ) {
255 InternalSwap(&from);
256 } else {
257 CopyFrom(from);
258 }
259 return *this;
260 }
261
262 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
263 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
264 }
265 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
266 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
267 }
268
269 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
270 return GetDescriptor();
271 }
272 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
273 return default_instance().GetMetadata().descriptor;
274 }
275 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
276 return default_instance().GetMetadata().reflection;
277 }
279 return *internal_default_instance();
280 }
281 static inline const ActiveLinks* internal_default_instance() {
282 return reinterpret_cast<const ActiveLinks*>(
284 }
285 static constexpr int kIndexInFileMessages =
286 1;
287
288 friend void swap(ActiveLinks& a, ActiveLinks& b) {
289 a.Swap(&b);
290 }
291 inline void Swap(ActiveLinks* other) {
292 if (other == this) return;
293 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
294 if (GetOwningArena() != nullptr &&
295 GetOwningArena() == other->GetOwningArena()) {
296 #else // PROTOBUF_FORCE_COPY_IN_SWAP
297 if (GetOwningArena() == other->GetOwningArena()) {
298 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
299 InternalSwap(other);
300 } else {
301 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
302 }
303 }
305 if (other == this) return;
306 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
307 InternalSwap(other);
308 }
309
310 // implements Message ----------------------------------------------
311
312 ActiveLinks* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
313 return CreateMaybeMessage<ActiveLinks>(arena);
314 }
315 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
316 void CopyFrom(const ActiveLinks& from);
317 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
318 void MergeFrom( const ActiveLinks& from) {
319 ActiveLinks::MergeImpl(*this, from);
320 }
321 private:
322 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
323 public:
324 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
325 bool IsInitialized() const final;
326
327 size_t ByteSizeLong() const final;
328 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
329 uint8_t* _InternalSerialize(
330 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
331 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
332
333 private:
334 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
335 void SharedDtor();
336 void SetCachedSize(int size) const final;
337 void InternalSwap(ActiveLinks* other);
338
339 private:
340 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
341 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
342 return "jaiabot.protobuf.ActiveLinks";
343 }
344 protected:
345 explicit ActiveLinks(::PROTOBUF_NAMESPACE_ID::Arena* arena,
346 bool is_message_owned = false);
347 public:
348
349 static const ClassData _class_data_;
350 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
351
352 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
353
354 // nested types ----------------------------------------------------
355
356 // accessors -------------------------------------------------------
357
358 enum : int {
359 kActiveLinkFieldNumber = 1,
360 };
361 // repeated .jaiabot.protobuf.Link active_link = 1;
362 int active_link_size() const;
363 private:
364 int _internal_active_link_size() const;
365 public:
366 void clear_active_link();
367 private:
368 ::jaiabot::protobuf::Link _internal_active_link(int index) const;
369 void _internal_add_active_link(::jaiabot::protobuf::Link value);
370 ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>* _internal_mutable_active_link();
371 public:
372 ::jaiabot::protobuf::Link active_link(int index) const;
373 void set_active_link(int index, ::jaiabot::protobuf::Link value);
374 void add_active_link(::jaiabot::protobuf::Link value);
375 const ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>& active_link() const;
376 ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>* mutable_active_link();
377
378 // @@protoc_insertion_point(class_scope:jaiabot.protobuf.ActiveLinks)
379 private:
380 class _Internal;
381
382 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
383 typedef void InternalArenaConstructable_;
384 typedef void DestructorSkippable_;
385 struct Impl_ {
386 ::PROTOBUF_NAMESPACE_ID::RepeatedField<int> active_link_;
387 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
388 };
389 union { Impl_ _impl_; };
390 friend struct ::TableStruct_jaiabot_2fmessages_2fcomms_2eproto;
391};
392// ===================================================================
393
394
395// ===================================================================
396
397#ifdef __GNUC__
398 #pragma GCC diagnostic push
399 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
400#endif // __GNUC__
401// IntervehicleSubscribeRequest
402
403// required .jaiabot.protobuf.Link link = 1;
404inline bool IntervehicleSubscribeRequest::_internal_has_link() const {
405 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
406 return value;
407}
408inline bool IntervehicleSubscribeRequest::has_link() const {
409 return _internal_has_link();
410}
411inline void IntervehicleSubscribeRequest::clear_link() {
412 _impl_.link_ = -1;
413 _impl_._has_bits_[0] &= ~0x00000001u;
414}
415inline ::jaiabot::protobuf::Link IntervehicleSubscribeRequest::_internal_link() const {
416 return static_cast< ::jaiabot::protobuf::Link >(_impl_.link_);
417}
418inline ::jaiabot::protobuf::Link IntervehicleSubscribeRequest::link() const {
419 // @@protoc_insertion_point(field_get:jaiabot.protobuf.IntervehicleSubscribeRequest.link)
420 return _internal_link();
421}
422inline void IntervehicleSubscribeRequest::_internal_set_link(::jaiabot::protobuf::Link value) {
424 _impl_._has_bits_[0] |= 0x00000001u;
425 _impl_.link_ = value;
426}
427inline void IntervehicleSubscribeRequest::set_link(::jaiabot::protobuf::Link value) {
428 _internal_set_link(value);
429 // @@protoc_insertion_point(field_set:jaiabot.protobuf.IntervehicleSubscribeRequest.link)
430}
431
432// -------------------------------------------------------------------
433
434// ActiveLinks
435
436// repeated .jaiabot.protobuf.Link active_link = 1;
437inline int ActiveLinks::_internal_active_link_size() const {
438 return _impl_.active_link_.size();
439}
440inline int ActiveLinks::active_link_size() const {
441 return _internal_active_link_size();
442}
443inline void ActiveLinks::clear_active_link() {
444 _impl_.active_link_.Clear();
445}
446inline ::jaiabot::protobuf::Link ActiveLinks::_internal_active_link(int index) const {
447 return static_cast< ::jaiabot::protobuf::Link >(_impl_.active_link_.Get(index));
448}
449inline ::jaiabot::protobuf::Link ActiveLinks::active_link(int index) const {
450 // @@protoc_insertion_point(field_get:jaiabot.protobuf.ActiveLinks.active_link)
451 return _internal_active_link(index);
452}
453inline void ActiveLinks::set_active_link(int index, ::jaiabot::protobuf::Link value) {
455 _impl_.active_link_.Set(index, value);
456 // @@protoc_insertion_point(field_set:jaiabot.protobuf.ActiveLinks.active_link)
457}
458inline void ActiveLinks::_internal_add_active_link(::jaiabot::protobuf::Link value) {
460 _impl_.active_link_.Add(value);
461}
462inline void ActiveLinks::add_active_link(::jaiabot::protobuf::Link value) {
463 _internal_add_active_link(value);
464 // @@protoc_insertion_point(field_add:jaiabot.protobuf.ActiveLinks.active_link)
465}
466inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>&
467ActiveLinks::active_link() const {
468 // @@protoc_insertion_point(field_list:jaiabot.protobuf.ActiveLinks.active_link)
469 return _impl_.active_link_;
470}
471inline ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>*
472ActiveLinks::_internal_mutable_active_link() {
473 return &_impl_.active_link_;
474}
475inline ::PROTOBUF_NAMESPACE_ID::RepeatedField<int>*
476ActiveLinks::mutable_active_link() {
477 // @@protoc_insertion_point(field_mutable_list:jaiabot.protobuf.ActiveLinks.active_link)
478 return _internal_mutable_active_link();
479}
480
481#ifdef __GNUC__
482 #pragma GCC diagnostic pop
483#endif // __GNUC__
484// -------------------------------------------------------------------
485
486
487// @@protoc_insertion_point(namespace_scope)
488
489} // namespace protobuf
490} // namespace jaiabot
491
492// @@protoc_insertion_point(global_scope)
493
494#include <google/protobuf/port_undef.inc>
495#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_jaiabot_2fmessages_2fcomms_2eproto
::jaiabot::protobuf::Link link() const
Definition comms.pb.h:418
friend void swap(IntervehicleSubscribeRequest &a, IntervehicleSubscribeRequest &b)
Definition comms.pb.h:128
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition comms.pb.h:109
void MergeFrom(const IntervehicleSubscribeRequest &from)
Definition comms.pb.h:158
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
static const IntervehicleSubscribeRequest & default_instance()
Definition comms.pb.h:118
IntervehicleSubscribeRequest(IntervehicleSubscribeRequest &&from) noexcept
Definition comms.pb.h:79
IntervehicleSubscribeRequest(const IntervehicleSubscribeRequest &from)
static const IntervehicleSubscribeRequest * internal_default_instance()
Definition comms.pb.h:121
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition comms.pb.h:105
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition comms.pb.h:102
IntervehicleSubscribeRequest & operator=(const IntervehicleSubscribeRequest &from)
Definition comms.pb.h:84
IntervehicleSubscribeRequest & operator=(IntervehicleSubscribeRequest &&from) noexcept
Definition comms.pb.h:88
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition comms.pb.h:115
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
IntervehicleSubscribeRequest(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
void Swap(IntervehicleSubscribeRequest *other)
Definition comms.pb.h:131
IntervehicleSubscribeRequest * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition comms.pb.h:152
void UnsafeArenaSwap(IntervehicleSubscribeRequest *other)
Definition comms.pb.h:144
void CopyFrom(const IntervehicleSubscribeRequest &from)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition comms.pb.h:112
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
PROTOBUF_CONSTEXPR IntervehicleSubscribeRequest(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
void set_link(::jaiabot::protobuf::Link value)
Definition comms.pb.h:427
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_jaiabot_2fmessages_2fcomms_2eproto
IntervehicleSubscribeRequestDefaultTypeInternal _IntervehicleSubscribeRequest_default_instance_
bool Link_IsValid(int value)
ActiveLinksDefaultTypeInternal _ActiveLinks_default_instance_