Goby3  3.1.5
2024.05.14
test2.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: goby/test/middleware/hdf5/test2.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto
6 
7 #include <limits>
8 #include <string>
9 
10 #include <google/protobuf/port_def.inc>
11 #if PROTOBUF_VERSION < 3012000
12 #error This file was generated by a newer version of protoc which is
13 #error incompatible with your Protocol Buffer headers. Please update
14 #error your headers.
15 #endif
16 #if 3012004 < PROTOBUF_MIN_PROTOC_VERSION
17 #error This file was generated by an older version of protoc which is
18 #error incompatible with your Protocol Buffer headers. Please
19 #error regenerate this file with a newer version of protoc.
20 #endif
21 
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.h>
24 #include <google/protobuf/arena.h>
25 #include <google/protobuf/arenastring.h>
26 #include <google/protobuf/generated_message_table_driven.h>
27 #include <google/protobuf/generated_message_util.h>
28 #include <google/protobuf/inlined_string_field.h>
29 #include <google/protobuf/metadata_lite.h>
30 #include <google/protobuf/generated_message_reflection.h>
32 #include <google/protobuf/repeated_field.h> // IWYU pragma: export
33 #include <google/protobuf/extension_set.h> // IWYU pragma: export
34 #include <google/protobuf/unknown_field_set.h>
35 #include <boost/units/quantity.hpp>
36 #include <boost/units/absolute.hpp>
37 #include <boost/units/dimensionless_type.hpp>
38 #include <boost/units/make_scaled_unit.hpp>
39 // @@protoc_insertion_point(includes)
40 #include <google/protobuf/port_def.inc>
41 #define PROTOBUF_INTERNAL_EXPORT_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto
42 PROTOBUF_NAMESPACE_OPEN
43 namespace internal {
44 class AnyMetadata;
45 } // namespace internal
46 PROTOBUF_NAMESPACE_CLOSE
47 
48 // Internal implementation detail -- do not use these members.
50  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
51  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
52  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
53  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
54  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[3]
55  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
56  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
57  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
59 };
60 extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto;
61 namespace goby {
62 namespace test {
63 namespace middleware {
64 namespace protobuf {
65 class B;
66 class BDefaultTypeInternal;
67 extern BDefaultTypeInternal _B_default_instance_;
68 class F;
69 class FDefaultTypeInternal;
70 extern FDefaultTypeInternal _F_default_instance_;
71 class TestHDF5Message;
72 class TestHDF5MessageDefaultTypeInternal;
73 extern TestHDF5MessageDefaultTypeInternal _TestHDF5Message_default_instance_;
74 } // namespace protobuf
75 } // namespace middleware
76 } // namespace test
77 } // namespace goby
78 PROTOBUF_NAMESPACE_OPEN
79 template<> ::goby::test::middleware::protobuf::B* Arena::CreateMaybeMessage<::goby::test::middleware::protobuf::B>(Arena*);
80 template<> ::goby::test::middleware::protobuf::F* Arena::CreateMaybeMessage<::goby::test::middleware::protobuf::F>(Arena*);
81 template<> ::goby::test::middleware::protobuf::TestHDF5Message* Arena::CreateMaybeMessage<::goby::test::middleware::protobuf::TestHDF5Message>(Arena*);
82 PROTOBUF_NAMESPACE_CLOSE
83 namespace goby {
84 namespace test {
85 namespace middleware {
86 namespace protobuf {
87 
88 // ===================================================================
89 
90 class TestHDF5Message PROTOBUF_FINAL :
91  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.middleware.protobuf.TestHDF5Message) */ {
92  public:
93  inline TestHDF5Message() : TestHDF5Message(nullptr) {};
94  virtual ~TestHDF5Message();
95 
96  TestHDF5Message(const TestHDF5Message& from);
97  TestHDF5Message(TestHDF5Message&& from) noexcept
98  : TestHDF5Message() {
99  *this = ::std::move(from);
100  }
101 
102  inline TestHDF5Message& operator=(const TestHDF5Message& from) {
103  CopyFrom(from);
104  return *this;
105  }
106  inline TestHDF5Message& operator=(TestHDF5Message&& from) noexcept {
107  if (GetArena() == from.GetArena()) {
108  if (this != &from) InternalSwap(&from);
109  } else {
110  CopyFrom(from);
111  }
112  return *this;
113  }
114 
115  inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
116  return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
117  }
118  inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
119  return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
120  }
121 
122  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
123  return GetDescriptor();
124  }
125  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
126  return GetMetadataStatic().descriptor;
127  }
128  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
129  return GetMetadataStatic().reflection;
130  }
131  static const TestHDF5Message& default_instance();
132 
133  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
134  static inline const TestHDF5Message* internal_default_instance() {
135  return reinterpret_cast<const TestHDF5Message*>(
137  }
138  static constexpr int kIndexInFileMessages =
139  0;
140 
141  friend void swap(TestHDF5Message& a, TestHDF5Message& b) {
142  a.Swap(&b);
143  }
144  inline void Swap(TestHDF5Message* other) {
145  if (other == this) return;
146  if (GetArena() == other->GetArena()) {
147  InternalSwap(other);
148  } else {
149  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
150  }
151  }
152  void UnsafeArenaSwap(TestHDF5Message* other) {
153  if (other == this) return;
154  GOOGLE_DCHECK(GetArena() == other->GetArena());
155  InternalSwap(other);
156  }
157 
158  // implements Message ----------------------------------------------
159 
160  inline TestHDF5Message* New() const final {
161  return CreateMaybeMessage<TestHDF5Message>(nullptr);
162  }
163 
164  TestHDF5Message* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
165  return CreateMaybeMessage<TestHDF5Message>(arena);
166  }
167  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
168  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
169  void CopyFrom(const TestHDF5Message& from);
170  void MergeFrom(const TestHDF5Message& from);
171  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
172  bool IsInitialized() const final;
173 
174  size_t ByteSizeLong() const final;
175  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
176  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
177  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
178  int GetCachedSize() const final { return _cached_size_.Get(); }
179 
180  private:
181  inline void SharedCtor();
182  inline void SharedDtor();
183  void SetCachedSize(int size) const final;
184  void InternalSwap(TestHDF5Message* other);
185  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
186  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
187  return "goby.test.middleware.protobuf.TestHDF5Message";
188  }
189  protected:
190  explicit TestHDF5Message(::PROTOBUF_NAMESPACE_ID::Arena* arena);
191  private:
192  static void ArenaDtor(void* object);
193  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
194  public:
195 
196  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
197  private:
198  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
199  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto);
200  return ::descriptor_table_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto.file_level_metadata[kIndexInFileMessages];
201  }
202 
203  public:
204 
205  // nested types ----------------------------------------------------
206 
207  // accessors -------------------------------------------------------
208 
209  enum : int {
210  kAFieldNumber = 1,
211  kBFieldNumber = 2,
212  };
213  // repeated double a = 1;
214  int a_size() const;
215  private:
216  int _internal_a_size() const;
217  public:
218  void clear_a();
219  private:
220  double _internal_a(int index) const;
221  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
222  _internal_a() const;
223  void _internal_add_a(double value);
224  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
225  _internal_mutable_a();
226  public:
227  double a(int index) const;
228  void set_a(int index, double value);
229  void add_a(double value);
230  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
231  a() const;
232  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
234 
235  // repeated .goby.test.middleware.protobuf.B b = 2;
236  int b_size() const;
237  private:
238  int _internal_b_size() const;
239  public:
240  void clear_b();
241  ::goby::test::middleware::protobuf::B* mutable_b(int index);
242  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::B >*
244  private:
245  const ::goby::test::middleware::protobuf::B& _internal_b(int index) const;
246  ::goby::test::middleware::protobuf::B* _internal_add_b();
247  public:
248  const ::goby::test::middleware::protobuf::B& b(int index) const;
249  ::goby::test::middleware::protobuf::B* add_b();
250  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::B >&
251  b() const;
252 
253  // @@protoc_insertion_point(class_scope:goby.test.middleware.protobuf.TestHDF5Message)
254  private:
255  class _Internal;
256 
257  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
258  typedef void InternalArenaConstructable_;
259  typedef void DestructorSkippable_;
260  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > a_;
261  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::B > b_;
262  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
263  friend struct ::TableStruct_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto;
264 };
265 // -------------------------------------------------------------------
266 
267 class B PROTOBUF_FINAL :
268  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.middleware.protobuf.B) */ {
269  public:
270  inline B() : B(nullptr) {};
271  virtual ~B();
272 
273  B(const B& from);
274  B(B&& from) noexcept
275  : B() {
276  *this = ::std::move(from);
277  }
278 
279  inline B& operator=(const B& from) {
280  CopyFrom(from);
281  return *this;
282  }
283  inline B& operator=(B&& from) noexcept {
284  if (GetArena() == from.GetArena()) {
285  if (this != &from) InternalSwap(&from);
286  } else {
287  CopyFrom(from);
288  }
289  return *this;
290  }
291 
292  inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
293  return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
294  }
295  inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
296  return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
297  }
298 
299  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
300  return GetDescriptor();
301  }
302  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
303  return GetMetadataStatic().descriptor;
304  }
305  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
306  return GetMetadataStatic().reflection;
307  }
308  static const B& default_instance();
309 
310  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
311  static inline const B* internal_default_instance() {
312  return reinterpret_cast<const B*>(
314  }
315  static constexpr int kIndexInFileMessages =
316  1;
317 
318  friend void swap(B& a, B& b) {
319  a.Swap(&b);
320  }
321  inline void Swap(B* other) {
322  if (other == this) return;
323  if (GetArena() == other->GetArena()) {
324  InternalSwap(other);
325  } else {
326  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
327  }
328  }
329  void UnsafeArenaSwap(B* other) {
330  if (other == this) return;
331  GOOGLE_DCHECK(GetArena() == other->GetArena());
332  InternalSwap(other);
333  }
334 
335  // implements Message ----------------------------------------------
336 
337  inline B* New() const final {
338  return CreateMaybeMessage<B>(nullptr);
339  }
340 
341  B* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
342  return CreateMaybeMessage<B>(arena);
343  }
344  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
345  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
346  void CopyFrom(const B& from);
347  void MergeFrom(const B& from);
348  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
349  bool IsInitialized() const final;
350 
351  size_t ByteSizeLong() const final;
352  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
353  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
354  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
355  int GetCachedSize() const final { return _cached_size_.Get(); }
356 
357  private:
358  inline void SharedCtor();
359  inline void SharedDtor();
360  void SetCachedSize(int size) const final;
361  void InternalSwap(B* other);
362  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
363  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
364  return "goby.test.middleware.protobuf.B";
365  }
366  protected:
367  explicit B(::PROTOBUF_NAMESPACE_ID::Arena* arena);
368  private:
369  static void ArenaDtor(void* object);
370  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
371  public:
372 
373  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
374  private:
375  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
376  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto);
377  return ::descriptor_table_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto.file_level_metadata[kIndexInFileMessages];
378  }
379 
380  public:
381 
382  // nested types ----------------------------------------------------
383 
384  // accessors -------------------------------------------------------
385 
386  enum : int {
387  kCFieldNumber = 2,
388  kDFieldNumber = 3,
389  kEFieldNumber = 4,
390  kFFieldNumber = 5,
391  };
392  // repeated double c = 2;
393  int c_size() const;
394  private:
395  int _internal_c_size() const;
396  public:
397  void clear_c();
398  private:
399  double _internal_c(int index) const;
400  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
401  _internal_c() const;
402  void _internal_add_c(double value);
403  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
404  _internal_mutable_c();
405  public:
406  double c(int index) const;
407  void set_c(int index, double value);
408  void add_c(double value);
409  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
410  c() const;
411  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
413 
414  // repeated double d = 3;
415  int d_size() const;
416  private:
417  int _internal_d_size() const;
418  public:
419  void clear_d();
420  private:
421  double _internal_d(int index) const;
422  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
423  _internal_d() const;
424  void _internal_add_d(double value);
425  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
426  _internal_mutable_d();
427  public:
428  double d(int index) const;
429  void set_d(int index, double value);
430  void add_d(double value);
431  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
432  d() const;
433  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
435 
436  // repeated int32 e = 4;
437  int e_size() const;
438  private:
439  int _internal_e_size() const;
440  public:
441  void clear_e();
442  private:
443  ::PROTOBUF_NAMESPACE_ID::int32 _internal_e(int index) const;
444  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >&
445  _internal_e() const;
446  void _internal_add_e(::PROTOBUF_NAMESPACE_ID::int32 value);
447  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >*
448  _internal_mutable_e();
449  public:
451  void set_e(int index, ::PROTOBUF_NAMESPACE_ID::int32 value);
453  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >&
454  e() const;
455  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >*
457 
458  // repeated .goby.test.middleware.protobuf.F f = 5;
459  int f_size() const;
460  private:
461  int _internal_f_size() const;
462  public:
463  void clear_f();
464  ::goby::test::middleware::protobuf::F* mutable_f(int index);
465  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::F >*
467  private:
468  const ::goby::test::middleware::protobuf::F& _internal_f(int index) const;
469  ::goby::test::middleware::protobuf::F* _internal_add_f();
470  public:
471  const ::goby::test::middleware::protobuf::F& f(int index) const;
472  ::goby::test::middleware::protobuf::F* add_f();
473  const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::F >&
474  f() const;
475 
476  // @@protoc_insertion_point(class_scope:goby.test.middleware.protobuf.B)
477  private:
478  class _Internal;
479 
480  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
481  typedef void InternalArenaConstructable_;
482  typedef void DestructorSkippable_;
483  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > c_;
484  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > d_;
485  ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > e_;
486  ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::F > f_;
487  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
488  friend struct ::TableStruct_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto;
489 };
490 // -------------------------------------------------------------------
491 
492 class F PROTOBUF_FINAL :
493  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.test.middleware.protobuf.F) */ {
494  public:
495  inline F() : F(nullptr) {};
496  virtual ~F();
497 
498  F(const F& from);
499  F(F&& from) noexcept
500  : F() {
501  *this = ::std::move(from);
502  }
503 
504  inline F& operator=(const F& from) {
505  CopyFrom(from);
506  return *this;
507  }
508  inline F& operator=(F&& from) noexcept {
509  if (GetArena() == from.GetArena()) {
510  if (this != &from) InternalSwap(&from);
511  } else {
512  CopyFrom(from);
513  }
514  return *this;
515  }
516 
517  inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
518  return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
519  }
520  inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
521  return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
522  }
523 
524  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
525  return GetDescriptor();
526  }
527  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
528  return GetMetadataStatic().descriptor;
529  }
530  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
531  return GetMetadataStatic().reflection;
532  }
533  static const F& default_instance();
534 
535  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
536  static inline const F* internal_default_instance() {
537  return reinterpret_cast<const F*>(
539  }
540  static constexpr int kIndexInFileMessages =
541  2;
542 
543  friend void swap(F& a, F& b) {
544  a.Swap(&b);
545  }
546  inline void Swap(F* other) {
547  if (other == this) return;
548  if (GetArena() == other->GetArena()) {
549  InternalSwap(other);
550  } else {
551  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
552  }
553  }
554  void UnsafeArenaSwap(F* other) {
555  if (other == this) return;
556  GOOGLE_DCHECK(GetArena() == other->GetArena());
557  InternalSwap(other);
558  }
559 
560  // implements Message ----------------------------------------------
561 
562  inline F* New() const final {
563  return CreateMaybeMessage<F>(nullptr);
564  }
565 
566  F* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
567  return CreateMaybeMessage<F>(arena);
568  }
569  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
570  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
571  void CopyFrom(const F& from);
572  void MergeFrom(const F& from);
573  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
574  bool IsInitialized() const final;
575 
576  size_t ByteSizeLong() const final;
577  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
578  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
579  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
580  int GetCachedSize() const final { return _cached_size_.Get(); }
581 
582  private:
583  inline void SharedCtor();
584  inline void SharedDtor();
585  void SetCachedSize(int size) const final;
586  void InternalSwap(F* other);
587  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
588  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
589  return "goby.test.middleware.protobuf.F";
590  }
591  protected:
592  explicit F(::PROTOBUF_NAMESPACE_ID::Arena* arena);
593  private:
594  static void ArenaDtor(void* object);
595  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
596  public:
597 
598  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
599  private:
600  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
601  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto);
602  return ::descriptor_table_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto.file_level_metadata[kIndexInFileMessages];
603  }
604 
605  public:
606 
607  // nested types ----------------------------------------------------
608 
609  // accessors -------------------------------------------------------
610 
611  enum : int {
612  kGFieldNumber = 1,
613  kHFieldNumber = 2,
614  };
615  // repeated double g = 1;
616  int g_size() const;
617  private:
618  int _internal_g_size() const;
619  public:
620  void clear_g();
621  private:
622  double _internal_g(int index) const;
623  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
624  _internal_g() const;
625  void _internal_add_g(double value);
626  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
627  _internal_mutable_g();
628  public:
629  double g(int index) const;
630  void set_g(int index, double value);
631  void add_g(double value);
632  const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
633  g() const;
634  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
636 
637  // optional int32 h = 2;
638  bool has_h() const;
639  private:
640  bool _internal_has_h() const;
641  public:
642  void clear_h();
645  private:
646  ::PROTOBUF_NAMESPACE_ID::int32 _internal_h() const;
647  void _internal_set_h(::PROTOBUF_NAMESPACE_ID::int32 value);
648  public:
649 
650  // @@protoc_insertion_point(class_scope:goby.test.middleware.protobuf.F)
651  private:
652  class _Internal;
653 
654  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
655  typedef void InternalArenaConstructable_;
656  typedef void DestructorSkippable_;
657  ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
658  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
659  ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > g_;
661  friend struct ::TableStruct_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto;
662 };
663 // ===================================================================
664 
665 
666 // ===================================================================
667 
668 #ifdef __GNUC__
669  #pragma GCC diagnostic push
670  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
671 #endif // __GNUC__
672 // TestHDF5Message
673 
674 // repeated double a = 1;
675 inline int TestHDF5Message::_internal_a_size() const {
676  return a_.size();
677 }
678 inline int TestHDF5Message::a_size() const {
679  return _internal_a_size();
680 }
681 inline void TestHDF5Message::clear_a() {
682  a_.Clear();
683 }
684 inline double TestHDF5Message::_internal_a(int index) const {
685  return a_.Get(index);
686 }
687 inline double TestHDF5Message::a(int index) const {
688  // @@protoc_insertion_point(field_get:goby.test.middleware.protobuf.TestHDF5Message.a)
689  return _internal_a(index);
690 }
691 inline void TestHDF5Message::set_a(int index, double value) {
692  a_.Set(index, value);
693  // @@protoc_insertion_point(field_set:goby.test.middleware.protobuf.TestHDF5Message.a)
694 }
695 inline void TestHDF5Message::_internal_add_a(double value) {
696  a_.Add(value);
697 }
698 inline void TestHDF5Message::add_a(double value) {
699  _internal_add_a(value);
700  // @@protoc_insertion_point(field_add:goby.test.middleware.protobuf.TestHDF5Message.a)
701 }
702 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
703 TestHDF5Message::_internal_a() const {
704  return a_;
705 }
706 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
707 TestHDF5Message::a() const {
708  // @@protoc_insertion_point(field_list:goby.test.middleware.protobuf.TestHDF5Message.a)
709  return _internal_a();
710 }
711 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
712 TestHDF5Message::_internal_mutable_a() {
713  return &a_;
714 }
715 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
716 TestHDF5Message::mutable_a() {
717  // @@protoc_insertion_point(field_mutable_list:goby.test.middleware.protobuf.TestHDF5Message.a)
718  return _internal_mutable_a();
719 }
720 
721 // repeated .goby.test.middleware.protobuf.B b = 2;
722 inline int TestHDF5Message::_internal_b_size() const {
723  return b_.size();
724 }
725 inline int TestHDF5Message::b_size() const {
726  return _internal_b_size();
727 }
728 inline void TestHDF5Message::clear_b() {
729  b_.Clear();
730 }
731 inline ::goby::test::middleware::protobuf::B* TestHDF5Message::mutable_b(int index) {
732  // @@protoc_insertion_point(field_mutable:goby.test.middleware.protobuf.TestHDF5Message.b)
733  return b_.Mutable(index);
734 }
735 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::B >*
736 TestHDF5Message::mutable_b() {
737  // @@protoc_insertion_point(field_mutable_list:goby.test.middleware.protobuf.TestHDF5Message.b)
738  return &b_;
739 }
740 inline const ::goby::test::middleware::protobuf::B& TestHDF5Message::_internal_b(int index) const {
741  return b_.Get(index);
742 }
743 inline const ::goby::test::middleware::protobuf::B& TestHDF5Message::b(int index) const {
744  // @@protoc_insertion_point(field_get:goby.test.middleware.protobuf.TestHDF5Message.b)
745  return _internal_b(index);
746 }
747 inline ::goby::test::middleware::protobuf::B* TestHDF5Message::_internal_add_b() {
748  return b_.Add();
749 }
750 inline ::goby::test::middleware::protobuf::B* TestHDF5Message::add_b() {
751  // @@protoc_insertion_point(field_add:goby.test.middleware.protobuf.TestHDF5Message.b)
752  return _internal_add_b();
753 }
754 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::B >&
755 TestHDF5Message::b() const {
756  // @@protoc_insertion_point(field_list:goby.test.middleware.protobuf.TestHDF5Message.b)
757  return b_;
758 }
759 
760 // -------------------------------------------------------------------
761 
762 // B
763 
764 // repeated double c = 2;
765 inline int B::_internal_c_size() const {
766  return c_.size();
767 }
768 inline int B::c_size() const {
769  return _internal_c_size();
770 }
771 inline void B::clear_c() {
772  c_.Clear();
773 }
774 inline double B::_internal_c(int index) const {
775  return c_.Get(index);
776 }
777 inline double B::c(int index) const {
778  // @@protoc_insertion_point(field_get:goby.test.middleware.protobuf.B.c)
779  return _internal_c(index);
780 }
781 inline void B::set_c(int index, double value) {
782  c_.Set(index, value);
783  // @@protoc_insertion_point(field_set:goby.test.middleware.protobuf.B.c)
784 }
785 inline void B::_internal_add_c(double value) {
786  c_.Add(value);
787 }
788 inline void B::add_c(double value) {
789  _internal_add_c(value);
790  // @@protoc_insertion_point(field_add:goby.test.middleware.protobuf.B.c)
791 }
792 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
793 B::_internal_c() const {
794  return c_;
795 }
796 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
797 B::c() const {
798  // @@protoc_insertion_point(field_list:goby.test.middleware.protobuf.B.c)
799  return _internal_c();
800 }
801 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
802 B::_internal_mutable_c() {
803  return &c_;
804 }
805 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
806 B::mutable_c() {
807  // @@protoc_insertion_point(field_mutable_list:goby.test.middleware.protobuf.B.c)
808  return _internal_mutable_c();
809 }
810 
811 // repeated double d = 3;
812 inline int B::_internal_d_size() const {
813  return d_.size();
814 }
815 inline int B::d_size() const {
816  return _internal_d_size();
817 }
818 inline void B::clear_d() {
819  d_.Clear();
820 }
821 inline double B::_internal_d(int index) const {
822  return d_.Get(index);
823 }
824 inline double B::d(int index) const {
825  // @@protoc_insertion_point(field_get:goby.test.middleware.protobuf.B.d)
826  return _internal_d(index);
827 }
828 inline void B::set_d(int index, double value) {
829  d_.Set(index, value);
830  // @@protoc_insertion_point(field_set:goby.test.middleware.protobuf.B.d)
831 }
832 inline void B::_internal_add_d(double value) {
833  d_.Add(value);
834 }
835 inline void B::add_d(double value) {
836  _internal_add_d(value);
837  // @@protoc_insertion_point(field_add:goby.test.middleware.protobuf.B.d)
838 }
839 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
840 B::_internal_d() const {
841  return d_;
842 }
843 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
844 B::d() const {
845  // @@protoc_insertion_point(field_list:goby.test.middleware.protobuf.B.d)
846  return _internal_d();
847 }
848 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
849 B::_internal_mutable_d() {
850  return &d_;
851 }
852 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
853 B::mutable_d() {
854  // @@protoc_insertion_point(field_mutable_list:goby.test.middleware.protobuf.B.d)
855  return _internal_mutable_d();
856 }
857 
858 // repeated int32 e = 4;
859 inline int B::_internal_e_size() const {
860  return e_.size();
861 }
862 inline int B::e_size() const {
863  return _internal_e_size();
864 }
865 inline void B::clear_e() {
866  e_.Clear();
867 }
868 inline ::PROTOBUF_NAMESPACE_ID::int32 B::_internal_e(int index) const {
869  return e_.Get(index);
870 }
872  // @@protoc_insertion_point(field_get:goby.test.middleware.protobuf.B.e)
873  return _internal_e(index);
874 }
875 inline void B::set_e(int index, ::PROTOBUF_NAMESPACE_ID::int32 value) {
876  e_.Set(index, value);
877  // @@protoc_insertion_point(field_set:goby.test.middleware.protobuf.B.e)
878 }
879 inline void B::_internal_add_e(::PROTOBUF_NAMESPACE_ID::int32 value) {
880  e_.Add(value);
881 }
882 inline void B::add_e(::PROTOBUF_NAMESPACE_ID::int32 value) {
883  _internal_add_e(value);
884  // @@protoc_insertion_point(field_add:goby.test.middleware.protobuf.B.e)
885 }
886 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >&
887 B::_internal_e() const {
888  return e_;
889 }
890 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >&
891 B::e() const {
892  // @@protoc_insertion_point(field_list:goby.test.middleware.protobuf.B.e)
893  return _internal_e();
894 }
895 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >*
896 B::_internal_mutable_e() {
897  return &e_;
898 }
899 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 >*
900 B::mutable_e() {
901  // @@protoc_insertion_point(field_mutable_list:goby.test.middleware.protobuf.B.e)
902  return _internal_mutable_e();
903 }
904 
905 // repeated .goby.test.middleware.protobuf.F f = 5;
906 inline int B::_internal_f_size() const {
907  return f_.size();
908 }
909 inline int B::f_size() const {
910  return _internal_f_size();
911 }
912 inline void B::clear_f() {
913  f_.Clear();
914 }
915 inline ::goby::test::middleware::protobuf::F* B::mutable_f(int index) {
916  // @@protoc_insertion_point(field_mutable:goby.test.middleware.protobuf.B.f)
917  return f_.Mutable(index);
918 }
919 inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::F >*
920 B::mutable_f() {
921  // @@protoc_insertion_point(field_mutable_list:goby.test.middleware.protobuf.B.f)
922  return &f_;
923 }
924 inline const ::goby::test::middleware::protobuf::F& B::_internal_f(int index) const {
925  return f_.Get(index);
926 }
927 inline const ::goby::test::middleware::protobuf::F& B::f(int index) const {
928  // @@protoc_insertion_point(field_get:goby.test.middleware.protobuf.B.f)
929  return _internal_f(index);
930 }
931 inline ::goby::test::middleware::protobuf::F* B::_internal_add_f() {
932  return f_.Add();
933 }
934 inline ::goby::test::middleware::protobuf::F* B::add_f() {
935  // @@protoc_insertion_point(field_add:goby.test.middleware.protobuf.B.f)
936  return _internal_add_f();
937 }
938 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::F >&
939 B::f() const {
940  // @@protoc_insertion_point(field_list:goby.test.middleware.protobuf.B.f)
941  return f_;
942 }
943 
944 // -------------------------------------------------------------------
945 
946 // F
947 
948 // repeated double g = 1;
949 inline int F::_internal_g_size() const {
950  return g_.size();
951 }
952 inline int F::g_size() const {
953  return _internal_g_size();
954 }
955 inline void F::clear_g() {
956  g_.Clear();
957 }
958 inline double F::_internal_g(int index) const {
959  return g_.Get(index);
960 }
961 inline double F::g(int index) const {
962  // @@protoc_insertion_point(field_get:goby.test.middleware.protobuf.F.g)
963  return _internal_g(index);
964 }
965 inline void F::set_g(int index, double value) {
966  g_.Set(index, value);
967  // @@protoc_insertion_point(field_set:goby.test.middleware.protobuf.F.g)
968 }
969 inline void F::_internal_add_g(double value) {
970  g_.Add(value);
971 }
972 inline void F::add_g(double value) {
973  _internal_add_g(value);
974  // @@protoc_insertion_point(field_add:goby.test.middleware.protobuf.F.g)
975 }
976 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
977 F::_internal_g() const {
978  return g_;
979 }
980 inline const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >&
981 F::g() const {
982  // @@protoc_insertion_point(field_list:goby.test.middleware.protobuf.F.g)
983  return _internal_g();
984 }
985 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
986 F::_internal_mutable_g() {
987  return &g_;
988 }
989 inline ::PROTOBUF_NAMESPACE_ID::RepeatedField< double >*
990 F::mutable_g() {
991  // @@protoc_insertion_point(field_mutable_list:goby.test.middleware.protobuf.F.g)
992  return _internal_mutable_g();
993 }
994 
995 // optional int32 h = 2;
996 inline bool F::_internal_has_h() const {
997  bool value = (_has_bits_[0] & 0x00000001u) != 0;
998  return value;
999 }
1000 inline bool F::has_h() const {
1001  return _internal_has_h();
1002 }
1003 inline void F::clear_h() {
1004  h_ = 0;
1005  _has_bits_[0] &= ~0x00000001u;
1006 }
1007 inline ::PROTOBUF_NAMESPACE_ID::int32 F::_internal_h() const {
1008  return h_;
1009 }
1011  // @@protoc_insertion_point(field_get:goby.test.middleware.protobuf.F.h)
1012  return _internal_h();
1013 }
1014 inline void F::_internal_set_h(::PROTOBUF_NAMESPACE_ID::int32 value) {
1015  _has_bits_[0] |= 0x00000001u;
1016  h_ = value;
1017 }
1018 inline void F::set_h(::PROTOBUF_NAMESPACE_ID::int32 value) {
1019  _internal_set_h(value);
1020  // @@protoc_insertion_point(field_set:goby.test.middleware.protobuf.F.h)
1021 }
1022 
1023 #ifdef __GNUC__
1024  #pragma GCC diagnostic pop
1025 #endif // __GNUC__
1026 // -------------------------------------------------------------------
1027 
1028 // -------------------------------------------------------------------
1029 
1030 
1031 // @@protoc_insertion_point(namespace_scope)
1032 
1033 } // namespace protobuf
1034 } // namespace middleware
1035 } // namespace test
1036 } // namespace goby
1037 
1038 // @@protoc_insertion_point(global_scope)
1039 
1040 #include <google/protobuf/port_undef.inc>
1041 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto
::goby::test::middleware::protobuf::F * mutable_f(int index)
TestHDF5Message * New() const final
Definition: test2.pb.h:160
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & d() const
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::F > & f() const
::goby::test::middleware::protobuf::B * mutable_b(int index)
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * mutable_c()
void set_e(int index, ::PROTOBUF_NAMESPACE_ID::int32 value)
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & a() const
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void set_h(::PROTOBUF_NAMESPACE_ID::int32 value)
const ::goby::test::middleware::protobuf::F & f(int index) const
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: test2.pb.h:125
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & c() const
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::B > & b() const
static const TestHDF5Message * internal_default_instance()
Definition: test2.pb.h:134
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * mutable_g()
F(::PROTOBUF_NAMESPACE_ID::Arena *arena)
B(::PROTOBUF_NAMESPACE_ID::Arena *arena)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static const TestHDF5Message & default_instance()
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: test2.pb.h:128
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * mutable_e()
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * mutable_d()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: test2.pb.h:122
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
::goby::test::middleware::protobuf::F * add_f()
::goby::test::middleware::protobuf::B * add_b()
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::B > * mutable_b()
const ::goby::test::middleware::protobuf::B & b(int index) const
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition: test2.pb.h:115
::PROTOBUF_NAMESPACE_ID::int32 e(int index) const
TestHDF5Message(const TestHDF5Message &from)
::PROTOBUF_NAMESPACE_ID::RepeatedField< double > * mutable_a()
TestHDF5Message(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void add_e(::PROTOBUF_NAMESPACE_ID::int32 value)
void UnsafeArenaSwap(TestHDF5Message *other)
Definition: test2.pb.h:152
F * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: test2.pb.h:566
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition: test2.pb.h:118
friend void swap(TestHDF5Message &a, TestHDF5Message &b)
Definition: test2.pb.h:141
B * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: test2.pb.h:341
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & e() const
void MergeFrom(const TestHDF5Message &from)
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< double > & g() const
TestHDF5Message & operator=(TestHDF5Message &&from) noexcept
Definition: test2.pb.h:106
void CopyFrom(const TestHDF5Message &from)
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::goby::test::middleware::protobuf::F > * mutable_f()
TestHDF5Message & operator=(const TestHDF5Message &from)
Definition: test2.pb.h:102
TestHDF5Message(TestHDF5Message &&from) noexcept
Definition: test2.pb.h:97
::PROTOBUF_NAMESPACE_ID::int32 h() const
TestHDF5Message * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: test2.pb.h:164
@ value
the parser finished reading a JSON value
FDefaultTypeInternal _F_default_instance_
TestHDF5MessageDefaultTypeInternal _TestHDF5Message_default_instance_
BDefaultTypeInternal _B_default_instance_
constexpr T e
Definition: constants.h:35
The global namespace for the Goby project.
std::int32_t int32
std::uint32_t uint32
#define ByteSizeLong
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]
Definition: test2.pb.h:56
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: test2.pb.h:58
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[3] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]
Definition: test2.pb.h:57
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2fmiddleware_2fhdf5_2ftest2_2eproto