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/single_thread_app1/test.proto
3 
4 #ifndef PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fsingle_5fthread_5fapp1_2ftest_2eproto
5 #define PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fsingle_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_2fsingle_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[2];
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_2fsingle_5fthread_5fapp1_2ftest_2eproto
55 namespace goby {
56 namespace test {
57 namespace zeromq {
58 namespace protobuf {
59 class TestConfig;
60 class TestConfigDefaultTypeInternal;
61 extern TestConfigDefaultTypeInternal _TestConfig_default_instance_;
62 class Widget;
63 class WidgetDefaultTypeInternal;
64 extern WidgetDefaultTypeInternal _Widget_default_instance_;
65 } // namespace protobuf
66 } // namespace zeromq
67 } // namespace test
68 } // namespace goby
69 namespace google {
70 namespace protobuf {
71 template<> ::goby::test::zeromq::protobuf::TestConfig* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::TestConfig>(Arena*);
72 template<> ::goby::test::zeromq::protobuf::Widget* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Widget>(Arena*);
73 } // namespace protobuf
74 } // namespace google
75 namespace goby {
76 namespace test {
77 namespace zeromq {
78 namespace protobuf {
79 
80 // ===================================================================
81 
82 class TestConfig : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.TestConfig) */ {
83  public:
84  TestConfig();
85  virtual ~TestConfig();
86 
87  TestConfig(const TestConfig& from);
88 
89  inline TestConfig& operator=(const TestConfig& from) {
90  CopyFrom(from);
91  return *this;
92  }
93  #if LANG_CXX11
94  TestConfig(TestConfig&& from) noexcept
95  : TestConfig() {
96  *this = ::std::move(from);
97  }
98 
99  inline TestConfig& operator=(TestConfig&& from) noexcept {
100  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
101  if (this != &from) InternalSwap(&from);
102  } else {
103  CopyFrom(from);
104  }
105  return *this;
106  }
107  #endif
108  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
109  return _internal_metadata_.unknown_fields();
110  }
111  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
112  return _internal_metadata_.mutable_unknown_fields();
113  }
114 
115  static const ::google::protobuf::Descriptor* descriptor();
116  static const TestConfig& default_instance();
117 
118  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
119  static inline const TestConfig* internal_default_instance() {
120  return reinterpret_cast<const TestConfig*>(
122  }
123  static constexpr int kIndexInFileMessages =
124  0;
125 
126  void Swap(TestConfig* other);
127  friend void swap(TestConfig& a, TestConfig& b) {
128  a.Swap(&b);
129  }
130 
131  // implements Message ----------------------------------------------
132 
133  inline TestConfig* New() const final {
134  return CreateMaybeMessage<TestConfig>(NULL);
135  }
136 
137  TestConfig* New(::google::protobuf::Arena* arena) const final {
138  return CreateMaybeMessage<TestConfig>(arena);
139  }
140  void CopyFrom(const ::google::protobuf::Message& from) final;
141  void MergeFrom(const ::google::protobuf::Message& from) final;
142  void CopyFrom(const TestConfig& from);
143  void MergeFrom(const TestConfig& from);
144  void Clear() final;
145  bool IsInitialized() const final;
146 
147  size_t ByteSizeLong() const final;
149  ::google::protobuf::io::CodedInputStream* input) final;
151  ::google::protobuf::io::CodedOutputStream* output) const final;
153  bool deterministic, ::google::protobuf::uint8* target) const final;
154  int GetCachedSize() const final { return _cached_size_.Get(); }
155 
156  private:
157  void SharedCtor();
158  void SharedDtor();
159  void SetCachedSize(int size) const final;
160  void InternalSwap(TestConfig* other);
161  private:
162  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
163  return NULL;
164  }
165  inline void* MaybeArenaPtr() const {
166  return NULL;
167  }
168  public:
169 
171 
172  // nested types ----------------------------------------------------
173 
174  // accessors -------------------------------------------------------
175 
176  // optional .goby.middleware.protobuf.AppConfig app = 1;
177  bool has_app() const;
178  void clear_app();
179  static const int kAppFieldNumber = 1;
180  private:
181  const ::goby::middleware::protobuf::AppConfig& _internal_app() const;
182  public:
183  const ::goby::middleware::protobuf::AppConfig& app() const;
184  ::goby::middleware::protobuf::AppConfig* release_app();
185  ::goby::middleware::protobuf::AppConfig* mutable_app();
186  void set_allocated_app(::goby::middleware::protobuf::AppConfig* app);
187 
188  // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
189  bool has_interprocess() const;
190  void clear_interprocess();
191  static const int kInterprocessFieldNumber = 2;
192  private:
193  const ::goby::zeromq::protobuf::InterProcessPortalConfig& _internal_interprocess() const;
194  public:
195  const ::goby::zeromq::protobuf::InterProcessPortalConfig& interprocess() const;
196  ::goby::zeromq::protobuf::InterProcessPortalConfig* release_interprocess();
197  ::goby::zeromq::protobuf::InterProcessPortalConfig* mutable_interprocess();
198  void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess);
199 
200  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.TestConfig)
201  private:
202  void set_has_app();
203  void clear_has_app();
204  void set_has_interprocess();
205  void clear_has_interprocess();
206 
207  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
208  ::google::protobuf::internal::HasBits<1> _has_bits_;
209  mutable ::google::protobuf::internal::CachedSize _cached_size_;
210  ::goby::middleware::protobuf::AppConfig* app_;
211  ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess_;
213 };
214 // -------------------------------------------------------------------
215 
216 class Widget : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Widget) */ {
217  public:
218  Widget();
219  virtual ~Widget();
220 
221  Widget(const Widget& from);
222 
223  inline Widget& operator=(const Widget& from) {
224  CopyFrom(from);
225  return *this;
226  }
227  #if LANG_CXX11
228  Widget(Widget&& from) noexcept
229  : Widget() {
230  *this = ::std::move(from);
231  }
232 
233  inline Widget& operator=(Widget&& from) noexcept {
234  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
235  if (this != &from) InternalSwap(&from);
236  } else {
237  CopyFrom(from);
238  }
239  return *this;
240  }
241  #endif
242  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
243  return _internal_metadata_.unknown_fields();
244  }
245  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
246  return _internal_metadata_.mutable_unknown_fields();
247  }
248 
249  static const ::google::protobuf::Descriptor* descriptor();
250  static const Widget& default_instance();
251 
252  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
253  static inline const Widget* internal_default_instance() {
254  return reinterpret_cast<const Widget*>(
256  }
257  static constexpr int kIndexInFileMessages =
258  1;
259 
260  void Swap(Widget* other);
261  friend void swap(Widget& a, Widget& b) {
262  a.Swap(&b);
263  }
264 
265  // implements Message ----------------------------------------------
266 
267  inline Widget* New() const final {
268  return CreateMaybeMessage<Widget>(NULL);
269  }
270 
271  Widget* New(::google::protobuf::Arena* arena) const final {
272  return CreateMaybeMessage<Widget>(arena);
273  }
274  void CopyFrom(const ::google::protobuf::Message& from) final;
275  void MergeFrom(const ::google::protobuf::Message& from) final;
276  void CopyFrom(const Widget& from);
277  void MergeFrom(const Widget& from);
278  void Clear() final;
279  bool IsInitialized() const final;
280 
281  size_t ByteSizeLong() const final;
283  ::google::protobuf::io::CodedInputStream* input) final;
285  ::google::protobuf::io::CodedOutputStream* output) const final;
287  bool deterministic, ::google::protobuf::uint8* target) const final;
288  int GetCachedSize() const final { return _cached_size_.Get(); }
289 
290  private:
291  void SharedCtor();
292  void SharedDtor();
293  void SetCachedSize(int size) const final;
294  void InternalSwap(Widget* other);
295  private:
296  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
297  return NULL;
298  }
299  inline void* MaybeArenaPtr() const {
300  return NULL;
301  }
302  public:
303 
305 
306  // nested types ----------------------------------------------------
307 
308  // accessors -------------------------------------------------------
309 
310  // optional int32 b = 1;
311  bool has_b() const;
312  void clear_b();
313  static const int kBFieldNumber = 1;
314  ::google::protobuf::int32 b() const;
315  void set_b(::google::protobuf::int32 value);
316 
317  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Widget)
318  private:
319  void set_has_b();
320  void clear_has_b();
321 
322  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
323  ::google::protobuf::internal::HasBits<1> _has_bits_;
324  mutable ::google::protobuf::internal::CachedSize _cached_size_;
325  ::google::protobuf::int32 b_;
327 };
328 // ===================================================================
329 
330 
331 // ===================================================================
332 
333 #ifdef __GNUC__
334  #pragma GCC diagnostic push
335  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
336 #endif // __GNUC__
337 // TestConfig
338 
339 // optional .goby.middleware.protobuf.AppConfig app = 1;
340 inline bool TestConfig::has_app() const {
341  return (_has_bits_[0] & 0x00000001u) != 0;
342 }
343 inline void TestConfig::set_has_app() {
344  _has_bits_[0] |= 0x00000001u;
345 }
346 inline void TestConfig::clear_has_app() {
347  _has_bits_[0] &= ~0x00000001u;
348 }
349 inline const ::goby::middleware::protobuf::AppConfig& TestConfig::_internal_app() const {
350  return *app_;
351 }
352 inline const ::goby::middleware::protobuf::AppConfig& TestConfig::app() const {
353  const ::goby::middleware::protobuf::AppConfig* p = app_;
354  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.TestConfig.app)
355  return p != NULL ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::AppConfig*>(
357 }
358 inline ::goby::middleware::protobuf::AppConfig* TestConfig::release_app() {
359  // @@protoc_insertion_point(field_release:goby.test.zeromq.protobuf.TestConfig.app)
360  clear_has_app();
362  app_ = NULL;
363  return temp;
364 }
365 inline ::goby::middleware::protobuf::AppConfig* TestConfig::mutable_app() {
366  set_has_app();
367  if (app_ == NULL) {
368  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArenaNoVirtual());
369  app_ = p;
370  }
371  // @@protoc_insertion_point(field_mutable:goby.test.zeromq.protobuf.TestConfig.app)
372  return app_;
373 }
375  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
376  if (message_arena == NULL) {
377  delete reinterpret_cast< ::google::protobuf::MessageLite*>(app_);
378  }
379  if (app) {
380  ::google::protobuf::Arena* submessage_arena = NULL;
381  if (message_arena != submessage_arena) {
382  app = ::google::protobuf::internal::GetOwnedMessage(
383  message_arena, app, submessage_arena);
384  }
385  set_has_app();
386  } else {
387  clear_has_app();
388  }
389  app_ = app;
390  // @@protoc_insertion_point(field_set_allocated:goby.test.zeromq.protobuf.TestConfig.app)
391 }
392 
393 // optional .goby.zeromq.protobuf.InterProcessPortalConfig interprocess = 2;
394 inline bool TestConfig::has_interprocess() const {
395  return (_has_bits_[0] & 0x00000002u) != 0;
396 }
397 inline void TestConfig::set_has_interprocess() {
398  _has_bits_[0] |= 0x00000002u;
399 }
400 inline void TestConfig::clear_has_interprocess() {
401  _has_bits_[0] &= ~0x00000002u;
402 }
403 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& TestConfig::_internal_interprocess() const {
404  return *interprocess_;
405 }
406 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& TestConfig::interprocess() const {
407  const ::goby::zeromq::protobuf::InterProcessPortalConfig* p = interprocess_;
408  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.TestConfig.interprocess)
409  return p != NULL ? *p : *reinterpret_cast<const ::goby::zeromq::protobuf::InterProcessPortalConfig*>(
411 }
412 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::release_interprocess() {
413  // @@protoc_insertion_point(field_release:goby.test.zeromq.protobuf.TestConfig.interprocess)
414  clear_has_interprocess();
416  interprocess_ = NULL;
417  return temp;
418 }
419 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::mutable_interprocess() {
420  set_has_interprocess();
421  if (interprocess_ == NULL) {
422  auto* p = CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig>(GetArenaNoVirtual());
423  interprocess_ = p;
424  }
425  // @@protoc_insertion_point(field_mutable:goby.test.zeromq.protobuf.TestConfig.interprocess)
426  return interprocess_;
427 }
429  ::google::protobuf::Arena* message_arena = GetArenaNoVirtual();
430  if (message_arena == NULL) {
431  delete reinterpret_cast< ::google::protobuf::MessageLite*>(interprocess_);
432  }
433  if (interprocess) {
434  ::google::protobuf::Arena* submessage_arena = NULL;
435  if (message_arena != submessage_arena) {
436  interprocess = ::google::protobuf::internal::GetOwnedMessage(
437  message_arena, interprocess, submessage_arena);
438  }
439  set_has_interprocess();
440  } else {
441  clear_has_interprocess();
442  }
443  interprocess_ = interprocess;
444  // @@protoc_insertion_point(field_set_allocated:goby.test.zeromq.protobuf.TestConfig.interprocess)
445 }
446 
447 // -------------------------------------------------------------------
448 
449 // Widget
450 
451 // optional int32 b = 1;
452 inline bool Widget::has_b() const {
453  return (_has_bits_[0] & 0x00000001u) != 0;
454 }
455 inline void Widget::set_has_b() {
456  _has_bits_[0] |= 0x00000001u;
457 }
458 inline void Widget::clear_has_b() {
459  _has_bits_[0] &= ~0x00000001u;
460 }
461 inline void Widget::clear_b() {
462  b_ = 0;
463  clear_has_b();
464 }
466  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Widget.b)
467  return b_;
468 }
469 inline void Widget::set_b(::google::protobuf::int32 value) {
470  set_has_b();
471  b_ = value;
472  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Widget.b)
473 }
474 
475 #ifdef __GNUC__
476  #pragma GCC diagnostic pop
477 #endif // __GNUC__
478 // -------------------------------------------------------------------
479 
480 
481 // @@protoc_insertion_point(namespace_scope)
482 
483 } // namespace protobuf
484 } // namespace zeromq
485 } // namespace test
486 } // namespace goby
487 
488 // @@protoc_insertion_point(global_scope)
489 
490 #endif // PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fsingle_5fthread_5fapp1_2ftest_2eproto
goby::test::zeromq::protobuf::Widget::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:245
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
protobuf_goby_2ftest_2fzeromq_2fsingle_5fthread_5fapp1_2ftest_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: test.pb.h:46
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:137
goby::test::zeromq::protobuf::TestConfig::IsInitialized
bool IsInitialized() const final
google::protobuf::MessageLite
Definition: message_lite.h:164
goby::test::zeromq::protobuf::TestConfig::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:108
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
detail::parse_event_t::value
@ value
the parser finished reading a JSON value
goby::test::zeromq::protobuf::TestConfig::kInterprocessFieldNumber
static const int kInterprocessFieldNumber
Definition: test.pb.h:195
goby::test::zeromq::protobuf::TestConfig::TestConfig
TestConfig()
protobuf_goby_2ftest_2fzeromq_2fsingle_5fthread_5fapp1_2ftest_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: test.pb.h:49
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:261
protobuf_goby_2ftest_2fzeromq_2fsingle_5fthread_5fapp1_2ftest_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: test.pb.h:51
interprocess_config.pb.h
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:119
protobuf_goby_2ftest_2fzeromq_2fsingle_5fthread_5fapp1_2ftest_2eproto::TableStruct
Definition: test.pb.h:45
goby::test::zeromq::protobuf::TestConfig::has_interprocess
bool has_interprocess() const
Definition: test.pb.h:512
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()
message.h
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
protobuf_goby_2ftest_2fzeromq_2fsingle_5fthread_5fapp1_2ftest_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: test.pb.h:50
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:89
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:133
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
protobuf_goby_2ftest_2fzeromq_2fsingle_5fthread_5fapp1_2ftest_2eproto
Definition: test.pb.h:43
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:111
goby::test::zeromq::protobuf::TestConfig::clear_app
void clear_app()
goby::test::zeromq::protobuf::Widget
Definition: test.pb.h:194
protobuf_goby_2ftest_2fzeromq_2fsingle_5fthread_5fapp1_2ftest_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[2]
Definition: test.pb.h:48
protobuf_goby_2ftest_2fzeromq_2fsingle_5fthread_5fapp1_2ftest_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: test.pb.h:47
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:242
arena.h
goby::test::zeromq::protobuf::TestConfig::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
protobuf_goby_2ftest_2fzeromq_2fsingle_5fthread_5fapp1_2ftest_2eproto::AddDescriptors
void AddDescriptors()
goby::test::zeromq::protobuf::Widget::operator=
Widget & operator=(const Widget &from)
Definition: test.pb.h:223
goby::test::zeromq::protobuf::TestConfig::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
goby::test::zeromq::protobuf::TestConfig::InitAsDefaultInstance
static void InitAsDefaultInstance()
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:127
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:271
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:267
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:253
goby::test::zeromq::protobuf::Widget::set_b
void set_b(::google::protobuf::int32 value)
Definition: test.pb.h:363