Goby3  3.1.5
2024.05.14
tool.pb.h
Go to the documentation of this file.
1 // Generated by the protocol buffer compiler. DO NOT EDIT!
2 // source: goby/apps/middleware/goby_tool/tool.proto
3 
4 #ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2fapps_2fmiddleware_2fgoby_5ftool_2ftool_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_goby_2fapps_2fmiddleware_2fgoby_5ftool_2ftool_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/generated_enum_reflection.h>
35 #include <google/protobuf/unknown_field_set.h>
38 #include <boost/units/quantity.hpp>
39 #include <boost/units/absolute.hpp>
40 #include <boost/units/dimensionless_type.hpp>
41 #include <boost/units/make_scaled_unit.hpp>
42 // @@protoc_insertion_point(includes)
43 #include <google/protobuf/port_def.inc>
44 #define PROTOBUF_INTERNAL_EXPORT_goby_2fapps_2fmiddleware_2fgoby_5ftool_2ftool_2eproto
45 PROTOBUF_NAMESPACE_OPEN
46 namespace internal {
47 class AnyMetadata;
48 } // namespace internal
49 PROTOBUF_NAMESPACE_CLOSE
50 
51 // Internal implementation detail -- do not use these members.
53  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
54  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
55  static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
56  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
57  static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1]
58  PROTOBUF_SECTION_VARIABLE(protodesc_cold);
59  static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[];
60  static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[];
62 };
63 extern const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2fapps_2fmiddleware_2fgoby_5ftool_2ftool_2eproto;
64 namespace goby {
65 namespace apps {
66 namespace middleware {
67 namespace protobuf {
68 class GobyToolConfig;
69 class GobyToolConfigDefaultTypeInternal;
70 extern GobyToolConfigDefaultTypeInternal _GobyToolConfig_default_instance_;
71 } // namespace protobuf
72 } // namespace middleware
73 } // namespace apps
74 } // namespace goby
75 PROTOBUF_NAMESPACE_OPEN
76 template<> ::goby::apps::middleware::protobuf::GobyToolConfig* Arena::CreateMaybeMessage<::goby::apps::middleware::protobuf::GobyToolConfig>(Arena*);
77 PROTOBUF_NAMESPACE_CLOSE
78 namespace goby {
79 namespace apps {
80 namespace middleware {
81 namespace protobuf {
82 
89 };
94 
95 const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor* GobyToolConfig_Action_descriptor();
96 template<typename T>
97 inline const std::string& GobyToolConfig_Action_Name(T enum_t_value) {
98  static_assert(::std::is_same<T, GobyToolConfig_Action>::value ||
99  ::std::is_integral<T>::value,
100  "Incorrect type passed to function GobyToolConfig_Action_Name.");
101  return ::PROTOBUF_NAMESPACE_ID::internal::NameOfEnum(
102  GobyToolConfig_Action_descriptor(), enum_t_value);
103 }
105  const std::string& name, GobyToolConfig_Action* value) {
106  return ::PROTOBUF_NAMESPACE_ID::internal::ParseNamedEnum<GobyToolConfig_Action>(
107  GobyToolConfig_Action_descriptor(), name, value);
108 }
109 // ===================================================================
110 
111 class GobyToolConfig PROTOBUF_FINAL :
112  public ::PROTOBUF_NAMESPACE_ID::Message /* @@protoc_insertion_point(class_definition:goby.apps.middleware.protobuf.GobyToolConfig) */ {
113  public:
114  inline GobyToolConfig() : GobyToolConfig(nullptr) {};
115  virtual ~GobyToolConfig();
116 
117  GobyToolConfig(const GobyToolConfig& from);
118  GobyToolConfig(GobyToolConfig&& from) noexcept
119  : GobyToolConfig() {
120  *this = ::std::move(from);
121  }
122 
123  inline GobyToolConfig& operator=(const GobyToolConfig& from) {
124  CopyFrom(from);
125  return *this;
126  }
127  inline GobyToolConfig& operator=(GobyToolConfig&& from) noexcept {
128  if (GetArena() == from.GetArena()) {
129  if (this != &from) InternalSwap(&from);
130  } else {
131  CopyFrom(from);
132  }
133  return *this;
134  }
135 
136  inline const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& unknown_fields() const {
137  return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
138  }
139  inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* mutable_unknown_fields() {
140  return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
141  }
142 
143  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* descriptor() {
144  return GetDescriptor();
145  }
146  static const ::PROTOBUF_NAMESPACE_ID::Descriptor* GetDescriptor() {
147  return GetMetadataStatic().descriptor;
148  }
149  static const ::PROTOBUF_NAMESPACE_ID::Reflection* GetReflection() {
150  return GetMetadataStatic().reflection;
151  }
152  static const GobyToolConfig& default_instance();
153 
154  static void InitAsDefaultInstance(); // FOR INTERNAL USE ONLY
155  static inline const GobyToolConfig* internal_default_instance() {
156  return reinterpret_cast<const GobyToolConfig*>(
158  }
159  static constexpr int kIndexInFileMessages =
160  0;
161 
162  friend void swap(GobyToolConfig& a, GobyToolConfig& b) {
163  a.Swap(&b);
164  }
165  inline void Swap(GobyToolConfig* other) {
166  if (other == this) return;
167  if (GetArena() == other->GetArena()) {
168  InternalSwap(other);
169  } else {
170  ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(this, other);
171  }
172  }
173  void UnsafeArenaSwap(GobyToolConfig* other) {
174  if (other == this) return;
175  GOOGLE_DCHECK(GetArena() == other->GetArena());
176  InternalSwap(other);
177  }
178 
179  // implements Message ----------------------------------------------
180 
181  inline GobyToolConfig* New() const final {
182  return CreateMaybeMessage<GobyToolConfig>(nullptr);
183  }
184 
185  GobyToolConfig* New(::PROTOBUF_NAMESPACE_ID::Arena* arena) const final {
186  return CreateMaybeMessage<GobyToolConfig>(arena);
187  }
188  void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
189  void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from) final;
190  void CopyFrom(const GobyToolConfig& from);
191  void MergeFrom(const GobyToolConfig& from);
192  PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final;
193  bool IsInitialized() const final;
194 
195  size_t ByteSizeLong() const final;
196  const char* _InternalParse(const char* ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext* ctx) final;
197  ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
198  ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
199  int GetCachedSize() const final { return _cached_size_.Get(); }
200 
201  private:
202  inline void SharedCtor();
203  inline void SharedDtor();
204  void SetCachedSize(int size) const final;
205  void InternalSwap(GobyToolConfig* other);
206  friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
207  static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
208  return "goby.apps.middleware.protobuf.GobyToolConfig";
209  }
210  protected:
211  explicit GobyToolConfig(::PROTOBUF_NAMESPACE_ID::Arena* arena);
212  private:
213  static void ArenaDtor(void* object);
214  inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
215  public:
216 
217  ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
218  private:
219  static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
220  ::PROTOBUF_NAMESPACE_ID::internal::AssignDescriptors(&::descriptor_table_goby_2fapps_2fmiddleware_2fgoby_5ftool_2ftool_2eproto);
222  }
223 
224  public:
225 
226  // nested types ----------------------------------------------------
227 
229  static constexpr Action help =
231  static constexpr Action log =
233  static constexpr Action launch =
235  static constexpr Action zeromq =
237  static constexpr Action protobuf =
239  static inline bool Action_IsValid(int value) {
240  return GobyToolConfig_Action_IsValid(value);
241  }
242  static constexpr Action Action_MIN =
244  static constexpr Action Action_MAX =
246  static constexpr int Action_ARRAYSIZE =
248  static inline const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor*
251  }
252  template<typename T>
253  static inline const std::string& Action_Name(T enum_t_value) {
254  static_assert(::std::is_same<T, Action>::value ||
255  ::std::is_integral<T>::value,
256  "Incorrect type passed to function Action_Name.");
257  return GobyToolConfig_Action_Name(enum_t_value);
258  }
259  static inline bool Action_Parse(const std::string& name,
260  Action* value) {
261  return GobyToolConfig_Action_Parse(name, value);
262  }
263 
264  // accessors -------------------------------------------------------
265 
266  enum : int {
267  kAppFieldNumber = 1,
268  kActionFieldNumber = 2,
269  };
270  // optional .goby.middleware.protobuf.AppConfig app = 1 [(.goby.field) = {
271  bool has_app() const;
272  private:
273  bool _internal_has_app() const;
274  public:
275  void clear_app();
276  const ::goby::middleware::protobuf::AppConfig& app() const;
277  ::goby::middleware::protobuf::AppConfig* release_app();
278  ::goby::middleware::protobuf::AppConfig* mutable_app();
279  void set_allocated_app(::goby::middleware::protobuf::AppConfig* app);
280  private:
281  const ::goby::middleware::protobuf::AppConfig& _internal_app() const;
282  ::goby::middleware::protobuf::AppConfig* _internal_mutable_app();
283  public:
285  ::goby::middleware::protobuf::AppConfig* app);
286  ::goby::middleware::protobuf::AppConfig* unsafe_arena_release_app();
287 
288  // optional .goby.apps.middleware.protobuf.GobyToolConfig.Action action = 2 [default = help, (.goby.field) = {
289  bool has_action() const;
290  private:
291  bool _internal_has_action() const;
292  public:
293  void clear_action();
296  private:
298  void _internal_set_action(::goby::apps::middleware::protobuf::GobyToolConfig_Action value);
299  public:
300 
301  // @@protoc_insertion_point(class_scope:goby.apps.middleware.protobuf.GobyToolConfig)
302  private:
303  class _Internal;
304 
305  template <typename T> friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
306  typedef void InternalArenaConstructable_;
307  typedef void DestructorSkippable_;
308  ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
309  mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
310  ::goby::middleware::protobuf::AppConfig* app_;
311  int action_;
312  friend struct ::TableStruct_goby_2fapps_2fmiddleware_2fgoby_5ftool_2ftool_2eproto;
313 };
314 // ===================================================================
315 
316 
317 // ===================================================================
318 
319 #ifdef __GNUC__
320  #pragma GCC diagnostic push
321  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
322 #endif // __GNUC__
323 // GobyToolConfig
324 
325 // optional .goby.middleware.protobuf.AppConfig app = 1 [(.goby.field) = {
326 inline bool GobyToolConfig::_internal_has_app() const {
327  bool value = (_has_bits_[0] & 0x00000001u) != 0;
328  PROTOBUF_ASSUME(!value || app_ != nullptr);
329  return value;
330 }
331 inline bool GobyToolConfig::has_app() const {
332  return _internal_has_app();
333 }
334 inline const ::goby::middleware::protobuf::AppConfig& GobyToolConfig::_internal_app() const {
335  const ::goby::middleware::protobuf::AppConfig* p = app_;
336  return p != nullptr ? *p : *reinterpret_cast<const ::goby::middleware::protobuf::AppConfig*>(
338 }
339 inline const ::goby::middleware::protobuf::AppConfig& GobyToolConfig::app() const {
340  // @@protoc_insertion_point(field_get:goby.apps.middleware.protobuf.GobyToolConfig.app)
341  return _internal_app();
342 }
343 inline void GobyToolConfig::unsafe_arena_set_allocated_app(
344  ::goby::middleware::protobuf::AppConfig* app) {
345  if (GetArena() == nullptr) {
346  delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(app_);
347  }
348  app_ = app;
349  if (app) {
350  _has_bits_[0] |= 0x00000001u;
351  } else {
352  _has_bits_[0] &= ~0x00000001u;
353  }
354  // @@protoc_insertion_point(field_unsafe_arena_set_allocated:goby.apps.middleware.protobuf.GobyToolConfig.app)
355 }
356 inline ::goby::middleware::protobuf::AppConfig* GobyToolConfig::release_app() {
357  auto temp = unsafe_arena_release_app();
358  if (GetArena() != nullptr) {
359  temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
360  }
361  return temp;
362 }
363 inline ::goby::middleware::protobuf::AppConfig* GobyToolConfig::unsafe_arena_release_app() {
364  // @@protoc_insertion_point(field_release:goby.apps.middleware.protobuf.GobyToolConfig.app)
365  _has_bits_[0] &= ~0x00000001u;
366  ::goby::middleware::protobuf::AppConfig* temp = app_;
367  app_ = nullptr;
368  return temp;
369 }
370 inline ::goby::middleware::protobuf::AppConfig* GobyToolConfig::_internal_mutable_app() {
371  _has_bits_[0] |= 0x00000001u;
372  if (app_ == nullptr) {
373  auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArena());
374  app_ = p;
375  }
376  return app_;
377 }
378 inline ::goby::middleware::protobuf::AppConfig* GobyToolConfig::mutable_app() {
379  // @@protoc_insertion_point(field_mutable:goby.apps.middleware.protobuf.GobyToolConfig.app)
380  return _internal_mutable_app();
381 }
382 inline void GobyToolConfig::set_allocated_app(::goby::middleware::protobuf::AppConfig* app) {
383  ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
384  if (message_arena == nullptr) {
385  delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*>(app_);
386  }
387  if (app) {
388  ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
389  reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*>(app)->GetArena();
390  if (message_arena != submessage_arena) {
391  app = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
392  message_arena, app, submessage_arena);
393  }
394  _has_bits_[0] |= 0x00000001u;
395  } else {
396  _has_bits_[0] &= ~0x00000001u;
397  }
398  app_ = app;
399  // @@protoc_insertion_point(field_set_allocated:goby.apps.middleware.protobuf.GobyToolConfig.app)
400 }
401 
402 // optional .goby.apps.middleware.protobuf.GobyToolConfig.Action action = 2 [default = help, (.goby.field) = {
403 inline bool GobyToolConfig::_internal_has_action() const {
404  bool value = (_has_bits_[0] & 0x00000002u) != 0;
405  return value;
406 }
407 inline bool GobyToolConfig::has_action() const {
408  return _internal_has_action();
409 }
410 inline void GobyToolConfig::clear_action() {
411  action_ = 0;
412  _has_bits_[0] &= ~0x00000002u;
413 }
414 inline ::goby::apps::middleware::protobuf::GobyToolConfig_Action GobyToolConfig::_internal_action() const {
415  return static_cast< ::goby::apps::middleware::protobuf::GobyToolConfig_Action >(action_);
416 }
418  // @@protoc_insertion_point(field_get:goby.apps.middleware.protobuf.GobyToolConfig.action)
419  return _internal_action();
420 }
421 inline void GobyToolConfig::_internal_set_action(::goby::apps::middleware::protobuf::GobyToolConfig_Action value) {
423  _has_bits_[0] |= 0x00000002u;
424  action_ = value;
425 }
426 inline void GobyToolConfig::set_action(::goby::apps::middleware::protobuf::GobyToolConfig_Action value) {
427  _internal_set_action(value);
428  // @@protoc_insertion_point(field_set:goby.apps.middleware.protobuf.GobyToolConfig.action)
429 }
430 
431 #ifdef __GNUC__
432  #pragma GCC diagnostic pop
433 #endif // __GNUC__
434 
435 // @@protoc_insertion_point(namespace_scope)
436 
437 } // namespace protobuf
438 } // namespace middleware
439 } // namespace apps
440 } // namespace goby
441 
442 PROTOBUF_NAMESPACE_OPEN
443 
444 template <> struct is_proto_enum< ::goby::apps::middleware::protobuf::GobyToolConfig_Action> : ::std::true_type {};
445 template <>
446 inline const EnumDescriptor* GetEnumDescriptor< ::goby::apps::middleware::protobuf::GobyToolConfig_Action>() {
448 }
449 
450 PROTOBUF_NAMESPACE_CLOSE
451 
452 // @@protoc_insertion_point(global_scope)
453 
454 #include <google/protobuf/port_undef.inc>
455 #endif // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_goby_2fapps_2fmiddleware_2fgoby_5ftool_2ftool_2eproto
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
GobyToolConfig * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
Definition: tool.pb.h:185
static const GobyToolConfig & default_instance()
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void MergeFrom(const GobyToolConfig &from)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Definition: tool.pb.h:136
void unsafe_arena_set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
void set_action(::goby::apps::middleware::protobuf::GobyToolConfig_Action value)
static const std::string & Action_Name(T enum_t_value)
Definition: tool.pb.h:253
void CopyFrom(const GobyToolConfig &from)
static const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * Action_descriptor()
Definition: tool.pb.h:249
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
friend void swap(GobyToolConfig &a, GobyToolConfig &b)
Definition: tool.pb.h:162
static const GobyToolConfig * internal_default_instance()
Definition: tool.pb.h:155
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
Definition: tool.pb.h:143
GobyToolConfig(::PROTOBUF_NAMESPACE_ID::Arena *arena)
GobyToolConfig & operator=(const GobyToolConfig &from)
Definition: tool.pb.h:123
::goby::middleware::protobuf::AppConfig * release_app()
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Definition: tool.pb.h:149
GobyToolConfig & operator=(GobyToolConfig &&from) noexcept
Definition: tool.pb.h:127
GobyToolConfig(GobyToolConfig &&from) noexcept
Definition: tool.pb.h:118
::goby::middleware::protobuf::AppConfig * mutable_app()
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static bool Action_Parse(const std::string &name, Action *value)
Definition: tool.pb.h:259
::goby::apps::middleware::protobuf::GobyToolConfig_Action action() const
const ::goby::middleware::protobuf::AppConfig & app() const
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
Definition: tool.pb.h:146
void UnsafeArenaSwap(GobyToolConfig *other)
Definition: tool.pb.h:173
::goby::middleware::protobuf::AppConfig * unsafe_arena_release_app()
GobyToolConfig * New() const final
Definition: tool.pb.h:181
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Definition: tool.pb.h:139
@ value
the parser finished reading a JSON value
const ::PROTOBUF_NAMESPACE_ID::EnumDescriptor * GobyToolConfig_Action_descriptor()
constexpr int GobyToolConfig_Action_Action_ARRAYSIZE
Definition: tool.pb.h:93
const std::string & GobyToolConfig_Action_Name(T enum_t_value)
Definition: tool.pb.h:97
bool GobyToolConfig_Action_IsValid(int value)
constexpr GobyToolConfig_Action GobyToolConfig_Action_Action_MIN
Definition: tool.pb.h:91
constexpr GobyToolConfig_Action GobyToolConfig_Action_Action_MAX
Definition: tool.pb.h:92
bool GobyToolConfig_Action_Parse(const std::string &name, GobyToolConfig_Action *value)
Definition: tool.pb.h:104
GobyToolConfigDefaultTypeInternal _GobyToolConfig_default_instance_
AppConfigDefaultTypeInternal _AppConfig_default_instance_
The global namespace for the Goby project.
std::uint32_t uint32
#define ByteSizeLong
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
Definition: tool.pb.h:61
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]
Definition: tool.pb.h:60
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[1] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]
Definition: tool.pb.h:59
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2fapps_2fmiddleware_2fgoby_5ftool_2ftool_2eproto