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_and_intervehicle/test.proto
3
4#ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_2ftest_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_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_5fand_5fintervehicle_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_5fand_5fintervehicle_2ftest_2eproto;
52namespace goby {
53namespace test {
54namespace zeromq {
55namespace protobuf {
56class Sample;
57struct SampleDefaultTypeInternal;
58extern SampleDefaultTypeInternal _Sample_default_instance_;
59class Widget;
60struct WidgetDefaultTypeInternal;
61extern WidgetDefaultTypeInternal _Widget_default_instance_;
62} // namespace protobuf
63} // namespace zeromq
64} // namespace test
65} // namespace goby
66PROTOBUF_NAMESPACE_OPEN
67template<> ::goby::test::zeromq::protobuf::Sample* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Sample>(Arena*);
68template<> ::goby::test::zeromq::protobuf::Widget* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Widget>(Arena*);
69PROTOBUF_NAMESPACE_CLOSE
70namespace goby {
71namespace test {
72namespace zeromq {
73namespace protobuf {
74
75// ===================================================================
76
77class Sample final :
78 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Sample) */ {
79 public:
80 inline Sample() : Sample(nullptr) {}
81 ~Sample() override;
82 explicit PROTOBUF_CONSTEXPR Sample(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
83
84 Sample(const Sample& from);
85 Sample(Sample&& from) noexcept
86 : Sample() {
87 *this = ::std::move(from);
88 }
89
90 inline Sample& operator=(const Sample& from) {
91 CopyFrom(from);
92 return *this;
93 }
94 inline Sample& operator=(Sample&& from) noexcept {
95 if (this == &from) return *this;
96 if (GetOwningArena() == from.GetOwningArena()
97 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
98 && GetOwningArena() != nullptr
99 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
100 ) {
101 InternalSwap(&from);
102 } else {
103 CopyFrom(from);
104 }
105 return *this;
106 }
107
108 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
109 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
110 }
111 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
112 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
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 Sample& default_instance() {
126 }
127 static inline const Sample* internal_default_instance() {
128 return reinterpret_cast<const Sample*>(
130 }
131 static constexpr int kIndexInFileMessages =
132 0;
133
134 friend void swap(Sample& a, Sample& b) {
135 a.Swap(&b);
136 }
137 inline void Swap(Sample* 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(Sample* other) {
151 if (other == this) return;
152 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
153 InternalSwap(other);
154 }
155
156 // implements Message ----------------------------------------------
157
158 Sample* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
159 return CreateMaybeMessage<Sample>(arena);
160 }
161 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
162 void CopyFrom(const Sample& from);
163 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
164 void MergeFrom( const Sample& from) {
165 Sample::MergeImpl(*this, from);
166 }
167 private:
168 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
169 public:
170 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
171 bool IsInitialized() const final;
172
173 size_t ByteSizeLong() const final;
174 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
176 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
177 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
178
179 private:
180 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
181 void SharedDtor();
182 void SetCachedSize(int size) const final;
183 void InternalSwap(Sample* other);
184
185 private:
186 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
187 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
188 return "goby.test.zeromq.protobuf.Sample";
189 }
190 protected:
191 explicit Sample(::PROTOBUF_NAMESPACE_ID::Arena* arena,
192 bool is_message_owned = false);
193 public:
194
195 static const ClassData _class_data_;
196 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
197
198 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
199
200 // nested types ----------------------------------------------------
201
202 // accessors -------------------------------------------------------
203
204 enum : int {
205 kAFieldNumber = 1,
207 };
208 // optional int32 a = 1 [(.dccl.field) = {
209 bool has_a() const;
210 private:
211 bool _internal_has_a() const;
212 public:
213 void clear_a();
214 int32_t a() const;
215 void set_a(int32_t value);
216 private:
217 int32_t _internal_a() const;
218 void _internal_set_a(int32_t value);
219 public:
220
221 // optional int32 group = 2 [(.dccl.field) = {
222 bool has_group() const;
223 private:
224 bool _internal_has_group() const;
225 public:
227 int32_t group() const;
228 void set_group(int32_t value);
229 private:
230 int32_t _internal_group() const;
231 void _internal_set_group(int32_t value);
232 public:
233
235 // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Sample)
236 private:
237 class _Internal;
238
239 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
240 typedef void InternalArenaConstructable_;
241 typedef void DestructorSkippable_;
242 struct Impl_ {
243 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
244 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
245 int32_t a_;
246 int32_t group_;
247 };
248 union { Impl_ _impl_; };
249 friend struct ::TableStruct_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_2ftest_2eproto;
250};
251// -------------------------------------------------------------------
252
253class Widget final :
254 public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Widget) */ {
255 public:
256 inline Widget() : Widget(nullptr) {}
257 ~Widget() override;
258 explicit PROTOBUF_CONSTEXPR Widget(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
259
260 Widget(const Widget& from);
261 Widget(Widget&& from) noexcept
262 : Widget() {
263 *this = ::std::move(from);
264 }
265
266 inline Widget& operator=(const Widget& from) {
267 CopyFrom(from);
268 return *this;
269 }
270 inline Widget& operator=(Widget&& from) noexcept {
271 if (this == &from) return *this;
272 if (GetOwningArena() == from.GetOwningArena()
273 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
274 && GetOwningArena() != nullptr
275 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
276 ) {
277 InternalSwap(&from);
278 } else {
279 CopyFrom(from);
280 }
281 return *this;
282 }
283
284 inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
285 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
286 }
287 inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
288 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
289 }
290
291 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
292 return GetDescriptor();
293 }
294 static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
295 return default_instance().GetMetadata().descriptor;
296 }
297 static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
298 return default_instance().GetMetadata().reflection;
299 }
300 static const Widget& default_instance() {
301 return *internal_default_instance();
302 }
303 static inline const Widget* internal_default_instance() {
304 return reinterpret_cast<const Widget*>(
305 &_Widget_default_instance_);
306 }
307 static constexpr int kIndexInFileMessages =
308 1;
309
310 friend void swap(Widget& a, Widget& b) {
311 a.Swap(&b);
312 }
313 inline void Swap(Widget* other) {
314 if (other == this) return;
315 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
316 if (GetOwningArena() != nullptr &&
317 GetOwningArena() == other->GetOwningArena()) {
318 #else // PROTOBUF_FORCE_COPY_IN_SWAP
319 if (GetOwningArena() == other->GetOwningArena()) {
320 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
321 InternalSwap(other);
322 } else {
323 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
324 }
325 }
326 void UnsafeArenaSwap(Widget* other) {
327 if (other == this) return;
328 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
329 InternalSwap(other);
330 }
331
332 // implements Message ----------------------------------------------
333
334 Widget* New(::PROTOBUF_NAMESPACE_ID::Arena* arena = nullptr) const final {
335 return CreateMaybeMessage<Widget>(arena);
336 }
337 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
338 void CopyFrom(const Widget& from);
339 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
340 void MergeFrom( const Widget& from) {
341 Widget::MergeImpl(*this, from);
342 }
343 private:
344 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
345 public:
346 PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
347 bool IsInitialized() const final;
348
349 size_t ByteSizeLong() const final;
350 const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
351 uint8_t* _InternalSerialize(
352 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
353 int GetCachedSize() const final { return _impl_._cached_size_.Get(); }
354
355 private:
356 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena, bool is_message_owned);
357 void SharedDtor();
358 void SetCachedSize(int size) const final;
359 void InternalSwap(Widget* other);
360
361 private:
362 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
363 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
364 return "goby.test.zeromq.protobuf.Widget";
365 }
366 protected:
367 explicit Widget(::PROTOBUF_NAMESPACE_ID::Arena* arena,
368 bool is_message_owned = false);
369 public:
370
371 static const ClassData _class_data_;
372 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*GetClassData() const final;
373
374 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
375
376 // nested types ----------------------------------------------------
377
378 // accessors -------------------------------------------------------
379
380 enum : int {
381 kBFieldNumber = 1,
382 };
383 // optional int32 b = 1 [(.dccl.field) = {
384 bool has_b() const;
385 private:
386 bool _internal_has_b() const;
387 public:
388 void clear_b();
389 int32_t b() const;
390 void set_b(int32_t value);
391 private:
392 int32_t _internal_b() const;
393 void _internal_set_b(int32_t value);
394 public:
395
396 enum DCCLParameters { DCCL_ID = 126, DCCL_MAX_BYTES = 32 };
397 // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Widget)
398 private:
399 class _Internal;
400
401 template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
402 typedef void InternalArenaConstructable_;
403 typedef void DestructorSkippable_;
404 struct Impl_ {
405 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
406 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
407 int32_t b_;
408 };
409 union { Impl_ _impl_; };
410 friend struct ::TableStruct_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_2ftest_2eproto;
411};
412// ===================================================================
413
414
415// ===================================================================
416
417#ifdef __GNUC__
418 #pragma GCC diagnostic push
419 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
420#endif // __GNUC__
421// Sample
422
423// optional int32 a = 1 [(.dccl.field) = {
424inline bool Sample::_internal_has_a() const {
425 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
426 return value;
427}
428inline bool Sample::has_a() const {
429 return _internal_has_a();
430}
431inline void Sample::clear_a() {
432 _impl_.a_ = 0;
433 _impl_._has_bits_[0] &= ~0x00000001u;
434}
435inline int32_t Sample::_internal_a() const {
436 return _impl_.a_;
437}
438inline int32_t Sample::a() const {
439 // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Sample.a)
440 return _internal_a();
441}
442inline void Sample::_internal_set_a(int32_t value) {
443 _impl_._has_bits_[0] |= 0x00000001u;
444 _impl_.a_ = value;
445}
446inline void Sample::set_a(int32_t value) {
447 _internal_set_a(value);
448 // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Sample.a)
449}
450
451// optional int32 group = 2 [(.dccl.field) = {
452inline bool Sample::_internal_has_group() const {
453 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
454 return value;
455}
456inline bool Sample::has_group() const {
457 return _internal_has_group();
458}
459inline void Sample::clear_group() {
460 _impl_.group_ = 0;
461 _impl_._has_bits_[0] &= ~0x00000002u;
462}
463inline int32_t Sample::_internal_group() const {
464 return _impl_.group_;
465}
466inline int32_t Sample::group() const {
467 // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Sample.group)
468 return _internal_group();
469}
470inline void Sample::_internal_set_group(int32_t value) {
471 _impl_._has_bits_[0] |= 0x00000002u;
472 _impl_.group_ = value;
473}
474inline void Sample::set_group(int32_t value) {
475 _internal_set_group(value);
476 // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Sample.group)
477}
478
479// -------------------------------------------------------------------
480
481// Widget
482
483// optional int32 b = 1 [(.dccl.field) = {
484inline bool Widget::_internal_has_b() const {
485 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
486 return value;
487}
488inline bool Widget::has_b() const {
489 return _internal_has_b();
490}
491inline void Widget::clear_b() {
492 _impl_.b_ = 0;
493 _impl_._has_bits_[0] &= ~0x00000001u;
494}
495inline int32_t Widget::_internal_b() const {
496 return _impl_.b_;
497}
498inline int32_t Widget::b() const {
499 // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Widget.b)
500 return _internal_b();
501}
502inline void Widget::_internal_set_b(int32_t value) {
503 _impl_._has_bits_[0] |= 0x00000001u;
504 _impl_.b_ = value;
505}
506inline void Widget::set_b(int32_t value) {
507 _internal_set_b(value);
508 // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Widget.b)
509}
510
511#ifdef __GNUC__
512 #pragma GCC diagnostic pop
513#endif // __GNUC__
514// -------------------------------------------------------------------
515
516
517// @@protoc_insertion_point(namespace_scope)
518
519} // namespace protobuf
520} // namespace zeromq
521} // namespace test
522} // namespace goby
523
524// @@protoc_insertion_point(global_scope)
525
526#include <google/protobuf/port_undef.inc>
527#endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_2ftest_2eproto
Sample * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition test.pb.h:158
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition test.pb.h:117
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition test.pb.h:111
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition test.pb.h:115
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
void set_group(ArgT0 &&arg0, ArgT... args)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition test.pb.h:108
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
Sample & operator=(const Sample &from)
Definition test.pb.h:90
Sample & operator=(Sample &&from) noexcept
Definition test.pb.h:94
void MergeFrom(const Sample &from)
Definition test.pb.h:164
friend void swap(Sample &a, Sample &b)
Definition test.pb.h:134
PROTOBUF_CONSTEXPR Sample(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
Sample(Sample &&from) noexcept
Definition test.pb.h:85
::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:150
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:121
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:261
void UnsafeArenaSwap(Widget *other)
Definition test.pb.h:326
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition test.pb.h:287
static const Widget * internal_default_instance()
Definition test.pb.h:303
Widget & operator=(const Widget &from)
Definition test.pb.h:266
Widget * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
Definition test.pb.h:334
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition test.pb.h:297
friend void swap(Widget &a, Widget &b)
Definition test.pb.h:310
PROTOBUF_CONSTEXPR Widget(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
static const Widget & default_instance()
Definition test.pb.h:300
void MergeFrom(const Widget &from)
Definition test.pb.h:340
void CopyFrom(const Widget &from)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition test.pb.h:284
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition test.pb.h:291
Widget & operator=(Widget &&from) noexcept
Definition test.pb.h:270
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition test.pb.h:294
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_5fand_5fintervehicle_2ftest_2eproto