4#ifndef GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto
5#define GOOGLE_PROTOBUF_INCLUDED_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto
10#include <google/protobuf/port_def.inc>
11#if PROTOBUF_VERSION < 3021000
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 3021012 < 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_util.h>
27#include <google/protobuf/metadata_lite.h>
28#include <google/protobuf/generated_message_reflection.h>
30#include <google/protobuf/repeated_field.h>
31#include <google/protobuf/extension_set.h>
32#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>
40#include <google/protobuf/port_def.inc>
41#define PROTOBUF_INTERNAL_EXPORT_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto
42PROTOBUF_NAMESPACE_OPEN
46PROTOBUF_NAMESPACE_CLOSE
58struct ReadyDefaultTypeInternal;
61struct TestConfigDefaultTypeInternal;
64struct WidgetDefaultTypeInternal;
70PROTOBUF_NAMESPACE_OPEN
74PROTOBUF_NAMESPACE_CLOSE
83 public ::PROTOBUF_NAMESPACE_ID::Message {
87 explicit PROTOBUF_CONSTEXPR
TestConfig(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
92 *
this = ::std::move(from);
100 if (
this == &from)
return *
this;
101 if (GetOwningArena() == from.GetOwningArena()
102 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
103 && GetOwningArena() !=
nullptr
114 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
117 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
120 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
143 if (other ==
this)
return;
144 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
145 if (GetOwningArena() !=
nullptr &&
146 GetOwningArena() == other->GetOwningArena()) {
148 if (GetOwningArena() == other->GetOwningArena()) {
152 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
156 if (other ==
this)
return;
157 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
163 TestConfig*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena =
nullptr) const final {
164 return CreateMaybeMessage<TestConfig>(arena);
166 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
168 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
170 TestConfig::MergeImpl(*
this, from);
173 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
175 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
181 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
185 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
187 void SetCachedSize(
int size)
const final;
191 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
192 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
193 return "goby.test.zeromq.protobuf.TestConfig";
197 bool is_message_owned =
false);
201 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*
GetClassData() const final;
216 bool _internal_has_app()
const;
219 const ::goby::middleware::protobuf::AppConfig&
app()
const;
220 PROTOBUF_NODISCARD ::goby::middleware::protobuf::AppConfig*
release_app();
224 const ::goby::middleware::protobuf::AppConfig& _internal_app()
const;
234 bool _internal_has_interprocess()
const;
237 const ::goby::zeromq::protobuf::InterProcessPortalConfig&
interprocess()
const;
242 const ::goby::zeromq::protobuf::InterProcessPortalConfig& _internal_interprocess()
const;
253 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
254 typedef void InternalArenaConstructable_;
255 typedef void DestructorSkippable_;
257 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
258 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
263 friend struct ::TableStruct_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto;
268 public ::PROTOBUF_NAMESPACE_ID::Message {
272 explicit PROTOBUF_CONSTEXPR
Ready(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
277 *
this = ::std::move(from);
285 if (
this == &from)
return *
this;
286 if (GetOwningArena() == from.GetOwningArena()
287 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
288 && GetOwningArena() !=
nullptr
299 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
302 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
305 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
306 return GetDescriptor();
309 return default_instance().GetMetadata().descriptor;
312 return default_instance().GetMetadata().reflection;
315 return *internal_default_instance();
318 return reinterpret_cast<const Ready*
>(
321 static constexpr int kIndexInFileMessages =
328 if (other ==
this)
return;
329 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
330 if (GetOwningArena() !=
nullptr &&
331 GetOwningArena() == other->GetOwningArena()) {
333 if (GetOwningArena() == other->GetOwningArena()) {
337 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
341 if (other ==
this)
return;
342 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
348 Ready*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena =
nullptr) const final {
349 return CreateMaybeMessage<Ready>(arena);
351 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
353 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
355 Ready::MergeImpl(*
this, from);
358 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
360 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
361 bool IsInitialized() const final;
364 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
365 uint8_t* _InternalSerialize(
366 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
367 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
370 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
372 void SetCachedSize(
int size)
const final;
373 void InternalSwap(
Ready* other);
376 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
377 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
378 return "goby.test.zeromq.protobuf.Ready";
381 explicit Ready(::PROTOBUF_NAMESPACE_ID::Arena* arena,
382 bool is_message_owned =
false);
385 static const ClassData _class_data_;
386 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*
GetClassData() const final;
388 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
400 bool _internal_has_b()
const;
404 void set_b(
bool value);
406 bool _internal_b()
const;
407 void _internal_set_b(
bool value);
414 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
415 typedef void InternalArenaConstructable_;
416 typedef void DestructorSkippable_;
418 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
419 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
423 friend struct ::TableStruct_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto;
428 public ::PROTOBUF_NAMESPACE_ID::Message {
432 explicit PROTOBUF_CONSTEXPR
Widget(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized);
437 *
this = ::std::move(from);
445 if (
this == &from)
return *
this;
446 if (GetOwningArena() == from.GetOwningArena()
447 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
448 && GetOwningArena() !=
nullptr
459 return _internal_metadata_.unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>(::PROTOBUF_NAMESPACE_ID::UnknownFieldSet::default_instance);
462 return _internal_metadata_.mutable_unknown_fields<::PROTOBUF_NAMESPACE_ID::UnknownFieldSet>();
465 static const ::PROTOBUF_NAMESPACE_ID::Descriptor*
descriptor() {
466 return GetDescriptor();
469 return default_instance().GetMetadata().descriptor;
472 return default_instance().GetMetadata().reflection;
475 return *internal_default_instance();
478 return reinterpret_cast<const Widget*
>(
479 &_Widget_default_instance_);
481 static constexpr int kIndexInFileMessages =
488 if (other ==
this)
return;
489 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
490 if (GetOwningArena() !=
nullptr &&
491 GetOwningArena() == other->GetOwningArena()) {
493 if (GetOwningArena() == other->GetOwningArena()) {
497 ::PROTOBUF_NAMESPACE_ID::internal::GenericSwap(
this, other);
501 if (other ==
this)
return;
502 GOOGLE_DCHECK(GetOwningArena() == other->GetOwningArena());
508 Widget*
New(::PROTOBUF_NAMESPACE_ID::Arena* arena =
nullptr) const final {
509 return CreateMaybeMessage<Widget>(arena);
511 using ::PROTOBUF_NAMESPACE_ID::Message::CopyFrom;
513 using ::PROTOBUF_NAMESPACE_ID::Message::MergeFrom;
515 Widget::MergeImpl(*
this, from);
518 static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message& to_msg, const ::PROTOBUF_NAMESPACE_ID::Message& from_msg);
520 PROTOBUF_ATTRIBUTE_REINITIALIZES
void Clear() final;
521 bool IsInitialized() const final;
524 const
char* _InternalParse(const
char* ptr, ::PROTOBUF_NAMESPACE_ID::
internal::ParseContext* ctx) final;
525 uint8_t* _InternalSerialize(
526 uint8_t* target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream* stream) const final;
527 int GetCachedSize() const final {
return _impl_._cached_size_.Get(); }
530 void SharedCtor(::PROTOBUF_NAMESPACE_ID::Arena* arena,
bool is_message_owned);
532 void SetCachedSize(
int size)
const final;
533 void InternalSwap(
Widget* other);
536 friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata;
537 static ::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName() {
538 return "goby.test.zeromq.protobuf.Widget";
541 explicit Widget(::PROTOBUF_NAMESPACE_ID::Arena* arena,
542 bool is_message_owned =
false);
545 static const ClassData _class_data_;
546 const ::PROTOBUF_NAMESPACE_ID::Message::ClassData*
GetClassData() const final;
548 ::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final;
560 bool _internal_has_b()
const;
566 int32_t _internal_b()
const;
567 void _internal_set_b(int32_t value);
574 template <
typename T>
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper;
575 typedef void InternalArenaConstructable_;
576 typedef void DestructorSkippable_;
578 ::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> _has_bits_;
579 mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_;
582 union { Impl_ _impl_; };
583 friend struct ::TableStruct_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto;
591 #pragma GCC diagnostic push
592 #pragma GCC diagnostic ignored "-Wstrict-aliasing"
597inline bool TestConfig::_internal_has_app()
const {
598 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
599 PROTOBUF_ASSUME(!value || _impl_.app_ !=
nullptr);
602inline bool TestConfig::has_app()
const {
603 return _internal_has_app();
605inline const ::goby::middleware::protobuf::AppConfig& TestConfig::_internal_app()
const {
606 const ::goby::middleware::protobuf::AppConfig* p = _impl_.app_;
610inline const ::goby::middleware::protobuf::AppConfig& TestConfig::app()
const {
612 return _internal_app();
614inline void TestConfig::unsafe_arena_set_allocated_app(
616 if (GetArenaForAllocation() ==
nullptr) {
617 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(_impl_.app_);
621 _impl_._has_bits_[0] |= 0x00000001u;
623 _impl_._has_bits_[0] &= ~0x00000001u;
627inline ::goby::middleware::protobuf::AppConfig* TestConfig::release_app() {
628 _impl_._has_bits_[0] &= ~0x00000001u;
630 _impl_.app_ =
nullptr;
631#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
632 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
633 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
634 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
636 if (GetArenaForAllocation() !=
nullptr) {
637 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
642inline ::goby::middleware::protobuf::AppConfig* TestConfig::unsafe_arena_release_app() {
644 _impl_._has_bits_[0] &= ~0x00000001u;
646 _impl_.app_ =
nullptr;
649inline ::goby::middleware::protobuf::AppConfig* TestConfig::_internal_mutable_app() {
650 _impl_._has_bits_[0] |= 0x00000001u;
651 if (_impl_.app_ ==
nullptr) {
657inline ::goby::middleware::protobuf::AppConfig* TestConfig::mutable_app() {
663 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
664 if (message_arena ==
nullptr) {
665 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(_impl_.app_);
668 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
669 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
670 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(app));
671 if (message_arena != submessage_arena) {
672 app = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
673 message_arena, app, submessage_arena);
675 _impl_._has_bits_[0] |= 0x00000001u;
677 _impl_._has_bits_[0] &= ~0x00000001u;
684inline bool TestConfig::_internal_has_interprocess()
const {
685 bool value = (_impl_._has_bits_[0] & 0x00000002u) != 0;
686 PROTOBUF_ASSUME(!value || _impl_.interprocess_ !=
nullptr);
689inline bool TestConfig::has_interprocess()
const {
690 return _internal_has_interprocess();
692inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& TestConfig::_internal_interprocess()
const {
693 const ::goby::zeromq::protobuf::InterProcessPortalConfig* p = _impl_.interprocess_;
697inline const ::goby::zeromq::protobuf::InterProcessPortalConfig& TestConfig::interprocess()
const {
699 return _internal_interprocess();
701inline void TestConfig::unsafe_arena_set_allocated_interprocess(
703 if (GetArenaForAllocation() ==
nullptr) {
704 delete reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(_impl_.interprocess_);
706 _impl_.interprocess_ = interprocess;
708 _impl_._has_bits_[0] |= 0x00000002u;
710 _impl_._has_bits_[0] &= ~0x00000002u;
714inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::release_interprocess() {
715 _impl_._has_bits_[0] &= ~0x00000002u;
717 _impl_.interprocess_ =
nullptr;
718#ifdef PROTOBUF_FORCE_COPY_IN_RELEASE
719 auto* old =
reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(temp);
720 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
721 if (GetArenaForAllocation() ==
nullptr) {
delete old; }
723 if (GetArenaForAllocation() !=
nullptr) {
724 temp = ::PROTOBUF_NAMESPACE_ID::internal::DuplicateIfNonNull(temp);
729inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::unsafe_arena_release_interprocess() {
731 _impl_._has_bits_[0] &= ~0x00000002u;
733 _impl_.interprocess_ =
nullptr;
736inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::_internal_mutable_interprocess() {
737 _impl_._has_bits_[0] |= 0x00000002u;
738 if (_impl_.interprocess_ ==
nullptr) {
740 _impl_.interprocess_ = p;
742 return _impl_.interprocess_;
744inline ::goby::zeromq::protobuf::InterProcessPortalConfig* TestConfig::mutable_interprocess() {
750 ::PROTOBUF_NAMESPACE_ID::Arena* message_arena = GetArenaForAllocation();
751 if (message_arena ==
nullptr) {
752 delete reinterpret_cast< ::PROTOBUF_NAMESPACE_ID::MessageLite*
>(_impl_.interprocess_);
755 ::PROTOBUF_NAMESPACE_ID::Arena* submessage_arena =
756 ::PROTOBUF_NAMESPACE_ID::Arena::InternalGetOwningArena(
757 reinterpret_cast<::PROTOBUF_NAMESPACE_ID::MessageLite*
>(interprocess));
758 if (message_arena != submessage_arena) {
759 interprocess = ::PROTOBUF_NAMESPACE_ID::internal::GetOwnedMessage(
760 message_arena, interprocess, submessage_arena);
762 _impl_._has_bits_[0] |= 0x00000002u;
764 _impl_._has_bits_[0] &= ~0x00000002u;
766 _impl_.interprocess_ = interprocess;
775inline bool Ready::_internal_has_b()
const {
776 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
779inline bool Ready::has_b()
const {
780 return _internal_has_b();
782inline void Ready::clear_b() {
784 _impl_._has_bits_[0] &= ~0x00000001u;
786inline bool Ready::_internal_b()
const {
789inline bool Ready::b()
const {
791 return _internal_b();
793inline void Ready::_internal_set_b(
bool value) {
794 _impl_._has_bits_[0] |= 0x00000001u;
797inline void Ready::set_b(
bool value) {
798 _internal_set_b(value);
807inline bool Widget::_internal_has_b()
const {
808 bool value = (_impl_._has_bits_[0] & 0x00000001u) != 0;
811inline bool Widget::has_b()
const {
812 return _internal_has_b();
814inline void Widget::clear_b() {
816 _impl_._has_bits_[0] &= ~0x00000001u;
818inline int32_t Widget::_internal_b()
const {
821inline int32_t Widget::b()
const {
823 return _internal_b();
825inline void Widget::_internal_set_b(int32_t value) {
826 _impl_._has_bits_[0] |= 0x00000001u;
829inline void Widget::set_b(int32_t value) {
830 _internal_set_b(value);
835 #pragma GCC diagnostic pop
851#include <google/protobuf/port_undef.inc>
PROTOBUF_NAMESPACE_OPEN ::goby::middleware::protobuf::AppConfig * Arena::CreateMaybeMessage<::goby::middleware::protobuf::AppConfig >(Arena *)
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
static const Ready * internal_default_instance()
Ready * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
friend void swap(Ready &a, Ready &b)
void CopyFrom(const Ready &from)
PROTOBUF_CONSTEXPR Ready(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
static const Ready & default_instance()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
void UnsafeArenaSwap(Ready *other)
Ready(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
void MergeFrom(const Ready &from)
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
Ready & operator=(Ready &&from) noexcept
Ready(Ready &&from) noexcept
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
Ready & operator=(const Ready &from)
TestConfig & operator=(const TestConfig &from)
PROTOBUF_CONSTEXPR TestConfig(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields() const
TestConfig & operator=(TestConfig &&from) noexcept
bool IsInitialized() const final
::goby::middleware::protobuf::AppConfig * unsafe_arena_release_app()
const ::goby::middleware::protobuf::AppConfig & app() const
PROTOBUF_NODISCARD::goby::middleware::protobuf::AppConfig * release_app()
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata() const final
void set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
TestConfig * New(::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
const char * _InternalParse(const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData() const final
static const ClassData _class_data_
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection()
@ kInterprocessFieldNumber
static const TestConfig * internal_default_instance()
void Swap(TestConfig *other)
size_t ByteSizeLong() const final
TestConfig(TestConfig &&from) noexcept
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields()
PROTOBUF_NODISCARD::goby::zeromq::protobuf::InterProcessPortalConfig * release_interprocess()
::goby::zeromq::protobuf::InterProcessPortalConfig * unsafe_arena_release_interprocess()
void unsafe_arena_set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
void MergeFrom(const TestConfig &from)
void UnsafeArenaSwap(TestConfig *other)
void CopyFrom(const TestConfig &from)
::goby::middleware::protobuf::AppConfig * mutable_app()
void clear_interprocess()
friend void swap(TestConfig &a, TestConfig &b)
static const TestConfig & default_instance()
void set_allocated_interprocess(::goby::zeromq::protobuf::InterProcessPortalConfig *interprocess)
void unsafe_arena_set_allocated_app(::goby::middleware::protobuf::AppConfig *app)
TestConfig(const TestConfig &from)
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * descriptor()
TestConfig(::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
static constexpr int kIndexInFileMessages
bool has_interprocess() const
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * GetDescriptor()
::goby::zeromq::protobuf::InterProcessPortalConfig * mutable_interprocess()
int GetCachedSize() const final
const ::goby::zeromq::protobuf::InterProcessPortalConfig & interprocess() const
uint8_t * _InternalSerialize(uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
::goby::zeromq::protobuf::InterProcessPortalConfig * Arena::CreateMaybeMessage<::goby::zeromq::protobuf::InterProcessPortalConfig >(Arena *)
AppConfigDefaultTypeInternal _AppConfig_default_instance_
ReadyDefaultTypeInternal _Ready_default_instance_
TestConfigDefaultTypeInternal _TestConfig_default_instance_
WidgetDefaultTypeInternal _Widget_default_instance_
InterProcessPortalConfigDefaultTypeInternal _InterProcessPortalConfig_default_instance_
The global namespace for the Goby project.
static const uint32_t offsets[]
const ::PROTOBUF_NAMESPACE_ID::internal::DescriptorTable descriptor_table_goby_2ftest_2fzeromq_2fmulti_5fthread_5fapp1_2ftest_2eproto