#include <SocketReaderModule.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 79 of file SocketReaderModule.pb.h.
◆ DestructorSkippable_
◆ InternalArenaConstructable_
◆ anonymous enum
Enumerator |
---|
kPacketsReceivedFieldNumber | |
kBytesReceivedFieldNumber | |
Definition at line 206 of file SocketReaderModule.pb.h.
206 : int {
209 };
@ kBytesReceivedFieldNumber
@ kPacketsReceivedFieldNumber
◆ SocketReaderStats() [1/6]
dunedaq::asiolibs::opmon::SocketReaderStats::SocketReaderStats |
( |
| ) |
|
|
inline |
◆ ~SocketReaderStats()
dunedaq::asiolibs::opmon::SocketReaderStats::~SocketReaderStats |
( |
| ) |
|
|
override |
Definition at line 143 of file SocketReaderModule.pb.cc.
143 {
144
145 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
147}
◆ SocketReaderStats() [2/6]
template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::asiolibs::opmon::SocketReaderStats::SocketReaderStats |
( |
::google::protobuf::internal::ConstantInitialized | | ) |
|
|
explicit |
◆ SocketReaderStats() [3/6]
dunedaq::asiolibs::opmon::SocketReaderStats::SocketReaderStats |
( |
const SocketReaderStats & | from | ) |
|
Definition at line 129 of file SocketReaderModule.pb.cc.
130 : ::google::protobuf::Message(),
_impl_(from._impl_) {
131 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
132 from._internal_metadata_);
133
134}
◆ SocketReaderStats() [4/6]
dunedaq::asiolibs::opmon::SocketReaderStats::SocketReaderStats |
( |
SocketReaderStats && | from | ) |
|
|
inlinenoexcept |
◆ SocketReaderStats() [5/6]
dunedaq::asiolibs::opmon::SocketReaderStats::SocketReaderStats |
( |
::google::protobuf::Arena * | arena | ) |
|
|
explicitprotected |
Definition at line 124 of file SocketReaderModule.pb.cc.
125 : ::google::protobuf::Message(arena) {
127
128}
void SharedCtor(::google::protobuf::Arena *arena)
◆ SocketReaderStats() [6/6]
template<typename >
PROTOBUF_CONSTEXPR dunedaq::asiolibs::opmon::SocketReaderStats::SocketReaderStats |
( |
::_pbi::ConstantInitialized | | ) |
|
◆ _internal_bytes_received()
uint64_t dunedaq::asiolibs::opmon::SocketReaderStats::_internal_bytes_received |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_packets_received()
uint64_t dunedaq::asiolibs::opmon::SocketReaderStats::_internal_packets_received |
( |
| ) |
const |
|
inlineprivate |
◆ _internal_set_bytes_received()
void dunedaq::asiolibs::opmon::SocketReaderStats::_internal_set_bytes_received |
( |
::uint64_t | value | ) |
|
|
inlineprivate |
◆ _internal_set_packets_received()
void dunedaq::asiolibs::opmon::SocketReaderStats::_internal_set_packets_received |
( |
::uint64_t | value | ) |
|
|
inlineprivate |
◆ _InternalParse()
const char * dunedaq::asiolibs::opmon::SocketReaderStats::_InternalParse |
( |
const char * | ptr, |
|
|
::google::protobuf::internal::ParseContext * | ctx ) |
|
final |
Definition at line 167 of file SocketReaderModule.pb.cc.
168 {
169 ptr = ::_pbi::TcParser::ParseLoop(
this, ptr, ctx, &
_table_.header);
170 return ptr;
171}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
◆ _InternalSerialize()
uint8_t * dunedaq::asiolibs::opmon::SocketReaderStats::_InternalSerialize |
( |
::uint8_t * | target, |
|
|
::google::protobuf::io::EpsCopyOutputStream * | stream ) const |
|
final |
Definition at line 210 of file SocketReaderModule.pb.cc.
212 {
213
214 ::uint32_t cached_has_bits = 0;
215 (void)cached_has_bits;
216
217
219 target = stream->EnsureSpace(target);
220 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
222 }
223
224
226 target = stream->EnsureSpace(target);
227 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
229 }
230
231 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
232 target =
233 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
234 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
235 }
236
237 return target;
238}
::uint64_t _internal_packets_received() const
::uint64_t _internal_bytes_received() const
◆ bytes_received()
uint64_t dunedaq::asiolibs::opmon::SocketReaderStats::bytes_received |
( |
| ) |
const |
|
inline |
◆ ByteSizeLong()
size_t dunedaq::asiolibs::opmon::SocketReaderStats::ByteSizeLong |
( |
| ) |
const |
|
final |
Definition at line 240 of file SocketReaderModule.pb.cc.
240 {
241
242 ::size_t total_size = 0;
243
244 ::uint32_t cached_has_bits = 0;
245
246 (void) cached_has_bits;
247
248
250 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
252 }
253
254
256 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
258 }
259
261}
mutable::google::protobuf::internal::CachedSize _cached_size_
◆ Clear()
PROTOBUF_NOINLINE void dunedaq::asiolibs::opmon::SocketReaderStats::Clear |
( |
| ) |
|
|
final |
Definition at line 155 of file SocketReaderModule.pb.cc.
155 {
156
157 ::uint32_t cached_has_bits = 0;
158
159 (void) cached_has_bits;
160
164 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
165}
◆ clear_bytes_received()
void dunedaq::asiolibs::opmon::SocketReaderStats::clear_bytes_received |
( |
| ) |
|
|
inline |
◆ clear_packets_received()
void dunedaq::asiolibs::opmon::SocketReaderStats::clear_packets_received |
( |
| ) |
|
|
inline |
◆ CopyFrom()
void dunedaq::asiolibs::opmon::SocketReaderStats::CopyFrom |
( |
const SocketReaderStats & | from | ) |
|
Definition at line 287 of file SocketReaderModule.pb.cc.
287 {
288
289 if (&from == this) return;
292}
void MergeFrom(const SocketReaderStats &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
◆ default_instance()
static const SocketReaderStats & dunedaq::asiolibs::opmon::SocketReaderStats::default_instance |
( |
| ) |
|
|
inlinestatic |
◆ descriptor()
static const ::google::protobuf::Descriptor * dunedaq::asiolibs::opmon::SocketReaderStats::descriptor |
( |
| ) |
|
|
inlinestatic |
◆ FullMessageName()
::absl::string_view dunedaq::asiolibs::opmon::SocketReaderStats::FullMessageName |
( |
| ) |
|
|
inlinestaticprivate |
◆ GetCachedSize()
int dunedaq::asiolibs::opmon::SocketReaderStats::GetCachedSize |
( |
| ) |
const |
|
inlinefinal |
◆ GetClassData()
const::google::protobuf::Message::ClassData * dunedaq::asiolibs::opmon::SocketReaderStats::GetClassData |
( |
| ) |
const |
|
final |
◆ GetDescriptor()
static const ::google::protobuf::Descriptor * dunedaq::asiolibs::opmon::SocketReaderStats::GetDescriptor |
( |
| ) |
|
|
inlinestatic |
Definition at line 121 of file SocketReaderModule.pb.h.
121 {
123 }
static const SocketReaderStats & default_instance()
::google::protobuf::Metadata GetMetadata() const final
◆ GetMetadata()
google::protobuf::Metadata dunedaq::asiolibs::opmon::SocketReaderStats::GetMetadata |
( |
| ) |
const |
|
final |
Definition at line 309 of file SocketReaderModule.pb.cc.
309 {
310 return ::_pbi::AssignDescriptors(
313}
::absl::once_flag descriptor_table_asiolibs_2fopmon_2fSocketReaderModule_2eproto_once
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_asiolibs_2fopmon_2fSocketReaderModule_2eproto_getter()
::_pb::Metadata file_level_metadata_asiolibs_2fopmon_2fSocketReaderModule_2eproto[1]
◆ GetReflection()
static const ::google::protobuf::Reflection * dunedaq::asiolibs::opmon::SocketReaderStats::GetReflection |
( |
| ) |
|
|
inlinestatic |
◆ internal_default_instance()
static const SocketReaderStats * dunedaq::asiolibs::opmon::SocketReaderStats::internal_default_instance |
( |
| ) |
|
|
inlinestatic |
Definition at line 130 of file SocketReaderModule.pb.h.
130 {
133 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 SocketReaderStatsDefaultTypeInternal _SocketReaderStats_default_instance_
◆ InternalSwap()
void dunedaq::asiolibs::opmon::SocketReaderStats::InternalSwap |
( |
SocketReaderStats * | other | ) |
|
|
private |
Definition at line 298 of file SocketReaderModule.pb.cc.
298 {
299 using std::swap;
300 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
301 ::google::protobuf::internal::memswap<
306 reinterpret_cast<char*>(&other->_impl_.packets_received_));
307}
◆ IsInitialized()
PROTOBUF_NOINLINE bool dunedaq::asiolibs::opmon::SocketReaderStats::IsInitialized |
( |
| ) |
const |
|
final |
◆ MergeFrom()
void dunedaq::asiolibs::opmon::SocketReaderStats::MergeFrom |
( |
const SocketReaderStats & | from | ) |
|
|
inline |
Definition at line 167 of file SocketReaderModule.pb.h.
167 {
169 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
◆ MergeImpl()
void dunedaq::asiolibs::opmon::SocketReaderStats::MergeImpl |
( |
::google::protobuf::Message & | to_msg, |
|
|
const ::google::protobuf::Message & | from_msg ) |
|
staticprivate |
Definition at line 270 of file SocketReaderModule.pb.cc.
270 {
273
274 ABSL_DCHECK_NE(&from, _this);
275 ::uint32_t cached_has_bits = 0;
276 (void) cached_has_bits;
277
278 if (from._internal_packets_received() != 0) {
279 _this->_internal_set_packets_received(from._internal_packets_received());
280 }
281 if (from._internal_bytes_received() != 0) {
282 _this->_internal_set_bytes_received(from._internal_bytes_received());
283 }
284 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
285}
◆ mutable_unknown_fields()
inline ::google::protobuf::UnknownFieldSet * dunedaq::asiolibs::opmon::SocketReaderStats::mutable_unknown_fields |
( |
| ) |
|
|
inline |
Definition at line 114 of file SocketReaderModule.pb.h.
114 {
115 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
116 }
◆ New()
SocketReaderStats * dunedaq::asiolibs::opmon::SocketReaderStats::New |
( |
::google::protobuf::Arena * | arena = nullptr | ) |
const |
|
inlinefinal |
◆ operator=() [1/2]
Definition at line 93 of file SocketReaderModule.pb.h.
93 {
95 return *this;
96 }
void CopyFrom(const SocketReaderStats &from)
◆ operator=() [2/2]
Definition at line 97 of file SocketReaderModule.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(SocketReaderStats *other)
◆ packets_received()
uint64_t dunedaq::asiolibs::opmon::SocketReaderStats::packets_received |
( |
| ) |
const |
|
inline |
◆ set_bytes_received()
void dunedaq::asiolibs::opmon::SocketReaderStats::set_bytes_received |
( |
::uint64_t | value | ) |
|
|
inline |
◆ set_packets_received()
void dunedaq::asiolibs::opmon::SocketReaderStats::set_packets_received |
( |
::uint64_t | value | ) |
|
|
inline |
◆ SetCachedSize()
void dunedaq::asiolibs::opmon::SocketReaderStats::SetCachedSize |
( |
int | size | ) |
const |
|
finalprivate |
Definition at line 151 of file SocketReaderModule.pb.cc.
151 {
153}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size
◆ SharedCtor()
void dunedaq::asiolibs::opmon::SocketReaderStats::SharedCtor |
( |
::google::protobuf::Arena * | arena | ) |
|
|
inlineprivate |
◆ SharedDtor()
void dunedaq::asiolibs::opmon::SocketReaderStats::SharedDtor |
( |
| ) |
|
|
inlineprivate |
◆ Swap()
Definition at line 140 of file SocketReaderModule.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::asiolibs::opmon::SocketReaderStats::unknown_fields |
( |
| ) |
const |
|
inline |
Definition at line 111 of file SocketReaderModule.pb.h.
111 {
112 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
113 }
◆ UnsafeArenaSwap()
void dunedaq::asiolibs::opmon::SocketReaderStats::UnsafeArenaSwap |
( |
SocketReaderStats * | other | ) |
|
|
inline |
Definition at line 153 of file SocketReaderModule.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_asiolibs_2fopmon_2fSocketReaderModule_2eproto
◆ swap
◆ [union]
◆ _class_data_
const::google::protobuf::Message::ClassData dunedaq::asiolibs::opmon::SocketReaderStats::_class_data_ |
|
static |
◆ _impl_
Impl_ dunedaq::asiolibs::opmon::SocketReaderStats::_impl_ |
◆ _table_
PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > dunedaq::asiolibs::opmon::SocketReaderStats::_table_ |
|
staticprivate |
◆ kIndexInFileMessages
int dunedaq::asiolibs::opmon::SocketReaderStats::kIndexInFileMessages |
|
staticconstexpr |
The documentation for this class was generated from the following files: