#include <SourceModel.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 79 of file SourceModel.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
Enumerator |
---|
kDroppedFramesFieldNumber | |
Definition at line 206 of file SourceModel.pb.h.
206 : int {
208 };
@ kDroppedFramesFieldNumber
◆ SourceInfo() [1/8]
dunedaq::dpdklibs::opmon::SourceInfo::SourceInfo |
( |
| ) |
|
|
inline |
◆ ~SourceInfo()
dunedaq::dpdklibs::opmon::SourceInfo::~SourceInfo |
( |
| ) |
|
|
override |
Definition at line 139 of file SourceModel.pb.cc.
139 {
140
141 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
143}
◆ SourceInfo() [2/8]
template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::dpdklibs::opmon::SourceInfo::SourceInfo |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ SourceInfo() [3/8]
dunedaq::dpdklibs::opmon::SourceInfo::SourceInfo |
( |
const SourceInfo & | from | ) |
|
Definition at line 126 of file SourceModel.pb.cc.
127 : ::google::protobuf::Message(),
_impl_(from._impl_) {
128 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
129 from._internal_metadata_);
130
131}
◆ SourceInfo() [4/8]
dunedaq::dpdklibs::opmon::SourceInfo::SourceInfo |
( |
SourceInfo && | from | ) |
|
|
inlinenoexcept |
◆ SourceInfo() [5/8]
dunedaq::dpdklibs::opmon::SourceInfo::SourceInfo |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 121 of file SourceModel.pb.cc.
122 : ::google::protobuf::Message(arena) {
124
125}
void SharedCtor(::google::protobuf::Arena *arena)
◆ SourceInfo() [6/8]
template<typename >
PROTOBUF_CONSTEXPR dunedaq::dpdklibs::opmon::SourceInfo::SourceInfo |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ SourceInfo() [7/8]
template<typename >
PROTOBUF_CONSTEXPR dunedaq::dpdklibs::opmon::SourceInfo::SourceInfo |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ SourceInfo() [8/8]
template<typename >
PROTOBUF_CONSTEXPR dunedaq::dpdklibs::opmon::SourceInfo::SourceInfo |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ _internal_dropped_frames()
uint32_t dunedaq::dpdklibs::opmon::SourceInfo::_internal_dropped_frames |
( |
| ) |
const |
|
inlineprivate |
Definition at line 265 of file SourceModel.pb.h.
265 {
266 PROTOBUF_TSAN_READ(&
_impl_._tsan_detect_race);
268}
::uint32_t dropped_frames_
◆ _internal_set_dropped_frames()
void dunedaq::dpdklibs::opmon::SourceInfo::_internal_set_dropped_frames |
( |
::uint32_t | value | ) |
|
|
inlineprivate |
◆ _InternalParse()
const char * dunedaq::dpdklibs::opmon::SourceInfo::_InternalParse |
( |
const char * | ptr, |
|
|
::google::protobuf::internal::ParseContext * | ctx ) |
|
final |
◆ _InternalSerialize()
uint8_t * dunedaq::dpdklibs::opmon::SourceInfo::_InternalSerialize |
( |
::uint8_t * | target, |
|
|
::google::protobuf::io::EpsCopyOutputStream * | stream ) const |
|
final |
Definition at line 198 of file SourceModel.pb.cc.
200 {
201
202 ::uint32_t cached_has_bits = 0;
203 (void)cached_has_bits;
204
205
207 target = stream->EnsureSpace(target);
208 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
210 }
211
212 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
213 target =
214 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
215 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
216 }
217
218 return target;
219}
::uint32_t _internal_dropped_frames() const
◆ ByteSizeLong()
size_t dunedaq::dpdklibs::opmon::SourceInfo::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 221 of file SourceModel.pb.cc.
221 {
222
223 ::size_t total_size = 0;
224
225 ::uint32_t cached_has_bits = 0;
226
227 (void) cached_has_bits;
228
229
231 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
233 }
234
236}
mutable::google::protobuf::internal::CachedSize _cached_size_
◆ Clear()
PROTOBUF_NOINLINE void dunedaq::dpdklibs::opmon::SourceInfo::Clear |
( |
| ) |
|
|
final |
Definition at line 151 of file SourceModel.pb.cc.
151 {
152
153 ::uint32_t cached_has_bits = 0;
154
155 (void) cached_has_bits;
156
158 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
159}
◆ clear_dropped_frames()
void dunedaq::dpdklibs::opmon::SourceInfo::clear_dropped_frames |
( |
| ) |
|
|
inline |
◆ CopyFrom()
void dunedaq::dpdklibs::opmon::SourceInfo::CopyFrom |
( |
const SourceInfo & | from | ) |
|
Definition at line 259 of file SourceModel.pb.cc.
259 {
260
261 if (&from == this) return;
264}
void MergeFrom(const SourceInfo &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
◆ default_instance()
static const SourceInfo & dunedaq::dpdklibs::opmon::SourceInfo::default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 127 of file SourceModel.pb.h.
127 {
129 }
static const SourceInfo * internal_default_instance()
◆ descriptor()
static const ::google::protobuf::Descriptor * dunedaq::dpdklibs::opmon::SourceInfo::descriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 118 of file SourceModel.pb.h.
118 {
120 }
static const ::google::protobuf::Descriptor * GetDescriptor()
◆ dropped_frames()
uint32_t dunedaq::dpdklibs::opmon::SourceInfo::dropped_frames |
( |
| ) |
const |
|
inline |
◆ FullMessageName()
::absl::string_view dunedaq::dpdklibs::opmon::SourceInfo::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
Definition at line 190 of file SourceModel.pb.h.
190 {
191 return "dunedaq.dpdklibs.opmon.SourceInfo";
192 }
◆ GetCachedSize()
int dunedaq::dpdklibs::opmon::SourceInfo::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
const::google::protobuf::Message::ClassData * dunedaq::dpdklibs::opmon::SourceInfo::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * dunedaq::dpdklibs::opmon::SourceInfo::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 121 of file SourceModel.pb.h.
121 {
123 }
static const SourceInfo & default_instance()
::google::protobuf::Metadata GetMetadata() const final
◆ GetMetadata()
google::protobuf::Metadata dunedaq::dpdklibs::opmon::SourceInfo::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 276 of file SourceModel.pb.cc.
276 {
277 return ::_pbi::AssignDescriptors(
280}
::_pb::Metadata file_level_metadata_dpdklibs_2fopmon_2fSourceModel_2eproto[1]
::absl::once_flag descriptor_table_dpdklibs_2fopmon_2fSourceModel_2eproto_once
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_dpdklibs_2fopmon_2fSourceModel_2eproto_getter()
◆ GetReflection()
static const ::google::protobuf::Reflection * dunedaq::dpdklibs::opmon::SourceInfo::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const SourceInfo * dunedaq::dpdklibs::opmon::SourceInfo::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 130 of file SourceModel.pb.h.
130 {
133 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SourceInfoDefaultTypeInternal _SourceInfo_default_instance_
◆ InternalSwap()
void dunedaq::dpdklibs::opmon::SourceInfo::InternalSwap |
( |
SourceInfo * | other | ) |
|
|
private |
Definition at line 270 of file SourceModel.pb.cc.
270 {
271 using std::swap;
272 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
274}
friend void swap(SourceInfo &a, SourceInfo &b)
◆ IsInitialized()
PROTOBUF_NOINLINE bool dunedaq::dpdklibs::opmon::SourceInfo::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
void dunedaq::dpdklibs::opmon::SourceInfo::MergeFrom |
( |
const SourceInfo & | from | ) |
|
|
inline |
Definition at line 167 of file SourceModel.pb.h.
167 {
169 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
◆ MergeImpl()
void dunedaq::dpdklibs::opmon::SourceInfo::MergeImpl |
( |
::google::protobuf::Message & | to_msg, |
|
|
const ::google::protobuf::Message & | from_msg ) |
|
staticprivate |
Definition at line 245 of file SourceModel.pb.cc.
245 {
246 auto*
const _this =
static_cast<SourceInfo*
>(&to_msg);
247 auto& from =
static_cast<const SourceInfo&
>(from_msg);
248
249 ABSL_DCHECK_NE(&from, _this);
250 ::uint32_t cached_has_bits = 0;
251 (void) cached_has_bits;
252
253 if (from._internal_dropped_frames() != 0) {
254 _this->_internal_set_dropped_frames(from._internal_dropped_frames());
255 }
256 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
257}
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * dunedaq::dpdklibs::opmon::SourceInfo::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 114 of file SourceModel.pb.h.
114 {
115 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
116 }
◆ New()
SourceInfo * dunedaq::dpdklibs::opmon::SourceInfo::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
Definition at line 161 of file SourceModel.pb.h.
161 {
162 return CreateMaybeMessage<SourceInfo>(arena);
163 }
◆ operator=() [1/2]
Definition at line 93 of file SourceModel.pb.h.
93 {
95 return *this;
96 }
void CopyFrom(const SourceInfo &from)
◆ operator=() [2/2]
Definition at line 97 of file SourceModel.pb.h.
97 {
98 if (this == &from) return *this;
99 if (GetOwningArena() == from.GetOwningArena()
100 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
101 && GetOwningArena() != nullptr
102 #endif
103 ) {
105 } else {
107 }
108 return *this;
109 }
void InternalSwap(SourceInfo *other)
◆ set_dropped_frames()
void dunedaq::dpdklibs::opmon::SourceInfo::set_dropped_frames |
( |
::uint32_t | value | ) |
|
|
inline |
Definition at line 261 of file SourceModel.pb.h.
261 {
263
264}
void _internal_set_dropped_frames(::uint32_t value)
◆ SetCachedSize()
void dunedaq::dpdklibs::opmon::SourceInfo::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
Definition at line 147 of file SourceModel.pb.cc.
147 {
149}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
◆ SharedCtor()
void dunedaq::dpdklibs::opmon::SourceInfo::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
private |
◆ SharedDtor()
void dunedaq::dpdklibs::opmon::SourceInfo::SharedDtor |
( |
| ) |
|
|
inlineprivate |
Definition at line 144 of file SourceModel.pb.cc.
144 {
145 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
146}
◆ Swap()
void dunedaq::dpdklibs::opmon::SourceInfo::Swap |
( |
SourceInfo * | other | ) |
|
|
inline |
Definition at line 140 of file SourceModel.pb.h.
140 {
141 if (other == this) return;
142 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
143 if (GetOwningArena() != nullptr &&
144 GetOwningArena() == other->GetOwningArena()) {
145 #else
146 if (GetOwningArena() == other->GetOwningArena()) {
147 #endif
149 } else {
150 ::google::protobuf::internal::GenericSwap(this, other);
151 }
152 }
◆ unknown_fields()
const ::google::protobuf::UnknownFieldSet & dunedaq::dpdklibs::opmon::SourceInfo::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 111 of file SourceModel.pb.h.
111 {
112 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
113 }
◆ UnsafeArenaSwap()
void dunedaq::dpdklibs::opmon::SourceInfo::UnsafeArenaSwap |
( |
SourceInfo * | other | ) |
|
|
inline |
Definition at line 153 of file SourceModel.pb.h.
153 {
154 if (other == this) return;
155 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
157 }
◆ ::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_dpdklibs_2fopmon_2fSourceModel_2eproto
◆ swap
◆ [union]
◆ _class_data_
const::google::protobuf::Message::ClassData dunedaq::dpdklibs::opmon::SourceInfo::_class_data_ |
|
static |
Initial value:= {
::google::protobuf::Message::CopyWithSourceCheck,
}
Definition at line 197 of file SourceModel.pb.h.
◆ _impl_
Impl_ dunedaq::dpdklibs::opmon::SourceInfo::_impl_ |
◆ _table_
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > dunedaq::dpdklibs::opmon::SourceInfo::_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)},
}},
{{
}},
}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_
Definition at line 224 of file SourceModel.pb.h.
◆ kIndexInFileMessages
int dunedaq::dpdklibs::opmon::SourceInfo::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files:
- /github/workspace/dunedaq/build/dpdklibs/codegen/include/dpdklibs/opmon/SourceModel.pb.h
- /github/workspace/dunedaq/build/dpdklibs/codegen/include/dpdklibs/opmon/SourceModel.pb.cc
- /github/workspace/dunedaq/build/asiolibs/codegen/include/asiolibs/opmon/SourceModel.pb.cc
- /github/workspace/dunedaq/build/crtmodules/codegen/include/crtmodules/opmon/SourceModel.pb.cc