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

#include <daphne_control_high.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

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

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

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

Detailed Description

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

Constructor & Destructor Documentation

◆ WriteRegisterResponse() [1/6]

daphne::WriteRegisterResponse::WriteRegisterResponse ( )
inline

◆ ~WriteRegisterResponse()

daphne::WriteRegisterResponse::~WriteRegisterResponse ( )
override

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

8404 {
8405 // @@protoc_insertion_point(destructor:daphne.WriteRegisterResponse)
8406 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
8407 SharedDtor();
8408}

◆ WriteRegisterResponse() [2/6]

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

◆ WriteRegisterResponse() [3/6]

daphne::WriteRegisterResponse::WriteRegisterResponse ( const WriteRegisterResponse & from)

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

8371 : ::google::protobuf::Message() {
8372 WriteRegisterResponse* const _this = this;
8373 (void)_this;
8374 new (&_impl_) Impl_{
8375 decltype(_impl_.message_){},
8376 decltype(_impl_.success_){},
8377 /*decltype(_impl_._cached_size_)*/ {},
8378 };
8379 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
8380 from._internal_metadata_);
8381 _impl_.message_.InitDefault();
8382 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
8383 _impl_.message_.Set("", GetArenaForAllocation());
8384 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
8385 if (!from._internal_message().empty()) {
8386 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
8387 }
8388 _this->_impl_.success_ = from._impl_.success_;
8389
8390 // @@protoc_insertion_point(copy_constructor:daphne.WriteRegisterResponse)
8391}
::google::protobuf::internal::ArenaStringPtr message_

◆ WriteRegisterResponse() [4/6]

daphne::WriteRegisterResponse::WriteRegisterResponse ( WriteRegisterResponse && from)
inlinenoexcept

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

5731 *this = ::std::move(from);
5732 }

◆ WriteRegisterResponse() [5/6]

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

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

8367 : ::google::protobuf::Message(arena) {
8368 SharedCtor(arena);
8369 // @@protoc_insertion_point(arena_constructor:daphne.WriteRegisterResponse)
8370}
void SharedCtor(::google::protobuf::Arena *arena)

◆ WriteRegisterResponse() [6/6]

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

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

571 : _impl_{
572 /*decltype(_impl_.message_)*/ {
573 &::_pbi::fixed_address_empty_string,
574 ::_pbi::ConstantInitialized{},
575 },
576 /*decltype(_impl_.success_)*/ false,
577 /*decltype(_impl_._cached_size_)*/ {},
578 } {}

Member Function Documentation

◆ _internal_message()

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

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

9777 {
9778 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9779 return _impl_.message_.Get();
9780}

◆ _internal_mutable_message()

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

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

9786 {
9787 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9788 ;
9789 return _impl_.message_.Mutable( GetArenaForAllocation());
9790}

◆ _internal_set_message()

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

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

9781 {
9782 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9783 ;
9784 _impl_.message_.Set(value, GetArenaForAllocation());
9785}

◆ _internal_set_success()

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

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

9750 {
9751 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9752 ;
9753 _impl_.success_ = value;
9754}

◆ _internal_success()

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

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

9746 {
9747 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9748 return _impl_.success_;
9749}

◆ _InternalParse()

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

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

8429 {
8430 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
8431 return ptr;
8432}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 44, 2 > _table_

◆ _InternalSerialize()

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

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

8476 {
8477 // @@protoc_insertion_point(serialize_to_array_start:daphne.WriteRegisterResponse)
8478 ::uint32_t cached_has_bits = 0;
8479 (void)cached_has_bits;
8480
8481 // bool success = 1;
8482 if (this->_internal_success() != 0) {
8483 target = stream->EnsureSpace(target);
8484 target = ::_pbi::WireFormatLite::WriteBoolToArray(
8485 1, this->_internal_success(), target);
8486 }
8487
8488 // string message = 2;
8489 if (!this->_internal_message().empty()) {
8490 const std::string& _s = this->_internal_message();
8491 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
8492 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.WriteRegisterResponse.message");
8493 target = stream->WriteStringMaybeAliased(2, _s, target);
8494 }
8495
8496 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
8497 target =
8498 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
8499 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
8500 }
8501 // @@protoc_insertion_point(serialize_to_array_end:daphne.WriteRegisterResponse)
8502 return target;
8503}
const std::string & _internal_message() const

◆ ByteSizeLong()

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

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

8505 {
8506// @@protoc_insertion_point(message_byte_size_start:daphne.WriteRegisterResponse)
8507 ::size_t total_size = 0;
8508
8509 ::uint32_t cached_has_bits = 0;
8510 // Prevent compiler warnings about cached_has_bits being unused
8511 (void) cached_has_bits;
8512
8513 // string message = 2;
8514 if (!this->_internal_message().empty()) {
8515 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
8516 this->_internal_message());
8517 }
8518
8519 // bool success = 1;
8520 if (this->_internal_success() != 0) {
8521 total_size += 2;
8522 }
8523
8524 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
8525}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

8417 {
8418// @@protoc_insertion_point(message_clear_start:daphne.WriteRegisterResponse)
8419 ::uint32_t cached_has_bits = 0;
8420 // Prevent compiler warnings about cached_has_bits being unused
8421 (void) cached_has_bits;
8422
8423 _impl_.message_.ClearToEmpty();
8424 _impl_.success_ = false;
8425 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
8426}

◆ clear_message()

void daphne::WriteRegisterResponse::clear_message ( )
inline

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

9757 {
9758 _impl_.message_.ClearToEmpty();
9759}

◆ clear_success()

void daphne::WriteRegisterResponse::clear_success ( )
inline

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

9735 {
9736 _impl_.success_ = false;
9737}

◆ CopyFrom()

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

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

8551 {
8552// @@protoc_insertion_point(class_specific_copy_from_start:daphne.WriteRegisterResponse)
8553 if (&from == this) return;
8554 Clear();
8555 MergeFrom(from);
8556}
void MergeFrom(const WriteRegisterResponse &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

5768 {
5769 return *internal_default_instance();
5770 }
static const WriteRegisterResponse * internal_default_instance()

◆ descriptor()

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

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

5759 {
5760 return GetDescriptor();
5761 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

5831 {
5832 return "daphne.WriteRegisterResponse";
5833 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

8531{ return &_class_data_; }

◆ GetDescriptor()

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

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

5762 {
5763 return default_instance().GetMetadata().descriptor;
5764 }
::google::protobuf::Metadata GetMetadata() const final
static const WriteRegisterResponse & default_instance()

◆ GetMetadata()

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

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

8572 {
8573 return ::_pbi::AssignDescriptors(
8576}
::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::WriteRegisterResponse::GetReflection ( )
inlinestatic

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

5765 {
5766 return default_instance().GetMetadata().reflection;
5767 }

◆ internal_default_instance()

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

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

5771 {
5772 return reinterpret_cast<const WriteRegisterResponse*>(
5774 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 WriteRegisterResponseDefaultTypeInternal _WriteRegisterResponse_default_instance_

◆ InternalSwap()

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

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

8562 {
8563 using std::swap;
8564 auto* lhs_arena = GetArenaForAllocation();
8565 auto* rhs_arena = other->GetArenaForAllocation();
8566 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
8567 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
8568 &other->_impl_.message_, rhs_arena);
8569 swap(_impl_.success_, other->_impl_.success_);
8570}
friend void swap(WriteRegisterResponse &a, WriteRegisterResponse &b)

◆ IsInitialized()

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

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

8558 {
8559 return true;
8560}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

8534 {
8535 auto* const _this = static_cast<WriteRegisterResponse*>(&to_msg);
8536 auto& from = static_cast<const WriteRegisterResponse&>(from_msg);
8537 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.WriteRegisterResponse)
8538 ABSL_DCHECK_NE(&from, _this);
8539 ::uint32_t cached_has_bits = 0;
8540 (void) cached_has_bits;
8541
8542 if (!from._internal_message().empty()) {
8543 _this->_internal_set_message(from._internal_message());
8544 }
8545 if (from._internal_success() != 0) {
8546 _this->_internal_set_success(from._internal_success());
8547 }
8548 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
8549}

◆ message()

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

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

9760 {
9761 // @@protoc_insertion_point(field_get:daphne.WriteRegisterResponse.message)
9762 return _internal_message();
9763}

◆ mutable_message()

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

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

9772 {
9773 std::string* _s = _internal_mutable_message();
9774 // @@protoc_insertion_point(field_mutable:daphne.WriteRegisterResponse.message)
9775 return _s;
9776}

◆ mutable_unknown_fields()

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

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

5755 {
5756 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
5757 }

◆ New()

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

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

5802 {
5803 return CreateMaybeMessage<WriteRegisterResponse>(arena);
5804 }

◆ operator=() [1/2]

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

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

5734 {
5735 CopyFrom(from);
5736 return *this;
5737 }
void CopyFrom(const WriteRegisterResponse &from)

◆ operator=() [2/2]

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

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

5738 {
5739 if (this == &from) return *this;
5740 if (GetOwningArena() == from.GetOwningArena()
5741 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
5742 && GetOwningArena() != nullptr
5743 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
5744 ) {
5745 InternalSwap(&from);
5746 } else {
5747 CopyFrom(from);
5748 }
5749 return *this;
5750 }
void InternalSwap(WriteRegisterResponse *other)

◆ release_message()

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

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

9791 {
9792 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9793 // @@protoc_insertion_point(field_release:daphne.WriteRegisterResponse.message)
9794 return _impl_.message_.Release();
9795}

◆ set_allocated_message()

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

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

9796 {
9797 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9798 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
9799 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
9800 if (_impl_.message_.IsDefault()) {
9801 _impl_.message_.Set("", GetArenaForAllocation());
9802 }
9803 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
9804 // @@protoc_insertion_point(field_set_allocated:daphne.WriteRegisterResponse.message)
9805}

◆ set_message() [1/2]

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

◆ set_message() [2/2]

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

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

9766 {
9767 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9768 ;
9769 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
9770 // @@protoc_insertion_point(field_set:daphne.WriteRegisterResponse.message)
9771}

◆ set_success()

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

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

9742 {
9743 _internal_set_success(value);
9744 // @@protoc_insertion_point(field_set:daphne.WriteRegisterResponse.success)
9745}

◆ SetCachedSize()

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

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

8413 {
8414 _impl_._cached_size_.Set(size);
8415}

◆ SharedCtor()

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

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

8392 {
8393 (void)arena;
8394 new (&_impl_) Impl_{
8395 decltype(_impl_.message_){},
8396 decltype(_impl_.success_){false},
8397 /*decltype(_impl_._cached_size_)*/ {},
8398 };
8399 _impl_.message_.InitDefault();
8400 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
8401 _impl_.message_.Set("", GetArenaForAllocation());
8402 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
8403}

◆ SharedDtor()

void daphne::WriteRegisterResponse::SharedDtor ( )
inlineprivate

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

8409 {
8410 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
8411 _impl_.message_.Destroy();
8412}

◆ success()

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

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

9738 {
9739 // @@protoc_insertion_point(field_get:daphne.WriteRegisterResponse.success)
9740 return _internal_success();
9741}

◆ Swap()

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

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

5781 {
5782 if (other == this) return;
5783 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
5784 if (GetOwningArena() != nullptr &&
5785 GetOwningArena() == other->GetOwningArena()) {
5786 #else // PROTOBUF_FORCE_COPY_IN_SWAP
5787 if (GetOwningArena() == other->GetOwningArena()) {
5788 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
5789 InternalSwap(other);
5790 } else {
5791 ::google::protobuf::internal::GenericSwap(this, other);
5792 }
5793 }

◆ unknown_fields()

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

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

5752 {
5753 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
5754 }

◆ UnsafeArenaSwap()

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

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

5794 {
5795 if (other == this) return;
5796 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
5797 InternalSwap(other);
5798 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

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

5778 {
5779 a.Swap(&b);
5780 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::WriteRegisterResponse::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int daphne::WriteRegisterResponse::kIndexInFileMessages
staticconstexpr
Initial value:
=
27

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


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