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/multi_thread_app1/test.proto
3 
4 #ifndef PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto
5 #define PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_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"
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 #define PROTOBUF_INTERNAL_EXPORT_protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto
42 
44 // Internal implementation detail -- do not use these members.
45 struct TableStruct {
46  static const ::google::protobuf::internal::ParseTableField entries[];
47  static const ::google::protobuf::internal::AuxillaryParseTableField aux[];
48  static const ::google::protobuf::internal::ParseTable schema[3];
49  static const ::google::protobuf::internal::FieldMetadata field_metadata[];
50  static const ::google::protobuf::internal::SerializationTable serialization_table[];
52 };
53 void AddDescriptors();
54 } // namespace protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto
55 namespace goby {
56 namespace test {
57 namespace zeromq {
58 namespace protobuf {
59 class Ready;
60 class ReadyDefaultTypeInternal;
61 extern ReadyDefaultTypeInternal _Ready_default_instance_;
62 class TestConfig;
63 class TestConfigDefaultTypeInternal;
64 extern TestConfigDefaultTypeInternal _TestConfig_default_instance_;
65 class Widget;
66 class WidgetDefaultTypeInternal;
67 extern WidgetDefaultTypeInternal _Widget_default_instance_;
68 } // namespace protobuf
69 } // namespace zeromq
70 } // namespace test
71 } // namespace goby
72 namespace google {
73 namespace protobuf {
74 template<> ::goby::test::zeromq::protobuf::Ready* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Ready>(Arena*);
75 template<> ::goby::test::zeromq::protobuf::TestConfig* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::TestConfig>(Arena*);
76 template<> ::goby::test::zeromq::protobuf::Widget* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Widget>(Arena*);
77 } // namespace protobuf
78 } // namespace google
79 namespace goby {
80 namespace test {
81 namespace zeromq {
82 namespace protobuf {
83 
84 // ===================================================================
85 
86 class TestConfig : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.TestConfig) */ {
87  public:
88  TestConfig();
89  virtual ~TestConfig();
90 
91  TestConfig(const TestConfig& from);
92 
93  inline TestConfig& operator=(const TestConfig& from) {
94  CopyFrom(from);
95  return *this;
96  }
97  #if LANG_CXX11
98  TestConfig(TestConfig&& from) noexcept
99  : TestConfig() {
100  *this = ::std::move(from);
101  }
102 
103  inline TestConfig& operator=(TestConfig&& from) noexcept {
104  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
105  if (this != &from) InternalSwap(&from);
106  } else {
107  CopyFrom(from);
108  }
109  return *this;
110  }
111  #endif
112  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
113  return _internal_metadata_.unknown_fields();
114  }
115  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
116  return _internal_metadata_.mutable_unknown_fields();
117  }
118 
119  static const ::google::protobuf::Descriptor* descriptor();
120  static const TestConfig& default_instance();
121 
122  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
123  static inline const TestConfig* internal_default_instance() {
124  return reinterpret_cast<const TestConfig*>(
126  }
127  static constexpr int kIndexInFileMessages =
128  0;
129 
130  void Swap(TestConfig* other);
131  friend void swap(TestConfig& a, TestConfig& b) {
132  a.Swap(&b);
133  }
134 
135  // implements Message ----------------------------------------------
136 
137  inline TestConfig* New() const final {
138  return CreateMaybeMessage<TestConfig>(NULL);
139  }
140 
141  TestConfig* New(::google::protobuf::Arena* arena) const final {
142  return CreateMaybeMessage<TestConfig>(arena);
143  }
144  void CopyFrom(const ::google::protobuf::Message& from) final;
145  void MergeFrom(const ::google::protobuf::Message& from) final;
146  void CopyFrom(const TestConfig& from);
147  void MergeFrom(const TestConfig& from);
148  void Clear() final;
149  bool IsInitialized() const final;
150 
151  size_t ByteSizeLong() const final;
153  ::google::protobuf::io::CodedInputStream* input) final;
155  ::google::protobuf::io::CodedOutputStream* output) const final;
157  bool deterministic, ::google::protobuf::uint8* target) const final;
158  int GetCachedSize() const final { return _cached_size_.Get(); }
159 
160  private:
161  void SharedCtor();
162  void SharedDtor();
163  void SetCachedSize(int size) const final;
164  void InternalSwap(TestConfig* other);
165  private:
166  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
167  return NULL;
168  }
169  inline void* MaybeArenaPtr() const {
170  return NULL;
171  }
172  public:
173 
175 
176  // nested types ----------------------------------------------------
177 
178  // accessors -------------------------------------------------------
179 
180  // optional .goby.middleware.protobuf.AppConfig app = 1;
181  bool has_app() const;
182  void clear_app();
183  static const int kAppFieldNumber = 1;
184  private:
185  const ::goby::middleware::protobuf::AppConfig& _internal_app() const;
186  public:
187  const ::goby::middleware::protobuf::AppConfig& app() const;
188  ::goby::middleware::protobuf::AppConfig* release_app();
189  ::goby::middleware::protobuf::AppConfig* mutable_app();
190  void set_allocated_app(::goby::middleware::protobuf::AppConfig* app);
191 
192  // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
193  bool has_interprocess() const;
194  void clear_interprocess();
195  static const int kInterprocessFieldNumber = 2;
196  private:
197  const ::goby::zeromq::protobuf::InterProcessPortalConfig& _internal_interprocess() const;
198  public:
199  const ::goby::zeromq::protobuf::InterProcessPortalConfig& interprocess() const;
200  ::goby::zeromq::protobuf::InterProcessPortalConfig* release_interprocess();
201  ::goby::zeromq::protobuf::InterProcessPortalConfig* mutable_interprocess();
202  void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess);
203 
204  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.TestConfig)
205  private:
206  void set_has_app();
207  void clear_has_app();
208  void set_has_interprocess();
209  void clear_has_interprocess();
210 
211  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
212  ::google::protobuf::internal::HasBits<1> _has_bits_;
213  mutable ::google::protobuf::internal::CachedSize _cached_size_;
214  ::goby::middleware::protobuf::AppConfig* app_;
215  ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess_;
217 };
218 // -------------------------------------------------------------------
219 
220 class Ready : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Ready) */ {
221  public:
222  Ready();
223  virtual ~Ready();
224 
225  Ready(const Ready& from);
226 
227  inline Ready& operator=(const Ready& from) {
228  CopyFrom(from);
229  return *this;
230  }
231  #if LANG_CXX11
232  Ready(Ready&& from) noexcept
233  : Ready() {
234  *this = ::std::move(from);
235  }
236 
237  inline Ready& operator=(Ready&& from) noexcept {
238  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
239  if (this != &from) InternalSwap(&from);
240  } else {
241  CopyFrom(from);
242  }
243  return *this;
244  }
245  #endif
246  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
247  return _internal_metadata_.unknown_fields();
248  }
249  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
250  return _internal_metadata_.mutable_unknown_fields();
251  }
252 
253  static const ::google::protobuf::Descriptor* descriptor();
254  static const Ready& default_instance();
255 
256  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
257  static inline const Ready* internal_default_instance() {
258  return reinterpret_cast<const Ready*>(
260  }
261  static constexpr int kIndexInFileMessages =
262  1;
263 
264  void Swap(Ready* other);
265  friend void swap(Ready& a, Ready& b) {
266  a.Swap(&b);
267  }
268 
269  // implements Message ----------------------------------------------
270 
271  inline Ready* New() const final {
272  return CreateMaybeMessage<Ready>(NULL);
273  }
274 
275  Ready* New(::google::protobuf::Arena* arena) const final {
276  return CreateMaybeMessage<Ready>(arena);
277  }
278  void CopyFrom(const ::google::protobuf::Message& from) final;
279  void MergeFrom(const ::google::protobuf::Message& from) final;
280  void CopyFrom(const Ready& from);
281  void MergeFrom(const Ready& from);
282  void Clear() final;
283  bool IsInitialized() const final;
284 
285  size_t ByteSizeLong() const final;
287  ::google::protobuf::io::CodedInputStream* input) final;
289  ::google::protobuf::io::CodedOutputStream* output) const final;
291  bool deterministic, ::google::protobuf::uint8* target) const final;
292  int GetCachedSize() const final { return _cached_size_.Get(); }
293 
294  private:
295  void SharedCtor();
296  void SharedDtor();
297  void SetCachedSize(int size) const final;
298  void InternalSwap(Ready* other);
299  private:
300  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
301  return NULL;
302  }
303  inline void* MaybeArenaPtr() const {
304  return NULL;
305  }
306  public:
307 
309 
310  // nested types ----------------------------------------------------
311 
312  // accessors -------------------------------------------------------
313 
314  // optional bool b = 1;
315  bool has_b() const;
316  void clear_b();
317  static const int kBFieldNumber = 1;
318  bool b() const;
319  void set_b(bool value);
320 
321  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Ready)
322  private:
323  void set_has_b();
324  void clear_has_b();
325 
326  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
327  ::google::protobuf::internal::HasBits<1> _has_bits_;
328  mutable ::google::protobuf::internal::CachedSize _cached_size_;
329  bool b_;
331 };
332 // -------------------------------------------------------------------
333 
334 class Widget : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Widget) */ {
335  public:
336  Widget();
337  virtual ~Widget();
338 
339  Widget(const Widget& from);
340 
341  inline Widget& operator=(const Widget& from) {
342  CopyFrom(from);
343  return *this;
344  }
345  #if LANG_CXX11
346  Widget(Widget&& from) noexcept
347  : Widget() {
348  *this = ::std::move(from);
349  }
350 
351  inline Widget& operator=(Widget&& from) noexcept {
352  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
353  if (this != &from) InternalSwap(&from);
354  } else {
355  CopyFrom(from);
356  }
357  return *this;
358  }
359  #endif
360  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
361  return _internal_metadata_.unknown_fields();
362  }
363  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
364  return _internal_metadata_.mutable_unknown_fields();
365  }
366 
367  static const ::google::protobuf::Descriptor* descriptor();
368  static const Widget& default_instance();
369 
370  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
371  static inline const Widget* internal_default_instance() {
372  return reinterpret_cast<const Widget*>(
374  }
375  static constexpr int kIndexInFileMessages =
376  2;
377 
378  void Swap(Widget* other);
379  friend void swap(Widget& a, Widget& b) {
380  a.Swap(&b);
381  }
382 
383  // implements Message ----------------------------------------------
384 
385  inline Widget* New() const final {
386  return CreateMaybeMessage<Widget>(NULL);
387  }
388 
389  Widget* New(::google::protobuf::Arena* arena) const final {
390  return CreateMaybeMessage<Widget>(arena);
391  }
392  void CopyFrom(const ::google::protobuf::Message& from) final;
393  void MergeFrom(const ::google::protobuf::Message& from) final;
394  void CopyFrom(const Widget& from);
395  void MergeFrom(const Widget& from);
396  void Clear() final;
397  bool IsInitialized() const final;
398 
399  size_t ByteSizeLong() const final;
401  ::google::protobuf::io::CodedInputStream* input) final;
403  ::google::protobuf::io::CodedOutputStream* output) const final;
405  bool deterministic, ::google::protobuf::uint8* target) const final;
406  int GetCachedSize() const final { return _cached_size_.Get(); }
407 
408  private:
409  void SharedCtor();
410  void SharedDtor();
411  void SetCachedSize(int size) const final;
412  void InternalSwap(Widget* other);
413  private:
414  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
415  return NULL;
416  }
417  inline void* MaybeArenaPtr() const {
418  return NULL;
419  }
420  public:
421 
423 
424  // nested types ----------------------------------------------------
425 
426  // accessors -------------------------------------------------------
427 
428  // optional int32 b = 1;
429  bool has_b() const;
430  void clear_b();
431  static const int kBFieldNumber = 1;
432  ::google::protobuf::int32 b() const;
433  void set_b(::google::protobuf::int32 value);
434 
435  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Widget)
436  private:
437  void set_has_b();
438  void clear_has_b();
439 
440  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
441  ::google::protobuf::internal::HasBits<1> _has_bits_;
442  mutable ::google::protobuf::internal::CachedSize _cached_size_;
443  ::google::protobuf::int32 b_;
445 };
446 // ===================================================================
447 
448 
449 // ===================================================================
450 
451 #ifdef __GNUC__
452  #pragma GCC diagnostic push
453  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
454 #endif // __GNUC__
455 // TestConfig
456 
457 // optional .goby.middleware.protobuf.AppConfig app = 1;
458 inline bool TestConfig::has_app() const {
459  return (_has_bits_[0] & 0x00000001u) != 0;
460 }
461 inline void TestConfig::set_has_app() {
462  _has_bits_[0] |= 0x00000001u;
463 }
464 inline void TestConfig::clear_has_app() {
465  _has_bits_[0] &= ~0x00000001u;
466 }
467 inline const ::goby::middleware::protobuf::AppConfig& TestConfig::_internal_app() const {
468  return *app_;
469 }
470 inline const ::goby::middleware::protobuf::AppConfig& TestConfig::app() const {
471  const ::goby::middleware::protobuf::AppConfig* p = app_;
472  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.TestConfig.app)
473  return p != NULL ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::AppConfig*>(
475 }
476 inline ::goby::middleware::protobuf::AppConfig* TestConfig::release_app() {
477  // @@protoc_insertion_point(field_release:goby.test.zeromq.protobuf.TestConfig.app)
478  clear_has_app();
480  app_ = NULL;
481  return temp;
482 }
483 inline ::goby::middleware::protobuf::AppConfig* TestConfig::mutable_app() {
484  set_has_app();
485  if (app_ == NULL) {
486  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArenaNoVirtual());
487  app_ = p;
488  }
489  // @@protoc_insertion_point(field_mutable:goby.test.zeromq.protobuf.TestConfig.app)
490  return app_;
491 }
493  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
494  if (message_arena == NULL) {
495  delete reinterpret_cast< ::google::protobuf::MessageLite*>(app_);
496  }
497  if (app) {
498  ::google::protobuf::Arena* submessage_arena = NULL;
499  if (message_arena != submessage_arena) {
500  app = ::google::protobuf::internal::GetOwnedMessage(
501  message_arena, app, submessage_arena);
502  }
503  set_has_app();
504  } else {
505  clear_has_app();
506  }
507  app_ = app;
508  // @@protoc_insertion_point(field_set_allocated:goby.test.zeromq.protobuf.TestConfig.app)
509 }
510 
511 // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
512 inline bool TestConfig::has_interprocess() const {
513  return (_has_bits_[0] & 0x00000002u) != 0;
514 }
515 inline void TestConfig::set_has_interprocess() {
516  _has_bits_[0] |= 0x00000002u;
517 }
518 inline void TestConfig::clear_has_interprocess() {
519  _has_bits_[0] &= ~0x00000002u;
520 }
521 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& TestConfig::_internal_interprocess() const {
522  return *interprocess_;
523 }
524 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& TestConfig::interprocess() const {
525  const ::goby::zeromq::protobuf::InterProcessPortalConfig* p = interprocess_;
526  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.TestConfig.interprocess)
527  return p != NULL ? *p : *reinterpret_cast<const ::goby::zeromq::protobuf::InterProcessPortalConfig*>(
529 }
530 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::release_interprocess() {
531  // @@protoc_insertion_point(field_release:goby.test.zeromq.protobuf.TestConfig.interprocess)
532  clear_has_interprocess();
534  interprocess_ = NULL;
535  return temp;
536 }
537 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::mutable_interprocess() {
538  set_has_interprocess();
539  if (interprocess_ == NULL) {
540  auto* p = CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig>(GetArenaNoVirtual());
541  interprocess_ = p;
542  }
543  // @@protoc_insertion_point(field_mutable:goby.test.zeromq.protobuf.TestConfig.interprocess)
544  return interprocess_;
545 }
547  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
548  if (message_arena == NULL) {
549  delete reinterpret_cast< ::google::protobuf::MessageLite*>(interprocess_);
550  }
551  if (interprocess) {
552  ::google::protobuf::Arena* submessage_arena = NULL;
553  if (message_arena != submessage_arena) {
554  interprocess = ::google::protobuf::internal::GetOwnedMessage(
555  message_arena, interprocess, submessage_arena);
556  }
557  set_has_interprocess();
558  } else {
559  clear_has_interprocess();
560  }
561  interprocess_ = interprocess;
562  // @@protoc_insertion_point(field_set_allocated:goby.test.zeromq.protobuf.TestConfig.interprocess)
563 }
564 
565 // -------------------------------------------------------------------
566 
567 // Ready
568 
569 // optional bool b = 1;
570 inline bool Ready::has_b() const {
571  return (_has_bits_[0] & 0x00000001u) != 0;
572 }
573 inline void Ready::set_has_b() {
574  _has_bits_[0] |= 0x00000001u;
575 }
576 inline void Ready::clear_has_b() {
577  _has_bits_[0] &= ~0x00000001u;
578 }
579 inline void Ready::clear_b() {
580  b_ = false;
581  clear_has_b();
582 }
583 inline bool Ready::b() const {
584  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Ready.b)
585  return b_;
586 }
587 inline void Ready::set_b(bool value) {
588  set_has_b();
589  b_ = value;
590  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Ready.b)
591 }
592 
593 // -------------------------------------------------------------------
594 
595 // Widget
596 
597 // optional int32 b = 1;
598 inline bool Widget::has_b() const {
599  return (_has_bits_[0] & 0x00000001u) != 0;
600 }
601 inline void Widget::set_has_b() {
602  _has_bits_[0] |= 0x00000001u;
603 }
604 inline void Widget::clear_has_b() {
605  _has_bits_[0] &= ~0x00000001u;
606 }
607 inline void Widget::clear_b() {
608  b_ = 0;
609  clear_has_b();
610 }
612  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Widget.b)
613  return b_;
614 }
615 inline void Widget::set_b(::google::protobuf::int32 value) {
616  set_has_b();
617  b_ = value;
618  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Widget.b)
619 }
620 
621 #ifdef __GNUC__
622  #pragma GCC diagnostic pop
623 #endif // __GNUC__
624 // -------------------------------------------------------------------
625 
626 // -------------------------------------------------------------------
627 
628 
629 // @@protoc_insertion_point(namespace_scope)
630 
631 } // namespace protobuf
632 } // namespace zeromq
633 } // namespace test
634 } // namespace goby
635 
636 // @@protoc_insertion_point(global_scope)
637 
638 #endif // PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto
goby::test::zeromq::protobuf::Widget::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:363
goby::test::zeromq::protobuf::Widget::clear_b
void clear_b()
Definition: test.pb.h:355
goby::test::zeromq::protobuf::TestConfig::GetCachedSize
int GetCachedSize() const final
Definition: test.pb.h:158
goby::zeromq::protobuf::InterProcessPortalConfig
Definition: interprocess_config.pb.h:97
goby::middleware::protobuf::AppConfig
Definition: app_config.pb.h:767
goby::test::zeromq::protobuf::TestConfig::mutable_app
::goby::middleware::protobuf::AppConfig * mutable_app()
Definition: test.pb.h:483
goby::test::zeromq::protobuf::Ready::Swap
void Swap(Ready *other)
goby
The global namespace for the Goby project.
Definition: acomms_constants.h:33
goby::test::zeromq::protobuf::TestConfig::default_instance
static const TestConfig & default_instance()
goby::test::zeromq::protobuf::TestConfig::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
goby::test::zeromq::protobuf::TestConfig::~TestConfig
virtual ~TestConfig()
goby::test::zeromq::protobuf::TestConfig::New
TestConfig * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:141
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto
Definition: test.pb.h:43
goby::test::zeromq::protobuf::Ready::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:246
goby::test::zeromq::protobuf::TestConfig::IsInitialized
bool IsInitialized() const final
google::protobuf::MessageLite
Definition: message_lite.h:164
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: test.pb.h:49
goby::test::zeromq::protobuf::TestConfig::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:112
goby::test::zeromq::protobuf::TestConfig::Swap
void Swap(TestConfig *other)
goby::test::zeromq::protobuf::_TestConfig_default_instance_
TestConfigDefaultTypeInternal _TestConfig_default_instance_
Definition: test.pb.h:60
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto::AddDescriptors
void AddDescriptors()
detail::parse_event_t::value
@ value
the parser finished reading a JSON value
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: test.pb.h:47
goby::test::zeromq::protobuf::TestConfig::kInterprocessFieldNumber
static const int kInterprocessFieldNumber
Definition: test.pb.h:195
goby::test::zeromq::protobuf::TestConfig::TestConfig
TestConfig()
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::TestConfig::descriptor
static const ::google::protobuf::Descriptor * descriptor()
goby::test::zeromq::protobuf::Widget::swap
friend void swap(Widget &a, Widget &b)
Definition: test.pb.h:379
interprocess_config.pb.h
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[3]
Definition: test.pb.h:48
goby::test::zeromq::protobuf::Ready::New
Ready * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:275
goby::test::zeromq::protobuf::TestConfig::mutable_interprocess
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess()
Definition: test.pb.h:537
goby::test::zeromq::protobuf::TestConfig::internal_default_instance
static const TestConfig * internal_default_instance()
Definition: test.pb.h:123
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: test.pb.h:46
goby::test::zeromq::protobuf::_Ready_default_instance_
ReadyDefaultTypeInternal _Ready_default_instance_
Definition: test.pb.h:60
goby::test::zeromq::protobuf::TestConfig::has_interprocess
bool has_interprocess() const
Definition: test.pb.h:512
goby::test::zeromq::protobuf::Ready::swap
friend void swap(Ready &a, Ready &b)
Definition: test.pb.h:265
goby::test::zeromq::protobuf::TestConfig::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: test.pb.h:127
goby::test::zeromq::protobuf::TestConfig::set_allocated_interprocess
void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
Definition: test.pb.h:546
goby::test::zeromq::protobuf::TestConfig::clear_interprocess
void clear_interprocess()
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: test.pb.h:51
message.h
goby::test::zeromq::protobuf::Ready::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:249
goby::test::zeromq::protobuf::TestConfig::has_app
bool has_app() const
Definition: test.pb.h:458
goby::test::zeromq::protobuf::TestConfig::set_allocated_app
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
Definition: test.pb.h:492
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::TestConfig::operator=
TestConfig & operator=(const TestConfig &from)
Definition: test.pb.h:93
goby::test::zeromq::protobuf::TestConfig::release_app
::goby::middleware::protobuf::AppConfig * release_app()
Definition: test.pb.h:476
goby::test::zeromq::protobuf::TestConfig::Clear
void Clear() final
goby::test::zeromq::protobuf::TestConfig::New
TestConfig * New() const final
Definition: test.pb.h:137
goby::test::zeromq::protobuf::TestConfig::release_interprocess
::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess()
Definition: test.pb.h:530
goby::test::zeromq::protobuf::TestConfig::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
google::protobuf::Metadata
Definition: message.h:174
google::protobuf::Message
Definition: message.h:189
goby::test::zeromq::protobuf::TestConfig::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:115
goby::test::zeromq::protobuf::TestConfig::clear_app
void clear_app()
goby::test::zeromq::protobuf::Ready
Definition: test.pb.h:83
goby::test::zeromq::protobuf::Widget
Definition: test.pb.h:194
goby::test::zeromq::protobuf::Widget::has_b
bool has_b() const
Definition: test.pb.h:346
goby::test::zeromq::protobuf::TestConfig::app
const ::goby::middleware::protobuf::AppConfig & app() const
Definition: test.pb.h:470
goby::test::zeromq::protobuf::TestConfig::interprocess
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess() const
Definition: test.pb.h:524
goby::middleware::protobuf::_AppConfig_default_instance_
AppConfigDefaultTypeInternal _AppConfig_default_instance_
goby::test::zeromq::protobuf::TestConfig::kAppFieldNumber
static const int kAppFieldNumber
Definition: test.pb.h:183
goby::test::zeromq::protobuf::Widget::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:360
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: test.pb.h:50
arena.h
goby::test::zeromq::protobuf::TestConfig::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
goby::test::zeromq::protobuf::Widget::operator=
Widget & operator=(const Widget &from)
Definition: test.pb.h:341
goby::test::zeromq::protobuf::Ready::New
Ready * New() const final
Definition: test.pb.h:271
goby::test::zeromq::protobuf::TestConfig::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
goby::test::zeromq::protobuf::TestConfig::InitAsDefaultInstance
static void InitAsDefaultInstance()
protobuf_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto::TableStruct
Definition: test.pb.h:45
goby::test::zeromq::protobuf::Ready::has_b
bool has_b() const
Definition: test.pb.h:570
goby::test::zeromq::protobuf::Ready::b
bool b() const
Definition: test.pb.h:583
goby::test::zeromq::protobuf::Ready::internal_default_instance
static const Ready * internal_default_instance()
Definition: test.pb.h:257
goby::test::zeromq::protobuf::Ready::clear_b
void clear_b()
Definition: test.pb.h:579
goby::test::zeromq::protobuf::TestConfig::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
app_config.pb.h
goby::test::zeromq::protobuf::TestConfig::ByteSizeLong
size_t ByteSizeLong() const final
goby::test::zeromq::protobuf::TestConfig::swap
friend void swap(TestConfig &a, TestConfig &b)
Definition: test.pb.h:131
goby::test::zeromq::protobuf::TestConfig
Definition: test.pb.h:86
goby::zeromq::protobuf::_InterProcessPortalConfig_default_instance_
InterProcessPortalConfigDefaultTypeInternal _InterProcessPortalConfig_default_instance_
goby::test::zeromq::protobuf::Widget::New
Widget * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:389
goby::test::zeromq::protobuf::Ready::set_b
void set_b(bool value)
Definition: test.pb.h:587
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::TestConfig::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
friend
goby::test::zeromq::protobuf::Widget::New
Widget * New() const final
Definition: test.pb.h:385
google
Definition: dccl.h:57
goby::test::zeromq::protobuf::Widget::Swap
void Swap(Widget *other)
goby::test::zeromq::protobuf::Widget::internal_default_instance
static const Widget * internal_default_instance()
Definition: test.pb.h:371
goby::test::zeromq::protobuf::Ready::operator=
Ready & operator=(const Ready &from)
Definition: test.pb.h:227
goby::test::zeromq::protobuf::Widget::set_b
void set_b(::google::protobuf::int32 value)
Definition: test.pb.h:363