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/middleware_regex/test.proto
3 
4 #ifndef PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmiddleware_5fregex_2ftest_2eproto
5 #define PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmiddleware_5fregex_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_2fmiddleware_5fregex_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[2];
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_2fmiddleware_5fregex_2ftest_2eproto
53 namespace goby {
54 namespace test {
55 namespace zeromq {
56 namespace protobuf {
57 class Sample;
58 class SampleDefaultTypeInternal;
59 extern SampleDefaultTypeInternal _Sample_default_instance_;
60 class Widget;
61 class WidgetDefaultTypeInternal;
62 extern WidgetDefaultTypeInternal _Widget_default_instance_;
63 } // namespace protobuf
64 } // namespace zeromq
65 } // namespace test
66 } // namespace goby
67 namespace google {
68 namespace protobuf {
69 template<> ::goby::test::zeromq::protobuf::Sample* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Sample>(Arena*);
70 template<> ::goby::test::zeromq::protobuf::Widget* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Widget>(Arena*);
71 } // namespace protobuf
72 } // namespace google
73 namespace goby {
74 namespace test {
75 namespace zeromq {
76 namespace protobuf {
77 
78 // ===================================================================
79 
80 class Sample : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Sample) */ {
81  public:
82  Sample();
83  virtual ~Sample();
84 
85  Sample(const Sample& from);
86 
87  inline Sample& operator=(const Sample& from) {
88  CopyFrom(from);
89  return *this;
90  }
91  #if LANG_CXX11
92  Sample(Sample&& from) noexcept
93  : Sample() {
94  *this = ::std::move(from);
95  }
96 
97  inline Sample& operator=(Sample&& from) noexcept {
98  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
99  if (this != &from) InternalSwap(&from);
100  } else {
101  CopyFrom(from);
102  }
103  return *this;
104  }
105  #endif
106  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
107  return _internal_metadata_.unknown_fields();
108  }
109  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
110  return _internal_metadata_.mutable_unknown_fields();
111  }
112 
113  static const ::google::protobuf::Descriptor* descriptor();
114  static const Sample& default_instance();
115 
116  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
117  static inline const Sample* internal_default_instance() {
118  return reinterpret_cast<const Sample*>(
120  }
121  static constexpr int kIndexInFileMessages =
122  0;
123 
124  void Swap(Sample* other);
125  friend void swap(Sample& a, Sample& b) {
126  a.Swap(&b);
127  }
128 
129  // implements Message ----------------------------------------------
130 
131  inline Sample* New() const final {
132  return CreateMaybeMessage<Sample>(NULL);
133  }
134 
135  Sample* New(::google::protobuf::Arena* arena) const final {
136  return CreateMaybeMessage<Sample>(arena);
137  }
138  void CopyFrom(const ::google::protobuf::Message& from) final;
139  void MergeFrom(const ::google::protobuf::Message& from) final;
140  void CopyFrom(const Sample& from);
141  void MergeFrom(const Sample& from);
142  void Clear() final;
143  bool IsInitialized() const final;
144 
145  size_t ByteSizeLong() const final;
147  ::google::protobuf::io::CodedInputStream* input) final;
149  ::google::protobuf::io::CodedOutputStream* output) const final;
151  bool deterministic, ::google::protobuf::uint8* target) const final;
152  int GetCachedSize() const final { return _cached_size_.Get(); }
153 
154  private:
155  void SharedCtor();
156  void SharedDtor();
157  void SetCachedSize(int size) const final;
158  void InternalSwap(Sample* other);
159  private:
160  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
161  return NULL;
162  }
163  inline void* MaybeArenaPtr() const {
164  return NULL;
165  }
166  public:
167 
169 
170  // nested types ----------------------------------------------------
171 
172  // accessors -------------------------------------------------------
173 
174  // optional string group = 2;
175  bool has_group() const;
176  void clear_group();
177  static const int kGroupFieldNumber = 2;
178  const ::std::string& group() const;
179  void set_group(const ::std::string& value);
180  #if LANG_CXX11
181  void set_group(::std::string&& value);
182  #endif
183  void set_group(const char* value);
184  void set_group(const char* value, size_t size);
185  ::std::string* mutable_group();
186  ::std::string* release_group();
187  void set_allocated_group(::std::string* group);
188 
189  // optional int32 a = 1;
190  bool has_a() const;
191  void clear_a();
192  static const int kAFieldNumber = 1;
194  void set_a(::google::protobuf::int32 value);
195 
196  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Sample)
197  private:
198  void set_has_a();
199  void clear_has_a();
200  void set_has_group();
201  void clear_has_group();
202 
203  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
204  ::google::protobuf::internal::HasBits<1> _has_bits_;
205  mutable ::google::protobuf::internal::CachedSize _cached_size_;
206  ::google::protobuf::internal::ArenaStringPtr group_;
208  friend struct ::protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fregex_2ftest_2eproto::TableStruct;
209 };
210 // -------------------------------------------------------------------
211 
212 class Widget : public ::google::protobuf::Message /* @@protoc_insertion_point(class_definition:goby.test.zeromq.protobuf.Widget) */ {
213  public:
214  Widget();
215  virtual ~Widget();
216 
217  Widget(const Widget& from);
218 
219  inline Widget& operator=(const Widget& from) {
220  CopyFrom(from);
221  return *this;
222  }
223  #if LANG_CXX11
224  Widget(Widget&& from) noexcept
225  : Widget() {
226  *this = ::std::move(from);
227  }
228 
229  inline Widget& operator=(Widget&& from) noexcept {
230  if (GetArenaNoVirtual() == from.GetArenaNoVirtual()) {
231  if (this != &from) InternalSwap(&from);
232  } else {
233  CopyFrom(from);
234  }
235  return *this;
236  }
237  #endif
238  inline const ::google::protobuf::UnknownFieldSet& unknown_fields() const {
239  return _internal_metadata_.unknown_fields();
240  }
241  inline ::google::protobuf::UnknownFieldSet* mutable_unknown_fields() {
242  return _internal_metadata_.mutable_unknown_fields();
243  }
244 
245  static const ::google::protobuf::Descriptor* descriptor();
246  static const Widget& default_instance();
247 
248  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
249  static inline const Widget* internal_default_instance() {
250  return reinterpret_cast<const Widget*>(
252  }
253  static constexpr int kIndexInFileMessages =
254  1;
255 
256  void Swap(Widget* other);
257  friend void swap(Widget& a, Widget& b) {
258  a.Swap(&b);
259  }
260 
261  // implements Message ----------------------------------------------
262 
263  inline Widget* New() const final {
264  return CreateMaybeMessage<Widget>(NULL);
265  }
266 
267  Widget* New(::google::protobuf::Arena* arena) const final {
268  return CreateMaybeMessage<Widget>(arena);
269  }
270  void CopyFrom(const ::google::protobuf::Message& from) final;
271  void MergeFrom(const ::google::protobuf::Message& from) final;
272  void CopyFrom(const Widget& from);
273  void MergeFrom(const Widget& from);
274  void Clear() final;
275  bool IsInitialized() const final;
276 
277  size_t ByteSizeLong() const final;
279  ::google::protobuf::io::CodedInputStream* input) final;
281  ::google::protobuf::io::CodedOutputStream* output) const final;
283  bool deterministic, ::google::protobuf::uint8* target) const final;
284  int GetCachedSize() const final { return _cached_size_.Get(); }
285 
286  private:
287  void SharedCtor();
288  void SharedDtor();
289  void SetCachedSize(int size) const final;
290  void InternalSwap(Widget* other);
291  private:
292  inline ::google::protobuf::Arena* GetArenaNoVirtual() const {
293  return NULL;
294  }
295  inline void* MaybeArenaPtr() const {
296  return NULL;
297  }
298  public:
299 
301 
302  // nested types ----------------------------------------------------
303 
304  // accessors -------------------------------------------------------
305 
306  // optional int32 b = 1;
307  bool has_b() const;
308  void clear_b();
309  static const int kBFieldNumber = 1;
310  ::google::protobuf::int32 b() const;
311  void set_b(::google::protobuf::int32 value);
312 
313  // @@protoc_insertion_point(class_scope:goby.test.zeromq.protobuf.Widget)
314  private:
315  void set_has_b();
316  void clear_has_b();
317 
318  ::google::protobuf::internal::InternalMetadataWithArena _internal_metadata_;
319  ::google::protobuf::internal::HasBits<1> _has_bits_;
320  mutable ::google::protobuf::internal::CachedSize _cached_size_;
321  ::google::protobuf::int32 b_;
323 };
324 // ===================================================================
325 
326 
327 // ===================================================================
328 
329 #ifdef __GNUC__
330  #pragma GCC diagnostic push
331  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
332 #endif // __GNUC__
333 // Sample
334 
335 // optional int32 a = 1;
336 inline bool Sample::has_a() const {
337  return (_has_bits_[0] & 0x00000002u) != 0;
338 }
339 inline void Sample::set_has_a() {
340  _has_bits_[0] |= 0x00000002u;
341 }
342 inline void Sample::clear_has_a() {
343  _has_bits_[0] &= ~0x00000002u;
344 }
345 inline void Sample::clear_a() {
346  a_ = 0;
347  clear_has_a();
348 }
350  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Sample.a)
351  return a_;
352 }
353 inline void Sample::set_a(::google::protobuf::int32 value) {
354  set_has_a();
355  a_ = value;
356  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Sample.a)
357 }
358 
359 // optional string group = 2;
360 inline bool Sample::has_group() const {
361  return (_has_bits_[0] & 0x00000001u) != 0;
362 }
363 inline void Sample::set_has_group() {
364  _has_bits_[0] |= 0x00000001u;
365 }
366 inline void Sample::clear_has_group() {
367  _has_bits_[0] &= ~0x00000001u;
368 }
369 inline void Sample::clear_group() {
370  group_.ClearToEmptyNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
371  clear_has_group();
372 }
373 inline const ::std::string& Sample::group() const {
374  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Sample.group)
375  return group_.GetNoArena();
376 }
377 inline void Sample::set_group(const ::std::string& value) {
378  set_has_group();
379  group_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), value);
380  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Sample.group)
381 }
382 #if LANG_CXX11
383 inline void Sample::set_group(::std::string&& value) {
384  set_has_group();
385  group_.SetNoArena(
387  // @@protoc_insertion_point(field_set_rvalue:goby.test.zeromq.protobuf.Sample.group)
388 }
389 #endif
390 inline void Sample::set_group(const char* value) {
391  GOOGLE_DCHECK(value != NULL);
392  set_has_group();
393  group_.SetNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), ::std::string(value));
394  // @@protoc_insertion_point(field_set_char:goby.test.zeromq.protobuf.Sample.group)
395 }
396 inline void Sample::set_group(const char* value, size_t size) {
397  set_has_group();
399  ::std::string(reinterpret_cast<const char*>(value), size));
400  // @@protoc_insertion_point(field_set_pointer:goby.test.zeromq.protobuf.Sample.group)
401 }
402 inline ::std::string* Sample::mutable_group() {
403  set_has_group();
404  // @@protoc_insertion_point(field_mutable:goby.test.zeromq.protobuf.Sample.group)
405  return group_.MutableNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
406 }
407 inline ::std::string* Sample::release_group() {
408  // @@protoc_insertion_point(field_release:goby.test.zeromq.protobuf.Sample.group)
409  if (!has_group()) {
410  return NULL;
411  }
412  clear_has_group();
413  return group_.ReleaseNonDefaultNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited());
414 }
415 inline void Sample::set_allocated_group(::std::string* group) {
416  if (group != NULL) {
417  set_has_group();
418  } else {
419  clear_has_group();
420  }
421  group_.SetAllocatedNoArena(&::google::protobuf::internal::GetEmptyStringAlreadyInited(), group);
422  // @@protoc_insertion_point(field_set_allocated:goby.test.zeromq.protobuf.Sample.group)
423 }
424 
425 // -------------------------------------------------------------------
426 
427 // Widget
428 
429 // optional int32 b = 1;
430 inline bool Widget::has_b() const {
431  return (_has_bits_[0] & 0x00000001u) != 0;
432 }
433 inline void Widget::set_has_b() {
434  _has_bits_[0] |= 0x00000001u;
435 }
436 inline void Widget::clear_has_b() {
437  _has_bits_[0] &= ~0x00000001u;
438 }
439 inline void Widget::clear_b() {
440  b_ = 0;
441  clear_has_b();
442 }
444  // @@protoc_insertion_point(field_get:goby.test.zeromq.protobuf.Widget.b)
445  return b_;
446 }
447 inline void Widget::set_b(::google::protobuf::int32 value) {
448  set_has_b();
449  b_ = value;
450  // @@protoc_insertion_point(field_set:goby.test.zeromq.protobuf.Widget.b)
451 }
452 
453 #ifdef __GNUC__
454  #pragma GCC diagnostic pop
455 #endif // __GNUC__
456 // -------------------------------------------------------------------
457 
458 
459 // @@protoc_insertion_point(namespace_scope)
460 
461 } // namespace protobuf
462 } // namespace zeromq
463 } // namespace test
464 } // namespace goby
465 
466 // @@protoc_insertion_point(global_scope)
467 
468 #endif // PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmiddleware_5fregex_2ftest_2eproto
goby::test::zeromq::protobuf::Widget::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:241
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_2fmiddleware_5fregex_2ftest_2eproto::AddDescriptors
void AddDescriptors()
google::protobuf::internal::GetEmptyStringAlreadyInited
LIBPROTOBUF_EXPORTconst ::std::string & GetEmptyStringAlreadyInited()
Definition: message_lite.h:133
goby::test::zeromq::protobuf::Widget::default_instance
static const Widget & default_instance()
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fregex_2ftest_2eproto::TableStruct::offsets
static const ::google::protobuf::uint32 offsets[]
Definition: test.pb.h:49
goby::test::zeromq::protobuf::Widget::kIndexInFileMessages
static constexpr int kIndexInFileMessages
Definition: test.pb.h:235
goby::test::zeromq::protobuf::Sample::set_allocated_group
void set_allocated_group(::std::string *group)
Definition: test.pb.h:415
goby::test::zeromq::protobuf::Sample
Definition: test.pb.h:80
goby::test::zeromq::protobuf::Sample::has_group
bool has_group() const
Definition: test.pb.h:360
goby::test::zeromq::protobuf::Sample::kGroupFieldNumber
static const int kGroupFieldNumber
Definition: test.pb.h:177
goby::test::zeromq::protobuf::Sample::InitAsDefaultInstance
static void InitAsDefaultInstance()
goby::test::zeromq::protobuf::Widget::kBFieldNumber
static const int kBFieldNumber
Definition: test.pb.h:291
goby
The global namespace for the Goby project.
Definition: acomms_constants.h:33
goby::test::zeromq::protobuf::Widget::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
goby::test::zeromq::protobuf::Sample::release_group
::std::string * release_group()
Definition: test.pb.h:407
goby::test::zeromq::protobuf::Sample::group
const ::std::string & group() const
Definition: test.pb.h:373
goby::test::zeromq::protobuf::Sample::Sample
Sample()
goby::test::zeromq::protobuf::Sample::ByteSizeLong
size_t ByteSizeLong() const final
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fregex_2ftest_2eproto::TableStruct
Definition: test.pb.h:43
goby::test::zeromq::protobuf::Widget::ByteSizeLong
size_t ByteSizeLong() const final
goby::test::zeromq::protobuf::Sample::IsInitialized
bool IsInitialized() const final
goby::test::zeromq::protobuf::Widget::Clear
void Clear() 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:125
group
goby::util::logger::GroupSetter group(std::string n)
Definition: logger_manipulators.h:134
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
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::Sample::set_group
void set_group(const ::std::string &value)
Definition: test.pb.h:377
goby::test::zeromq::protobuf::Widget::swap
friend void swap(Widget &a, Widget &b)
Definition: test.pb.h:257
goby::test::zeromq::protobuf::Widget::IsInitialized
bool IsInitialized() const final
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fregex_2ftest_2eproto::TableStruct::schema
static const ::google::protobuf::internal::ParseTable schema[2]
Definition: test.pb.h:46
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:135
goby::test::zeromq::protobuf::Sample::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
goby::test::zeromq::protobuf::Widget::Widget
Widget()
goby::test::zeromq::protobuf::Sample::InternalSerializeWithCachedSizesToArray
::google::protobuf::uint8 * InternalSerializeWithCachedSizesToArray(bool deterministic, ::google::protobuf::uint8 *target) const final
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fregex_2ftest_2eproto::TableStruct::serialization_table
static const ::google::protobuf::internal::SerializationTable serialization_table[]
Definition: test.pb.h:48
message.h
goby::test::zeromq::protobuf::Widget::CopyFrom
void CopyFrom(const ::google::protobuf::Message &from) final
goby::test::zeromq::protobuf::Sample::a
::google::protobuf::int32 a() const
Definition: test.pb.h:331
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fregex_2ftest_2eproto::TableStruct::field_metadata
static const ::google::protobuf::internal::FieldMetadata field_metadata[]
Definition: test.pb.h:47
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
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:87
goby::test::zeromq::protobuf::Sample::internal_default_instance
static const Sample * internal_default_instance()
Definition: test.pb.h:117
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::Widget::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
goby::test::zeromq::protobuf::Widget::InitAsDefaultInstance
static void InitAsDefaultInstance()
google::protobuf::Message
Definition: message.h:189
goby::test::zeromq::protobuf::Widget::GetCachedSize
int GetCachedSize() const final
Definition: test.pb.h:266
goby::test::zeromq::protobuf::Sample::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
goby::test::zeromq::protobuf::Widget::~Widget
virtual ~Widget()
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
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fregex_2ftest_2eproto
Definition: test.pb.h:41
goby::test::zeromq::protobuf::Widget::GetMetadata
::google::protobuf::Metadata GetMetadata() const final
goby::test::zeromq::protobuf::Sample::~Sample
virtual ~Sample()
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fregex_2ftest_2eproto::TableStruct::aux
static const ::google::protobuf::internal::AuxillaryParseTableField aux[]
Definition: test.pb.h:45
goby::test::zeromq::protobuf::Widget::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:238
arena.h
goby::test::zeromq::protobuf::Widget::operator=
Widget & operator=(const Widget &from)
Definition: test.pb.h:219
goby::test::zeromq::protobuf::Sample::mutable_unknown_fields
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields()
Definition: test.pb.h:109
goby::test::zeromq::protobuf::Sample::unknown_fields
const ::google::protobuf::UnknownFieldSet & unknown_fields() const
Definition: test.pb.h:106
goby::test::zeromq::protobuf::Widget::SerializeWithCachedSizes
void SerializeWithCachedSizes(::google::protobuf::io::CodedOutputStream *output) const final
goby::test::zeromq::protobuf::Sample::clear_group
void clear_group()
Definition: test.pb.h:369
protobuf_goby_2ftest_2fzeromq_2fmiddleware_5fregex_2ftest_2eproto::TableStruct::entries
static const ::google::protobuf::internal::ParseTableField entries[]
Definition: test.pb.h:44
goby::test::zeromq::protobuf::Sample::New
Sample * New() const final
Definition: test.pb.h:131
goby::test::zeromq::protobuf::Sample::has_a
bool has_a() const
Definition: test.pb.h:318
goby::test::zeromq::protobuf::Widget::MergePartialFromCodedStream
bool MergePartialFromCodedStream(::google::protobuf::io::CodedInputStream *input) final
goby::test::zeromq::protobuf::Sample::mutable_group
::std::string * mutable_group()
Definition: test.pb.h:402
goby::test::zeromq::protobuf::Widget::New
Widget * New(::google::protobuf::Arena *arena) const final
Definition: test.pb.h:267
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:263
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:249
goby::test::zeromq::protobuf::Sample::MergeFrom
void MergeFrom(const ::google::protobuf::Message &from) final
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
goby::test::zeromq::protobuf::Widget::descriptor
static const ::google::protobuf::Descriptor * descriptor()