#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 6426 of file daphne_control_low.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
| Enumerator |
|---|
| kIdFieldNumber | |
| kTrimChannelFieldNumber | |
Definition at line 6553 of file daphne_control_low.pb.h.
6553 : int {
6556 };
@ kTrimChannelFieldNumber
◆ cmd_readTrim_singleChannel() [1/6]
| daphne::cmd_readTrim_singleChannel::cmd_readTrim_singleChannel |
( |
| ) |
|
|
inline |
◆ ~cmd_readTrim_singleChannel()
| daphne::cmd_readTrim_singleChannel::~cmd_readTrim_singleChannel |
( |
| ) |
|
|
override |
Definition at line 10173 of file daphne_control_low.pb.cc.
10173 {
10174
10175 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
10177}
◆ cmd_readTrim_singleChannel() [2/6]
template<typename = void>
| PROTOBUF_CONSTEXPR daphne::cmd_readTrim_singleChannel::cmd_readTrim_singleChannel |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ cmd_readTrim_singleChannel() [3/6]
| daphne::cmd_readTrim_singleChannel::cmd_readTrim_singleChannel |
( |
const cmd_readTrim_singleChannel & | from | ) |
|
Definition at line 10159 of file daphne_control_low.pb.cc.
10160 : ::google::protobuf::Message(),
_impl_(from._impl_) {
10161 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
10162 from._internal_metadata_);
10163
10164}
◆ cmd_readTrim_singleChannel() [4/6]
| daphne::cmd_readTrim_singleChannel::cmd_readTrim_singleChannel |
( |
cmd_readTrim_singleChannel && | from | ) |
|
|
inlinenoexcept |
◆ cmd_readTrim_singleChannel() [5/6]
| daphne::cmd_readTrim_singleChannel::cmd_readTrim_singleChannel |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 10154 of file daphne_control_low.pb.cc.
10155 : ::google::protobuf::Message(arena) {
10157
10158}
void SharedCtor(::google::protobuf::Arena *arena)
◆ cmd_readTrim_singleChannel() [6/6]
template<typename>
| PROTOBUF_CONSTEXPR daphne::cmd_readTrim_singleChannel::cmd_readTrim_singleChannel |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ _internal_id()
| int32_t daphne::cmd_readTrim_singleChannel::_internal_id |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_set_id()
| void daphne::cmd_readTrim_singleChannel::_internal_set_id |
( |
::int32_t | value | ) |
|
|
inlineprivate |
◆ _internal_set_trimchannel()
| void daphne::cmd_readTrim_singleChannel::_internal_set_trimchannel |
( |
::uint32_t | value | ) |
|
|
inlineprivate |
◆ _internal_trimchannel()
| uint32_t daphne::cmd_readTrim_singleChannel::_internal_trimchannel |
( |
| ) |
const |
|
inlineprivate |
◆ _InternalParse()
| const char * daphne::cmd_readTrim_singleChannel::_InternalParse |
( |
const char * | ptr, |
|
|
::google::protobuf::internal::ParseContext * | ctx ) |
|
final |
Definition at line 10197 of file daphne_control_low.pb.cc.
10198 {
10199 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
10200 return ptr;
10201}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
◆ _InternalSerialize()
| uint8_t * daphne::cmd_readTrim_singleChannel::_InternalSerialize |
( |
::uint8_t * | target, |
|
|
::google::protobuf::io::EpsCopyOutputStream * | stream ) const |
|
final |
Definition at line 10240 of file daphne_control_low.pb.cc.
10242 {
10243
10244 ::uint32_t cached_has_bits = 0;
10245 (void)cached_has_bits;
10246
10247
10249 target = ::google::protobuf::internal::WireFormatLite::
10250 WriteInt32ToArrayWithField<1>(
10252 }
10253
10254
10256 target = stream->EnsureSpace(target);
10257 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
10259 }
10260
10261 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
10262 target =
10263 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
10264 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
10265 }
10266
10267 return target;
10268}
::uint32_t _internal_trimchannel() const
::int32_t _internal_id() const
◆ ByteSizeLong()
| size_t daphne::cmd_readTrim_singleChannel::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 10270 of file daphne_control_low.pb.cc.
10270 {
10271
10272 ::size_t total_size = 0;
10273
10274 ::uint32_t cached_has_bits = 0;
10275
10276 (void) cached_has_bits;
10277
10278
10280 total_size += ::_pbi::WireFormatLite::Int32SizePlusOne(
10282 }
10283
10284
10286 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
10288 }
10289
10290 return MaybeComputeUnknownFieldsSize(total_size, &
_impl_._cached_size_);
10291}
◆ Clear()
| PROTOBUF_NOINLINE void daphne::cmd_readTrim_singleChannel::Clear |
( |
| ) |
|
|
final |
Definition at line 10185 of file daphne_control_low.pb.cc.
10185 {
10186
10187 ::uint32_t cached_has_bits = 0;
10188
10189 (void) cached_has_bits;
10190
10191 ::memset(&
_impl_.id_, 0,
static_cast<::
size_t>(
10192 reinterpret_cast<char*
>(&
_impl_.trimchannel_) -
10193 reinterpret_cast<char*
>(&
_impl_.id_)) +
sizeof(
_impl_.trimchannel_));
10194 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
10195}
◆ clear_id()
| void daphne::cmd_readTrim_singleChannel::clear_id |
( |
| ) |
|
|
inline |
◆ clear_trimchannel()
| void daphne::cmd_readTrim_singleChannel::clear_trimchannel |
( |
| ) |
|
|
inline |
◆ CopyFrom()
Definition at line 10317 of file daphne_control_low.pb.cc.
10317 {
10318
10319 if (&from == this) return;
10322}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const cmd_readTrim_singleChannel &from)
◆ default_instance()
Definition at line 6474 of file daphne_control_low.pb.h.
6474 {
6476 }
static const cmd_readTrim_singleChannel * internal_default_instance()
◆ descriptor()
| const ::google::protobuf::Descriptor * daphne::cmd_readTrim_singleChannel::descriptor |
( |
| ) |
|
|
inlinestatic |
◆ FullMessageName()
| ::absl::string_view daphne::cmd_readTrim_singleChannel::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
◆ GetCachedSize()
| int daphne::cmd_readTrim_singleChannel::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
| const::google::protobuf::Message::ClassData * daphne::cmd_readTrim_singleChannel::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
| const ::google::protobuf::Descriptor * daphne::cmd_readTrim_singleChannel::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 6468 of file daphne_control_low.pb.h.
6468 {
6470 }
static const cmd_readTrim_singleChannel & default_instance()
::google::protobuf::Metadata GetMetadata() const final
◆ GetMetadata()
| google::protobuf::Metadata daphne::cmd_readTrim_singleChannel::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 10339 of file daphne_control_low.pb.cc.
10339 {
10340 return ::_pbi::AssignDescriptors(
10343}
::_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_singleChannel::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ id()
| int32_t daphne::cmd_readTrim_singleChannel::id |
( |
| ) |
const |
|
inline |
◆ internal_default_instance()
Definition at line 6477 of file daphne_control_low.pb.h.
6477 {
6480 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 cmd_readTrim_singleChannelDefaultTypeInternal _cmd_readTrim_singleChannel_default_instance_
◆ InternalSwap()
Definition at line 10328 of file daphne_control_low.pb.cc.
10328 {
10329 using std::swap;
10330 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
10331 ::google::protobuf::internal::memswap<
10335 reinterpret_cast<char*
>(&
_impl_.id_),
10336 reinterpret_cast<char*>(&other->_impl_.id_));
10337}
◆ IsInitialized()
| PROTOBUF_NOINLINE bool daphne::cmd_readTrim_singleChannel::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
Definition at line 6514 of file daphne_control_low.pb.h.
6514 {
6516 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
◆ MergeImpl()
| void daphne::cmd_readTrim_singleChannel::MergeImpl |
( |
::google::protobuf::Message & | to_msg, |
|
|
const ::google::protobuf::Message & | from_msg ) |
|
staticprivate |
Definition at line 10300 of file daphne_control_low.pb.cc.
10300 {
10303
10304 ABSL_DCHECK_NE(&from, _this);
10305 ::uint32_t cached_has_bits = 0;
10306 (void) cached_has_bits;
10307
10308 if (from._internal_id() != 0) {
10309 _this->_internal_set_id(from._internal_id());
10310 }
10311 if (from._internal_trimchannel() != 0) {
10312 _this->_internal_set_trimchannel(from._internal_trimchannel());
10313 }
10314 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
10315}
◆ mutable_unknown_fields()
| inline ::google::protobuf::UnknownFieldSet * daphne::cmd_readTrim_singleChannel::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 6461 of file daphne_control_low.pb.h.
6461 {
6462 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
6463 }
◆ New()
Definition at line 6508 of file daphne_control_low.pb.h.
6508 {
6509 return CreateMaybeMessage<cmd_readTrim_singleChannel>(arena);
6510 }
◆ operator=() [1/2]
Definition at line 6444 of file daphne_control_low.pb.h.
6444 {
6445 if (this == &from) return *this;
6446 if (GetOwningArena() == from.GetOwningArena()
6447 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
6448 && GetOwningArena() != nullptr
6449 #endif
6450 ) {
6452 } else {
6454 }
6455 return *this;
6456 }
void CopyFrom(const cmd_readTrim_singleChannel &from)
void InternalSwap(cmd_readTrim_singleChannel *other)
◆ operator=() [2/2]
◆ set_id()
| void daphne::cmd_readTrim_singleChannel::set_id |
( |
::int32_t | value | ) |
|
|
inline |
◆ set_trimchannel()
| void daphne::cmd_readTrim_singleChannel::set_trimchannel |
( |
::uint32_t | value | ) |
|
|
inline |
◆ SetCachedSize()
| void daphne::cmd_readTrim_singleChannel::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
◆ SharedCtor()
| void daphne::cmd_readTrim_singleChannel::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
inlineprivate |
◆ SharedDtor()
| void daphne::cmd_readTrim_singleChannel::SharedDtor |
( |
| ) |
|
|
inlineprivate |
◆ Swap()
Definition at line 6487 of file daphne_control_low.pb.h.
6487 {
6488 if (other == this) return;
6489 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
6490 if (GetOwningArena() != nullptr &&
6491 GetOwningArena() == other->GetOwningArena()) {
6492 #else
6493 if (GetOwningArena() == other->GetOwningArena()) {
6494 #endif
6496 } else {
6497 ::google::protobuf::internal::GenericSwap(this, other);
6498 }
6499 }
◆ trimchannel()
| uint32_t daphne::cmd_readTrim_singleChannel::trimchannel |
( |
| ) |
const |
|
inline |
◆ unknown_fields()
| const ::google::protobuf::UnknownFieldSet & daphne::cmd_readTrim_singleChannel::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 6458 of file daphne_control_low.pb.h.
6458 {
6459 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
6460 }
◆ UnsafeArenaSwap()
Definition at line 6500 of file daphne_control_low.pb.h.
6500 {
6501 if (other == this) return;
6502 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
6504 }
◆ ::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_singleChannel::_class_data_ |
|
static |
◆ _impl_
| Impl_ daphne::cmd_readTrim_singleChannel::_impl_ |
◆ _table_
| PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > daphne::cmd_readTrim_singleChannel::_table_ |
|
staticprivate |
◆ kIndexInFileMessages
| int daphne::cmd_readTrim_singleChannel::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: