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 543 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 670 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 1706 of file daphne_control_high.pb.cc.

1706 {
1707 // @@protoc_insertion_point(destructor:daphne.ConfigureCLKsResponse)
1708 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
1709 SharedDtor();
1710}

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

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

◆ ConfigureCLKsResponse() [4/6]

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

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

554 *this = ::std::move(from);
555 }

◆ ConfigureCLKsResponse() [5/6]

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

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

1669 : ::google::protobuf::Message(arena) {
1670 SharedCtor(arena);
1671 // @@protoc_insertion_point(arena_constructor:daphne.ConfigureCLKsResponse)
1672}
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 6489 of file daphne_control_high.pb.h.

6489 {
6490 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6491 return _impl_.message_.Get();
6492}

◆ _internal_mutable_message()

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

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

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

◆ _internal_set_message()

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

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

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

◆ _internal_set_success()

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

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

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

◆ _internal_success()

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

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

6458 {
6459 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
6460 return _impl_.success_;
6461}

◆ _InternalParse()

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

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

1731 {
1732 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
1733 return ptr;
1734}
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 1776 of file daphne_control_high.pb.cc.

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

◆ ByteSizeLong()

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

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

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

◆ Clear()

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

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

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

◆ clear_message()

void daphne::ConfigureCLKsResponse::clear_message ( )
inline

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

6469 {
6470 _impl_.message_.ClearToEmpty();
6471}

◆ clear_success()

void daphne::ConfigureCLKsResponse::clear_success ( )
inline

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

6447 {
6448 _impl_.success_ = false;
6449}

◆ CopyFrom()

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

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

1853 {
1854// @@protoc_insertion_point(class_specific_copy_from_start:daphne.ConfigureCLKsResponse)
1855 if (&from == this) return;
1856 Clear();
1857 MergeFrom(from);
1858}
void MergeFrom(const ConfigureCLKsResponse &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

591 {
593 }
static const ConfigureCLKsResponse * internal_default_instance()

◆ descriptor()

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

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

582 {
583 return GetDescriptor();
584 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

654 {
655 return "daphne.ConfigureCLKsResponse";
656 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

1833{ return &_class_data_; }

◆ GetDescriptor()

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

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

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

◆ GetMetadata()

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

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

1874 {
1875 return ::_pbi::AssignDescriptors(
1878}
::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 588 of file daphne_control_high.pb.h.

588 {
589 return default_instance().GetMetadata().reflection;
590 }

◆ internal_default_instance()

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

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

594 {
595 return reinterpret_cast<const ConfigureCLKsResponse*>(
597 }
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 1864 of file daphne_control_high.pb.cc.

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

◆ IsInitialized()

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

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

1860 {
1861 return true;
1862}

◆ MergeFrom()

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

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

631 {
633 }
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 1836 of file daphne_control_high.pb.cc.

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

◆ message()

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

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

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

◆ mutable_message()

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

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

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

◆ mutable_unknown_fields()

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

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

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

◆ New()

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

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

625 {
626 return CreateMaybeMessage<ConfigureCLKsResponse>(arena);
627 }

◆ operator=() [1/2]

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

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

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

◆ operator=() [2/2]

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

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

557 {
558 CopyFrom(from);
559 return *this;
560 }

◆ release_message()

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

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

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

◆ set_allocated_message()

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

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

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

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

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

◆ set_success()

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

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

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

◆ SetCachedSize()

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

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

1715 {
1716 _impl_._cached_size_.Set(size);
1717}

◆ SharedCtor()

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

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

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

◆ SharedDtor()

void daphne::ConfigureCLKsResponse::SharedDtor ( )
inlineprivate

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

1711 {
1712 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
1713 _impl_.message_.Destroy();
1714}

◆ success()

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

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

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

◆ Swap()

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

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

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

◆ unknown_fields()

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

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

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

◆ UnsafeArenaSwap()

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

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

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

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

601 {
602 a.Swap(&b);
603 }

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

◆ _impl_

Impl_ daphne::ConfigureCLKsResponse::_impl_

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

◆ kIndexInFileMessages

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

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


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