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 2014 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 2141 of file daphne_control_high.pb.h.

Constructor & Destructor Documentation

◆ ConfigureResponse() [1/6]

daphne::ConfigureResponse::ConfigureResponse ( )
inline

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

◆ ~ConfigureResponse()

daphne::ConfigureResponse::~ConfigureResponse ( )
override

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

3681 {
3682 // @@protoc_insertion_point(destructor:daphne.ConfigureResponse)
3683 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
3684 SharedDtor();
3685}

◆ 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 3648 of file daphne_control_high.pb.cc.

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

◆ ConfigureResponse() [4/6]

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

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

2024 : ConfigureResponse() {
2025 *this = ::std::move(from);
2026 }

◆ ConfigureResponse() [5/6]

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

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

3644 : ::google::protobuf::Message(arena) {
3645 SharedCtor(arena);
3646 // @@protoc_insertion_point(arena_constructor:daphne.ConfigureResponse)
3647}
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 7591 of file daphne_control_high.pb.h.

7591 {
7592 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7593 return _impl_.message_.Get();
7594}

◆ _internal_mutable_message()

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

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

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

◆ _internal_set_message()

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

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

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

◆ _internal_set_success()

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

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

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

◆ _internal_success()

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

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

7560 {
7561 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
7562 return _impl_.success_;
7563}

◆ _InternalParse()

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

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

3706 {
3707 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
3708 return ptr;
3709}
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 3751 of file daphne_control_high.pb.cc.

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

◆ ByteSizeLong()

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

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

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

◆ Clear()

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

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

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

◆ clear_message()

void daphne::ConfigureResponse::clear_message ( )
inline

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

7571 {
7572 _impl_.message_.ClearToEmpty();
7573}

◆ clear_success()

void daphne::ConfigureResponse::clear_success ( )
inline

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

7549 {
7550 _impl_.success_ = false;
7551}

◆ CopyFrom()

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

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

3828 {
3829// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ConfigureResponse)
3830 if (&from == this) return;
3831 Clear();
3832 MergeFrom(from);
3833}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const ConfigureResponse &from)

◆ default_instance()

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

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

2062 {
2063 return *internal_default_instance();
2064 }
static const ConfigureResponse * internal_default_instance()

◆ descriptor()

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

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

2053 {
2054 return GetDescriptor();
2055 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

2125 {
2126 return "daphne.ConfigureResponse";
2127 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

3808{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

3849 {
3850 return ::_pbi::AssignDescriptors(
3853}
::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 2059 of file daphne_control_high.pb.h.

2059 {
2060 return default_instance().GetMetadata().reflection;
2061 }

◆ internal_default_instance()

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

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

2065 {
2066 return reinterpret_cast<const ConfigureResponse*>(
2068 }
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 3839 of file daphne_control_high.pb.cc.

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

◆ IsInitialized()

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

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

3835 {
3836 return true;
3837}

◆ MergeFrom()

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

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

2102 {
2103 ConfigureResponse::MergeImpl(*this, from);
2104 }
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 3811 of file daphne_control_high.pb.cc.

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

◆ message()

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

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

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

◆ mutable_message()

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

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

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

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

2096 {
2097 return CreateMaybeMessage<ConfigureResponse>(arena);
2098 }

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

2028 {
2029 CopyFrom(from);
2030 return *this;
2031 }

◆ release_message()

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

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

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

◆ set_allocated_message()

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

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

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

◆ 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 7579 of file daphne_control_high.pb.h.

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

◆ set_success()

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

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

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

◆ SetCachedSize()

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

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

3690 {
3691 _impl_._cached_size_.Set(size);
3692}

◆ SharedCtor()

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

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

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

◆ SharedDtor()

void daphne::ConfigureResponse::SharedDtor ( )
inlineprivate

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

3686 {
3687 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
3688 _impl_.message_.Destroy();
3689}

◆ success()

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

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

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

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

2072 {
2073 a.Swap(&b);
2074 }

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 2132 of file daphne_control_high.pb.h.

◆ _impl_

Impl_ daphne::ConfigureResponse::_impl_

Definition at line 2186 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 2176 of file daphne_control_high.pb.h.

◆ kIndexInFileMessages

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

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


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