Goby3 3.2.3
2025.05.13
Loading...
Searching...
No Matches
test.pb.h
Go to the documentation of this file.
1// Generated by the protocol buffer compiler. DO NOT EDIT!
2// source: goby/test/zeromq/zeromq_intermodule_and_interprocess/test.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_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>
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>
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>
33#include "dccl/option_extensions.pb.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_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto
41PROTOBUF_NAMESPACE_OPEN
42namespace internal {
43class AnyMetadata;
44} // namespace internal
45PROTOBUF_NAMESPACE_CLOSE
46
47// Internal implementation detail -- do not use these members.
51extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto;
52namespace goby {
53namespace test {
54namespace zeromq {
55namespace protobuf {
56class Complete;
57struct CompleteDefaultTypeInternal;
58extern CompleteDefaultTypeInternal _Complete_default_instance_;
59class Sample;
60struct SampleDefaultTypeInternal;
61extern SampleDefaultTypeInternal _Sample_default_instance_;
62class Widget;
63struct WidgetDefaultTypeInternal;
64extern WidgetDefaultTypeInternal _Widget_default_instance_;
65} // namespace protobuf
66} // namespace zeromq
67} // namespace test
68} // namespace goby
69PROTOBUF_NAMESPACE_OPEN
70template<> ::goby::test::zeromq::protobuf::Complete* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Complete>(Arena*);
71template<> ::goby::test::zeromq::protobuf::Sample* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Sample>(Arena*);
72template<> ::goby::test::zeromq::protobuf::Widget* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Widget>(Arena*);
73PROTOBUF_NAMESPACE_CLOSE
74namespace goby {
75namespace test {
76namespace zeromq {
77namespace protobuf {
78
79// ===================================================================
80
81class Sample final :
82 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Sample) */ {
83 public:
84 inline Sample() : Sample(nullptr) {}
85 ~Sample() override;
86 explicit PROTOBUF_CONSTEXPR Sample(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
87
88 Sample(const Sample& from);
89 Sample(Sample&& from) noexcept
90 : Sample() {
91 *this = ::std::move(from);
92 }
93
94 inline Sample& operator=(const Sample& from) {
95 CopyFrom(from);
96 return *this;
97 }
98 inline Sample& operator=(Sample&& from) noexcept {
99 if (this == &from) return *this;
100 if (GetOwningArena() == from.GetOwningArena()
101 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
102 && GetOwningArena() != nullptr
103 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
104 ) {
105 InternalSwap(&from);
106 } else {
107 CopyFrom(from);
108 }
109 return *this;
110 }
111
112 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
113 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
114 }
115 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
116 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
117 }
118
119 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
120 return GetDescriptor();
121 }
122 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
123 return default_instance().GetMetadata().descriptor;
124 }
125 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
126 return default_instance().GetMetadata().reflection;
127 }
128 static const Sample& default_instance() {
130 }
131 static inline const Sample* internal_default_instance() {
132 return reinterpret_cast<const Sample*>(
134 }
135 static constexpr int kIndexInFileMessages =
136 0;
137
138 friend void swap(Sample& a, Sample& b) {
139 a.Swap(&b);
140 }
141 inline void Swap(Sample* other) {
142 if (other == this) return;
143 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
144 if (GetOwningArena() != nullptr &&
145 GetOwningArena() == other->GetOwningArena()) {
146 #else // PROTOBUF_FORCE_COPY_IN_SWAP
147 if (GetOwningArena() == other->GetOwningArena()) {
148 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
149 InternalSwap(other);
150 } else {
151 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
152 }
153 }
154 void UnsafeArenaSwap(Sample* other) {
155 if (other == this) return;
156 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
157 InternalSwap(other);
158 }
159
160 // implements Message ----------------------------------------------
161
162 Sample* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
163 return CreateMaybeMessage<Sample>(arena);
164 }
165 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
166 void CopyFrom(const Sample& from);
167 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
168 void MergeFrom( const Sample& from) {
169 Sample::MergeImpl(*this, from);
170 }
171 private:
172 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
173 public:
174 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
175 bool IsInitialized() const final;
176
177 size_t ByteSizeLong() const final;
178 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
180 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
181 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
182
183 private:
184 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
185 void SharedDtor();
186 void SetCachedSize(int size) const final;
187 void InternalSwap(Sample* other);
188
189 private:
190 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
191 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
192 return "goby.test.zeromq.protobuf.Sample";
193 }
194 protected:
195 explicit Sample(::PROTOBUF_NAMESPACE_ID::Arena* arena,
196 bool is_message_owned = false);
197 public:
198
199 static const ClassData _class_data_;
200 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
201
202 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
203
204 // nested types ----------------------------------------------------
205
206 // accessors -------------------------------------------------------
207
208 enum : int {
209 kAFieldNumber = 1,
210 };
211 // optional int32 a = 1;
212 bool has_a() const;
213 private:
214 bool _internal_has_a() const;
215 public:
216 void clear_a();
217 int32_t a() const;
218 void set_a(int32_t value);
219 private:
220 int32_t _internal_a() const;
221 void _internal_set_a(int32_t value);
222 public:
223
224 // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Sample)
225 private:
226 class _Internal;
227
228 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
229 typedef void InternalArenaConstructable_;
230 typedef void DestructorSkippable_;
231 struct Impl_ {
232 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
233 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
234 int32_t a_;
235 };
236 union { Impl_ _impl_; };
237 friend struct ::TableStruct_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto;
238};
239// -------------------------------------------------------------------
240
241class Widget final :
242 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Widget) */ {
243 public:
244 inline Widget() : Widget(nullptr) {}
245 ~Widget() override;
246 explicit PROTOBUF_CONSTEXPR Widget(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
247
248 Widget(const Widget& from);
249 Widget(Widget&& from) noexcept
250 : Widget() {
251 *this = ::std::move(from);
252 }
253
254 inline Widget& operator=(const Widget& from) {
255 CopyFrom(from);
256 return *this;
257 }
258 inline Widget& operator=(Widget&& from) noexcept {
259 if (this == &from) return *this;
260 if (GetOwningArena() == from.GetOwningArena()
261 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
262 && GetOwningArena() != nullptr
263 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
264 ) {
265 InternalSwap(&from);
266 } else {
267 CopyFrom(from);
268 }
269 return *this;
270 }
271
272 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
273 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
274 }
275 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
276 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
277 }
278
279 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
280 return GetDescriptor();
281 }
282 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
283 return default_instance().GetMetadata().descriptor;
284 }
285 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
286 return default_instance().GetMetadata().reflection;
287 }
288 static const Widget& default_instance() {
289 return *internal_default_instance();
290 }
291 static inline const Widget* internal_default_instance() {
292 return reinterpret_cast<const Widget*>(
293 &_Widget_default_instance_);
294 }
295 static constexpr int kIndexInFileMessages =
296 1;
297
298 friend void swap(Widget& a, Widget& b) {
299 a.Swap(&b);
300 }
301 inline void Swap(Widget* other) {
302 if (other == this) return;
303 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
304 if (GetOwningArena() != nullptr &&
305 GetOwningArena() == other->GetOwningArena()) {
306 #else // PROTOBUF_FORCE_COPY_IN_SWAP
307 if (GetOwningArena() == other->GetOwningArena()) {
308 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
309 InternalSwap(other);
310 } else {
311 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
312 }
313 }
314 void UnsafeArenaSwap(Widget* other) {
315 if (other == this) return;
316 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
317 InternalSwap(other);
318 }
319
320 // implements Message ----------------------------------------------
321
322 Widget* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
323 return CreateMaybeMessage<Widget>(arena);
324 }
325 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
326 void CopyFrom(const Widget& from);
327 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
328 void MergeFrom( const Widget& from) {
329 Widget::MergeImpl(*this, from);
330 }
331 private:
332 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
333 public:
334 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
335 bool IsInitialized() const final;
336
337 size_t ByteSizeLong() const final;
338 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
339 uint8_t* _InternalSerialize(
340 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
341 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
342
343 private:
344 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
345 void SharedDtor();
346 void SetCachedSize(int size) const final;
347 void InternalSwap(Widget* other);
348
349 private:
350 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
351 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
352 return "goby.test.zeromq.protobuf.Widget";
353 }
354 protected:
355 explicit Widget(::PROTOBUF_NAMESPACE_ID::Arena* arena,
356 bool is_message_owned = false);
357 public:
358
359 static const ClassData _class_data_;
360 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
361
362 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
363
364 // nested types ----------------------------------------------------
365
366 // accessors -------------------------------------------------------
367
368 enum : int {
369 kBFieldNumber = 1,
370 };
371 // optional int32 b = 1;
372 bool has_b() const;
373 private:
374 bool _internal_has_b() const;
375 public:
376 void clear_b();
377 int32_t b() const;
378 void set_b(int32_t value);
379 private:
380 int32_t _internal_b() const;
381 void _internal_set_b(int32_t value);
382 public:
383
384 // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Widget)
385 private:
386 class _Internal;
387
388 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
389 typedef void InternalArenaConstructable_;
390 typedef void DestructorSkippable_;
391 struct Impl_ {
392 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
393 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
394 int32_t b_;
395 };
396 union { Impl_ _impl_; };
397 friend struct ::TableStruct_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto;
398};
399// -------------------------------------------------------------------
400
401class Complete final :
402 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Complete) */ {
403 public:
404 inline Complete() : Complete(nullptr) {}
405 ~Complete() override;
406 explicit PROTOBUF_CONSTEXPR Complete(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
407
408 Complete(const Complete& from);
409 Complete(Complete&& from) noexcept
410 : Complete() {
411 *this = ::std::move(from);
412 }
413
414 inline Complete& operator=(const Complete& from) {
415 CopyFrom(from);
416 return *this;
417 }
418 inline Complete& operator=(Complete&& from) noexcept {
419 if (this == &from) return *this;
420 if (GetOwningArena() == from.GetOwningArena()
421 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
422 && GetOwningArena() != nullptr
423 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
424 ) {
425 InternalSwap(&from);
426 } else {
427 CopyFrom(from);
428 }
429 return *this;
430 }
431
432 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
433 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
434 }
435 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
436 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
437 }
438
439 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
440 return GetDescriptor();
441 }
442 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
443 return default_instance().GetMetadata().descriptor;
444 }
445 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
446 return default_instance().GetMetadata().reflection;
447 }
448 static const Complete& default_instance() {
449 return *internal_default_instance();
450 }
451 static inline const Complete* internal_default_instance() {
452 return reinterpret_cast<const Complete*>(
454 }
455 static constexpr int kIndexInFileMessages =
456 2;
457
458 friend void swap(Complete& a, Complete& b) {
459 a.Swap(&b);
460 }
461 inline void Swap(Complete* other) {
462 if (other == this) return;
463 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
464 if (GetOwningArena() != nullptr &&
465 GetOwningArena() == other->GetOwningArena()) {
466 #else // PROTOBUF_FORCE_COPY_IN_SWAP
467 if (GetOwningArena() == other->GetOwningArena()) {
468 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
469 InternalSwap(other);
470 } else {
471 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
472 }
473 }
475 if (other == this) return;
476 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
477 InternalSwap(other);
478 }
479
480 // implements Message ----------------------------------------------
481
482 Complete* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
483 return CreateMaybeMessage<Complete>(arena);
484 }
485 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
486 void CopyFrom(const Complete& from);
487 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
488 void MergeFrom( const Complete& from) {
489 Complete::MergeImpl(*this, from);
490 }
491 private:
492 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
493 public:
494 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
495 bool IsInitialized() const final;
496
497 size_t ByteSizeLong() const final;
498 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
499 uint8_t* _InternalSerialize(
500 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
501 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
502
503 private:
504 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
505 void SharedDtor();
506 void SetCachedSize(int size) const final;
507 void InternalSwap(Complete* other);
508
509 private:
510 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
511 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
512 return "goby.test.zeromq.protobuf.Complete";
513 }
514 protected:
515 explicit Complete(::PROTOBUF_NAMESPACE_ID::Arena* arena,
516 bool is_message_owned = false);
517 public:
518
519 static const ClassData _class_data_;
520 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
521
522 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
523
524 // nested types ----------------------------------------------------
525
526 // accessors -------------------------------------------------------
527
528 enum : int {
529 kSubscriberIdFieldNumber = 1,
530 };
531 // optional int32 subscriber_id = 1;
532 bool has_subscriber_id() const;
533 private:
534 bool _internal_has_subscriber_id() const;
535 public:
536 void clear_subscriber_id();
537 int32_t subscriber_id() const;
538 void set_subscriber_id(int32_t value);
539 private:
540 int32_t _internal_subscriber_id() const;
541 void _internal_set_subscriber_id(int32_t value);
542 public:
543
544 // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Complete)
545 private:
546 class _Internal;
547
548 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
549 typedef void InternalArenaConstructable_;
550 typedef void DestructorSkippable_;
551 struct Impl_ {
552 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
553 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
554 int32_t subscriber_id_;
555 };
556 union { Impl_ _impl_; };
557 friend struct ::TableStruct_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto;
558};
559// ===================================================================
560
561
562// ===================================================================
563
564#ifdef __GNUC__
565 #pragma GCC diagnostic push
566 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
567#endif // __GNUC__
568// Sample
569
570// optional int32 a = 1;
571inline bool Sample::_internal_has_a() const {
572 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
573 return value;
574}
575inline bool Sample::has_a() const {
576 return _internal_has_a();
577}
578inline void Sample::clear_a() {
579 _impl_.a_ = 0;
580 _impl_._has_bits_[0] &= ~0x00000001u;
581}
582inline int32_t Sample::_internal_a() const {
583 return _impl_.a_;
584}
585inline int32_t Sample::a() const {
586 // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Sample.a)
587 return _internal_a();
588}
589inline void Sample::_internal_set_a(int32_t value) {
590 _impl_._has_bits_[0] |= 0x00000001u;
591 _impl_.a_ = value;
592}
593inline void Sample::set_a(int32_t value) {
594 _internal_set_a(value);
595 // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Sample.a)
596}
597
598// -------------------------------------------------------------------
599
600// Widget
601
602// optional int32 b = 1;
603inline bool Widget::_internal_has_b() const {
604 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
605 return value;
606}
607inline bool Widget::has_b() const {
608 return _internal_has_b();
609}
610inline void Widget::clear_b() {
611 _impl_.b_ = 0;
612 _impl_._has_bits_[0] &= ~0x00000001u;
613}
614inline int32_t Widget::_internal_b() const {
615 return _impl_.b_;
616}
617inline int32_t Widget::b() const {
618 // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Widget.b)
619 return _internal_b();
620}
621inline void Widget::_internal_set_b(int32_t value) {
622 _impl_._has_bits_[0] |= 0x00000001u;
623 _impl_.b_ = value;
624}
625inline void Widget::set_b(int32_t value) {
626 _internal_set_b(value);
627 // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Widget.b)
628}
629
630// -------------------------------------------------------------------
631
632// Complete
633
634// optional int32 subscriber_id = 1;
635inline bool Complete::_internal_has_subscriber_id() const {
636 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
637 return value;
638}
639inline bool Complete::has_subscriber_id() const {
640 return _internal_has_subscriber_id();
641}
642inline void Complete::clear_subscriber_id() {
643 _impl_.subscriber_id_ = 0;
644 _impl_._has_bits_[0] &= ~0x00000001u;
645}
646inline int32_t Complete::_internal_subscriber_id() const {
647 return _impl_.subscriber_id_;
648}
649inline int32_t Complete::subscriber_id() const {
650 // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Complete.subscriber_id)
651 return _internal_subscriber_id();
652}
653inline void Complete::_internal_set_subscriber_id(int32_t value) {
654 _impl_._has_bits_[0] |= 0x00000001u;
655 _impl_.subscriber_id_ = value;
656}
657inline void Complete::set_subscriber_id(int32_t value) {
658 _internal_set_subscriber_id(value);
659 // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Complete.subscriber_id)
660}
661
662#ifdef __GNUC__
663 #pragma GCC diagnostic pop
664#endif // __GNUC__
665// -------------------------------------------------------------------
666
667// -------------------------------------------------------------------
668
669
670// @@protoc_insertion_point(namespace_scope)
671
672} // namespace protobuf
673} // namespace zeromq
674} // namespace test
675} // namespace goby
676
677// @@protoc_insertion_point(global_scope)
678
679#include <google/protobuf/port_undef.inc>
680#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto
Complete(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
void MergeFrom(const Complete &from)
Definition test.pb.h:488
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition test.pb.h:439
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
static const Complete & default_instance()
Definition test.pb.h:448
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition test.pb.h:445
void CopyFrom(const Complete &from)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition test.pb.h:442
Complete * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition test.pb.h:482
Complete & operator=(Complete &&from) noexcept
Definition test.pb.h:418
static const ClassData _class_data_
Definition test.pb.h:519
void UnsafeArenaSwap(Complete *other)
Definition test.pb.h:474
static const Complete * internal_default_instance()
Definition test.pb.h:451
Complete & operator=(const Complete &from)
Definition test.pb.h:414
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition test.pb.h:432
friend void swap(Complete &a, Complete &b)
Definition test.pb.h:458
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition test.pb.h:435
Complete(Complete &&from) noexcept
Definition test.pb.h:409
PROTOBUF_CONSTEXPR Complete(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
Sample * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition test.pb.h:162
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition test.pb.h:117
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition test.pb.h:115
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition test.pb.h:119
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
static const Sample & default_instance()
Definition test.pb.h:123
static const Sample * internal_default_instance()
Definition test.pb.h:126
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition test.pb.h:112
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
Sample & operator=(const Sample &from)
Definition test.pb.h:94
Sample & operator=(Sample &&from) noexcept
Definition test.pb.h:98
void MergeFrom(const Sample &from)
Definition test.pb.h:168
friend void swap(Sample &a, Sample &b)
Definition test.pb.h:138
PROTOBUF_CONSTEXPR Sample(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
Sample(Sample &&from) noexcept
Definition test.pb.h:89
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
static constexpr int kIndexInFileMessages
Definition test.pb.h:130
void CopyFrom(const Sample &from)
void UnsafeArenaSwap(Sample *other)
Definition test.pb.h:154
static const ClassData _class_data_
Definition test.pb.h:194
Sample(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition test.pb.h:125
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
Widget(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
Widget(Widget &&from) noexcept
Definition test.pb.h:249
void UnsafeArenaSwap(Widget *other)
Definition test.pb.h:314
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition test.pb.h:275
static const Widget * internal_default_instance()
Definition test.pb.h:291
Widget & operator=(const Widget &from)
Definition test.pb.h:254
Widget * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition test.pb.h:322
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition test.pb.h:285
friend void swap(Widget &a, Widget &b)
Definition test.pb.h:298
PROTOBUF_CONSTEXPR Widget(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
static const Widget & default_instance()
Definition test.pb.h:288
void MergeFrom(const Widget &from)
Definition test.pb.h:328
void CopyFrom(const Widget &from)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition test.pb.h:272
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition test.pb.h:279
Widget & operator=(Widget &&from) noexcept
Definition test.pb.h:258
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition test.pb.h:282
CompleteDefaultTypeInternal _Complete_default_instance_
SampleDefaultTypeInternal _Sample_default_instance_
Definition test.pb.h:57
WidgetDefaultTypeInternal _Widget_default_instance_
Definition test.pb.h:60
The global namespace for the Goby project.
#define ByteSizeLong
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto