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_intermodule_and_interprocess/test.proto
3 
4 #ifndef PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto
5 #define PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto
6 
7 #include <string>
8 
9 #include <google/protobuf/stubs/common.h>
10 
11 #if GOOGLE_PROTOBUF_VERSION < 3006001
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 3006001 < GOOGLE_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/io/coded_stream.h>
23 #include <google/protobuf/arena.h>
24 #include <google/protobuf/arenastring.h>
25 #include <google/protobuf/generated_message_table_driven.h>
26 #include <google/protobuf/generated_message_util.h>
27 #include <google/protobuf/inlined_string_field.h>
28 #include <google/protobuf/metadata.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 #define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto
40 
42 // Internal implementation detail -- do not use these members.
43 struct TableStruct {
44  static const ::google::protobuf::internal::ParseTableField entries[];
45  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
46  static const ::google::protobuf::internal::ParseTable schema[3];
47  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
48  static const ::google::protobuf::internal::SerializationTable serialization_table[];
50 };
51 void AddDescriptors();
52 } // namespace protobuf_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto
53 namespace goby {
54 namespace test {
55 namespace zeromq {
56 namespace protobuf {
57 class Complete;
58 class CompleteDefaultTypeInternal;
59 extern CompleteDefaultTypeInternal _Complete_default_instance_;
60 class Sample;
61 class SampleDefaultTypeInternal;
62 extern SampleDefaultTypeInternal _Sample_default_instance_;
63 class Widget;
64 class WidgetDefaultTypeInternal;
65 extern WidgetDefaultTypeInternal _Widget_default_instance_;
66 } // namespace protobuf
67 } // namespace zeromq
68 } // namespace test
69 } // namespace goby
70 namespace google {
71 namespace protobuf {
72 template<> ::goby::test::zeromq::protobuf::Complete* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Complete>(Arena*);
73 template<> ::goby::test::zeromq::protobuf::Sample* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Sample>(Arena*);
74 template<> ::goby::test::zeromq::protobuf::Widget* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Widget>(Arena*);
75 } // namespace protobuf
76 } // namespace google
77 namespace goby {
78 namespace test {
79 namespace zeromq {
80 namespace protobuf {
81 
82 // ===================================================================
83 
84 class Sample : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Sample) */ {
85  public:
86  Sample();
87  virtual ~Sample();
88 
89  Sample(const Sample& from);
90 
91  inline Sample& operator=(const Sample& from) {
92  CopyFrom(from);
93  return *this;
94  }
95  #if LANG_CXX11
96  Sample(Sample&& from) noexcept
97  : Sample() {
98  *this = ::std::move(from);
99  }
100 
101  inline Sample& operator=(Sample&& from) noexcept {
102  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
103  if (this != &from) InternalSwap(&from);
104  } else {
105  CopyFrom(from);
106  }
107  return *this;
108  }
109  #endif
110  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
111  return _internal_metadata_.unknown_fields();
112  }
113  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
114  return _internal_metadata_.mutable_unknown_fields();
115  }
116 
117  static const ::google::protobuf::Descriptor* descriptor();
118  static const Sample& default_instance();
119 
120  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
121  static inline const Sample* internal_default_instance() {
122  return reinterpret_cast<const Sample*>(
124  }
125  static constexpr int kIndexInFileMessages =
126  0;
127 
128  void Swap(Sample* other);
129  friend void swap(Sample& a, Sample& b) {
130  a.Swap(&b);
131  }
132 
133  // implements Message ----------------------------------------------
134 
135  inline Sample* New() const final {
136  return CreateMaybeMessage<Sample>(NULL);
137  }
138 
139  Sample* New(::google::protobuf::Arena* arena) const final {
140  return CreateMaybeMessage<Sample>(arena);
141  }
142  void CopyFrom(const ::google::protobuf::Message& from) final;
143  void MergeFrom(const ::google::protobuf::Message& from) final;
144  void CopyFrom(const Sample& from);
145  void MergeFrom(const Sample& from);
146  void Clear() final;
147  bool IsInitialized() const final;
148 
149  size_t ByteSizeLong() const final;
151  ::google::protobuf::io::CodedInputStream* input) final;
153  ::google::protobuf::io::CodedOutputStream* output) const final;
155  bool deterministic, ::google::protobuf::uint8* target) const final;
156  int GetCachedSize() const final { return _cached_size_.Get(); }
157 
158  private:
159  void SharedCtor();
160  void SharedDtor();
161  void SetCachedSize(int size) const final;
162  void InternalSwap(Sample* other);
163  private:
164  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
165  return NULL;
166  }
167  inline void* MaybeArenaPtr() const {
168  return NULL;
169  }
170  public:
171 
173 
174  // nested types ----------------------------------------------------
175 
176  // accessors -------------------------------------------------------
177 
178  // optional int32 a = 1;
179  bool has_a() const;
180  void clear_a();
181  static const int kAFieldNumber = 1;
182  ::google::protobuf::int32 a() const;
183  void set_a(::google::protobuf::int32 value);
184 
185  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Sample)
186  private:
187  void set_has_a();
188  void clear_has_a();
189 
190  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
191  ::google::protobuf::internal::HasBits<1> _has_bits_;
192  mutable ::google::protobuf::internal::CachedSize _cached_size_;
193  ::google::protobuf::int32 a_;
195 };
196 // -------------------------------------------------------------------
197 
198 class Widget : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Widget) */ {
199  public:
200  Widget();
201  virtual ~Widget();
202 
203  Widget(const Widget& from);
204 
205  inline Widget& operator=(const Widget& from) {
206  CopyFrom(from);
207  return *this;
208  }
209  #if LANG_CXX11
210  Widget(Widget&& from) noexcept
211  : Widget() {
212  *this = ::std::move(from);
213  }
214 
215  inline Widget& operator=(Widget&& from) noexcept {
216  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
217  if (this != &from) InternalSwap(&from);
218  } else {
219  CopyFrom(from);
220  }
221  return *this;
222  }
223  #endif
224  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
225  return _internal_metadata_.unknown_fields();
226  }
227  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
228  return _internal_metadata_.mutable_unknown_fields();
229  }
230 
231  static const ::google::protobuf::Descriptor* descriptor();
232  static const Widget& default_instance();
233 
234  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
235  static inline const Widget* internal_default_instance() {
236  return reinterpret_cast<const Widget*>(
238  }
239  static constexpr int kIndexInFileMessages =
240  1;
241 
242  void Swap(Widget* other);
243  friend void swap(Widget& a, Widget& b) {
244  a.Swap(&b);
245  }
246 
247  // implements Message ----------------------------------------------
248 
249  inline Widget* New() const final {
250  return CreateMaybeMessage<Widget>(NULL);
251  }
252 
253  Widget* New(::google::protobuf::Arena* arena) const final {
254  return CreateMaybeMessage<Widget>(arena);
255  }
256  void CopyFrom(const ::google::protobuf::Message& from) final;
257  void MergeFrom(const ::google::protobuf::Message& from) final;
258  void CopyFrom(const Widget& from);
259  void MergeFrom(const Widget& from);
260  void Clear() final;
261  bool IsInitialized() const final;
262 
263  size_t ByteSizeLong() const final;
265  ::google::protobuf::io::CodedInputStream* input) final;
267  ::google::protobuf::io::CodedOutputStream* output) const final;
269  bool deterministic, ::google::protobuf::uint8* target) const final;
270  int GetCachedSize() const final { return _cached_size_.Get(); }
271 
272  private:
273  void SharedCtor();
274  void SharedDtor();
275  void SetCachedSize(int size) const final;
276  void InternalSwap(Widget* other);
277  private:
278  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
279  return NULL;
280  }
281  inline void* MaybeArenaPtr() const {
282  return NULL;
283  }
284  public:
285 
287 
288  // nested types ----------------------------------------------------
289 
290  // accessors -------------------------------------------------------
291 
292  // optional int32 b = 1;
293  bool has_b() const;
294  void clear_b();
295  static const int kBFieldNumber = 1;
296  ::google::protobuf::int32 b() const;
297  void set_b(::google::protobuf::int32 value);
298 
299  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Widget)
300  private:
301  void set_has_b();
302  void clear_has_b();
303 
304  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
305  ::google::protobuf::internal::HasBits<1> _has_bits_;
306  mutable ::google::protobuf::internal::CachedSize _cached_size_;
307  ::google::protobuf::int32 b_;
309 };
310 // -------------------------------------------------------------------
311 
312 class Complete : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Complete) */ {
313  public:
314  Complete();
315  virtual ~Complete();
316 
317  Complete(const Complete& from);
318 
319  inline Complete& operator=(const Complete& from) {
320  CopyFrom(from);
321  return *this;
322  }
323  #if LANG_CXX11
324  Complete(Complete&& from) noexcept
325  : Complete() {
326  *this = ::std::move(from);
327  }
328 
329  inline Complete& operator=(Complete&& from) noexcept {
330  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
331  if (this != &from) InternalSwap(&from);
332  } else {
333  CopyFrom(from);
334  }
335  return *this;
336  }
337  #endif
338  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
339  return _internal_metadata_.unknown_fields();
340  }
341  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
342  return _internal_metadata_.mutable_unknown_fields();
343  }
344 
345  static const ::google::protobuf::Descriptor* descriptor();
346  static const Complete& default_instance();
347 
348  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
349  static inline const Complete* internal_default_instance() {
350  return reinterpret_cast<const Complete*>(
352  }
353  static constexpr int kIndexInFileMessages =
354  2;
355 
356  void Swap(Complete* other);
357  friend void swap(Complete& a, Complete& b) {
358  a.Swap(&b);
359  }
360 
361  // implements Message ----------------------------------------------
362 
363  inline Complete* New() const final {
364  return CreateMaybeMessage<Complete>(NULL);
365  }
366 
367  Complete* New(::google::protobuf::Arena* arena) const final {
368  return CreateMaybeMessage<Complete>(arena);
369  }
370  void CopyFrom(const ::google::protobuf::Message& from) final;
371  void MergeFrom(const ::google::protobuf::Message& from) final;
372  void CopyFrom(const Complete& from);
373  void MergeFrom(const Complete& from);
374  void Clear() final;
375  bool IsInitialized() const final;
376 
377  size_t ByteSizeLong() const final;
379  ::google::protobuf::io::CodedInputStream* input) final;
381  ::google::protobuf::io::CodedOutputStream* output) const final;
383  bool deterministic, ::google::protobuf::uint8* target) const final;
384  int GetCachedSize() const final { return _cached_size_.Get(); }
385 
386  private:
387  void SharedCtor();
388  void SharedDtor();
389  void SetCachedSize(int size) const final;
390  void InternalSwap(Complete* other);
391  private:
392  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
393  return NULL;
394  }
395  inline void* MaybeArenaPtr() const {
396  return NULL;
397  }
398  public:
399 
401 
402  // nested types ----------------------------------------------------
403 
404  // accessors -------------------------------------------------------
405 
406  // optional int32 subscriber_id = 1;
407  bool has_subscriber_id() const;
408  void clear_subscriber_id();
409  static const int kSubscriberIdFieldNumber = 1;
410  ::google::protobuf::int32 subscriber_id() const;
411  void set_subscriber_id(::google::protobuf::int32 value);
412 
413  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Complete)
414  private:
415  void set_has_subscriber_id();
416  void clear_has_subscriber_id();
417 
418  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
419  ::google::protobuf::internal::HasBits<1> _has_bits_;
420  mutable ::google::protobuf::internal::CachedSize _cached_size_;
421  ::google::protobuf::int32 subscriber_id_;
423 };
424 // ===================================================================
425 
426 
427 // ===================================================================
428 
429 #ifdef __GNUC__
430  #pragma GCC diagnostic push
431  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
432 #endif // __GNUC__
433 // Sample
434 
435 // optional int32 a = 1;
436 inline bool Sample::has_a() const {
437  return (_has_bits_[0] & 0x00000001u) != 0;
438 }
439 inline void Sample::set_has_a() {
440  _has_bits_[0] |= 0x00000001u;
441 }
442 inline void Sample::clear_has_a() {
443  _has_bits_[0] &= ~0x00000001u;
444 }
445 inline void Sample::clear_a() {
446  a_ = 0;
447  clear_has_a();
448 }
450  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Sample.a)
451  return a_;
452 }
453 inline void Sample::set_a(::google::protobuf::int32 value) {
454  set_has_a();
455  a_ = value;
456  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Sample.a)
457 }
458 
459 // -------------------------------------------------------------------
460 
461 // Widget
462 
463 // optional int32 b = 1;
464 inline bool Widget::has_b() const {
465  return (_has_bits_[0] & 0x00000001u) != 0;
466 }
467 inline void Widget::set_has_b() {
468  _has_bits_[0] |= 0x00000001u;
469 }
470 inline void Widget::clear_has_b() {
471  _has_bits_[0] &= ~0x00000001u;
472 }
473 inline void Widget::clear_b() {
474  b_ = 0;
475  clear_has_b();
476 }
478  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Widget.b)
479  return b_;
480 }
481 inline void Widget::set_b(::google::protobuf::int32 value) {
482  set_has_b();
483  b_ = value;
484  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Widget.b)
485 }
486 
487 // -------------------------------------------------------------------
488 
489 // Complete
490 
491 // optional int32 subscriber_id = 1;
492 inline bool Complete::has_subscriber_id() const {
493  return (_has_bits_[0] & 0x00000001u) != 0;
494 }
495 inline void Complete::set_has_subscriber_id() {
496  _has_bits_[0] |= 0x00000001u;
497 }
498 inline void Complete::clear_has_subscriber_id() {
499  _has_bits_[0] &= ~0x00000001u;
500 }
502  subscriber_id_ = 0;
503  clear_has_subscriber_id();
504 }
506  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Complete.subscriber_id)
507  return subscriber_id_;
508 }
510  set_has_subscriber_id();
511  subscriber_id_ = value;
512  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Complete.subscriber_id)
513 }
514 
515 #ifdef __GNUC__
516  #pragma GCC diagnostic pop
517 #endif // __GNUC__
518 // -------------------------------------------------------------------
519 
520 // -------------------------------------------------------------------
521 
522 
523 // @@protoc_insertion_point(namespace_scope)
524 
525 } // namespace protobuf
526 } // namespace zeromq
527 } // namespace test
528 } // namespace goby
529 
530 // @@protoc_insertion_point(global_scope)
531 
532 #endif // PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto
goby::test::zeromq::protobuf::Widget::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:227
goby::test::zeromq::protobuf::Sample::default_instance
static const Sample & default_instance()
goby::test::zeromq::protobuf::Widget::clear_b
void clear_b()
Definition: test.pb.h:355
goby::test::zeromq::protobuf::Sample::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: test.pb.h:121
protobuf_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: test.pb.h:47
goby::test::zeromq::protobuf::Sample
Definition: test.pb.h:80
goby::test::zeromq::protobuf::Sample::InitAsDefaultInstance
static void InitAsDefaultInstance()
goby
The global namespace for the Goby project.
Definition: acomms_constants.h:33
goby::test::zeromq::protobuf::Sample::Sample
Sample()
goby::test::zeromq::protobuf::Sample::ByteSizeLong
size_t ByteSizeLong() const final
goby::test::zeromq::protobuf::Sample::IsInitialized
bool IsInitialized() const final
goby::test::zeromq::protobuf::Sample::Swap
void Swap(Sample *other)
goby::test::zeromq::protobuf::Sample::swap
friend void swap(Sample &a, Sample &b)
Definition: test.pb.h:129
protobuf_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto
Definition: test.pb.h:41
goby::test::zeromq::protobuf::Sample::descriptor
static const ::google::protobuf::Descriptor * descriptor()
detail::parse_event_t::value
@ value
the parser finished reading a JSON value
goby::test::zeromq::protobuf::Complete::operator=
Complete & operator=(const Complete &from)
Definition: test.pb.h:319
goby::test::zeromq::protobuf::Complete::internal_default_instance
static const Complete * internal_default_instance()
Definition: test.pb.h:349
google::protobuf::Arena
Definition: arena.h:244
goby::test::zeromq::protobuf::Widget::b
::google::protobuf::int32 b() const
Definition: test.pb.h:359
goby::test::zeromq::protobuf::Widget::swap
friend void swap(Widget &a, Widget &b)
Definition: test.pb.h:243
goby::test::zeromq::protobuf::Sample::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
goby::test::zeromq::protobuf::Sample::New
Sample * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:139
goby::test::zeromq::protobuf::Sample::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
goby::test::zeromq::protobuf::Complete::swap
friend void swap(Complete &a, Complete &b)
Definition: test.pb.h:357
protobuf_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[3]
Definition: test.pb.h:46
goby::test::zeromq::protobuf::Sample::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
goby::test::zeromq::protobuf::Complete::set_subscriber_id
void set_subscriber_id(::google::protobuf::int32 value)
Definition: test.pb.h:509
message.h
goby::test::zeromq::protobuf::Sample::a
::google::protobuf::int32 a() const
Definition: test.pb.h:331
protobuf_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: test.pb.h:48
goby::uint32
std::uint32_t uint32
Definition: primitive_types.h:32
goby::int32
std::int32_t int32
Definition: primitive_types.h:33
goby::test::zeromq::protobuf::Sample::kAFieldNumber
static const int kAFieldNumber
Definition: test.pb.h:177
protobuf_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: test.pb.h:45
goby::test::zeromq::protobuf::Sample::clear_a
void clear_a()
Definition: test.pb.h:327
goby::test::zeromq::protobuf::Sample::set_a
void set_a(::google::protobuf::int32 value)
Definition: test.pb.h:335
goby::test::zeromq::protobuf::Sample::operator=
Sample & operator=(const Sample &from)
Definition: test.pb.h:91
goby::test::zeromq::protobuf::Sample::internal_default_instance
static const Sample * internal_default_instance()
Definition: test.pb.h:121
goby::test::zeromq::protobuf::_Sample_default_instance_
SampleDefaultTypeInternal _Sample_default_instance_
Definition: test.pb.h:58
google::protobuf::Metadata
Definition: message.h:174
goby::test::zeromq::protobuf::_Complete_default_instance_
CompleteDefaultTypeInternal _Complete_default_instance_
google::protobuf::Message
Definition: message.h:189
goby::test::zeromq::protobuf::Sample::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
protobuf_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto::TableStruct
Definition: test.pb.h:43
goby::test::zeromq::protobuf::Widget
Definition: test.pb.h:194
goby::test::zeromq::protobuf::Complete::clear_subscriber_id
void clear_subscriber_id()
Definition: test.pb.h:501
goby::test::zeromq::protobuf::Widget::has_b
bool has_b() const
Definition: test.pb.h:346
goby::test::zeromq::protobuf::Complete::subscriber_id
::google::protobuf::int32 subscriber_id() const
Definition: test.pb.h:505
goby::test::zeromq::protobuf::Complete
Definition: test.pb.h:312
goby::test::zeromq::protobuf::Sample::~Sample
virtual ~Sample()
goby::test::zeromq::protobuf::Widget::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:224
arena.h
goby::test::zeromq::protobuf::Complete::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:341
goby::test::zeromq::protobuf::Widget::operator=
Widget & operator=(const Widget &from)
Definition: test.pb.h:205
goby::test::zeromq::protobuf::Sample::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:113
goby::test::zeromq::protobuf::Sample::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:110
goby::test::zeromq::protobuf::Complete::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:338
protobuf_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: test.pb.h:44
goby::test::zeromq::protobuf::Complete::New
Complete * New() const final
Definition: test.pb.h:363
goby::test::zeromq::protobuf::Sample::New
Sample * New() const final
Definition: test.pb.h:135
goby::test::zeromq::protobuf::Sample::has_a
bool has_a() const
Definition: test.pb.h:318
goby::test::zeromq::protobuf::Complete::New
Complete * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:367
protobuf_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: test.pb.h:49
goby::test::zeromq::protobuf::Widget::New
Widget * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:253
google::protobuf::Message::Message
Message()
Definition: message.h:191
goby::test::zeromq::protobuf::_Widget_default_instance_
WidgetDefaultTypeInternal _Widget_default_instance_
Definition: test.pb.h:61
goby::test::zeromq::protobuf::Sample::GetCachedSize
int GetCachedSize() const final
Definition: test.pb.h:152
friend
goby::test::zeromq::protobuf::Widget::New
Widget * New() const final
Definition: test.pb.h:249
google
Definition: dccl.h:57
goby::test::zeromq::protobuf::Widget::internal_default_instance
static const Widget * internal_default_instance()
Definition: test.pb.h:235
goby::test::zeromq::protobuf::Sample::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
goby::test::zeromq::protobuf::Complete::has_subscriber_id
bool has_subscriber_id() const
Definition: test.pb.h:492
goby::test::zeromq::protobuf::Sample::Clear
void Clear() final
goby::test::zeromq::protobuf::Sample::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
goby::test::zeromq::protobuf::Widget::set_b
void set_b(::google::protobuf::int32 value)
Definition: test.pb.h:363
protobuf_goby_2ftest_2fzeromq_2fzeromq_5fintermodule_5fand_5finterprocess_2ftest_2eproto::AddDescriptors
void AddDescriptors()