DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
daphne::ConfigureResponse Class Referencefinal

#include <daphne_control_high.pb.h>

Inheritance diagram for daphne::ConfigureResponse:
[legend]
Collaboration diagram for daphne::ConfigureResponse:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kMessageFieldNumber = 2 , kSuccessFieldNumber = 1 }
 

Public Member Functions

 ConfigureResponse ()
 
 ~ConfigureResponse () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ConfigureResponse (::google::protobuf::internal::ConstantInitialized)
 
 ConfigureResponse (const ConfigureResponse &from)
 
 ConfigureResponse (ConfigureResponse &&from) noexcept
 
ConfigureResponseoperator= (const ConfigureResponse &from)
 
ConfigureResponseoperator= (ConfigureResponse &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ConfigureResponse *other)
 
void UnsafeArenaSwap (ConfigureResponse *other)
 
ConfigureResponseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ConfigureResponse &from)
 
void MergeFrom (const ConfigureResponse &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
::size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
 
::uint8_t * _InternalSerialize (::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::google::protobuf::Message::ClassData * GetClassData () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
void clear_message ()
 
const std::string & message () const
 
template<typename Arg_ = const std::string&, typename... Args_>
void set_message (Arg_ &&arg, Args_... args)
 
std::string * mutable_message ()
 
PROTOBUF_NODISCARD std::string * release_message ()
 
void set_allocated_message (std::string *ptr)
 
void clear_success ()
 
bool success () const
 
void set_success (bool value)
 
template<typename >
PROTOBUF_CONSTEXPR ConfigureResponse (::_pbi::ConstantInitialized)
 
template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_message (Arg_ &&arg, Args_... args)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const ConfigureResponsedefault_instance ()
 
static const ConfigureResponseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ConfigureResponse (::google::protobuf::Arena *arena)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor (::google::protobuf::Arena *arena)
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (ConfigureResponse *other)
 
const std::string & _internal_message () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_message (const std::string &value)
 
std::string * _internal_mutable_message ()
 
bool _internal_success () const
 
void _internal_set_success (bool value)
 

Static Private Member Functions

static void MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
 
::absl::string_view FullMessageName ()
 

Private Attributes

union { 
 
   Impl_   _impl_ 
 
};  
 

Static Private Attributes

static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 40, 2 > _table_
 

Friends

class ::google::protobuf::internal::AnyMetadata
 
class ::google::protobuf::internal::TcParser
 
template<typename T >
class ::google::protobuf::Arena::InternalHelper
 
struct ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto
 
void swap (ConfigureResponse &a, ConfigureResponse &b)
 

Detailed Description

Definition at line 2016 of file daphne_control_high.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMessageFieldNumber 
kSuccessFieldNumber 

Definition at line 2143 of file daphne_control_high.pb.h.

Constructor & Destructor Documentation

◆ ConfigureResponse() [1/6]

daphne::ConfigureResponse::ConfigureResponse ( )
inline

Definition at line 2019 of file daphne_control_high.pb.h.

◆ ~ConfigureResponse()

daphne::ConfigureResponse::~ConfigureResponse ( )
override

Definition at line 3685 of file daphne_control_high.pb.cc.

3685 {
3686 // @@protoc_insertion_point(destructor:daphne.ConfigureResponse)
3687 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
3688 SharedDtor();
3689}

◆ ConfigureResponse() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR daphne::ConfigureResponse::ConfigureResponse ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ ConfigureResponse() [3/6]

daphne::ConfigureResponse::ConfigureResponse ( const ConfigureResponse & from)

Definition at line 3652 of file daphne_control_high.pb.cc.

3652 : ::google::protobuf::Message() {
3653 ConfigureResponse* const _this = this;
3654 (void)_this;
3655 new (&_impl_) Impl_{
3656 decltype(_impl_.message_){},
3657 decltype(_impl_.success_){},
3658 /*decltype(_impl_._cached_size_)*/ {},
3659 };
3660 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
3661 from._internal_metadata_);
3662 _impl_.message_.InitDefault();
3663 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3664 _impl_.message_.Set("", GetArenaForAllocation());
3665 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3666 if (!from._internal_message().empty()) {
3667 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
3668 }
3669 _this->_impl_.success_ = from._impl_.success_;
3670
3671 // @@protoc_insertion_point(copy_constructor:daphne.ConfigureResponse)
3672}
::google::protobuf::internal::ArenaStringPtr message_

◆ ConfigureResponse() [4/6]

daphne::ConfigureResponse::ConfigureResponse ( ConfigureResponse && from)
inlinenoexcept

Definition at line 2025 of file daphne_control_high.pb.h.

2026 : ConfigureResponse() {
2027 *this = ::std::move(from);
2028 }

◆ ConfigureResponse() [5/6]

daphne::ConfigureResponse::ConfigureResponse ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 3647 of file daphne_control_high.pb.cc.

3648 : ::google::protobuf::Message(arena) {
3649 SharedCtor(arena);
3650 // @@protoc_insertion_point(arena_constructor:daphne.ConfigureResponse)
3651}
void SharedCtor(::google::protobuf::Arena *arena)

◆ ConfigureResponse() [6/6]

template<typename >
PROTOBUF_CONSTEXPR daphne::ConfigureResponse::ConfigureResponse ( ::_pbi::ConstantInitialized )

Definition at line 190 of file daphne_control_high.pb.cc.

191 : _impl_{
192 /*decltype(_impl_.message_)*/ {
193 &::_pbi::fixed_address_empty_string,
194 ::_pbi::ConstantInitialized{},
195 },
196 /*decltype(_impl_.success_)*/ false,
197 /*decltype(_impl_._cached_size_)*/ {},
198 } {}

Member Function Documentation

◆ _internal_message()

const std::string & daphne::ConfigureResponse::_internal_message ( ) const
inlineprivate

Definition at line 7593 of file daphne_control_high.pb.h.

7593 {
7594 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7595 return _impl_.message_.Get();
7596}

◆ _internal_mutable_message()

std::string * daphne::ConfigureResponse::_internal_mutable_message ( )
inlineprivate

Definition at line 7602 of file daphne_control_high.pb.h.

7602 {
7603 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7604 ;
7605 return _impl_.message_.Mutable( GetArenaForAllocation());
7606}

◆ _internal_set_message()

void daphne::ConfigureResponse::_internal_set_message ( const std::string & value)
inlineprivate

Definition at line 7597 of file daphne_control_high.pb.h.

7597 {
7598 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7599 ;
7600 _impl_.message_.Set(value, GetArenaForAllocation());
7601}

◆ _internal_set_success()

void daphne::ConfigureResponse::_internal_set_success ( bool value)
inlineprivate

Definition at line 7566 of file daphne_control_high.pb.h.

7566 {
7567 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7568 ;
7569 _impl_.success_ = value;
7570}

◆ _internal_success()

bool daphne::ConfigureResponse::_internal_success ( ) const
inlineprivate

Definition at line 7562 of file daphne_control_high.pb.h.

7562 {
7563 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7564 return _impl_.success_;
7565}

◆ _InternalParse()

const char * daphne::ConfigureResponse::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 3709 of file daphne_control_high.pb.cc.

3710 {
3711 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
3712 return ptr;
3713}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 40, 2 > _table_

◆ _InternalSerialize()

uint8_t * daphne::ConfigureResponse::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 3755 of file daphne_control_high.pb.cc.

3757 {
3758 // @@protoc_insertion_point(serialize_to_array_start:daphne.ConfigureResponse)
3759 ::uint32_t cached_has_bits = 0;
3760 (void)cached_has_bits;
3761
3762 // bool success = 1;
3763 if (this->_internal_success() != 0) {
3764 target = stream->EnsureSpace(target);
3765 target = ::_pbi::WireFormatLite::WriteBoolToArray(
3766 1, this->_internal_success(), target);
3767 }
3768
3769 // string message = 2;
3770 if (!this->_internal_message().empty()) {
3771 const std::string& _s = this->_internal_message();
3772 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
3773 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.ConfigureResponse.message");
3774 target = stream->WriteStringMaybeAliased(2, _s, target);
3775 }
3776
3777 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
3778 target =
3779 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
3780 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
3781 }
3782 // @@protoc_insertion_point(serialize_to_array_end:daphne.ConfigureResponse)
3783 return target;
3784}
const std::string & _internal_message() const

◆ ByteSizeLong()

size_t daphne::ConfigureResponse::ByteSizeLong ( ) const
final

Definition at line 3786 of file daphne_control_high.pb.cc.

3786 {
3787// @@protoc_insertion_point(message_byte_size_start:daphne.ConfigureResponse)
3788 ::size_t total_size = 0;
3789
3790 ::uint32_t cached_has_bits = 0;
3791 // Prevent compiler warnings about cached_has_bits being unused
3792 (void) cached_has_bits;
3793
3794 // string message = 2;
3795 if (!this->_internal_message().empty()) {
3796 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
3797 this->_internal_message());
3798 }
3799
3800 // bool success = 1;
3801 if (this->_internal_success() != 0) {
3802 total_size += 2;
3803 }
3804
3805 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
3806}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void daphne::ConfigureResponse::Clear ( )
final

Definition at line 3698 of file daphne_control_high.pb.cc.

3698 {
3699// @@protoc_insertion_point(message_clear_start:daphne.ConfigureResponse)
3700 ::uint32_t cached_has_bits = 0;
3701 // Prevent compiler warnings about cached_has_bits being unused
3702 (void) cached_has_bits;
3703
3704 _impl_.message_.ClearToEmpty();
3705 _impl_.success_ = false;
3706 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
3707}

◆ clear_message()

void daphne::ConfigureResponse::clear_message ( )
inline

Definition at line 7573 of file daphne_control_high.pb.h.

7573 {
7574 _impl_.message_.ClearToEmpty();
7575}

◆ clear_success()

void daphne::ConfigureResponse::clear_success ( )
inline

Definition at line 7551 of file daphne_control_high.pb.h.

7551 {
7552 _impl_.success_ = false;
7553}

◆ CopyFrom()

void daphne::ConfigureResponse::CopyFrom ( const ConfigureResponse & from)

Definition at line 3832 of file daphne_control_high.pb.cc.

3832 {
3833// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ConfigureResponse)
3834 if (&from == this) return;
3835 Clear();
3836 MergeFrom(from);
3837}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const ConfigureResponse &from)

◆ default_instance()

static const ConfigureResponse & daphne::ConfigureResponse::default_instance ( )
inlinestatic

Definition at line 2064 of file daphne_control_high.pb.h.

2064 {
2065 return *internal_default_instance();
2066 }
static const ConfigureResponse * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * daphne::ConfigureResponse::descriptor ( )
inlinestatic

Definition at line 2055 of file daphne_control_high.pb.h.

2055 {
2056 return GetDescriptor();
2057 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view daphne::ConfigureResponse::FullMessageName ( )
inlinestaticprivate

Definition at line 2127 of file daphne_control_high.pb.h.

2127 {
2128 return "daphne.ConfigureResponse";
2129 }

◆ GetCachedSize()

int daphne::ConfigureResponse::GetCachedSize ( ) const
inlinefinal

Definition at line 2117 of file daphne_control_high.pb.h.

2117{ return _impl_._cached_size_.Get(); }

◆ GetClassData()

const::google::protobuf::Message::ClassData * daphne::ConfigureResponse::GetClassData ( ) const
final

Definition at line 3812 of file daphne_control_high.pb.cc.

3812{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * daphne::ConfigureResponse::GetDescriptor ( )
inlinestatic

Definition at line 2058 of file daphne_control_high.pb.h.

2058 {
2059 return default_instance().GetMetadata().descriptor;
2060 }
static const ConfigureResponse & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

google::protobuf::Metadata daphne::ConfigureResponse::GetMetadata ( ) const
final

Definition at line 3853 of file daphne_control_high.pb.cc.

3853 {
3854 return ::_pbi::AssignDescriptors(
3857}
::absl::once_flag descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_once
::_pb::Metadata file_level_metadata_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto[30]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * daphne::ConfigureResponse::GetReflection ( )
inlinestatic

Definition at line 2061 of file daphne_control_high.pb.h.

2061 {
2062 return default_instance().GetMetadata().reflection;
2063 }

◆ internal_default_instance()

static const ConfigureResponse * daphne::ConfigureResponse::internal_default_instance ( )
inlinestatic

Definition at line 2067 of file daphne_control_high.pb.h.

2067 {
2068 return reinterpret_cast<const ConfigureResponse*>(
2070 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConfigureResponseDefaultTypeInternal _ConfigureResponse_default_instance_

◆ InternalSwap()

void daphne::ConfigureResponse::InternalSwap ( ConfigureResponse * other)
private

Definition at line 3843 of file daphne_control_high.pb.cc.

3843 {
3844 using std::swap;
3845 auto* lhs_arena = GetArenaForAllocation();
3846 auto* rhs_arena = other->GetArenaForAllocation();
3847 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
3848 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
3849 &other->_impl_.message_, rhs_arena);
3850 swap(_impl_.success_, other->_impl_.success_);
3851}
friend void swap(ConfigureResponse &a, ConfigureResponse &b)

◆ IsInitialized()

PROTOBUF_NOINLINE bool daphne::ConfigureResponse::IsInitialized ( ) const
final

Definition at line 3839 of file daphne_control_high.pb.cc.

3839 {
3840 return true;
3841}

◆ MergeFrom()

void daphne::ConfigureResponse::MergeFrom ( const ConfigureResponse & from)
inline

Definition at line 2104 of file daphne_control_high.pb.h.

2104 {
2105 ConfigureResponse::MergeImpl(*this, from);
2106 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

void daphne::ConfigureResponse::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 3815 of file daphne_control_high.pb.cc.

3815 {
3816 auto* const _this = static_cast<ConfigureResponse*>(&to_msg);
3817 auto& from = static_cast<const ConfigureResponse&>(from_msg);
3818 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.ConfigureResponse)
3819 ABSL_DCHECK_NE(&from, _this);
3820 ::uint32_t cached_has_bits = 0;
3821 (void) cached_has_bits;
3822
3823 if (!from._internal_message().empty()) {
3824 _this->_internal_set_message(from._internal_message());
3825 }
3826 if (from._internal_success() != 0) {
3827 _this->_internal_set_success(from._internal_success());
3828 }
3829 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
3830}

◆ message()

const std::string & daphne::ConfigureResponse::message ( ) const
inline

Definition at line 7576 of file daphne_control_high.pb.h.

7576 {
7577 // @@protoc_insertion_point(field_get:daphne.ConfigureResponse.message)
7578 return _internal_message();
7579}

◆ mutable_message()

std::string * daphne::ConfigureResponse::mutable_message ( )
inline

Definition at line 7588 of file daphne_control_high.pb.h.

7588 {
7589 std::string* _s = _internal_mutable_message();
7590 // @@protoc_insertion_point(field_mutable:daphne.ConfigureResponse.message)
7591 return _s;
7592}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * daphne::ConfigureResponse::mutable_unknown_fields ( )
inline

Definition at line 2051 of file daphne_control_high.pb.h.

2051 {
2052 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
2053 }

◆ New()

ConfigureResponse * daphne::ConfigureResponse::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 2098 of file daphne_control_high.pb.h.

2098 {
2099 return CreateMaybeMessage<ConfigureResponse>(arena);
2100 }

◆ operator=() [1/2]

ConfigureResponse & daphne::ConfigureResponse::operator= ( ConfigureResponse && from)
inlinenoexcept

Definition at line 2034 of file daphne_control_high.pb.h.

2034 {
2035 if (this == &from) return *this;
2036 if (GetOwningArena() == from.GetOwningArena()
2037 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
2038 && GetOwningArena() != nullptr
2039 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
2040 ) {
2041 InternalSwap(&from);
2042 } else {
2043 CopyFrom(from);
2044 }
2045 return *this;
2046 }
void InternalSwap(ConfigureResponse *other)
void CopyFrom(const ConfigureResponse &from)

◆ operator=() [2/2]

ConfigureResponse & daphne::ConfigureResponse::operator= ( const ConfigureResponse & from)
inline

Definition at line 2030 of file daphne_control_high.pb.h.

2030 {
2031 CopyFrom(from);
2032 return *this;
2033 }

◆ release_message()

std::string * daphne::ConfigureResponse::release_message ( )
inline

Definition at line 7607 of file daphne_control_high.pb.h.

7607 {
7608 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7609 // @@protoc_insertion_point(field_release:daphne.ConfigureResponse.message)
7610 return _impl_.message_.Release();
7611}

◆ set_allocated_message()

void daphne::ConfigureResponse::set_allocated_message ( std::string * ptr)
inline

Definition at line 7612 of file daphne_control_high.pb.h.

7612 {
7613 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7614 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
7615 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
7616 if (_impl_.message_.IsDefault()) {
7617 _impl_.message_.Set("", GetArenaForAllocation());
7618 }
7619 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
7620 // @@protoc_insertion_point(field_set_allocated:daphne.ConfigureResponse.message)
7621}

◆ set_message() [1/2]

template<typename Arg_ = const std::string&, typename... Args_>
void daphne::ConfigureResponse::set_message ( Arg_ && arg,
Args_... args )

◆ set_message() [2/2]

template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void daphne::ConfigureResponse::set_message ( Arg_ && arg,
Args_... args )
inline

Definition at line 7581 of file daphne_control_high.pb.h.

7582 {
7583 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
7584 ;
7585 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
7586 // @@protoc_insertion_point(field_set:daphne.ConfigureResponse.message)
7587}

◆ set_success()

void daphne::ConfigureResponse::set_success ( bool value)
inline

Definition at line 7558 of file daphne_control_high.pb.h.

7558 {
7559 _internal_set_success(value);
7560 // @@protoc_insertion_point(field_set:daphne.ConfigureResponse.success)
7561}

◆ SetCachedSize()

void daphne::ConfigureResponse::SetCachedSize ( int size) const
finalprivate

Definition at line 3694 of file daphne_control_high.pb.cc.

3694 {
3695 _impl_._cached_size_.Set(size);
3696}

◆ SharedCtor()

void daphne::ConfigureResponse::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 3673 of file daphne_control_high.pb.cc.

3673 {
3674 (void)arena;
3675 new (&_impl_) Impl_{
3676 decltype(_impl_.message_){},
3677 decltype(_impl_.success_){false},
3678 /*decltype(_impl_._cached_size_)*/ {},
3679 };
3680 _impl_.message_.InitDefault();
3681 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
3682 _impl_.message_.Set("", GetArenaForAllocation());
3683 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
3684}

◆ SharedDtor()

void daphne::ConfigureResponse::SharedDtor ( )
inlineprivate

Definition at line 3690 of file daphne_control_high.pb.cc.

3690 {
3691 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
3692 _impl_.message_.Destroy();
3693}

◆ success()

bool daphne::ConfigureResponse::success ( ) const
inline

Definition at line 7554 of file daphne_control_high.pb.h.

7554 {
7555 // @@protoc_insertion_point(field_get:daphne.ConfigureResponse.success)
7556 return _internal_success();
7557}

◆ Swap()

void daphne::ConfigureResponse::Swap ( ConfigureResponse * other)
inline

Definition at line 2077 of file daphne_control_high.pb.h.

2077 {
2078 if (other == this) return;
2079 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
2080 if (GetOwningArena() != nullptr &&
2081 GetOwningArena() == other->GetOwningArena()) {
2082 #else // PROTOBUF_FORCE_COPY_IN_SWAP
2083 if (GetOwningArena() == other->GetOwningArena()) {
2084 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
2085 InternalSwap(other);
2086 } else {
2087 ::google::protobuf::internal::GenericSwap(this, other);
2088 }
2089 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & daphne::ConfigureResponse::unknown_fields ( ) const
inline

Definition at line 2048 of file daphne_control_high.pb.h.

2048 {
2049 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
2050 }

◆ UnsafeArenaSwap()

void daphne::ConfigureResponse::UnsafeArenaSwap ( ConfigureResponse * other)
inline

Definition at line 2090 of file daphne_control_high.pb.h.

2090 {
2091 if (other == this) return;
2092 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
2093 InternalSwap(other);
2094 }

Friends And Related Symbol Documentation

◆ ::google::protobuf::Arena::InternalHelper

template<typename T >
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 2179 of file daphne_control_high.pb.h.

◆ ::google::protobuf::internal::AnyMetadata

friend class ::google::protobuf::internal::AnyMetadata
friend

Definition at line 2126 of file daphne_control_high.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 2177 of file daphne_control_high.pb.h.

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

void swap ( ConfigureResponse & a,
ConfigureResponse & b )
friend

Definition at line 2074 of file daphne_control_high.pb.h.

2074 {
2075 a.Swap(&b);
2076 }

Member Data Documentation

◆ [union]

◆ _class_data_

const::google::protobuf::Message::ClassData daphne::ConfigureResponse::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 2134 of file daphne_control_high.pb.h.

◆ _impl_

Impl_ daphne::ConfigureResponse::_impl_

Definition at line 2188 of file daphne_control_high.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 40, 2 > daphne::ConfigureResponse::_table_
staticprivate

Definition at line 2178 of file daphne_control_high.pb.h.

◆ kIndexInFileMessages

int daphne::ConfigureResponse::kIndexInFileMessages
staticconstexpr
Initial value:
=
8

Definition at line 2071 of file daphne_control_high.pb.h.


The documentation for this class was generated from the following files: