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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 cmd_readOffset_allAFE ()
 
 ~cmd_readOffset_allAFE () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readOffset_allAFE (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readOffset_allAFE (const cmd_readOffset_allAFE &from)
 
 cmd_readOffset_allAFE (cmd_readOffset_allAFE &&from) noexcept
 
cmd_readOffset_allAFEoperator= (const cmd_readOffset_allAFE &from)
 
cmd_readOffset_allAFEoperator= (cmd_readOffset_allAFE &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readOffset_allAFE *other)
 
void UnsafeArenaSwap (cmd_readOffset_allAFE *other)
 
cmd_readOffset_allAFENew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readOffset_allAFE &from)
 
void MergeFrom (const cmd_readOffset_allAFE &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_afeblock ()
 
::uint32_t afeblock () const
 
void set_afeblock (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR cmd_readOffset_allAFE (::_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_allAFEdefault_instance ()
 
static const cmd_readOffset_allAFEinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readOffset_allAFE (::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_allAFE *other)
 
::int32_t _internal_id () const
 
void _internal_set_id (::int32_t value)
 
::uint32_t _internal_afeblock () const
 
void _internal_set_afeblock (::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_allAFE &a, cmd_readOffset_allAFE &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kIdFieldNumber 
kAfeBlockFieldNumber 

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

Constructor & Destructor Documentation

◆ cmd_readOffset_allAFE() [1/6]

daphne::cmd_readOffset_allAFE::cmd_readOffset_allAFE ( )
inline

◆ ~cmd_readOffset_allAFE()

daphne::cmd_readOffset_allAFE::~cmd_readOffset_allAFE ( )
override

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

11063 {
11064 // @@protoc_insertion_point(destructor:daphne.cmd_readOffset_allAFE)
11065 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
11066 SharedDtor();
11067}

◆ cmd_readOffset_allAFE() [2/6]

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

◆ cmd_readOffset_allAFE() [3/6]

daphne::cmd_readOffset_allAFE::cmd_readOffset_allAFE ( const cmd_readOffset_allAFE & from)

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

11050 : ::google::protobuf::Message(), _impl_(from._impl_) {
11051 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
11052 from._internal_metadata_);
11053 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readOffset_allAFE)
11054}

◆ cmd_readOffset_allAFE() [4/6]

daphne::cmd_readOffset_allAFE::cmd_readOffset_allAFE ( cmd_readOffset_allAFE && from)
inlinenoexcept

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

7162 *this = ::std::move(from);
7163 }

◆ cmd_readOffset_allAFE() [5/6]

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

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

11045 : ::google::protobuf::Message(arena) {
11046 SharedCtor(arena);
11047 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readOffset_allAFE)
11048}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readOffset_allAFE() [6/6]

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

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

749 : _impl_{
750 /*decltype(_impl_.id_)*/ 0,
751 /*decltype(_impl_.afeblock_)*/ 0u,
752 /*decltype(_impl_._cached_size_)*/ {},
753 } {}

Member Function Documentation

◆ _internal_afeblock()

uint32_t daphne::cmd_readOffset_allAFE::_internal_afeblock ( ) const
inlineprivate

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

14810 {
14811 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
14812 return _impl_.afeblock_;
14813}

◆ _internal_id()

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

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

14788 {
14789 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
14790 return _impl_.id_;
14791}

◆ _internal_set_afeblock()

void daphne::cmd_readOffset_allAFE::_internal_set_afeblock ( ::uint32_t value)
inlineprivate

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

14814 {
14815 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
14816 ;
14817 _impl_.afeblock_ = value;
14818}

◆ _internal_set_id()

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

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

14792 {
14793 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
14794 ;
14795 _impl_.id_ = value;
14796}

◆ _InternalParse()

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

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

11088 {
11089 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
11090 return ptr;
11091}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

11132 {
11133 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readOffset_allAFE)
11134 ::uint32_t cached_has_bits = 0;
11135 (void)cached_has_bits;
11136
11137 // int32 id = 1;
11138 if (this->_internal_id() != 0) {
11139 target = ::google::protobuf::internal::WireFormatLite::
11140 WriteInt32ToArrayWithField<1>(
11141 stream, this->_internal_id(), target);
11142 }
11143
11144 // uint32 afeBlock = 2;
11145 if (this->_internal_afeblock() != 0) {
11146 target = stream->EnsureSpace(target);
11147 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
11148 2, this->_internal_afeblock(), target);
11149 }
11150
11151 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
11152 target =
11153 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
11154 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
11155 }
11156 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readOffset_allAFE)
11157 return target;
11158}

◆ afeblock()

uint32_t daphne::cmd_readOffset_allAFE::afeblock ( ) const
inline

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

14802 {
14803 // @@protoc_insertion_point(field_get:daphne.cmd_readOffset_allAFE.afeBlock)
14804 return _internal_afeblock();
14805}

◆ ByteSizeLong()

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

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

11160 {
11161// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readOffset_allAFE)
11162 ::size_t total_size = 0;
11163
11164 ::uint32_t cached_has_bits = 0;
11165 // Prevent compiler warnings about cached_has_bits being unused
11166 (void) cached_has_bits;
11167
11168 // int32 id = 1;
11169 if (this->_internal_id() != 0) {
11170 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
11171 this->_internal_id());
11172 }
11173
11174 // uint32 afeBlock = 2;
11175 if (this->_internal_afeblock() != 0) {
11176 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
11177 this->_internal_afeblock());
11178 }
11179
11180 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
11181}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

11075 {
11076// @@protoc_insertion_point(message_clear_start:daphne.cmd_readOffset_allAFE)
11077 ::uint32_t cached_has_bits = 0;
11078 // Prevent compiler warnings about cached_has_bits being unused
11079 (void) cached_has_bits;
11080
11081 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
11082 reinterpret_cast<char*>(&_impl_.afeblock_) -
11083 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.afeblock_));
11084 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
11085}

◆ clear_afeblock()

void daphne::cmd_readOffset_allAFE::clear_afeblock ( )
inline

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

14799 {
14800 _impl_.afeblock_ = 0u;
14801}

◆ clear_id()

void daphne::cmd_readOffset_allAFE::clear_id ( )
inline

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

14777 {
14778 _impl_.id_ = 0;
14779}

◆ CopyFrom()

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

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

11207 {
11208// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readOffset_allAFE)
11209 if (&from == this) return;
11210 Clear();
11211 MergeFrom(from);
11212}
void MergeFrom(const cmd_readOffset_allAFE &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

7199 {
7200 return *internal_default_instance();
7201 }
static const cmd_readOffset_allAFE * internal_default_instance()

◆ descriptor()

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

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

7190 {
7191 return GetDescriptor();
7192 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

7262 {
7263 return "daphne.cmd_readOffset_allAFE";
7264 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

11187{ return &_class_data_; }

◆ GetDescriptor()

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

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

7193 {
7194 return default_instance().GetMetadata().descriptor;
7195 }
static const cmd_readOffset_allAFE & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

11229 {
11230 return ::_pbi::AssignDescriptors(
11233}
::_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_allAFE::GetReflection ( )
inlinestatic

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

7196 {
7197 return default_instance().GetMetadata().reflection;
7198 }

◆ id()

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

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

14780 {
14781 // @@protoc_insertion_point(field_get:daphne.cmd_readOffset_allAFE.id)
14782 return _internal_id();
14783}

◆ internal_default_instance()

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

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

7202 {
7203 return reinterpret_cast<const cmd_readOffset_allAFE*>(
7205 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readOffset_allAFEDefaultTypeInternal _cmd_readOffset_allAFE_default_instance_

◆ InternalSwap()

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

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

11218 {
11219 using std::swap;
11220 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
11221 ::google::protobuf::internal::memswap<
11222 PROTOBUF_FIELD_OFFSET(cmd_readOffset_allAFE, _impl_.afeblock_)
11224 - PROTOBUF_FIELD_OFFSET(cmd_readOffset_allAFE, _impl_.id_)>(
11225 reinterpret_cast<char*>(&_impl_.id_),
11226 reinterpret_cast<char*>(&other->_impl_.id_));
11227}

◆ IsInitialized()

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

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

11214 {
11215 return true;
11216}

◆ MergeFrom()

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

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

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

◆ MergeImpl()

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

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

11190 {
11191 auto* const _this = static_cast<cmd_readOffset_allAFE*>(&to_msg);
11192 auto& from = static_cast<const cmd_readOffset_allAFE&>(from_msg);
11193 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readOffset_allAFE)
11194 ABSL_DCHECK_NE(&from, _this);
11195 ::uint32_t cached_has_bits = 0;
11196 (void) cached_has_bits;
11197
11198 if (from._internal_id() != 0) {
11199 _this->_internal_set_id(from._internal_id());
11200 }
11201 if (from._internal_afeblock() != 0) {
11202 _this->_internal_set_afeblock(from._internal_afeblock());
11203 }
11204 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
11205}

◆ mutable_unknown_fields()

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

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

7186 {
7187 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
7188 }

◆ New()

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

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

7233 {
7234 return CreateMaybeMessage<cmd_readOffset_allAFE>(arena);
7235 }

◆ operator=() [1/2]

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

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

7169 {
7170 if (this == &from) return *this;
7171 if (GetOwningArena() == from.GetOwningArena()
7172 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
7173 && GetOwningArena() != nullptr
7174 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
7175 ) {
7176 InternalSwap(&from);
7177 } else {
7178 CopyFrom(from);
7179 }
7180 return *this;
7181 }
void InternalSwap(cmd_readOffset_allAFE *other)
void CopyFrom(const cmd_readOffset_allAFE &from)

◆ operator=() [2/2]

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

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

7165 {
7166 CopyFrom(from);
7167 return *this;
7168 }

◆ set_afeblock()

void daphne::cmd_readOffset_allAFE::set_afeblock ( ::uint32_t value)
inline

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

14806 {
14808 // @@protoc_insertion_point(field_set:daphne.cmd_readOffset_allAFE.afeBlock)
14809}
void _internal_set_afeblock(::uint32_t value)

◆ set_id()

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

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

14784 {
14785 _internal_set_id(value);
14786 // @@protoc_insertion_point(field_set:daphne.cmd_readOffset_allAFE.id)
14787}

◆ SetCachedSize()

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

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

11071 {
11072 _impl_._cached_size_.Set(size);
11073}

◆ SharedCtor()

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

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

11055 {
11056 (void)arena;
11057 new (&_impl_) Impl_{
11058 decltype(_impl_.id_){0},
11059 decltype(_impl_.afeblock_){0u},
11060 /*decltype(_impl_._cached_size_)*/ {},
11061 };
11062}

◆ SharedDtor()

void daphne::cmd_readOffset_allAFE::SharedDtor ( )
inlineprivate

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

11068 {
11069 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
11070}

◆ Swap()

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

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

7212 {
7213 if (other == this) return;
7214 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
7215 if (GetOwningArena() != nullptr &&
7216 GetOwningArena() == other->GetOwningArena()) {
7217 #else // PROTOBUF_FORCE_COPY_IN_SWAP
7218 if (GetOwningArena() == other->GetOwningArena()) {
7219 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
7220 InternalSwap(other);
7221 } else {
7222 ::google::protobuf::internal::GenericSwap(this, other);
7223 }
7224 }

◆ unknown_fields()

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

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

7183 {
7184 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
7185 }

◆ UnsafeArenaSwap()

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

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

7225 {
7226 if (other == this) return;
7227 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
7228 InternalSwap(other);
7229 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

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

7209 {
7210 a.Swap(&b);
7211 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_readOffset_allAFE::_impl_

Definition at line 7317 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_allAFE::_table_
staticprivate

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

◆ kIndexInFileMessages

int daphne::cmd_readOffset_allAFE::kIndexInFileMessages
staticconstexpr
Initial value:
=
36

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


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