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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 ConfigureCLKsResponse ()
 
 ~ConfigureCLKsResponse () override
 
template<typename = void>
PROTOBUF_CONSTEXPR ConfigureCLKsResponse (::google::protobuf::internal::ConstantInitialized)
 
 ConfigureCLKsResponse (const ConfigureCLKsResponse &from)
 
 ConfigureCLKsResponse (ConfigureCLKsResponse &&from) noexcept
 
ConfigureCLKsResponseoperator= (const ConfigureCLKsResponse &from)
 
ConfigureCLKsResponseoperator= (ConfigureCLKsResponse &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (ConfigureCLKsResponse *other)
 
void UnsafeArenaSwap (ConfigureCLKsResponse *other)
 
ConfigureCLKsResponseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const ConfigureCLKsResponse &from)
 
void MergeFrom (const ConfigureCLKsResponse &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 ConfigureCLKsResponse (::_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 ConfigureCLKsResponsedefault_instance ()
 
static const ConfigureCLKsResponseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 ConfigureCLKsResponse (::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 (ConfigureCLKsResponse *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, 44, 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 (ConfigureCLKsResponse &a, ConfigureCLKsResponse &b)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ConfigureCLKsResponse() [1/6]

daphne::ConfigureCLKsResponse::ConfigureCLKsResponse ( )
inline

◆ ~ConfigureCLKsResponse()

daphne::ConfigureCLKsResponse::~ConfigureCLKsResponse ( )
override

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

1710 {
1711 // @@protoc_insertion_point(destructor:daphne.ConfigureCLKsResponse)
1712 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1713 SharedDtor();
1714}

◆ ConfigureCLKsResponse() [2/6]

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

◆ ConfigureCLKsResponse() [3/6]

daphne::ConfigureCLKsResponse::ConfigureCLKsResponse ( const ConfigureCLKsResponse & from)

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

1677 : ::google::protobuf::Message() {
1678 ConfigureCLKsResponse* const _this = this;
1679 (void)_this;
1680 new (&_impl_) Impl_{
1681 decltype(_impl_.message_){},
1682 decltype(_impl_.success_){},
1683 /*decltype(_impl_._cached_size_)*/ {},
1684 };
1685 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
1686 from._internal_metadata_);
1687 _impl_.message_.InitDefault();
1688 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
1689 _impl_.message_.Set("", GetArenaForAllocation());
1690 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
1691 if (!from._internal_message().empty()) {
1692 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
1693 }
1694 _this->_impl_.success_ = from._impl_.success_;
1695
1696 // @@protoc_insertion_point(copy_constructor:daphne.ConfigureCLKsResponse)
1697}
::google::protobuf::internal::ArenaStringPtr message_

◆ ConfigureCLKsResponse() [4/6]

daphne::ConfigureCLKsResponse::ConfigureCLKsResponse ( ConfigureCLKsResponse && from)
inlinenoexcept

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

556 *this = ::std::move(from);
557 }

◆ ConfigureCLKsResponse() [5/6]

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

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

1673 : ::google::protobuf::Message(arena) {
1674 SharedCtor(arena);
1675 // @@protoc_insertion_point(arena_constructor:daphne.ConfigureCLKsResponse)
1676}
void SharedCtor(::google::protobuf::Arena *arena)

◆ ConfigureCLKsResponse() [6/6]

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

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

45 : _impl_{
46 /*decltype(_impl_.message_)*/ {
47 &::_pbi::fixed_address_empty_string,
48 ::_pbi::ConstantInitialized{},
49 },
50 /*decltype(_impl_.success_)*/ false,
51 /*decltype(_impl_._cached_size_)*/ {},
52 } {}

Member Function Documentation

◆ _internal_message()

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

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

6491 {
6492 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6493 return _impl_.message_.Get();
6494}

◆ _internal_mutable_message()

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

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

6500 {
6501 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6502 ;
6503 return _impl_.message_.Mutable( GetArenaForAllocation());
6504}

◆ _internal_set_message()

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

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

6495 {
6496 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6497 ;
6498 _impl_.message_.Set(value, GetArenaForAllocation());
6499}

◆ _internal_set_success()

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

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

6464 {
6465 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6466 ;
6467 _impl_.success_ = value;
6468}

◆ _internal_success()

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

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

6460 {
6461 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6462 return _impl_.success_;
6463}

◆ _InternalParse()

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

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

1735 {
1736 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
1737 return ptr;
1738}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 44, 2 > _table_

◆ _InternalSerialize()

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

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

1782 {
1783 // @@protoc_insertion_point(serialize_to_array_start:daphne.ConfigureCLKsResponse)
1784 ::uint32_t cached_has_bits = 0;
1785 (void)cached_has_bits;
1786
1787 // bool success = 1;
1788 if (this->_internal_success() != 0) {
1789 target = stream->EnsureSpace(target);
1790 target = ::_pbi::WireFormatLite::WriteBoolToArray(
1791 1, this->_internal_success(), target);
1792 }
1793
1794 // string message = 2;
1795 if (!this->_internal_message().empty()) {
1796 const std::string& _s = this->_internal_message();
1797 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
1798 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.ConfigureCLKsResponse.message");
1799 target = stream->WriteStringMaybeAliased(2, _s, target);
1800 }
1801
1802 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
1803 target =
1804 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
1805 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
1806 }
1807 // @@protoc_insertion_point(serialize_to_array_end:daphne.ConfigureCLKsResponse)
1808 return target;
1809}
const std::string & _internal_message() const

◆ ByteSizeLong()

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

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

1811 {
1812// @@protoc_insertion_point(message_byte_size_start:daphne.ConfigureCLKsResponse)
1813 ::size_t total_size = 0;
1814
1815 ::uint32_t cached_has_bits = 0;
1816 // Prevent compiler warnings about cached_has_bits being unused
1817 (void) cached_has_bits;
1818
1819 // string message = 2;
1820 if (!this->_internal_message().empty()) {
1821 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
1822 this->_internal_message());
1823 }
1824
1825 // bool success = 1;
1826 if (this->_internal_success() != 0) {
1827 total_size += 2;
1828 }
1829
1830 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
1831}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

1723 {
1724// @@protoc_insertion_point(message_clear_start:daphne.ConfigureCLKsResponse)
1725 ::uint32_t cached_has_bits = 0;
1726 // Prevent compiler warnings about cached_has_bits being unused
1727 (void) cached_has_bits;
1728
1729 _impl_.message_.ClearToEmpty();
1730 _impl_.success_ = false;
1731 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
1732}

◆ clear_message()

void daphne::ConfigureCLKsResponse::clear_message ( )
inline

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

6471 {
6472 _impl_.message_.ClearToEmpty();
6473}

◆ clear_success()

void daphne::ConfigureCLKsResponse::clear_success ( )
inline

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

6449 {
6450 _impl_.success_ = false;
6451}

◆ CopyFrom()

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

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

1857 {
1858// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ConfigureCLKsResponse)
1859 if (&from == this) return;
1860 Clear();
1861 MergeFrom(from);
1862}
void MergeFrom(const ConfigureCLKsResponse &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

593 {
595 }
static const ConfigureCLKsResponse * internal_default_instance()

◆ descriptor()

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

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

584 {
585 return GetDescriptor();
586 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

656 {
657 return "daphne.ConfigureCLKsResponse";
658 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

1837{ return &_class_data_; }

◆ GetDescriptor()

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

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

587 {
588 return default_instance().GetMetadata().descriptor;
589 }
static const ConfigureCLKsResponse & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

1878 {
1879 return ::_pbi::AssignDescriptors(
1882}
::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::ConfigureCLKsResponse::GetReflection ( )
inlinestatic

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

590 {
591 return default_instance().GetMetadata().reflection;
592 }

◆ internal_default_instance()

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

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

596 {
597 return reinterpret_cast<const ConfigureCLKsResponse*>(
599 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 ConfigureCLKsResponseDefaultTypeInternal _ConfigureCLKsResponse_default_instance_

◆ InternalSwap()

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

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

1868 {
1869 using std::swap;
1870 auto* lhs_arena = GetArenaForAllocation();
1871 auto* rhs_arena = other->GetArenaForAllocation();
1872 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
1873 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
1874 &other->_impl_.message_, rhs_arena);
1875 swap(_impl_.success_, other->_impl_.success_);
1876}
friend void swap(ConfigureCLKsResponse &a, ConfigureCLKsResponse &b)

◆ IsInitialized()

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

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

1864 {
1865 return true;
1866}

◆ MergeFrom()

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

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

633 {
635 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

1840 {
1841 auto* const _this = static_cast<ConfigureCLKsResponse*>(&to_msg);
1842 auto& from = static_cast<const ConfigureCLKsResponse&>(from_msg);
1843 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.ConfigureCLKsResponse)
1844 ABSL_DCHECK_NE(&from, _this);
1845 ::uint32_t cached_has_bits = 0;
1846 (void) cached_has_bits;
1847
1848 if (!from._internal_message().empty()) {
1849 _this->_internal_set_message(from._internal_message());
1850 }
1851 if (from._internal_success() != 0) {
1852 _this->_internal_set_success(from._internal_success());
1853 }
1854 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
1855}

◆ message()

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

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

6474 {
6475 // @@protoc_insertion_point(field_get:daphne.ConfigureCLKsResponse.message)
6476 return _internal_message();
6477}

◆ mutable_message()

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

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

6486 {
6487 std::string* _s = _internal_mutable_message();
6488 // @@protoc_insertion_point(field_mutable:daphne.ConfigureCLKsResponse.message)
6489 return _s;
6490}

◆ mutable_unknown_fields()

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

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

580 {
581 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
582 }

◆ New()

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

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

627 {
628 return CreateMaybeMessage<ConfigureCLKsResponse>(arena);
629 }

◆ operator=() [1/2]

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

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

563 {
564 if (this == &from) return *this;
565 if (GetOwningArena() == from.GetOwningArena()
566 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
567 && GetOwningArena() != nullptr
568 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
569 ) {
570 InternalSwap(&from);
571 } else {
572 CopyFrom(from);
573 }
574 return *this;
575 }
void CopyFrom(const ConfigureCLKsResponse &from)
void InternalSwap(ConfigureCLKsResponse *other)

◆ operator=() [2/2]

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

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

559 {
560 CopyFrom(from);
561 return *this;
562 }

◆ release_message()

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

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

6505 {
6506 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6507 // @@protoc_insertion_point(field_release:daphne.ConfigureCLKsResponse.message)
6508 return _impl_.message_.Release();
6509}

◆ set_allocated_message()

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

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

6510 {
6511 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6512 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
6513 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
6514 if (_impl_.message_.IsDefault()) {
6515 _impl_.message_.Set("", GetArenaForAllocation());
6516 }
6517 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
6518 // @@protoc_insertion_point(field_set_allocated:daphne.ConfigureCLKsResponse.message)
6519}

◆ set_message() [1/2]

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

◆ set_message() [2/2]

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

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

6480 {
6481 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
6482 ;
6483 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
6484 // @@protoc_insertion_point(field_set:daphne.ConfigureCLKsResponse.message)
6485}

◆ set_success()

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

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

6456 {
6457 _internal_set_success(value);
6458 // @@protoc_insertion_point(field_set:daphne.ConfigureCLKsResponse.success)
6459}

◆ SetCachedSize()

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

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

1719 {
1720 _impl_._cached_size_.Set(size);
1721}

◆ SharedCtor()

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

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

1698 {
1699 (void)arena;
1700 new (&_impl_) Impl_{
1701 decltype(_impl_.message_){},
1702 decltype(_impl_.success_){false},
1703 /*decltype(_impl_._cached_size_)*/ {},
1704 };
1705 _impl_.message_.InitDefault();
1706 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
1707 _impl_.message_.Set("", GetArenaForAllocation());
1708 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
1709}

◆ SharedDtor()

void daphne::ConfigureCLKsResponse::SharedDtor ( )
inlineprivate

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

1715 {
1716 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
1717 _impl_.message_.Destroy();
1718}

◆ success()

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

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

6452 {
6453 // @@protoc_insertion_point(field_get:daphne.ConfigureCLKsResponse.success)
6454 return _internal_success();
6455}

◆ Swap()

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

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

606 {
607 if (other == this) return;
608 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
609 if (GetOwningArena() != nullptr &&
610 GetOwningArena() == other->GetOwningArena()) {
611 #else // PROTOBUF_FORCE_COPY_IN_SWAP
612 if (GetOwningArena() == other->GetOwningArena()) {
613 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
614 InternalSwap(other);
615 } else {
616 ::google::protobuf::internal::GenericSwap(this, other);
617 }
618 }

◆ unknown_fields()

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

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

577 {
578 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
579 }

◆ UnsafeArenaSwap()

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

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

619 {
620 if (other == this) return;
621 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
622 InternalSwap(other);
623 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

603 {
604 a.Swap(&b);
605 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::ConfigureCLKsResponse::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 44, 2 > daphne::ConfigureCLKsResponse::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::ConfigureCLKsResponse::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

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


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