#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 7530 of file daphne_control_low.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
| Enumerator |
|---|
| kIdFieldNumber | |
| kOffsetChannelFieldNumber | |
Definition at line 7657 of file daphne_control_low.pb.h.
7657 : int {
7660 };
@ kOffsetChannelFieldNumber
◆ 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
11547 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
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
11536}
◆ cmd_readOffset_singleChannel() [4/6]
| daphne::cmd_readOffset_singleChannel::cmd_readOffset_singleChannel |
( |
cmd_readOffset_singleChannel && | from | ) |
|
|
inlinenoexcept |
◆ 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) {
11529
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 | | ) |
|
◆ _internal_id()
| int32_t daphne::cmd_readOffset_singleChannel::_internal_id |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_offsetchannel()
| uint32_t daphne::cmd_readOffset_singleChannel::_internal_offsetchannel |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_set_id()
| void daphne::cmd_readOffset_singleChannel::_internal_set_id |
( |
::int32_t | value | ) |
|
|
inlineprivate |
◆ _internal_set_offsetchannel()
| void daphne::cmd_readOffset_singleChannel::_internal_set_offsetchannel |
( |
::uint32_t | value | ) |
|
|
inlineprivate |
◆ _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
11616 ::uint32_t cached_has_bits = 0;
11617 (void)cached_has_bits;
11618
11619
11621 target = ::google::protobuf::internal::WireFormatLite::
11622 WriteInt32ToArrayWithField<1>(
11624 }
11625
11626
11628 target = stream->EnsureSpace(target);
11629 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
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
11639 return target;
11640}
::int32_t _internal_id() const
::uint32_t _internal_offsetchannel() const
◆ ByteSizeLong()
| size_t daphne::cmd_readOffset_singleChannel::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 11642 of file daphne_control_low.pb.cc.
11642 {
11643
11644 ::size_t total_size = 0;
11645
11646 ::uint32_t cached_has_bits = 0;
11647
11648 (void) cached_has_bits;
11649
11650
11652 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
11654 }
11655
11656
11658 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
11660 }
11661
11662 return MaybeComputeUnknownFieldsSize(total_size, &
_impl_._cached_size_);
11663}
◆ Clear()
| PROTOBUF_NOINLINE void daphne::cmd_readOffset_singleChannel::Clear |
( |
| ) |
|
|
final |
Definition at line 11557 of file daphne_control_low.pb.cc.
11557 {
11558
11559 ::uint32_t cached_has_bits = 0;
11560
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 |
◆ clear_offsetchannel()
| void daphne::cmd_readOffset_singleChannel::clear_offsetchannel |
( |
| ) |
|
|
inline |
◆ CopyFrom()
Definition at line 11689 of file daphne_control_low.pb.cc.
11689 {
11690
11691 if (&from == this) return;
11694}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_readOffset_singleChannel &from)
◆ default_instance()
Definition at line 7578 of file daphne_control_low.pb.h.
7578 {
7580 }
static const cmd_readOffset_singleChannel * internal_default_instance()
◆ descriptor()
| const ::google::protobuf::Descriptor * daphne::cmd_readOffset_singleChannel::descriptor |
( |
| ) |
|
|
inlinestatic |
◆ FullMessageName()
| ::absl::string_view daphne::cmd_readOffset_singleChannel::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
◆ GetCachedSize()
| int daphne::cmd_readOffset_singleChannel::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
| const::google::protobuf::Message::ClassData * daphne::cmd_readOffset_singleChannel::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
| const ::google::protobuf::Descriptor * daphne::cmd_readOffset_singleChannel::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 7572 of file daphne_control_low.pb.h.
7572 {
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()
| const ::google::protobuf::Reflection * daphne::cmd_readOffset_singleChannel::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ id()
| int32_t daphne::cmd_readOffset_singleChannel::id |
( |
| ) |
const |
|
inline |
◆ internal_default_instance()
Definition at line 7581 of file daphne_control_low.pb.h.
7581 {
7584 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readOffset_singleChannelDefaultTypeInternal _cmd_readOffset_singleChannel_default_instance_
◆ InternalSwap()
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<
11707 reinterpret_cast<char*
>(&
_impl_.id_),
11708 reinterpret_cast<char*>(&other->_impl_.id_));
11709}
::uint32_t offsetchannel_
◆ IsInitialized()
| PROTOBUF_NOINLINE bool daphne::cmd_readOffset_singleChannel::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
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 {
11675
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()
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 |
◆ operator=() [1/2]
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
7554 ) {
7556 } else {
7558 }
7559 return *this;
7560 }
void InternalSwap(cmd_readOffset_singleChannel *other)
void CopyFrom(const cmd_readOffset_singleChannel &from)
◆ operator=() [2/2]
◆ set_id()
| void daphne::cmd_readOffset_singleChannel::set_id |
( |
::int32_t | value | ) |
|
|
inline |
◆ set_offsetchannel()
| void daphne::cmd_readOffset_singleChannel::set_offsetchannel |
( |
::uint32_t | value | ) |
|
|
inline |
◆ SetCachedSize()
| void daphne::cmd_readOffset_singleChannel::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
◆ SharedCtor()
| void daphne::cmd_readOffset_singleChannel::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
inlineprivate |
◆ SharedDtor()
| void daphne::cmd_readOffset_singleChannel::SharedDtor |
( |
| ) |
|
|
inlineprivate |
◆ Swap()
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
7597 if (GetOwningArena() == other->GetOwningArena()) {
7598 #endif
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()
Definition at line 7604 of file daphne_control_low.pb.h.
7604 {
7605 if (other == this) return;
7606 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
7608 }
◆ ::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_readOffset_singleChannel::_class_data_ |
|
static |
◆ _impl_
| Impl_ daphne::cmd_readOffset_singleChannel::_impl_ |
◆ _table_
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > daphne::cmd_readOffset_singleChannel::_table_ |
|
staticprivate |
◆ kIndexInFileMessages
| int daphne::cmd_readOffset_singleChannel::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: