4 #ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto
5 #define GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto
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
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.
22 #include <google/protobuf/port_undef.inc>
23 #include <google/protobuf/io/coded_stream.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>
33 #include <google/protobuf/extension_set.h>
34 #include <google/protobuf/unknown_field_set.h>
35 #include "dccl/option_extensions.pb.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>
43 #include <google/protobuf/port_def.inc>
44 #define PROTOBUF_INTERNAL_EXPORT_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto
45 PROTOBUF_NAMESPACE_OPEN
49 PROTOBUF_NAMESPACE_CLOSE
53 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[]
55 static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[]
57 static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[2]
59 static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata
field_metadata[];
69 class TestConfigDefaultTypeInternal;
72 class WidgetDefaultTypeInternal;
78 PROTOBUF_NAMESPACE_OPEN
79 template<> ::goby::test::zeromq::protobuf::TestConfig* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::TestConfig>(Arena*);
80 template<> ::goby::test::zeromq::protobuf::Widget* Arena::CreateMaybeMessage<::goby::test::zeromq::protobuf::Widget>(Arena*);
81 PROTOBUF_NAMESPACE_CLOSE
89 class TestConfig PROTOBUF_FINAL :
90 public ::PROTOBUF_NAMESPACE_ID::Message {
98 *
this = ::std::move(from);
105 inline TestConfig&
operator=(TestConfig&& from) noexcept {
106 if (GetArena() == from.GetArena()) {
107 if (
this != &from) InternalSwap(&from);
115 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
118 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
121 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
122 return GetDescriptor();
125 return GetMetadataStatic().descriptor;
128 return GetMetadataStatic().reflection;
134 return reinterpret_cast<const TestConfig*
>(
137 static constexpr
int kIndexInFileMessages =
140 friend void swap(TestConfig& a, TestConfig& b) {
143 inline void Swap(TestConfig* other) {
144 if (other ==
this)
return;
145 if (GetArena() == other->GetArena()) {
148 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
152 if (other ==
this)
return;
153 GOOGLE_DCHECK(GetArena() == other->GetArena());
159 inline TestConfig*
New() const final {
160 return CreateMaybeMessage<TestConfig>(
nullptr);
163 TestConfig*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena)
const final {
164 return CreateMaybeMessage<TestConfig>(arena);
166 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
167 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
170 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
171 bool IsInitialized() const final;
174 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
175 ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
176 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
177 int GetCachedSize() const final {
return _cached_size_.Get(); }
180 inline void SharedCtor();
181 inline void SharedDtor();
182 void SetCachedSize(
int size)
const final;
183 void InternalSwap(TestConfig* other);
184 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
185 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
186 return "goby.test.zeromq.protobuf.TestConfig";
191 static void ArenaDtor(
void*
object);
192 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
197 static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
210 kInterprocessFieldNumber = 2,
211 kNumTxThreadsFieldNumber = 5,
212 kNumMessagesFieldNumber = 3,
213 kNumRxThreadsFieldNumber = 4,
218 bool _internal_has_app()
const;
221 const ::goby::middleware::protobuf::AppConfig&
app()
const;
226 const ::goby::middleware::protobuf::AppConfig& _internal_app()
const;
227 ::goby::middleware::protobuf::AppConfig* _internal_mutable_app();
230 ::goby::middleware::protobuf::AppConfig* app);
236 bool _internal_has_interprocess()
const;
239 const ::goby::zeromq::protobuf::InterProcessPortalConfig&
interprocess()
const;
244 const ::goby::zeromq::protobuf::InterProcessPortalConfig& _internal_interprocess()
const;
245 ::goby::zeromq::protobuf::InterProcessPortalConfig* _internal_mutable_interprocess();
248 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess);
254 bool _internal_has_num_tx_threads()
const;
267 bool _internal_has_num_messages()
const;
280 bool _internal_has_num_rx_threads()
const;
294 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
295 typedef void InternalArenaConstructable_;
296 typedef void DestructorSkippable_;
297 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
298 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
299 ::goby::middleware::protobuf::AppConfig* app_;
300 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess_;
304 friend struct ::TableStruct_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto;
309 public ::PROTOBUF_NAMESPACE_ID::Message {
317 *
this = ::std::move(from);
325 if (GetArena() == from.GetArena()) {
326 if (
this != &from) InternalSwap(&from);
334 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
337 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
340 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
341 return GetDescriptor();
344 return GetMetadataStatic().descriptor;
347 return GetMetadataStatic().reflection;
353 return reinterpret_cast<const Widget*
>(
356 static constexpr
int kIndexInFileMessages =
359 friend void swap(Widget& a, Widget& b) {
362 inline void Swap(Widget* other) {
363 if (other ==
this)
return;
364 if (GetArena() == other->GetArena()) {
367 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
371 if (other ==
this)
return;
372 GOOGLE_DCHECK(GetArena() == other->GetArena());
378 inline Widget*
New() const final {
379 return CreateMaybeMessage<Widget>(
nullptr);
382 Widget*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena)
const final {
383 return CreateMaybeMessage<Widget>(arena);
385 void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
386 void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message& from)
final;
389 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
390 bool IsInitialized() const final;
393 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
394 ::PROTOBUF_NAMESPACE_ID::uint8* _InternalSerialize(
395 ::PROTOBUF_NAMESPACE_ID::uint8* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
396 int GetCachedSize() const final {
return _cached_size_.Get(); }
399 inline void SharedCtor();
400 inline void SharedDtor();
401 void SetCachedSize(
int size)
const final;
402 void InternalSwap(Widget* other);
403 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
404 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
405 return "goby.test.zeromq.protobuf.Widget";
408 explicit Widget(::PROTOBUF_NAMESPACE_ID::Arena* arena);
410 static void ArenaDtor(
void*
object);
411 inline void RegisterArenaDtor(::PROTOBUF_NAMESPACE_ID::Arena* arena);
416 static ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic() {
433 bool _internal_has_b()
const;
447 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
448 typedef void InternalArenaConstructable_;
449 typedef void DestructorSkippable_;
450 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
451 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
453 friend struct ::TableStruct_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto;
461 #pragma GCC diagnostic push
462 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
467 inline bool TestConfig::_internal_has_app()
const {
468 bool value = (_has_bits_[0] & 0x00000001u) != 0;
469 PROTOBUF_ASSUME(!value || app_ !=
nullptr);
472 inline bool TestConfig::has_app()
const {
473 return _internal_has_app();
475 inline const ::goby::middleware::protobuf::AppConfig& TestConfig::_internal_app()
const {
476 const ::goby::middleware::protobuf::AppConfig* p = app_;
477 return p !=
nullptr ? *p : *
reinterpret_cast<const ::goby::middleware::protobuf::AppConfig*
>(
480 inline const ::goby::middleware::protobuf::AppConfig& TestConfig::app()
const {
482 return _internal_app();
484 inline void TestConfig::unsafe_arena_set_allocated_app(
485 ::goby::middleware::protobuf::AppConfig* app) {
486 if (GetArena() ==
nullptr) {
487 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app_);
491 _has_bits_[0] |= 0x00000001u;
493 _has_bits_[0] &= ~0x00000001u;
497 inline ::goby::middleware::protobuf::AppConfig* TestConfig::release_app() {
498 auto temp = unsafe_arena_release_app();
499 if (GetArena() !=
nullptr) {
500 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
504 inline ::goby::middleware::protobuf::AppConfig* TestConfig::unsafe_arena_release_app() {
506 _has_bits_[0] &= ~0x00000001u;
507 ::goby::middleware::protobuf::AppConfig* temp = app_;
511 inline ::goby::middleware::protobuf::AppConfig* TestConfig::_internal_mutable_app() {
512 _has_bits_[0] |= 0x00000001u;
513 if (app_ ==
nullptr) {
514 auto* p = CreateMaybeMessage<::goby::middleware::protobuf::AppConfig>(GetArena());
519 inline ::goby::middleware::protobuf::AppConfig* TestConfig::mutable_app() {
521 return _internal_mutable_app();
523 inline void TestConfig::set_allocated_app(::goby::middleware::protobuf::AppConfig* app) {
524 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
525 if (message_arena ==
nullptr) {
526 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app_);
529 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
530 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app)->GetArena();
531 if (message_arena != submessage_arena) {
532 app = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
533 message_arena, app, submessage_arena);
535 _has_bits_[0] |= 0x00000001u;
537 _has_bits_[0] &= ~0x00000001u;
544 inline bool TestConfig::_internal_has_interprocess()
const {
545 bool value = (_has_bits_[0] & 0x00000002u) != 0;
546 PROTOBUF_ASSUME(!value || interprocess_ !=
nullptr);
549 inline bool TestConfig::has_interprocess()
const {
550 return _internal_has_interprocess();
552 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& TestConfig::_internal_interprocess()
const {
553 const ::goby::zeromq::protobuf::InterProcessPortalConfig* p = interprocess_;
554 return p !=
nullptr ? *p : *
reinterpret_cast<const ::goby::zeromq::protobuf::InterProcessPortalConfig*
>(
557 inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& TestConfig::interprocess()
const {
559 return _internal_interprocess();
561 inline void TestConfig::unsafe_arena_set_allocated_interprocess(
562 ::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess) {
563 if (GetArena() ==
nullptr) {
564 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(interprocess_);
566 interprocess_ = interprocess;
568 _has_bits_[0] |= 0x00000002u;
570 _has_bits_[0] &= ~0x00000002u;
574 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::release_interprocess() {
575 auto temp = unsafe_arena_release_interprocess();
576 if (GetArena() !=
nullptr) {
577 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
581 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::unsafe_arena_release_interprocess() {
583 _has_bits_[0] &= ~0x00000002u;
584 ::goby::zeromq::protobuf::InterProcessPortalConfig* temp = interprocess_;
585 interprocess_ =
nullptr;
588 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::_internal_mutable_interprocess() {
589 _has_bits_[0] |= 0x00000002u;
590 if (interprocess_ ==
nullptr) {
591 auto* p = CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig>(GetArena());
594 return interprocess_;
596 inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::mutable_interprocess() {
598 return _internal_mutable_interprocess();
600 inline void TestConfig::set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig* interprocess) {
601 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArena();
602 if (message_arena ==
nullptr) {
603 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(interprocess_);
606 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
607 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(interprocess)->GetArena();
608 if (message_arena != submessage_arena) {
609 interprocess = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
610 message_arena, interprocess, submessage_arena);
612 _has_bits_[0] |= 0x00000002u;
614 _has_bits_[0] &= ~0x00000002u;
616 interprocess_ = interprocess;
621 inline bool TestConfig::_internal_has_num_messages()
const {
622 bool value = (_has_bits_[0] & 0x00000008u) != 0;
625 inline bool TestConfig::has_num_messages()
const {
626 return _internal_has_num_messages();
628 inline void TestConfig::clear_num_messages() {
629 num_messages_ = 10000;
630 _has_bits_[0] &= ~0x00000008u;
633 return num_messages_;
637 return _internal_num_messages();
640 _has_bits_[0] |= 0x00000008u;
641 num_messages_ =
value;
644 _internal_set_num_messages(value);
649 inline bool TestConfig::_internal_has_num_rx_threads()
const {
650 bool value = (_has_bits_[0] & 0x00000010u) != 0;
653 inline bool TestConfig::has_num_rx_threads()
const {
654 return _internal_has_num_rx_threads();
656 inline void TestConfig::clear_num_rx_threads() {
657 num_rx_threads_ = 10;
658 _has_bits_[0] &= ~0x00000010u;
661 return num_rx_threads_;
665 return _internal_num_rx_threads();
668 _has_bits_[0] |= 0x00000010u;
669 num_rx_threads_ =
value;
672 _internal_set_num_rx_threads(value);
677 inline bool TestConfig::_internal_has_num_tx_threads()
const {
678 bool value = (_has_bits_[0] & 0x00000004u) != 0;
681 inline bool TestConfig::has_num_tx_threads()
const {
682 return _internal_has_num_tx_threads();
684 inline void TestConfig::clear_num_tx_threads() {
686 _has_bits_[0] &= ~0x00000004u;
689 return num_tx_threads_;
693 return _internal_num_tx_threads();
696 _has_bits_[0] |= 0x00000004u;
697 num_tx_threads_ =
value;
700 _internal_set_num_tx_threads(value);
709 inline bool Widget::_internal_has_b()
const {
710 bool value = (_has_bits_[0] & 0x00000001u) != 0;
713 inline bool Widget::has_b()
const {
714 return _internal_has_b();
716 inline void Widget::clear_b() {
718 _has_bits_[0] &= ~0x00000001u;
725 return _internal_b();
728 _has_bits_[0] |= 0x00000001u;
732 _internal_set_b(value);
737 #pragma GCC diagnostic pop
751 #include <google/protobuf/port_undef.inc>
void set_num_messages(::PROTOBUF_NAMESPACE_ID::int32 value)
TestConfig & operator=(const TestConfig &from)
Widget(const Widget &from)
::goby::zeromq::protobuf::InterProcessPortalConfig * unsafe_arena_release_interprocess()
void Swap(TestConfig *other)
static const TestConfig & default_instance()
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess() const
Widget(Widget &&from) noexcept
void set_num_tx_threads(::PROTOBUF_NAMESPACE_ID::int32 value)
void MergeFrom(const Widget &from)
void set_num_rx_threads(::PROTOBUF_NAMESPACE_ID::int32 value)
TestConfig(const TestConfig &from)
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Widget * New() const final
::goby::middleware::protobuf::AppConfig * mutable_app()
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess()
void clear_num_rx_threads()
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void clear_num_messages()
static void InitAsDefaultInstance()
TestConfig(TestConfig &&from) noexcept
void clear_num_tx_threads()
friend void swap(TestConfig &a, TestConfig &b)
const ::goby::middleware::protobuf::AppConfig & app() const
::PROTOBUF_NAMESPACE_ID::int32 num_tx_threads() const
TestConfig & operator=(TestConfig &&from) noexcept
void CopyFrom(const TestConfig &from)
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Widget * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
void CopyFrom(const Widget &from)
void MergeFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
void MergeFrom(const TestConfig &from)
void set_b(::PROTOBUF_NAMESPACE_ID::int32 value)
bool has_num_rx_threads() const
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
Widget(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void unsafe_arena_set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
bool has_interprocess() const
static const Widget * internal_default_instance()
::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess()
friend void swap(Widget &a, Widget &b)
TestConfig * New() const final
::PROTOBUF_NAMESPACE_ID::int32 num_rx_threads() const
void CopyFrom(const ::PROTOBUF_NAMESPACE_ID::Message &from) final
void UnsafeArenaSwap(Widget *other)
static const TestConfig * internal_default_instance()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
::PROTOBUF_NAMESPACE_ID::int32 b() const
Widget & operator=(const Widget &from)
void unsafe_arena_set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
::PROTOBUF_NAMESPACE_ID::int32 num_messages() const
void UnsafeArenaSwap(TestConfig *other)
::goby::middleware::protobuf::AppConfig * release_app()
TestConfig * New(::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
static const Widget & default_instance()
bool has_num_tx_threads() const
bool has_num_messages() const
::goby::middleware::protobuf::AppConfig * unsafe_arena_release_app()
Widget & operator=(Widget &&from) noexcept
TestConfig(::PROTOBUF_NAMESPACE_ID::Arena *arena)
void clear_interprocess()
@ value
the parser finished reading a JSON value
AppConfigDefaultTypeInternal _AppConfig_default_instance_
TestConfigDefaultTypeInternal _TestConfig_default_instance_
WidgetDefaultTypeInternal _Widget_default_instance_
InterProcessPortalConfigDefaultTypeInternal _InterProcessPortalConfig_default_instance_
The global namespace for the Goby project.
static const ::PROTOBUF_NAMESPACE_ID::internal::SerializationTable serialization_table[]
static const ::PROTOBUF_NAMESPACE_ID::uint32 offsets[]
static const ::PROTOBUF_NAMESPACE_ID::internal::AuxillaryParseTableField aux[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTable schema[2] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::ParseTableField entries[] PROTOBUF_SECTION_VARIABLE(protodesc_cold)
static const ::PROTOBUF_NAMESPACE_ID::internal::FieldMetadata field_metadata[]
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp2_2ftest_2eproto