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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kMessageFieldNumber = 2 , kSuccessFieldNumber = 1 , kOffsetChannelFieldNumber = 3 , kOffsetValueFieldNumber = 4 }
 

Public Member Functions

 cmd_readOffset_singleChannel_response ()
 
 ~cmd_readOffset_singleChannel_response () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readOffset_singleChannel_response (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readOffset_singleChannel_response (const cmd_readOffset_singleChannel_response &from)
 
 cmd_readOffset_singleChannel_response (cmd_readOffset_singleChannel_response &&from) noexcept
 
cmd_readOffset_singleChannel_responseoperator= (const cmd_readOffset_singleChannel_response &from)
 
cmd_readOffset_singleChannel_responseoperator= (cmd_readOffset_singleChannel_response &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readOffset_singleChannel_response *other)
 
void UnsafeArenaSwap (cmd_readOffset_singleChannel_response *other)
 
cmd_readOffset_singleChannel_responseNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readOffset_singleChannel_response &from)
 
void MergeFrom (const cmd_readOffset_singleChannel_response &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)
 
void clear_offsetchannel ()
 
::uint32_t offsetchannel () const
 
void set_offsetchannel (::uint32_t value)
 
void clear_offsetvalue ()
 
::uint32_t offsetvalue () const
 
void set_offsetvalue (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_readOffset_singleChannel_response (::_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 cmd_readOffset_singleChannel_responsedefault_instance ()
 
static const cmd_readOffset_singleChannel_responseinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readOffset_singleChannel_response (::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 (cmd_readOffset_singleChannel_response *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)
 
::uint32_t _internal_offsetchannel () const
 
void _internal_set_offsetchannel (::uint32_t value)
 
::uint32_t _internal_offsetvalue () const
 
void _internal_set_offsetvalue (::uint32_t 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< 2, 4, 0, 60, 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_5flow_2eproto
 
void swap (cmd_readOffset_singleChannel_response &a, cmd_readOffset_singleChannel_response &b)
 

Detailed Description

Definition at line 7700 of file daphne_control_low.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kMessageFieldNumber 
kSuccessFieldNumber 
kOffsetChannelFieldNumber 
kOffsetValueFieldNumber 

Definition at line 7827 of file daphne_control_low.pb.h.

Constructor & Destructor Documentation

◆ cmd_readOffset_singleChannel_response() [1/6]

daphne::cmd_readOffset_singleChannel_response::cmd_readOffset_singleChannel_response ( )
inline

◆ ~cmd_readOffset_singleChannel_response()

daphne::cmd_readOffset_singleChannel_response::~cmd_readOffset_singleChannel_response ( )
override

Definition at line 11766 of file daphne_control_low.pb.cc.

11766 {
11767 // @@protoc_insertion_point(destructor:daphne.cmd_readOffset_singleChannel_response)
11768 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
11769 SharedDtor();
11770}

◆ cmd_readOffset_singleChannel_response() [2/6]

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

◆ cmd_readOffset_singleChannel_response() [3/6]

daphne::cmd_readOffset_singleChannel_response::cmd_readOffset_singleChannel_response ( const cmd_readOffset_singleChannel_response & from)

Definition at line 11727 of file daphne_control_low.pb.cc.

11727 : ::google::protobuf::Message() {
11728 cmd_readOffset_singleChannel_response* const _this = this;
11729 (void)_this;
11730 new (&_impl_) Impl_{
11731 decltype(_impl_.message_){},
11732 decltype(_impl_.success_){},
11733 decltype(_impl_.offsetchannel_){},
11734 decltype(_impl_.offsetvalue_){},
11735 /*decltype(_impl_._cached_size_)*/ {},
11736 };
11737 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
11738 from._internal_metadata_);
11739 _impl_.message_.InitDefault();
11740 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
11741 _impl_.message_.Set("", GetArenaForAllocation());
11742 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
11743 if (!from._internal_message().empty()) {
11744 _this->_impl_.message_.Set(from._internal_message(), _this->GetArenaForAllocation());
11745 }
11746 ::memcpy(&_impl_.success_, &from._impl_.success_,
11747 static_cast<::size_t>(reinterpret_cast<char*>(&_impl_.offsetvalue_) -
11748 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.offsetvalue_));
11749
11750 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readOffset_singleChannel_response)
11751}
::google::protobuf::internal::ArenaStringPtr message_

◆ cmd_readOffset_singleChannel_response() [4/6]

daphne::cmd_readOffset_singleChannel_response::cmd_readOffset_singleChannel_response ( cmd_readOffset_singleChannel_response && from)
inlinenoexcept

Definition at line 7709 of file daphne_control_low.pb.h.

7711 *this = ::std::move(from);
7712 }

◆ cmd_readOffset_singleChannel_response() [5/6]

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

Definition at line 11722 of file daphne_control_low.pb.cc.

11723 : ::google::protobuf::Message(arena) {
11724 SharedCtor(arena);
11725 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readOffset_singleChannel_response)
11726}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readOffset_singleChannel_response() [6/6]

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

Definition at line 805 of file daphne_control_low.pb.cc.

806 : _impl_{
807 /*decltype(_impl_.message_)*/ {
808 &::_pbi::fixed_address_empty_string,
809 ::_pbi::ConstantInitialized{},
810 },
811 /*decltype(_impl_.success_)*/ false,
812 /*decltype(_impl_.offsetchannel_)*/ 0u,
813 /*decltype(_impl_.offsetvalue_)*/ 0u,
814 /*decltype(_impl_._cached_size_)*/ {},
815 } {}

Member Function Documentation

◆ _internal_message()

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

Definition at line 15056 of file daphne_control_low.pb.h.

15056 {
15057 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15058 return _impl_.message_.Get();
15059}

◆ _internal_mutable_message()

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

Definition at line 15065 of file daphne_control_low.pb.h.

15065 {
15066 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15067 ;
15068 return _impl_.message_.Mutable( GetArenaForAllocation());
15069}

◆ _internal_offsetchannel()

uint32_t daphne::cmd_readOffset_singleChannel_response::_internal_offsetchannel ( ) const
inlineprivate

Definition at line 15098 of file daphne_control_low.pb.h.

15098 {
15099 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15100 return _impl_.offsetchannel_;
15101}

◆ _internal_offsetvalue()

uint32_t daphne::cmd_readOffset_singleChannel_response::_internal_offsetvalue ( ) const
inlineprivate

Definition at line 15120 of file daphne_control_low.pb.h.

15120 {
15121 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15122 return _impl_.offsetvalue_;
15123}

◆ _internal_set_message()

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

Definition at line 15060 of file daphne_control_low.pb.h.

15060 {
15061 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15062 ;
15063 _impl_.message_.Set(value, GetArenaForAllocation());
15064}

◆ _internal_set_offsetchannel()

void daphne::cmd_readOffset_singleChannel_response::_internal_set_offsetchannel ( ::uint32_t value)
inlineprivate

Definition at line 15102 of file daphne_control_low.pb.h.

15102 {
15103 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15104 ;
15105 _impl_.offsetchannel_ = value;
15106}

◆ _internal_set_offsetvalue()

void daphne::cmd_readOffset_singleChannel_response::_internal_set_offsetvalue ( ::uint32_t value)
inlineprivate

Definition at line 15124 of file daphne_control_low.pb.h.

15124 {
15125 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15126 ;
15127 _impl_.offsetvalue_ = value;
15128}

◆ _internal_set_success()

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

Definition at line 15029 of file daphne_control_low.pb.h.

15029 {
15030 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15031 ;
15032 _impl_.success_ = value;
15033}

◆ _internal_success()

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

Definition at line 15025 of file daphne_control_low.pb.h.

15025 {
15026 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15027 return _impl_.success_;
15028}

◆ _InternalParse()

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

Definition at line 11792 of file daphne_control_low.pb.cc.

11793 {
11794 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
11795 return ptr;
11796}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 60, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 11850 of file daphne_control_low.pb.cc.

11852 {
11853 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readOffset_singleChannel_response)
11854 ::uint32_t cached_has_bits = 0;
11855 (void)cached_has_bits;
11856
11857 // bool success = 1;
11858 if (this->_internal_success() != 0) {
11859 target = stream->EnsureSpace(target);
11860 target = ::_pbi::WireFormatLite::WriteBoolToArray(
11861 1, this->_internal_success(), target);
11862 }
11863
11864 // string message = 2;
11865 if (!this->_internal_message().empty()) {
11866 const std::string& _s = this->_internal_message();
11867 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
11868 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "daphne.cmd_readOffset_singleChannel_response.message");
11869 target = stream->WriteStringMaybeAliased(2, _s, target);
11870 }
11871
11872 // uint32 offsetChannel = 3;
11873 if (this->_internal_offsetchannel() != 0) {
11874 target = stream->EnsureSpace(target);
11875 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
11876 3, this->_internal_offsetchannel(), target);
11877 }
11878
11879 // uint32 offsetValue = 4;
11880 if (this->_internal_offsetvalue() != 0) {
11881 target = stream->EnsureSpace(target);
11882 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
11883 4, this->_internal_offsetvalue(), target);
11884 }
11885
11886 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
11887 target =
11888 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
11889 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
11890 }
11891 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readOffset_singleChannel_response)
11892 return target;
11893}

◆ ByteSizeLong()

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

Definition at line 11895 of file daphne_control_low.pb.cc.

11895 {
11896// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readOffset_singleChannel_response)
11897 ::size_t total_size = 0;
11898
11899 ::uint32_t cached_has_bits = 0;
11900 // Prevent compiler warnings about cached_has_bits being unused
11901 (void) cached_has_bits;
11902
11903 // string message = 2;
11904 if (!this->_internal_message().empty()) {
11905 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
11906 this->_internal_message());
11907 }
11908
11909 // bool success = 1;
11910 if (this->_internal_success() != 0) {
11911 total_size += 2;
11912 }
11913
11914 // uint32 offsetChannel = 3;
11915 if (this->_internal_offsetchannel() != 0) {
11916 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
11917 this->_internal_offsetchannel());
11918 }
11919
11920 // uint32 offsetValue = 4;
11921 if (this->_internal_offsetvalue() != 0) {
11922 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
11923 this->_internal_offsetvalue());
11924 }
11925
11926 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
11927}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

Definition at line 11779 of file daphne_control_low.pb.cc.

11779 {
11780// @@protoc_insertion_point(message_clear_start:daphne.cmd_readOffset_singleChannel_response)
11781 ::uint32_t cached_has_bits = 0;
11782 // Prevent compiler warnings about cached_has_bits being unused
11783 (void) cached_has_bits;
11784
11785 _impl_.message_.ClearToEmpty();
11786 ::memset(&_impl_.success_, 0, static_cast<::size_t>(
11787 reinterpret_cast<char*>(&_impl_.offsetvalue_) -
11788 reinterpret_cast<char*>(&_impl_.success_)) + sizeof(_impl_.offsetvalue_));
11789 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
11790}

◆ clear_message()

void daphne::cmd_readOffset_singleChannel_response::clear_message ( )
inline

Definition at line 15036 of file daphne_control_low.pb.h.

15036 {
15037 _impl_.message_.ClearToEmpty();
15038}

◆ clear_offsetchannel()

void daphne::cmd_readOffset_singleChannel_response::clear_offsetchannel ( )
inline

Definition at line 15087 of file daphne_control_low.pb.h.

15087 {
15089}

◆ clear_offsetvalue()

void daphne::cmd_readOffset_singleChannel_response::clear_offsetvalue ( )
inline

Definition at line 15109 of file daphne_control_low.pb.h.

15109 {
15110 _impl_.offsetvalue_ = 0u;
15111}

◆ clear_success()

void daphne::cmd_readOffset_singleChannel_response::clear_success ( )
inline

Definition at line 15014 of file daphne_control_low.pb.h.

15014 {
15015 _impl_.success_ = false;
15016}

◆ CopyFrom()

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

Definition at line 11959 of file daphne_control_low.pb.cc.

11959 {
11960// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readOffset_singleChannel_response)
11961 if (&from == this) return;
11962 Clear();
11963 MergeFrom(from);
11964}
void MergeFrom(const cmd_readOffset_singleChannel_response &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

Definition at line 7748 of file daphne_control_low.pb.h.

7748 {
7749 return *internal_default_instance();
7750 }
static const cmd_readOffset_singleChannel_response * internal_default_instance()

◆ descriptor()

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

Definition at line 7739 of file daphne_control_low.pb.h.

7739 {
7740 return GetDescriptor();
7741 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

Definition at line 7811 of file daphne_control_low.pb.h.

7811 {
7812 return "daphne.cmd_readOffset_singleChannel_response";
7813 }

◆ GetCachedSize()

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

Definition at line 7801 of file daphne_control_low.pb.h.

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

◆ GetClassData()

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

Definition at line 11933 of file daphne_control_low.pb.cc.

11933{ return &_class_data_; }

◆ GetDescriptor()

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

Definition at line 7742 of file daphne_control_low.pb.h.

7742 {
7743 return default_instance().GetMetadata().descriptor;
7744 }
::google::protobuf::Metadata GetMetadata() const final
static const cmd_readOffset_singleChannel_response & default_instance()

◆ GetMetadata()

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

Definition at line 11985 of file daphne_control_low.pb.cc.

11985 {
11986 return ::_pbi::AssignDescriptors(
11989}
::_pb::Metadata file_level_metadata_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto[59]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto_getter()
::absl::once_flag descriptor_table_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto_once

◆ GetReflection()

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

Definition at line 7745 of file daphne_control_low.pb.h.

7745 {
7746 return default_instance().GetMetadata().reflection;
7747 }

◆ internal_default_instance()

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

Definition at line 7751 of file daphne_control_low.pb.h.

7751 {
7752 return reinterpret_cast<const cmd_readOffset_singleChannel_response*>(
7754 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readOffset_singleChannel_responseDefaultTypeInternal _cmd_readOffset_singleChannel_response_default_instance_

◆ InternalSwap()

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

Definition at line 11970 of file daphne_control_low.pb.cc.

11970 {
11971 using std::swap;
11972 auto* lhs_arena = GetArenaForAllocation();
11973 auto* rhs_arena = other->GetArenaForAllocation();
11974 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
11975 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.message_, lhs_arena,
11976 &other->_impl_.message_, rhs_arena);
11977 ::google::protobuf::internal::memswap<
11980 - PROTOBUF_FIELD_OFFSET(cmd_readOffset_singleChannel_response, _impl_.success_)>(
11981 reinterpret_cast<char*>(&_impl_.success_),
11982 reinterpret_cast<char*>(&other->_impl_.success_));
11983}

◆ IsInitialized()

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

Definition at line 11966 of file daphne_control_low.pb.cc.

11966 {
11967 return true;
11968}

◆ MergeFrom()

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

Definition at line 7788 of file daphne_control_low.pb.h.

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

◆ MergeImpl()

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

Definition at line 11936 of file daphne_control_low.pb.cc.

11936 {
11937 auto* const _this = static_cast<cmd_readOffset_singleChannel_response*>(&to_msg);
11938 auto& from = static_cast<const cmd_readOffset_singleChannel_response&>(from_msg);
11939 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readOffset_singleChannel_response)
11940 ABSL_DCHECK_NE(&from, _this);
11941 ::uint32_t cached_has_bits = 0;
11942 (void) cached_has_bits;
11943
11944 if (!from._internal_message().empty()) {
11945 _this->_internal_set_message(from._internal_message());
11946 }
11947 if (from._internal_success() != 0) {
11948 _this->_internal_set_success(from._internal_success());
11949 }
11950 if (from._internal_offsetchannel() != 0) {
11951 _this->_internal_set_offsetchannel(from._internal_offsetchannel());
11952 }
11953 if (from._internal_offsetvalue() != 0) {
11954 _this->_internal_set_offsetvalue(from._internal_offsetvalue());
11955 }
11956 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
11957}

◆ message()

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

Definition at line 15039 of file daphne_control_low.pb.h.

15039 {
15040 // @@protoc_insertion_point(field_get:daphne.cmd_readOffset_singleChannel_response.message)
15041 return _internal_message();
15042}

◆ mutable_message()

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

Definition at line 15051 of file daphne_control_low.pb.h.

15051 {
15052 std::string* _s = _internal_mutable_message();
15053 // @@protoc_insertion_point(field_mutable:daphne.cmd_readOffset_singleChannel_response.message)
15054 return _s;
15055}

◆ mutable_unknown_fields()

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

Definition at line 7735 of file daphne_control_low.pb.h.

7735 {
7736 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
7737 }

◆ New()

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

Definition at line 7782 of file daphne_control_low.pb.h.

7782 {
7783 return CreateMaybeMessage<cmd_readOffset_singleChannel_response>(arena);
7784 }

◆ offsetchannel()

uint32_t daphne::cmd_readOffset_singleChannel_response::offsetchannel ( ) const
inline

Definition at line 15090 of file daphne_control_low.pb.h.

15090 {
15091 // @@protoc_insertion_point(field_get:daphne.cmd_readOffset_singleChannel_response.offsetChannel)
15092 return _internal_offsetchannel();
15093}

◆ offsetvalue()

uint32_t daphne::cmd_readOffset_singleChannel_response::offsetvalue ( ) const
inline

Definition at line 15112 of file daphne_control_low.pb.h.

15112 {
15113 // @@protoc_insertion_point(field_get:daphne.cmd_readOffset_singleChannel_response.offsetValue)
15114 return _internal_offsetvalue();
15115}

◆ operator=() [1/2]

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

Definition at line 7718 of file daphne_control_low.pb.h.

7718 {
7719 if (this == &from) return *this;
7720 if (GetOwningArena() == from.GetOwningArena()
7721 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
7722 && GetOwningArena() != nullptr
7723 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
7724 ) {
7725 InternalSwap(&from);
7726 } else {
7727 CopyFrom(from);
7728 }
7729 return *this;
7730 }
void InternalSwap(cmd_readOffset_singleChannel_response *other)
void CopyFrom(const cmd_readOffset_singleChannel_response &from)

◆ operator=() [2/2]

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

Definition at line 7714 of file daphne_control_low.pb.h.

7714 {
7715 CopyFrom(from);
7716 return *this;
7717 }

◆ release_message()

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

Definition at line 15070 of file daphne_control_low.pb.h.

15070 {
15071 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15072 // @@protoc_insertion_point(field_release:daphne.cmd_readOffset_singleChannel_response.message)
15073 return _impl_.message_.Release();
15074}

◆ set_allocated_message()

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

Definition at line 15075 of file daphne_control_low.pb.h.

15075 {
15076 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15077 _impl_.message_.SetAllocated(value, GetArenaForAllocation());
15078 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
15079 if (_impl_.message_.IsDefault()) {
15080 _impl_.message_.Set("", GetArenaForAllocation());
15081 }
15082 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
15083 // @@protoc_insertion_point(field_set_allocated:daphne.cmd_readOffset_singleChannel_response.message)
15084}

◆ set_message() [1/2]

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

◆ set_message() [2/2]

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

Definition at line 15044 of file daphne_control_low.pb.h.

15045 {
15046 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15047 ;
15048 _impl_.message_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
15049 // @@protoc_insertion_point(field_set:daphne.cmd_readOffset_singleChannel_response.message)
15050}

◆ set_offsetchannel()

void daphne::cmd_readOffset_singleChannel_response::set_offsetchannel ( ::uint32_t value)
inline

Definition at line 15094 of file daphne_control_low.pb.h.

15094 {
15096 // @@protoc_insertion_point(field_set:daphne.cmd_readOffset_singleChannel_response.offsetChannel)
15097}

◆ set_offsetvalue()

void daphne::cmd_readOffset_singleChannel_response::set_offsetvalue ( ::uint32_t value)
inline

Definition at line 15116 of file daphne_control_low.pb.h.

15116 {
15118 // @@protoc_insertion_point(field_set:daphne.cmd_readOffset_singleChannel_response.offsetValue)
15119}

◆ set_success()

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

Definition at line 15021 of file daphne_control_low.pb.h.

15021 {
15022 _internal_set_success(value);
15023 // @@protoc_insertion_point(field_set:daphne.cmd_readOffset_singleChannel_response.success)
15024}

◆ SetCachedSize()

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

Definition at line 11775 of file daphne_control_low.pb.cc.

11775 {
11776 _impl_._cached_size_.Set(size);
11777}

◆ SharedCtor()

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

Definition at line 11752 of file daphne_control_low.pb.cc.

11752 {
11753 (void)arena;
11754 new (&_impl_) Impl_{
11755 decltype(_impl_.message_){},
11756 decltype(_impl_.success_){false},
11757 decltype(_impl_.offsetchannel_){0u},
11758 decltype(_impl_.offsetvalue_){0u},
11759 /*decltype(_impl_._cached_size_)*/ {},
11760 };
11761 _impl_.message_.InitDefault();
11762 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
11763 _impl_.message_.Set("", GetArenaForAllocation());
11764 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
11765}

◆ SharedDtor()

void daphne::cmd_readOffset_singleChannel_response::SharedDtor ( )
inlineprivate

Definition at line 11771 of file daphne_control_low.pb.cc.

11771 {
11772 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
11773 _impl_.message_.Destroy();
11774}

◆ success()

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

Definition at line 15017 of file daphne_control_low.pb.h.

15017 {
15018 // @@protoc_insertion_point(field_get:daphne.cmd_readOffset_singleChannel_response.success)
15019 return _internal_success();
15020}

◆ Swap()

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

Definition at line 7761 of file daphne_control_low.pb.h.

7761 {
7762 if (other == this) return;
7763 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
7764 if (GetOwningArena() != nullptr &&
7765 GetOwningArena() == other->GetOwningArena()) {
7766 #else // PROTOBUF_FORCE_COPY_IN_SWAP
7767 if (GetOwningArena() == other->GetOwningArena()) {
7768 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
7769 InternalSwap(other);
7770 } else {
7771 ::google::protobuf::internal::GenericSwap(this, other);
7772 }
7773 }

◆ unknown_fields()

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

Definition at line 7732 of file daphne_control_low.pb.h.

7732 {
7733 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
7734 }

◆ UnsafeArenaSwap()

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

Definition at line 7774 of file daphne_control_low.pb.h.

7774 {
7775 if (other == this) return;
7776 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
7777 InternalSwap(other);
7778 }

Friends And Related Symbol Documentation

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

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

Definition at line 7885 of file daphne_control_low.pb.h.

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

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

Definition at line 7810 of file daphne_control_low.pb.h.

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

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

Definition at line 7883 of file daphne_control_low.pb.h.

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

Definition at line 7758 of file daphne_control_low.pb.h.

7758 {
7759 a.Swap(&b);
7760 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

Definition at line 7818 of file daphne_control_low.pb.h.

◆ _impl_

Impl_ daphne::cmd_readOffset_singleChannel_response::_impl_

Definition at line 7896 of file daphne_control_low.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 4, 0, 60, 2 > daphne::cmd_readOffset_singleChannel_response::_table_
staticprivate

Definition at line 7884 of file daphne_control_low.pb.h.

◆ kIndexInFileMessages

int daphne::cmd_readOffset_singleChannel_response::kIndexInFileMessages
staticconstexpr
Initial value:
=
39

Definition at line 7755 of file daphne_control_low.pb.h.


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