#include <daphne_control_low.pb.h>
|
| static void | MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg) |
| ::absl::string_view | FullMessageName () |
|
| static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > | _table_ |
Definition at line 6047 of file daphne_control_low.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
◆ cmd_readTrim_allAFE() [1/6]
| daphne::cmd_readTrim_allAFE::cmd_readTrim_allAFE |
( |
| ) |
|
|
inline |
◆ ~cmd_readTrim_allAFE()
| daphne::cmd_readTrim_allAFE::~cmd_readTrim_allAFE |
( |
| ) |
|
|
override |
Definition at line 9691 of file daphne_control_low.pb.cc.
9691 {
9692
9693 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
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
9682}
◆ cmd_readTrim_allAFE() [4/6]
| daphne::cmd_readTrim_allAFE::cmd_readTrim_allAFE |
( |
cmd_readTrim_allAFE && | from | ) |
|
|
inlinenoexcept |
◆ 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) {
9675
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 | | ) |
|
◆ _internal_afeblock()
| uint32_t daphne::cmd_readTrim_allAFE::_internal_afeblock |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_id()
| int32_t daphne::cmd_readTrim_allAFE::_internal_id |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_set_afeblock()
| void daphne::cmd_readTrim_allAFE::_internal_set_afeblock |
( |
::uint32_t | value | ) |
|
|
inlineprivate |
◆ _internal_set_id()
| void daphne::cmd_readTrim_allAFE::_internal_set_id |
( |
::int32_t | value | ) |
|
|
inlineprivate |
◆ _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
9762 ::uint32_t cached_has_bits = 0;
9763 (void)cached_has_bits;
9764
9765
9767 target = ::google::protobuf::internal::WireFormatLite::
9768 WriteInt32ToArrayWithField<1>(
9770 }
9771
9772
9774 target = stream->EnsureSpace(target);
9775 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
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
9785 return target;
9786}
::int32_t _internal_id() const
::uint32_t _internal_afeblock() const
◆ afeblock()
| uint32_t daphne::cmd_readTrim_allAFE::afeblock |
( |
| ) |
const |
|
inline |
◆ ByteSizeLong()
| size_t daphne::cmd_readTrim_allAFE::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 9788 of file daphne_control_low.pb.cc.
9788 {
9789
9790 ::size_t total_size = 0;
9791
9792 ::uint32_t cached_has_bits = 0;
9793
9794 (void) cached_has_bits;
9795
9796
9798 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
9800 }
9801
9802
9804 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
9806 }
9807
9808 return MaybeComputeUnknownFieldsSize(total_size, &
_impl_._cached_size_);
9809}
◆ Clear()
| PROTOBUF_NOINLINE void daphne::cmd_readTrim_allAFE::Clear |
( |
| ) |
|
|
final |
Definition at line 9703 of file daphne_control_low.pb.cc.
9703 {
9704
9705 ::uint32_t cached_has_bits = 0;
9706
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 |
◆ clear_id()
| void daphne::cmd_readTrim_allAFE::clear_id |
( |
| ) |
|
|
inline |
◆ CopyFrom()
Definition at line 9835 of file daphne_control_low.pb.cc.
9835 {
9836
9837 if (&from == this) return;
9840}
void MergeFrom(const cmd_readTrim_allAFE &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
◆ default_instance()
◆ descriptor()
| const ::google::protobuf::Descriptor * daphne::cmd_readTrim_allAFE::descriptor |
( |
| ) |
|
|
inlinestatic |
◆ FullMessageName()
| ::absl::string_view daphne::cmd_readTrim_allAFE::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
◆ GetCachedSize()
| int daphne::cmd_readTrim_allAFE::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
| const::google::protobuf::Message::ClassData * daphne::cmd_readTrim_allAFE::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
| const ::google::protobuf::Descriptor * daphne::cmd_readTrim_allAFE::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 6089 of file daphne_control_low.pb.h.
6089 {
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()
| const ::google::protobuf::Reflection * daphne::cmd_readTrim_allAFE::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ id()
| int32_t daphne::cmd_readTrim_allAFE::id |
( |
| ) |
const |
|
inline |
◆ internal_default_instance()
Definition at line 6098 of file daphne_control_low.pb.h.
6098 {
6101 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readTrim_allAFEDefaultTypeInternal _cmd_readTrim_allAFE_default_instance_
◆ InternalSwap()
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<
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 |
◆ MergeFrom()
Definition at line 6135 of file daphne_control_low.pb.h.
6135 {
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 {
9821
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 |
◆ operator=() [1/2]
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
6071 ) {
6073 } else {
6075 }
6076 return *this;
6077 }
void CopyFrom(const cmd_readTrim_allAFE &from)
void InternalSwap(cmd_readTrim_allAFE *other)
◆ operator=() [2/2]
◆ set_afeblock()
| void daphne::cmd_readTrim_allAFE::set_afeblock |
( |
::uint32_t | value | ) |
|
|
inline |
◆ set_id()
| void daphne::cmd_readTrim_allAFE::set_id |
( |
::int32_t | value | ) |
|
|
inline |
◆ SetCachedSize()
| void daphne::cmd_readTrim_allAFE::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
◆ SharedCtor()
| void daphne::cmd_readTrim_allAFE::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
inlineprivate |
◆ SharedDtor()
| void daphne::cmd_readTrim_allAFE::SharedDtor |
( |
| ) |
|
|
inlineprivate |
◆ Swap()
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
6114 if (GetOwningArena() == other->GetOwningArena()) {
6115 #endif
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()
Definition at line 6121 of file daphne_control_low.pb.h.
6121 {
6122 if (other == this) return;
6123 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
6125 }
◆ ::google::protobuf::Arena::InternalHelper
template<typename T>
| friend class ::google::protobuf::Arena::InternalHelper |
|
friend |
◆ ::google::protobuf::internal::AnyMetadata
| friend class ::google::protobuf::internal::AnyMetadata |
|
friend |
◆ ::google::protobuf::internal::TcParser
| friend class ::google::protobuf::internal::TcParser |
|
friend |
◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto
| friend struct ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5flow_2eproto |
|
friend |
◆ swap
◆ [union]
◆ _class_data_
| const::google::protobuf::Message::ClassData daphne::cmd_readTrim_allAFE::_class_data_ |
|
static |
◆ _impl_
| Impl_ daphne::cmd_readTrim_allAFE::_impl_ |
◆ _table_
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > daphne::cmd_readTrim_allAFE::_table_ |
|
staticprivate |
◆ kIndexInFileMessages
| int daphne::cmd_readTrim_allAFE::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: