Goby3  3.1.5
2024.05.14
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 < 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
14 #error your headers.
15 #endif
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.
20 #endif
21 
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
32 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
33 #include <google/protobuf/extension_set.h> // IWYU pragma: export
34 #include <google/protobuf/unknown_field_set.h>
35 #include "dccl/option_extensions.pb.h"
36 #include <boost/units/quantity.hpp>
37 #include <boost/units/absolute.hpp>
38 #include <boost/units/dimensionless_type.hpp>
39 #include <boost/units/make_scaled_unit.hpp>
40 // @@protoc_insertion_point(includes)
41 #include <google/protobuf/port_def.inc>
42 #define PROTOBUF_INTERNAL_EXPORT_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_2ftest_2eproto
43 PROTOBUF_NAMESPACE_OPEN
44 namespace internal {
45 class AnyMetadata;
46 } // namespace internal
47 PROTOBUF_NAMESPACE_CLOSE
48 
49 // Internal implementation detail -- do not use these members.
51  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
52  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
53  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
54  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
55  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[2]
56  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
57  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
58  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
60 };
61 extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_2ftest_2eproto;
62 namespace goby {
63 namespace test {
64 namespace zeromq {
65 namespace protobuf {
66 class Sample;
67 class SampleDefaultTypeInternal;
68 extern SampleDefaultTypeInternal _Sample_default_instance_;
69 class Widget;
70 class WidgetDefaultTypeInternal;
71 extern WidgetDefaultTypeInternal _Widget_default_instance_;
72 } // namespace protobuf
73 } // namespace zeromq
74 } // namespace test
75 } // namespace goby
76 PROTOBUF_NAMESPACE_OPEN
77 template<> ::goby::test::zeromq::protobuf::Sample* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Sample>(Arena*);
78 template<> ::goby::test::zeromq::protobuf::Widget* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Widget>(Arena*);
79 PROTOBUF_NAMESPACE_CLOSE
80 namespace goby {
81 namespace test {
82 namespace zeromq {
83 namespace protobuf {
84 
85 // ===================================================================
86 
87 class Sample PROTOBUF_FINAL :
88  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Sample) */ {
89  public:
90  inline Sample() : Sample(nullptr) {};
91  virtual ~Sample();
92 
93  Sample(const Sample& from);
94  Sample(Sample&& from) noexcept
95  : Sample() {
96  *this = ::std::move(from);
97  }
98 
99  inline Sample& operator=(const Sample& from) {
100  CopyFrom(from);
101  return *this;
102  }
103  inline Sample& operator=(Sample&& from) noexcept {
104  if (GetArena() == from.GetArena()) {
105  if (this != &from) 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 GetMetadataStatic().descriptor;
124  }
125  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
126  return GetMetadataStatic().reflection;
127  }
128  static const Sample& default_instance();
129 
130  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
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  if (GetArena() == other->GetArena()) {
144  InternalSwap(other);
145  } else {
146  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
147  }
148  }
149  void UnsafeArenaSwap(Sample* other) {
150  if (other == this) return;
151  GOOGLE_DCHECK(GetArena() == other->GetArena());
152  InternalSwap(other);
153  }
154 
155  // implements Message ----------------------------------------------
156 
157  inline Sample* New() const final {
158  return CreateMaybeMessage<Sample>(nullptr);
159  }
160 
161  Sample* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
162  return CreateMaybeMessage<Sample>(arena);
163  }
164  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
165  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
166  void CopyFrom(const Sample& from);
167  void MergeFrom(const Sample& from);
168  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
169  bool IsInitialized() const final;
170 
171  size_t ByteSizeLong() const final;
172  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
173  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
174  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
175  int GetCachedSize() const final { return _cached_size_.Get(); }
176 
177  private:
178  inline void SharedCtor();
179  inline void SharedDtor();
180  void SetCachedSize(int size) const final;
181  void InternalSwap(Sample* other);
182  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
183  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
184  return "goby.test.zeromq.protobuf.Sample";
185  }
186  protected:
187  explicit Sample(::PROTOBUF_NAMESPACE_ID::Arena* arena);
188  private:
189  static void ArenaDtor(void* object);
190  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
191  public:
192 
193  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
194  private:
195  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
196  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_2ftest_2eproto);
198  }
199 
200  public:
201 
202  // nested types ----------------------------------------------------
203 
204  // accessors -------------------------------------------------------
205 
206  enum : int {
207  kAFieldNumber = 1,
208  kGroupFieldNumber = 2,
209  };
210  // optional int32 a = 1 [(.dccl.field) = {
211  bool has_a() const;
212  private:
213  bool _internal_has_a() const;
214  public:
215  void clear_a();
218  private:
219  ::PROTOBUF_NAMESPACE_ID::int32 _internal_a() const;
220  void _internal_set_a(::PROTOBUF_NAMESPACE_ID::int32 value);
221  public:
222 
223  // optional int32 group = 2 [(.dccl.field) = {
224  bool has_group() const;
225  private:
226  bool _internal_has_group() const;
227  public:
228  void clear_group();
231  private:
232  ::PROTOBUF_NAMESPACE_ID::int32 _internal_group() const;
233  void _internal_set_group(::PROTOBUF_NAMESPACE_ID::int32 value);
234  public:
235 
236  enum DCCLParameters { DCCL_ID = 127, DCCL_MAX_BYTES = 32 };
237  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Sample)
238  private:
239  class _Internal;
240 
241  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
242  typedef void InternalArenaConstructable_;
243  typedef void DestructorSkippable_;
244  ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
245  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
248  friend struct ::TableStruct_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_2ftest_2eproto;
249 };
250 // -------------------------------------------------------------------
251 
252 class Widget PROTOBUF_FINAL :
253  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Widget) */ {
254  public:
255  inline Widget() : Widget(nullptr) {};
256  virtual ~Widget();
257 
258  Widget(const Widget& from);
259  Widget(Widget&& from) noexcept
260  : Widget() {
261  *this = ::std::move(from);
262  }
263 
264  inline Widget& operator=(const Widget& from) {
265  CopyFrom(from);
266  return *this;
267  }
268  inline Widget& operator=(Widget&& from) noexcept {
269  if (GetArena() == from.GetArena()) {
270  if (this != &from) InternalSwap(&from);
271  } else {
272  CopyFrom(from);
273  }
274  return *this;
275  }
276 
277  inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
278  return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
279  }
280  inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
281  return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
282  }
283 
284  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
285  return GetDescriptor();
286  }
287  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
288  return GetMetadataStatic().descriptor;
289  }
290  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
291  return GetMetadataStatic().reflection;
292  }
293  static const Widget& default_instance();
294 
295  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
296  static inline const Widget* internal_default_instance() {
297  return reinterpret_cast<const Widget*>(
299  }
300  static constexpr int kIndexInFileMessages =
301  1;
302 
303  friend void swap(Widget& a, Widget& b) {
304  a.Swap(&b);
305  }
306  inline void Swap(Widget* other) {
307  if (other == this) return;
308  if (GetArena() == other->GetArena()) {
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(GetArena() == other->GetArena());
317  InternalSwap(other);
318  }
319 
320  // implements Message ----------------------------------------------
321 
322  inline Widget* New() const final {
323  return CreateMaybeMessage<Widget>(nullptr);
324  }
325 
326  Widget* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
327  return CreateMaybeMessage<Widget>(arena);
328  }
329  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
330  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
331  void CopyFrom(const Widget& from);
332  void MergeFrom(const Widget& from);
333  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
334  bool IsInitialized() const final;
335 
336  size_t ByteSizeLong() const final;
337  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
338  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
339  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
340  int GetCachedSize() const final { return _cached_size_.Get(); }
341 
342  private:
343  inline void SharedCtor();
344  inline void SharedDtor();
345  void SetCachedSize(int size) const final;
346  void InternalSwap(Widget* other);
347  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
348  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
349  return "goby.test.zeromq.protobuf.Widget";
350  }
351  protected:
352  explicit Widget(::PROTOBUF_NAMESPACE_ID::Arena* arena);
353  private:
354  static void ArenaDtor(void* object);
355  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
356  public:
357 
358  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
359  private:
360  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
361  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_2ftest_2eproto);
363  }
364 
365  public:
366 
367  // nested types ----------------------------------------------------
368 
369  // accessors -------------------------------------------------------
370 
371  enum : int {
372  kBFieldNumber = 1,
373  };
374  // optional int32 b = 1 [(.dccl.field) = {
375  bool has_b() const;
376  private:
377  bool _internal_has_b() const;
378  public:
379  void clear_b();
382  private:
383  ::PROTOBUF_NAMESPACE_ID::int32 _internal_b() const;
384  void _internal_set_b(::PROTOBUF_NAMESPACE_ID::int32 value);
385  public:
386 
387  enum DCCLParameters { DCCL_ID = 126, DCCL_MAX_BYTES = 32 };
388  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Widget)
389  private:
390  class _Internal;
391 
392  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
393  typedef void InternalArenaConstructable_;
394  typedef void DestructorSkippable_;
395  ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
396  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
398  friend struct ::TableStruct_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_2ftest_2eproto;
399 };
400 // ===================================================================
401 
402 
403 // ===================================================================
404 
405 #ifdef __GNUC__
406  #pragma GCC diagnostic push
407  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
408 #endif // __GNUC__
409 // Sample
410 
411 // optional int32 a = 1 [(.dccl.field) = {
412 inline bool Sample::_internal_has_a() const {
413  bool value = (_has_bits_[0] & 0x00000001u) != 0;
414  return value;
415 }
416 inline bool Sample::has_a() const {
417  return _internal_has_a();
418 }
419 inline void Sample::clear_a() {
420  a_ = 0;
421  _has_bits_[0] &= ~0x00000001u;
422 }
423 inline ::PROTOBUF_NAMESPACE_ID::int32 Sample::_internal_a() const {
424  return a_;
425 }
426 inline ::PROTOBUF_NAMESPACE_ID::int32 Sample::a() const {
427  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Sample.a)
428  return _internal_a();
429 }
430 inline void Sample::_internal_set_a(::PROTOBUF_NAMESPACE_ID::int32 value) {
431  _has_bits_[0] |= 0x00000001u;
432  a_ = value;
433 }
434 inline void Sample::set_a(::PROTOBUF_NAMESPACE_ID::int32 value) {
435  _internal_set_a(value);
436  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Sample.a)
437 }
438 
439 // optional int32 group = 2 [(.dccl.field) = {
440 inline bool Sample::_internal_has_group() const {
441  bool value = (_has_bits_[0] & 0x00000002u) != 0;
442  return value;
443 }
444 inline bool Sample::has_group() const {
445  return _internal_has_group();
446 }
447 inline void Sample::clear_group() {
448  group_ = 0;
449  _has_bits_[0] &= ~0x00000002u;
450 }
451 inline ::PROTOBUF_NAMESPACE_ID::int32 Sample::_internal_group() const {
452  return group_;
453 }
455  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Sample.group)
456  return _internal_group();
457 }
458 inline void Sample::_internal_set_group(::PROTOBUF_NAMESPACE_ID::int32 value) {
459  _has_bits_[0] |= 0x00000002u;
460  group_ = value;
461 }
462 inline void Sample::set_group(::PROTOBUF_NAMESPACE_ID::int32 value) {
463  _internal_set_group(value);
464  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Sample.group)
465 }
466 
467 // -------------------------------------------------------------------
468 
469 // Widget
470 
471 // optional int32 b = 1 [(.dccl.field) = {
472 inline bool Widget::_internal_has_b() const {
473  bool value = (_has_bits_[0] & 0x00000001u) != 0;
474  return value;
475 }
476 inline bool Widget::has_b() const {
477  return _internal_has_b();
478 }
479 inline void Widget::clear_b() {
480  b_ = 0;
481  _has_bits_[0] &= ~0x00000001u;
482 }
483 inline ::PROTOBUF_NAMESPACE_ID::int32 Widget::_internal_b() const {
484  return b_;
485 }
486 inline ::PROTOBUF_NAMESPACE_ID::int32 Widget::b() const {
487  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Widget.b)
488  return _internal_b();
489 }
490 inline void Widget::_internal_set_b(::PROTOBUF_NAMESPACE_ID::int32 value) {
491  _has_bits_[0] |= 0x00000001u;
492  b_ = value;
493 }
494 inline void Widget::set_b(::PROTOBUF_NAMESPACE_ID::int32 value) {
495  _internal_set_b(value);
496  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Widget.b)
497 }
498 
499 #ifdef __GNUC__
500  #pragma GCC diagnostic pop
501 #endif // __GNUC__
502 // -------------------------------------------------------------------
503 
504 
505 // @@protoc_insertion_point(namespace_scope)
506 
507 } // namespace protobuf
508 } // namespace zeromq
509 } // namespace test
510 } // namespace goby
511 
512 // @@protoc_insertion_point(global_scope)
513 
514 #include <google/protobuf/port_undef.inc>
515 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_2ftest_2eproto
void set_group(::PROTOBUF_NAMESPACE_ID::int32 value)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:112
::PROTOBUF_NAMESPACE_ID::int32 group() const
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const Sample * internal_default_instance()
Definition: test.pb.h:131
::PROTOBUF_NAMESPACE_ID::int32 a() const
friend void swap(Sample &a, Sample &b)
Definition: test.pb.h:138
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: test.pb.h:125
Widget * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: test.pb.h:326
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
void set_b(::PROTOBUF_NAMESPACE_ID::int32 value)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: test.pb.h:122
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:115
Widget(::PROTOBUF_NAMESPACE_ID::Arena *arena)
static const Widget * internal_default_instance()
Definition: test.pb.h:296
friend void swap(Widget &a, Widget &b)
Definition: test.pb.h:303
Sample & operator=(Sample &&from) noexcept
Definition: test.pb.h:103
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: test.pb.h:119
::PROTOBUF_NAMESPACE_ID::int32 b() const
Widget & operator=(const Widget &from)
Definition: test.pb.h:264
Sample * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: test.pb.h:161
Sample & operator=(const Sample &from)
Definition: test.pb.h:99
Sample(::PROTOBUF_NAMESPACE_ID::Arena *arena)
Widget & operator=(Widget &&from) noexcept
Definition: test.pb.h:268
void set_a(::PROTOBUF_NAMESPACE_ID::int32 value)
goby::util::logger::GroupSetter group(std::string n)
@ value
the parser finished reading a JSON value
SampleDefaultTypeInternal _Sample_default_instance_
Definition: test.pb.h:67
WidgetDefaultTypeInternal _Widget_default_instance_
Definition: test.pb.h:70
The global namespace for the Goby project.
std::int32_t int32
std::uint32_t uint32
#define ByteSizeLong
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]
Definition: test.pb.h:58
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: test.pb.h:59
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]
Definition: test.pb.h:57
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[2] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2fzeromq_2fzeromq_5fand_5fintervehicle_2ftest_2eproto