#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 5322 of file daphne_control_low.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
◆ cmd_readAFEBiasSet() [1/6]
| daphne::cmd_readAFEBiasSet::cmd_readAFEBiasSet |
( |
| ) |
|
|
inline |
◆ ~cmd_readAFEBiasSet()
| daphne::cmd_readAFEBiasSet::~cmd_readAFEBiasSet |
( |
| ) |
|
|
override |
Definition at line 8801 of file daphne_control_low.pb.cc.
8801 {
8802
8803 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
8805}
◆ cmd_readAFEBiasSet() [2/6]
template<typename = void>
| PROTOBUF_CONSTEXPR daphne::cmd_readAFEBiasSet::cmd_readAFEBiasSet |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ cmd_readAFEBiasSet() [3/6]
| daphne::cmd_readAFEBiasSet::cmd_readAFEBiasSet |
( |
const cmd_readAFEBiasSet & | from | ) |
|
Definition at line 8787 of file daphne_control_low.pb.cc.
8788 : ::google::protobuf::Message(),
_impl_(from._impl_) {
8789 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
8790 from._internal_metadata_);
8791
8792}
◆ cmd_readAFEBiasSet() [4/6]
| daphne::cmd_readAFEBiasSet::cmd_readAFEBiasSet |
( |
cmd_readAFEBiasSet && | from | ) |
|
|
inlinenoexcept |
◆ cmd_readAFEBiasSet() [5/6]
| daphne::cmd_readAFEBiasSet::cmd_readAFEBiasSet |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 8782 of file daphne_control_low.pb.cc.
8783 : ::google::protobuf::Message(arena) {
8785
8786}
void SharedCtor(::google::protobuf::Arena *arena)
◆ cmd_readAFEBiasSet() [6/6]
template<typename>
| PROTOBUF_CONSTEXPR daphne::cmd_readAFEBiasSet::cmd_readAFEBiasSet |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ _internal_afeblock()
| uint32_t daphne::cmd_readAFEBiasSet::_internal_afeblock |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_id()
| int32_t daphne::cmd_readAFEBiasSet::_internal_id |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_set_afeblock()
| void daphne::cmd_readAFEBiasSet::_internal_set_afeblock |
( |
::uint32_t | value | ) |
|
|
inlineprivate |
◆ _internal_set_id()
| void daphne::cmd_readAFEBiasSet::_internal_set_id |
( |
::int32_t | value | ) |
|
|
inlineprivate |
◆ _InternalParse()
| const char * daphne::cmd_readAFEBiasSet::_InternalParse |
( |
const char * | ptr, |
|
|
::google::protobuf::internal::ParseContext * | ctx ) |
|
final |
Definition at line 8825 of file daphne_control_low.pb.cc.
8826 {
8827 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
8828 return ptr;
8829}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
◆ _InternalSerialize()
| uint8_t * daphne::cmd_readAFEBiasSet::_InternalSerialize |
( |
::uint8_t * | target, |
|
|
::google::protobuf::io::EpsCopyOutputStream * | stream ) const |
|
final |
Definition at line 8868 of file daphne_control_low.pb.cc.
8870 {
8871
8872 ::uint32_t cached_has_bits = 0;
8873 (void)cached_has_bits;
8874
8875
8877 target = ::google::protobuf::internal::WireFormatLite::
8878 WriteInt32ToArrayWithField<1>(
8880 }
8881
8882
8884 target = stream->EnsureSpace(target);
8885 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
8887 }
8888
8889 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
8890 target =
8891 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
8892 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
8893 }
8894
8895 return target;
8896}
::uint32_t _internal_afeblock() const
::int32_t _internal_id() const
◆ afeblock()
| uint32_t daphne::cmd_readAFEBiasSet::afeblock |
( |
| ) |
const |
|
inline |
◆ ByteSizeLong()
| size_t daphne::cmd_readAFEBiasSet::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 8898 of file daphne_control_low.pb.cc.
8898 {
8899
8900 ::size_t total_size = 0;
8901
8902 ::uint32_t cached_has_bits = 0;
8903
8904 (void) cached_has_bits;
8905
8906
8908 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
8910 }
8911
8912
8914 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
8916 }
8917
8918 return MaybeComputeUnknownFieldsSize(total_size, &
_impl_._cached_size_);
8919}
◆ Clear()
| PROTOBUF_NOINLINE void daphne::cmd_readAFEBiasSet::Clear |
( |
| ) |
|
|
final |
Definition at line 8813 of file daphne_control_low.pb.cc.
8813 {
8814
8815 ::uint32_t cached_has_bits = 0;
8816
8817 (void) cached_has_bits;
8818
8819 ::memset(&
_impl_.id_, 0,
static_cast<::
size_t>(
8820 reinterpret_cast<char*
>(&
_impl_.afeblock_) -
8821 reinterpret_cast<char*
>(&
_impl_.id_)) +
sizeof(
_impl_.afeblock_));
8822 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
8823}
◆ clear_afeblock()
| void daphne::cmd_readAFEBiasSet::clear_afeblock |
( |
| ) |
|
|
inline |
◆ clear_id()
| void daphne::cmd_readAFEBiasSet::clear_id |
( |
| ) |
|
|
inline |
◆ CopyFrom()
Definition at line 8945 of file daphne_control_low.pb.cc.
8945 {
8946
8947 if (&from == this) return;
8950}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_readAFEBiasSet &from)
◆ default_instance()
◆ descriptor()
| const ::google::protobuf::Descriptor * daphne::cmd_readAFEBiasSet::descriptor |
( |
| ) |
|
|
inlinestatic |
◆ FullMessageName()
| ::absl::string_view daphne::cmd_readAFEBiasSet::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
◆ GetCachedSize()
| int daphne::cmd_readAFEBiasSet::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
| const::google::protobuf::Message::ClassData * daphne::cmd_readAFEBiasSet::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
| const ::google::protobuf::Descriptor * daphne::cmd_readAFEBiasSet::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 5364 of file daphne_control_low.pb.h.
5364 {
5366 }
static const cmd_readAFEBiasSet & default_instance()
::google::protobuf::Metadata GetMetadata() const final
◆ GetMetadata()
| google::protobuf::Metadata daphne::cmd_readAFEBiasSet::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 8967 of file daphne_control_low.pb.cc.
8967 {
8968 return ::_pbi::AssignDescriptors(
8971}
::_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_readAFEBiasSet::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ id()
| int32_t daphne::cmd_readAFEBiasSet::id |
( |
| ) |
const |
|
inline |
◆ internal_default_instance()
Definition at line 5373 of file daphne_control_low.pb.h.
5373 {
5376 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readAFEBiasSetDefaultTypeInternal _cmd_readAFEBiasSet_default_instance_
◆ InternalSwap()
Definition at line 8956 of file daphne_control_low.pb.cc.
8956 {
8957 using std::swap;
8958 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
8959 ::google::protobuf::internal::memswap<
8963 reinterpret_cast<char*
>(&
_impl_.id_),
8964 reinterpret_cast<char*>(&other->_impl_.id_));
8965}
◆ IsInitialized()
| PROTOBUF_NOINLINE bool daphne::cmd_readAFEBiasSet::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
Definition at line 5410 of file daphne_control_low.pb.h.
5410 {
5412 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
◆ MergeImpl()
| void daphne::cmd_readAFEBiasSet::MergeImpl |
( |
::google::protobuf::Message & | to_msg, |
|
|
const ::google::protobuf::Message & | from_msg ) |
|
staticprivate |
Definition at line 8928 of file daphne_control_low.pb.cc.
8928 {
8931
8932 ABSL_DCHECK_NE(&from, _this);
8933 ::uint32_t cached_has_bits = 0;
8934 (void) cached_has_bits;
8935
8936 if (from._internal_id() != 0) {
8937 _this->_internal_set_id(from._internal_id());
8938 }
8939 if (from._internal_afeblock() != 0) {
8940 _this->_internal_set_afeblock(from._internal_afeblock());
8941 }
8942 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
8943}
◆ mutable_unknown_fields()
| inline ::google::protobuf::UnknownFieldSet * daphne::cmd_readAFEBiasSet::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 5357 of file daphne_control_low.pb.h.
5357 {
5358 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
5359 }
◆ New()
| cmd_readAFEBiasSet * daphne::cmd_readAFEBiasSet::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
◆ operator=() [1/2]
Definition at line 5340 of file daphne_control_low.pb.h.
5340 {
5341 if (this == &from) return *this;
5342 if (GetOwningArena() == from.GetOwningArena()
5343 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
5344 && GetOwningArena() != nullptr
5345 #endif
5346 ) {
5348 } else {
5350 }
5351 return *this;
5352 }
void InternalSwap(cmd_readAFEBiasSet *other)
void CopyFrom(const cmd_readAFEBiasSet &from)
◆ operator=() [2/2]
◆ set_afeblock()
| void daphne::cmd_readAFEBiasSet::set_afeblock |
( |
::uint32_t | value | ) |
|
|
inline |
◆ set_id()
| void daphne::cmd_readAFEBiasSet::set_id |
( |
::int32_t | value | ) |
|
|
inline |
◆ SetCachedSize()
| void daphne::cmd_readAFEBiasSet::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
◆ SharedCtor()
| void daphne::cmd_readAFEBiasSet::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
inlineprivate |
◆ SharedDtor()
| void daphne::cmd_readAFEBiasSet::SharedDtor |
( |
| ) |
|
|
inlineprivate |
◆ Swap()
Definition at line 5383 of file daphne_control_low.pb.h.
5383 {
5384 if (other == this) return;
5385 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
5386 if (GetOwningArena() != nullptr &&
5387 GetOwningArena() == other->GetOwningArena()) {
5388 #else
5389 if (GetOwningArena() == other->GetOwningArena()) {
5390 #endif
5392 } else {
5393 ::google::protobuf::internal::GenericSwap(this, other);
5394 }
5395 }
◆ unknown_fields()
| const ::google::protobuf::UnknownFieldSet & daphne::cmd_readAFEBiasSet::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 5354 of file daphne_control_low.pb.h.
5354 {
5355 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
5356 }
◆ UnsafeArenaSwap()
Definition at line 5396 of file daphne_control_low.pb.h.
5396 {
5397 if (other == this) return;
5398 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
5400 }
◆ ::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_readAFEBiasSet::_class_data_ |
|
static |
◆ _impl_
| Impl_ daphne::cmd_readAFEBiasSet::_impl_ |
◆ _table_
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > daphne::cmd_readAFEBiasSet::_table_ |
|
staticprivate |
◆ kIndexInFileMessages
| int daphne::cmd_readAFEBiasSet::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: