#include <wib.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< 0, 1, 0, 0, 2 > | _table_ |
|
Definition at line 4001 of file wib.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
Enumerator |
---|
kCmdFieldNumber | |
Definition at line 4128 of file wib.pb.h.
◆ CDFastCmd() [1/6]
wib::CDFastCmd::CDFastCmd |
( |
| ) |
|
|
inline |
◆ ~CDFastCmd()
wib::CDFastCmd::~CDFastCmd |
( |
| ) |
|
|
override |
Definition at line 6178 of file wib.pb.cc.
6178 {
6179
6180 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
6182}
◆ CDFastCmd() [2/6]
template<typename = void>
PROTOBUF_CONSTEXPR wib::CDFastCmd::CDFastCmd |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ CDFastCmd() [3/6]
wib::CDFastCmd::CDFastCmd |
( |
const CDFastCmd & | from | ) |
|
Definition at line 6165 of file wib.pb.cc.
6166 : ::google::protobuf::Message(),
_impl_(from._impl_) {
6167 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
6168 from._internal_metadata_);
6169
6170}
◆ CDFastCmd() [4/6]
wib::CDFastCmd::CDFastCmd |
( |
CDFastCmd && | from | ) |
|
|
inlinenoexcept |
Definition at line 4010 of file wib.pb.h.
4012 *this = ::std::move(from);
4013 }
◆ CDFastCmd() [5/6]
wib::CDFastCmd::CDFastCmd |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 6160 of file wib.pb.cc.
6161 : ::google::protobuf::Message(arena) {
6163
6164}
void SharedCtor(::google::protobuf::Arena *arena)
◆ CDFastCmd() [6/6]
template<typename >
PROTOBUF_CONSTEXPR wib::CDFastCmd::CDFastCmd |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ _internal_cmd()
uint32_t wib::CDFastCmd::_internal_cmd |
( |
| ) |
const |
|
inlineprivate |
Definition at line 9571 of file wib.pb.h.
9571 {
9572 PROTOBUF_TSAN_READ(&
_impl_._tsan_detect_race);
9574}
◆ _internal_set_cmd()
void wib::CDFastCmd::_internal_set_cmd |
( |
::uint32_t | value | ) |
|
|
inlineprivate |
Definition at line 9575 of file wib.pb.h.
9575 {
9576 PROTOBUF_TSAN_WRITE(&
_impl_._tsan_detect_race);
9577 ;
9579}
◆ _InternalParse()
const char * wib::CDFastCmd::_InternalParse |
( |
const char * | ptr, |
|
|
::google::protobuf::internal::ParseContext * | ctx ) |
|
final |
Definition at line 6200 of file wib.pb.cc.
6201 {
6202 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
6203 return ptr;
6204}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_
◆ _InternalSerialize()
uint8_t * wib::CDFastCmd::_InternalSerialize |
( |
::uint8_t * | target, |
|
|
::google::protobuf::io::EpsCopyOutputStream * | stream ) const |
|
final |
Definition at line 6237 of file wib.pb.cc.
6239 {
6240
6241 ::uint32_t cached_has_bits = 0;
6242 (void)cached_has_bits;
6243
6244
6246 target = stream->EnsureSpace(target);
6247 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
6249 }
6250
6251 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
6252 target =
6253 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
6254 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
6255 }
6256
6257 return target;
6258}
::uint32_t _internal_cmd() const
◆ ByteSizeLong()
size_t wib::CDFastCmd::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 6260 of file wib.pb.cc.
6260 {
6261
6262 ::size_t total_size = 0;
6263
6264 ::uint32_t cached_has_bits = 0;
6265
6266 (void) cached_has_bits;
6267
6268
6270 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
6272 }
6273
6275}
mutable::google::protobuf::internal::CachedSize _cached_size_
◆ Clear()
PROTOBUF_NOINLINE void wib::CDFastCmd::Clear |
( |
| ) |
|
|
final |
Definition at line 6190 of file wib.pb.cc.
6190 {
6191
6192 ::uint32_t cached_has_bits = 0;
6193
6194 (void) cached_has_bits;
6195
6197 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
6198}
◆ clear_cmd()
void wib::CDFastCmd::clear_cmd |
( |
| ) |
|
|
inline |
◆ cmd()
uint32_t wib::CDFastCmd::cmd |
( |
| ) |
const |
|
inline |
◆ CopyFrom()
void wib::CDFastCmd::CopyFrom |
( |
const CDFastCmd & | from | ) |
|
Definition at line 6298 of file wib.pb.cc.
6298 {
6299
6300 if (&from == this) return;
6303}
void MergeFrom(const CDFastCmd &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
◆ default_instance()
static const CDFastCmd & wib::CDFastCmd::default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 4049 of file wib.pb.h.
4049 {
4051 }
static const CDFastCmd * internal_default_instance()
◆ descriptor()
static const ::google::protobuf::Descriptor * wib::CDFastCmd::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 4040 of file wib.pb.h.
4040 {
4042 }
static const ::google::protobuf::Descriptor * GetDescriptor()
◆ FullMessageName()
::absl::string_view wib::CDFastCmd::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 4112 of file wib.pb.h.
4112 {
4113 return "wib.CDFastCmd";
4114 }
◆ GetCachedSize()
int wib::CDFastCmd::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
const::google::protobuf::Message::ClassData * wib::CDFastCmd::GetClassData |
( |
| ) |
const |
|
final |
Definition at line 6281 of file wib.pb.cc.
static const ClassData _class_data_
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * wib::CDFastCmd::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 4043 of file wib.pb.h.
4043 {
4045 }
static const CDFastCmd & default_instance()
::google::protobuf::Metadata GetMetadata() const final
◆ GetMetadata()
google::protobuf::Metadata wib::CDFastCmd::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 6315 of file wib.pb.cc.
6315 {
6316 return ::_pbi::AssignDescriptors(
6319}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_wib_2eproto_getter()
::absl::once_flag descriptor_table_wib_2eproto_once
::_pb::Metadata file_level_metadata_wib_2eproto[37]
◆ GetReflection()
static const ::google::protobuf::Reflection * wib::CDFastCmd::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const CDFastCmd * wib::CDFastCmd::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 4052 of file wib.pb.h.
4052 {
4053 return reinterpret_cast<const CDFastCmd*
>(
4055 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 CDFastCmdDefaultTypeInternal _CDFastCmd_default_instance_
◆ InternalSwap()
void wib::CDFastCmd::InternalSwap |
( |
CDFastCmd * | other | ) |
|
|
private |
Definition at line 6309 of file wib.pb.cc.
6309 {
6310 using std::swap;
6311 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
6313}
friend void swap(CDFastCmd &a, CDFastCmd &b)
◆ IsInitialized()
PROTOBUF_NOINLINE bool wib::CDFastCmd::IsInitialized |
( |
| ) |
const |
|
final |
Definition at line 6305 of file wib.pb.cc.
6305 {
6306 return true;
6307}
◆ MergeFrom()
void wib::CDFastCmd::MergeFrom |
( |
const CDFastCmd & | from | ) |
|
|
inline |
Definition at line 4089 of file wib.pb.h.
4089 {
4091 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
◆ MergeImpl()
void wib::CDFastCmd::MergeImpl |
( |
::google::protobuf::Message & | to_msg, |
|
|
const ::google::protobuf::Message & | from_msg ) |
|
staticprivate |
Definition at line 6284 of file wib.pb.cc.
6284 {
6285 auto*
const _this =
static_cast<CDFastCmd*
>(&to_msg);
6286 auto& from =
static_cast<const CDFastCmd&
>(from_msg);
6287
6288 ABSL_DCHECK_NE(&from, _this);
6289 ::uint32_t cached_has_bits = 0;
6290 (void) cached_has_bits;
6291
6292 if (from._internal_cmd() != 0) {
6293 _this->_internal_set_cmd(from._internal_cmd());
6294 }
6295 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
6296}
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * wib::CDFastCmd::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 4036 of file wib.pb.h.
4036 {
4037 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
4038 }
◆ New()
CDFastCmd * wib::CDFastCmd::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
Definition at line 4083 of file wib.pb.h.
4083 {
4084 return CreateMaybeMessage<CDFastCmd>(arena);
4085 }
◆ operator=() [1/2]
Definition at line 4019 of file wib.pb.h.
4019 {
4020 if (this == &from) return *this;
4021 if (GetOwningArena() == from.GetOwningArena()
4022 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
4023 && GetOwningArena() != nullptr
4024 #endif
4025 ) {
4027 } else {
4029 }
4030 return *this;
4031 }
void InternalSwap(CDFastCmd *other)
void CopyFrom(const CDFastCmd &from)
◆ operator=() [2/2]
Definition at line 4015 of file wib.pb.h.
4015 {
4017 return *this;
4018 }
◆ set_cmd()
void wib::CDFastCmd::set_cmd |
( |
::uint32_t | value | ) |
|
|
inline |
Definition at line 9567 of file wib.pb.h.
9567 {
9569
9570}
void _internal_set_cmd(::uint32_t value)
◆ SetCachedSize()
void wib::CDFastCmd::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
◆ SharedCtor()
void wib::CDFastCmd::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
inlineprivate |
Definition at line 6171 of file wib.pb.cc.
6171 {
6172 (void)arena;
6175 {},
6176 };
6177}
◆ SharedDtor()
void wib::CDFastCmd::SharedDtor |
( |
| ) |
|
|
inlineprivate |
Definition at line 6183 of file wib.pb.cc.
6183 {
6184 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
6185}
◆ Swap()
void wib::CDFastCmd::Swap |
( |
CDFastCmd * | other | ) |
|
|
inline |
Definition at line 4062 of file wib.pb.h.
4062 {
4063 if (other == this) return;
4064 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
4065 if (GetOwningArena() != nullptr &&
4066 GetOwningArena() == other->GetOwningArena()) {
4067 #else
4068 if (GetOwningArena() == other->GetOwningArena()) {
4069 #endif
4071 } else {
4072 ::google::protobuf::internal::GenericSwap(this, other);
4073 }
4074 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & wib::CDFastCmd::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 4033 of file wib.pb.h.
4033 {
4034 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
4035 }
◆ UnsafeArenaSwap()
void wib::CDFastCmd::UnsafeArenaSwap |
( |
CDFastCmd * | other | ) |
|
|
inline |
Definition at line 4075 of file wib.pb.h.
4075 {
4076 if (other == this) return;
4077 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
4079 }
◆ ::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_wib_2eproto
◆ swap
Definition at line 4059 of file wib.pb.h.
4059 {
4060 a.Swap(&b);
4061 }
◆ [union]
◆ _class_data_
const::google::protobuf::Message::ClassData wib::CDFastCmd::_class_data_ |
|
static |
Initial value:= {
::google::protobuf::Message::CopyWithSourceCheck,
}
Definition at line 4119 of file wib.pb.h.
◆ _impl_
Impl_ wib::CDFastCmd::_impl_ |
◆ _table_
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > wib::CDFastCmd::_table_ |
|
staticprivate |
Initial value:= {
{
0,
0,
1, 0,
offsetof(
decltype(
_table_), field_lookup_table),
4294967294,
offsetof(
decltype(
_table_), field_entries),
1,
0,
offsetof(
decltype(
_table_), field_names),
::_pbi::TcParser::GenericFallback,
}, {{
}}, {{
65535, 65535
}}, {{
(0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
}},
{{
}},
}
Definition at line 4146 of file wib.pb.h.
◆ kIndexInFileMessages
int wib::CDFastCmd::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/sourcecode/wibmod/src/wib.pb.h
- /github/workspace/dunedaq/sourcecode/wibmod/src/wib.pb.cc