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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kIdFieldNumber = 1 , kOffsetChannelFieldNumber = 2 }
 

Public Member Functions

 cmd_readOffset_singleChannel ()
 
 ~cmd_readOffset_singleChannel () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readOffset_singleChannel (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readOffset_singleChannel (const cmd_readOffset_singleChannel &from)
 
 cmd_readOffset_singleChannel (cmd_readOffset_singleChannel &&from) noexcept
 
cmd_readOffset_singleChanneloperator= (const cmd_readOffset_singleChannel &from)
 
cmd_readOffset_singleChanneloperator= (cmd_readOffset_singleChannel &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readOffset_singleChannel *other)
 
void UnsafeArenaSwap (cmd_readOffset_singleChannel *other)
 
cmd_readOffset_singleChannelNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readOffset_singleChannel &from)
 
void MergeFrom (const cmd_readOffset_singleChannel &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_id ()
 
::int32_t id () const
 
void set_id (::int32_t value)
 
void clear_offsetchannel ()
 
::uint32_t offsetchannel () const
 
void set_offsetchannel (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_readOffset_singleChannel (::_pbi::ConstantInitialized)
 

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_singleChanneldefault_instance ()
 
static const cmd_readOffset_singleChannelinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readOffset_singleChannel (::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 *other)
 
::int32_t _internal_id () const
 
void _internal_set_id (::int32_t value)
 
::uint32_t _internal_offsetchannel () const
 
void _internal_set_offsetchannel (::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< 1, 2, 0, 0, 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 &a, cmd_readOffset_singleChannel &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 
kOffsetChannelFieldNumber 

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

Constructor & Destructor Documentation

◆ cmd_readOffset_singleChannel() [1/6]

daphne::cmd_readOffset_singleChannel::cmd_readOffset_singleChannel ( )
inline

◆ ~cmd_readOffset_singleChannel()

daphne::cmd_readOffset_singleChannel::~cmd_readOffset_singleChannel ( )
override

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

11545 {
11546 // @@protoc_insertion_point(destructor:daphne.cmd_readOffset_singleChannel)
11547 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
11548 SharedDtor();
11549}

◆ cmd_readOffset_singleChannel() [2/6]

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

◆ cmd_readOffset_singleChannel() [3/6]

daphne::cmd_readOffset_singleChannel::cmd_readOffset_singleChannel ( const cmd_readOffset_singleChannel & from)

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

11532 : ::google::protobuf::Message(), _impl_(from._impl_) {
11533 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
11534 from._internal_metadata_);
11535 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readOffset_singleChannel)
11536}

◆ cmd_readOffset_singleChannel() [4/6]

daphne::cmd_readOffset_singleChannel::cmd_readOffset_singleChannel ( cmd_readOffset_singleChannel && from)
inlinenoexcept

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

7541 *this = ::std::move(from);
7542 }

◆ cmd_readOffset_singleChannel() [5/6]

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

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

11527 : ::google::protobuf::Message(arena) {
11528 SharedCtor(arena);
11529 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readOffset_singleChannel)
11530}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readOffset_singleChannel() [6/6]

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

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

789 : _impl_{
790 /*decltype(_impl_.id_)*/ 0,
791 /*decltype(_impl_.offsetchannel_)*/ 0u,
792 /*decltype(_impl_._cached_size_)*/ {},
793 } {}

Member Function Documentation

◆ _internal_id()

int32_t daphne::cmd_readOffset_singleChannel::_internal_id ( ) const
inlineprivate

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

14977 {
14978 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
14979 return _impl_.id_;
14980}

◆ _internal_offsetchannel()

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

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

14999 {
15000 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
15001 return _impl_.offsetchannel_;
15002}

◆ _internal_set_id()

void daphne::cmd_readOffset_singleChannel::_internal_set_id ( ::int32_t value)
inlineprivate

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

14981 {
14982 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
14983 ;
14984 _impl_.id_ = value;
14985}

◆ _internal_set_offsetchannel()

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

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

15003 {
15004 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
15005 ;
15006 _impl_.offsetchannel_ = value;
15007}

◆ _InternalParse()

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

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

11570 {
11571 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
11572 return ptr;
11573}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

11614 {
11615 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readOffset_singleChannel)
11616 ::uint32_t cached_has_bits = 0;
11617 (void)cached_has_bits;
11618
11619 // int32 id = 1;
11620 if (this->_internal_id() != 0) {
11621 target = ::google::protobuf::internal::WireFormatLite::
11622 WriteInt32ToArrayWithField<1>(
11623 stream, this->_internal_id(), target);
11624 }
11625
11626 // uint32 offsetChannel = 2;
11627 if (this->_internal_offsetchannel() != 0) {
11628 target = stream->EnsureSpace(target);
11629 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
11630 2, this->_internal_offsetchannel(), target);
11631 }
11632
11633 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
11634 target =
11635 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
11636 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
11637 }
11638 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readOffset_singleChannel)
11639 return target;
11640}

◆ ByteSizeLong()

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

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

11642 {
11643// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readOffset_singleChannel)
11644 ::size_t total_size = 0;
11645
11646 ::uint32_t cached_has_bits = 0;
11647 // Prevent compiler warnings about cached_has_bits being unused
11648 (void) cached_has_bits;
11649
11650 // int32 id = 1;
11651 if (this->_internal_id() != 0) {
11652 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
11653 this->_internal_id());
11654 }
11655
11656 // uint32 offsetChannel = 2;
11657 if (this->_internal_offsetchannel() != 0) {
11658 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
11659 this->_internal_offsetchannel());
11660 }
11661
11662 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
11663}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

11557 {
11558// @@protoc_insertion_point(message_clear_start:daphne.cmd_readOffset_singleChannel)
11559 ::uint32_t cached_has_bits = 0;
11560 // Prevent compiler warnings about cached_has_bits being unused
11561 (void) cached_has_bits;
11562
11563 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
11564 reinterpret_cast<char*>(&_impl_.offsetchannel_) -
11565 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.offsetchannel_));
11566 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
11567}

◆ clear_id()

void daphne::cmd_readOffset_singleChannel::clear_id ( )
inline

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

14966 {
14967 _impl_.id_ = 0;
14968}

◆ clear_offsetchannel()

void daphne::cmd_readOffset_singleChannel::clear_offsetchannel ( )
inline

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

14988 {
14990}

◆ CopyFrom()

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

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

11689 {
11690// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readOffset_singleChannel)
11691 if (&from == this) return;
11692 Clear();
11693 MergeFrom(from);
11694}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_readOffset_singleChannel &from)

◆ default_instance()

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

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

7578 {
7579 return *internal_default_instance();
7580 }
static const cmd_readOffset_singleChannel * internal_default_instance()

◆ descriptor()

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

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

7569 {
7570 return GetDescriptor();
7571 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

7641 {
7642 return "daphne.cmd_readOffset_singleChannel";
7643 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

11669{ return &_class_data_; }

◆ GetDescriptor()

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

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

7572 {
7573 return default_instance().GetMetadata().descriptor;
7574 }
static const cmd_readOffset_singleChannel & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

11711 {
11712 return ::_pbi::AssignDescriptors(
11715}
::_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::GetReflection ( )
inlinestatic

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

7575 {
7576 return default_instance().GetMetadata().reflection;
7577 }

◆ id()

int32_t daphne::cmd_readOffset_singleChannel::id ( ) const
inline

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

14969 {
14970 // @@protoc_insertion_point(field_get:daphne.cmd_readOffset_singleChannel.id)
14971 return _internal_id();
14972}

◆ internal_default_instance()

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

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

7581 {
7582 return reinterpret_cast<const cmd_readOffset_singleChannel*>(
7584 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readOffset_singleChannelDefaultTypeInternal _cmd_readOffset_singleChannel_default_instance_

◆ InternalSwap()

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

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

11700 {
11701 using std::swap;
11702 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
11703 ::google::protobuf::internal::memswap<
11704 PROTOBUF_FIELD_OFFSET(cmd_readOffset_singleChannel, _impl_.offsetchannel_)
11706 - PROTOBUF_FIELD_OFFSET(cmd_readOffset_singleChannel, _impl_.id_)>(
11707 reinterpret_cast<char*>(&_impl_.id_),
11708 reinterpret_cast<char*>(&other->_impl_.id_));
11709}

◆ IsInitialized()

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

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

11696 {
11697 return true;
11698}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

11672 {
11673 auto* const _this = static_cast<cmd_readOffset_singleChannel*>(&to_msg);
11674 auto& from = static_cast<const cmd_readOffset_singleChannel&>(from_msg);
11675 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readOffset_singleChannel)
11676 ABSL_DCHECK_NE(&from, _this);
11677 ::uint32_t cached_has_bits = 0;
11678 (void) cached_has_bits;
11679
11680 if (from._internal_id() != 0) {
11681 _this->_internal_set_id(from._internal_id());
11682 }
11683 if (from._internal_offsetchannel() != 0) {
11684 _this->_internal_set_offsetchannel(from._internal_offsetchannel());
11685 }
11686 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
11687}

◆ mutable_unknown_fields()

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

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

7565 {
7566 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
7567 }

◆ New()

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

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

7612 {
7613 return CreateMaybeMessage<cmd_readOffset_singleChannel>(arena);
7614 }

◆ offsetchannel()

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

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

14991 {
14992 // @@protoc_insertion_point(field_get:daphne.cmd_readOffset_singleChannel.offsetChannel)
14993 return _internal_offsetchannel();
14994}

◆ operator=() [1/2]

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

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

7548 {
7549 if (this == &from) return *this;
7550 if (GetOwningArena() == from.GetOwningArena()
7551 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
7552 && GetOwningArena() != nullptr
7553 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
7554 ) {
7555 InternalSwap(&from);
7556 } else {
7557 CopyFrom(from);
7558 }
7559 return *this;
7560 }
void InternalSwap(cmd_readOffset_singleChannel *other)
void CopyFrom(const cmd_readOffset_singleChannel &from)

◆ operator=() [2/2]

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

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

7544 {
7545 CopyFrom(from);
7546 return *this;
7547 }

◆ set_id()

void daphne::cmd_readOffset_singleChannel::set_id ( ::int32_t value)
inline

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

14973 {
14974 _internal_set_id(value);
14975 // @@protoc_insertion_point(field_set:daphne.cmd_readOffset_singleChannel.id)
14976}

◆ set_offsetchannel()

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

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

14995 {
14997 // @@protoc_insertion_point(field_set:daphne.cmd_readOffset_singleChannel.offsetChannel)
14998}

◆ SetCachedSize()

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

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

11553 {
11554 _impl_._cached_size_.Set(size);
11555}

◆ SharedCtor()

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

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

11537 {
11538 (void)arena;
11539 new (&_impl_) Impl_{
11540 decltype(_impl_.id_){0},
11541 decltype(_impl_.offsetchannel_){0u},
11542 /*decltype(_impl_._cached_size_)*/ {},
11543 };
11544}

◆ SharedDtor()

void daphne::cmd_readOffset_singleChannel::SharedDtor ( )
inlineprivate

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

11550 {
11551 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
11552}

◆ Swap()

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

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

7591 {
7592 if (other == this) return;
7593 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
7594 if (GetOwningArena() != nullptr &&
7595 GetOwningArena() == other->GetOwningArena()) {
7596 #else // PROTOBUF_FORCE_COPY_IN_SWAP
7597 if (GetOwningArena() == other->GetOwningArena()) {
7598 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
7599 InternalSwap(other);
7600 } else {
7601 ::google::protobuf::internal::GenericSwap(this, other);
7602 }
7603 }

◆ unknown_fields()

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

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

7562 {
7563 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
7564 }

◆ UnsafeArenaSwap()

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

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

7604 {
7605 if (other == this) return;
7606 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
7607 InternalSwap(other);
7608 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

7588 {
7589 a.Swap(&b);
7590 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_readOffset_singleChannel::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int daphne::cmd_readOffset_singleChannel::kIndexInFileMessages
staticconstexpr
Initial value:
=
38

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


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