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

#include <daphne_control_low.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

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

Public Member Functions

 cmd_readTrim_allAFE ()
 
 ~cmd_readTrim_allAFE () override
 
template<typename = void>
PROTOBUF_CONSTEXPR cmd_readTrim_allAFE (::google::protobuf::internal::ConstantInitialized)
 
 cmd_readTrim_allAFE (const cmd_readTrim_allAFE &from)
 
 cmd_readTrim_allAFE (cmd_readTrim_allAFE &&from) noexcept
 
cmd_readTrim_allAFEoperator= (const cmd_readTrim_allAFE &from)
 
cmd_readTrim_allAFEoperator= (cmd_readTrim_allAFE &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (cmd_readTrim_allAFE *other)
 
void UnsafeArenaSwap (cmd_readTrim_allAFE *other)
 
cmd_readTrim_allAFENew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const cmd_readTrim_allAFE &from)
 
void MergeFrom (const cmd_readTrim_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_readTrim_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_readTrim_allAFEdefault_instance ()
 
static const cmd_readTrim_allAFEinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 cmd_readTrim_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_readTrim_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_readTrim_allAFE &a, cmd_readTrim_allAFE &b)
 

Detailed Description

Definition at line 6047 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 6174 of file daphne_control_low.pb.h.

Constructor & Destructor Documentation

◆ cmd_readTrim_allAFE() [1/6]

daphne::cmd_readTrim_allAFE::cmd_readTrim_allAFE ( )
inline

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

◆ ~cmd_readTrim_allAFE()

daphne::cmd_readTrim_allAFE::~cmd_readTrim_allAFE ( )
override

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

9691 {
9692 // @@protoc_insertion_point(destructor:daphne.cmd_readTrim_allAFE)
9693 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
9694 SharedDtor();
9695}

◆ cmd_readTrim_allAFE() [2/6]

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

◆ cmd_readTrim_allAFE() [3/6]

daphne::cmd_readTrim_allAFE::cmd_readTrim_allAFE ( const cmd_readTrim_allAFE & from)

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

9678 : ::google::protobuf::Message(), _impl_(from._impl_) {
9679 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
9680 from._internal_metadata_);
9681 // @@protoc_insertion_point(copy_constructor:daphne.cmd_readTrim_allAFE)
9682}

◆ cmd_readTrim_allAFE() [4/6]

daphne::cmd_readTrim_allAFE::cmd_readTrim_allAFE ( cmd_readTrim_allAFE && from)
inlinenoexcept

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

6058 *this = ::std::move(from);
6059 }

◆ cmd_readTrim_allAFE() [5/6]

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

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

9673 : ::google::protobuf::Message(arena) {
9674 SharedCtor(arena);
9675 // @@protoc_insertion_point(arena_constructor:daphne.cmd_readTrim_allAFE)
9676}
void SharedCtor(::google::protobuf::Arena *arena)

◆ cmd_readTrim_allAFE() [6/6]

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

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

632 : _impl_{
633 /*decltype(_impl_.id_)*/ 0,
634 /*decltype(_impl_.afeblock_)*/ 0u,
635 /*decltype(_impl_._cached_size_)*/ {},
636 } {}

Member Function Documentation

◆ _internal_afeblock()

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

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

14307 {
14308 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
14309 return _impl_.afeblock_;
14310}

◆ _internal_id()

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

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

14285 {
14286 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
14287 return _impl_.id_;
14288}

◆ _internal_set_afeblock()

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

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

14311 {
14312 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
14313 ;
14314 _impl_.afeblock_ = value;
14315}

◆ _internal_set_id()

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

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

14289 {
14290 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
14291 ;
14292 _impl_.id_ = value;
14293}

◆ _InternalParse()

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

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

9716 {
9717 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
9718 return ptr;
9719}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

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

9760 {
9761 // @@protoc_insertion_point(serialize_to_array_start:daphne.cmd_readTrim_allAFE)
9762 ::uint32_t cached_has_bits = 0;
9763 (void)cached_has_bits;
9764
9765 // int32 id = 1;
9766 if (this->_internal_id() != 0) {
9767 target = ::google::protobuf::internal::WireFormatLite::
9768 WriteInt32ToArrayWithField<1>(
9769 stream, this->_internal_id(), target);
9770 }
9771
9772 // uint32 afeBlock = 2;
9773 if (this->_internal_afeblock() != 0) {
9774 target = stream->EnsureSpace(target);
9775 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
9776 2, this->_internal_afeblock(), target);
9777 }
9778
9779 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
9780 target =
9781 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
9782 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
9783 }
9784 // @@protoc_insertion_point(serialize_to_array_end:daphne.cmd_readTrim_allAFE)
9785 return target;
9786}

◆ afeblock()

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

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

14299 {
14300 // @@protoc_insertion_point(field_get:daphne.cmd_readTrim_allAFE.afeBlock)
14301 return _internal_afeblock();
14302}

◆ ByteSizeLong()

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

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

9788 {
9789// @@protoc_insertion_point(message_byte_size_start:daphne.cmd_readTrim_allAFE)
9790 ::size_t total_size = 0;
9791
9792 ::uint32_t cached_has_bits = 0;
9793 // Prevent compiler warnings about cached_has_bits being unused
9794 (void) cached_has_bits;
9795
9796 // int32 id = 1;
9797 if (this->_internal_id() != 0) {
9798 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
9799 this->_internal_id());
9800 }
9801
9802 // uint32 afeBlock = 2;
9803 if (this->_internal_afeblock() != 0) {
9804 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
9805 this->_internal_afeblock());
9806 }
9807
9808 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
9809}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

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

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

9703 {
9704// @@protoc_insertion_point(message_clear_start:daphne.cmd_readTrim_allAFE)
9705 ::uint32_t cached_has_bits = 0;
9706 // Prevent compiler warnings about cached_has_bits being unused
9707 (void) cached_has_bits;
9708
9709 ::memset(&_impl_.id_, 0, static_cast<::size_t>(
9710 reinterpret_cast<char*>(&_impl_.afeblock_) -
9711 reinterpret_cast<char*>(&_impl_.id_)) + sizeof(_impl_.afeblock_));
9712 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
9713}

◆ clear_afeblock()

void daphne::cmd_readTrim_allAFE::clear_afeblock ( )
inline

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

14296 {
14297 _impl_.afeblock_ = 0u;
14298}

◆ clear_id()

void daphne::cmd_readTrim_allAFE::clear_id ( )
inline

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

14274 {
14275 _impl_.id_ = 0;
14276}

◆ CopyFrom()

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

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

9835 {
9836// @@protoc_insertion_point(class_specific_copy_from_start:daphne.cmd_readTrim_allAFE)
9837 if (&from == this) return;
9838 Clear();
9839 MergeFrom(from);
9840}
void MergeFrom(const cmd_readTrim_allAFE &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

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

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

6095 {
6096 return *internal_default_instance();
6097 }
static const cmd_readTrim_allAFE * internal_default_instance()

◆ descriptor()

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

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

6086 {
6087 return GetDescriptor();
6088 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

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

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

6158 {
6159 return "daphne.cmd_readTrim_allAFE";
6160 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

9815{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

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

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

6089 {
6090 return default_instance().GetMetadata().descriptor;
6091 }
static const cmd_readTrim_allAFE & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

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

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

9857 {
9858 return ::_pbi::AssignDescriptors(
9861}
::_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_readTrim_allAFE::GetReflection ( )
inlinestatic

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

6092 {
6093 return default_instance().GetMetadata().reflection;
6094 }

◆ id()

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

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

14277 {
14278 // @@protoc_insertion_point(field_get:daphne.cmd_readTrim_allAFE.id)
14279 return _internal_id();
14280}

◆ internal_default_instance()

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

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

6098 {
6099 return reinterpret_cast<const cmd_readTrim_allAFE*>(
6101 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readTrim_allAFEDefaultTypeInternal _cmd_readTrim_allAFE_default_instance_

◆ InternalSwap()

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

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

9846 {
9847 using std::swap;
9848 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
9849 ::google::protobuf::internal::memswap<
9850 PROTOBUF_FIELD_OFFSET(cmd_readTrim_allAFE, _impl_.afeblock_)
9852 - PROTOBUF_FIELD_OFFSET(cmd_readTrim_allAFE, _impl_.id_)>(
9853 reinterpret_cast<char*>(&_impl_.id_),
9854 reinterpret_cast<char*>(&other->_impl_.id_));
9855}

◆ IsInitialized()

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

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

9842 {
9843 return true;
9844}

◆ MergeFrom()

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

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

6135 {
6136 cmd_readTrim_allAFE::MergeImpl(*this, from);
6137 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

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

9818 {
9819 auto* const _this = static_cast<cmd_readTrim_allAFE*>(&to_msg);
9820 auto& from = static_cast<const cmd_readTrim_allAFE&>(from_msg);
9821 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.cmd_readTrim_allAFE)
9822 ABSL_DCHECK_NE(&from, _this);
9823 ::uint32_t cached_has_bits = 0;
9824 (void) cached_has_bits;
9825
9826 if (from._internal_id() != 0) {
9827 _this->_internal_set_id(from._internal_id());
9828 }
9829 if (from._internal_afeblock() != 0) {
9830 _this->_internal_set_afeblock(from._internal_afeblock());
9831 }
9832 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
9833}

◆ mutable_unknown_fields()

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

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

6082 {
6083 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
6084 }

◆ New()

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

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

6129 {
6130 return CreateMaybeMessage<cmd_readTrim_allAFE>(arena);
6131 }

◆ operator=() [1/2]

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

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

6065 {
6066 if (this == &from) return *this;
6067 if (GetOwningArena() == from.GetOwningArena()
6068 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
6069 && GetOwningArena() != nullptr
6070 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
6071 ) {
6072 InternalSwap(&from);
6073 } else {
6074 CopyFrom(from);
6075 }
6076 return *this;
6077 }
void CopyFrom(const cmd_readTrim_allAFE &from)
void InternalSwap(cmd_readTrim_allAFE *other)

◆ operator=() [2/2]

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

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

6061 {
6062 CopyFrom(from);
6063 return *this;
6064 }

◆ set_afeblock()

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

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

14303 {
14305 // @@protoc_insertion_point(field_set:daphne.cmd_readTrim_allAFE.afeBlock)
14306}
void _internal_set_afeblock(::uint32_t value)

◆ set_id()

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

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

14281 {
14282 _internal_set_id(value);
14283 // @@protoc_insertion_point(field_set:daphne.cmd_readTrim_allAFE.id)
14284}

◆ SetCachedSize()

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

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

9699 {
9700 _impl_._cached_size_.Set(size);
9701}

◆ SharedCtor()

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

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

9683 {
9684 (void)arena;
9685 new (&_impl_) Impl_{
9686 decltype(_impl_.id_){0},
9687 decltype(_impl_.afeblock_){0u},
9688 /*decltype(_impl_._cached_size_)*/ {},
9689 };
9690}

◆ SharedDtor()

void daphne::cmd_readTrim_allAFE::SharedDtor ( )
inlineprivate

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

9696 {
9697 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
9698}

◆ Swap()

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

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

6108 {
6109 if (other == this) return;
6110 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
6111 if (GetOwningArena() != nullptr &&
6112 GetOwningArena() == other->GetOwningArena()) {
6113 #else // PROTOBUF_FORCE_COPY_IN_SWAP
6114 if (GetOwningArena() == other->GetOwningArena()) {
6115 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
6116 InternalSwap(other);
6117 } else {
6118 ::google::protobuf::internal::GenericSwap(this, other);
6119 }
6120 }

◆ unknown_fields()

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

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

6079 {
6080 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
6081 }

◆ UnsafeArenaSwap()

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

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

6121 {
6122 if (other == this) return;
6123 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
6124 InternalSwap(other);
6125 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto

◆ swap

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

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

6105 {
6106 a.Swap(&b);
6107 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ daphne::cmd_readTrim_allAFE::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int daphne::cmd_readTrim_allAFE::kIndexInFileMessages
staticconstexpr
Initial value:
=
30

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


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