DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::asiolibs::opmon::SocketReaderStats Class Referencefinal

#include <SocketReaderModule.pb.h>

Inheritance diagram for dunedaq::asiolibs::opmon::SocketReaderStats:
[legend]
Collaboration diagram for dunedaq::asiolibs::opmon::SocketReaderStats:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kPacketsReceivedFieldNumber = 1 , kBytesReceivedFieldNumber = 2 }
 

Public Member Functions

 SocketReaderStats ()
 
 ~SocketReaderStats () override
 
template<typename = void>
PROTOBUF_CONSTEXPR SocketReaderStats (::google::protobuf::internal::ConstantInitialized)
 
 SocketReaderStats (const SocketReaderStats &from)
 
 SocketReaderStats (SocketReaderStats &&from) noexcept
 
SocketReaderStatsoperator= (const SocketReaderStats &from)
 
SocketReaderStatsoperator= (SocketReaderStats &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (SocketReaderStats *other)
 
void UnsafeArenaSwap (SocketReaderStats *other)
 
SocketReaderStatsNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const SocketReaderStats &from)
 
void MergeFrom (const SocketReaderStats &from)
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
bool IsInitialized () const final
 
::size_t ByteSizeLong () const final
 
const char * _InternalParse (const char *ptr, ::google::protobuf::internal::ParseContext *ctx) final
 
::uint8_t * _InternalSerialize (::uint8_t *target, ::google::protobuf::io::EpsCopyOutputStream *stream) const final
 
int GetCachedSize () const final
 
const ::google::protobuf::Message::ClassData * GetClassData () const final
 
::google::protobuf::Metadata GetMetadata () const final
 
void clear_packets_received ()
 
::uint64_t packets_received () const
 
void set_packets_received (::uint64_t value)
 
void clear_bytes_received ()
 
::uint64_t bytes_received () const
 
void set_bytes_received (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR SocketReaderStats (::_pbi::ConstantInitialized)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const SocketReaderStatsdefault_instance ()
 
static const SocketReaderStatsinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 SocketReaderStats (::google::protobuf::Arena *arena)
 

Private Types

typedef void InternalArenaConstructable_
 
typedef void DestructorSkippable_
 

Private Member Functions

void SharedCtor (::google::protobuf::Arena *arena)
 
void SharedDtor ()
 
void SetCachedSize (int size) const final
 
void InternalSwap (SocketReaderStats *other)
 
::uint64_t _internal_packets_received () const
 
void _internal_set_packets_received (::uint64_t value)
 
::uint64_t _internal_bytes_received () const
 
void _internal_set_bytes_received (::uint64_t value)
 

Static Private Member Functions

static void MergeImpl (::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
 
::absl::string_view FullMessageName ()
 

Private Attributes

union { 
 
   Impl_   _impl_ 
 
};  
 

Static Private Attributes

static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
 

Friends

class ::google::protobuf::internal::AnyMetadata
 
class ::google::protobuf::internal::TcParser
 
template<typename T >
class ::google::protobuf::Arena::InternalHelper
 
struct ::TableStruct_asiolibs_2fopmon_2fSocketReaderModule_2eproto
 
void swap (SocketReaderStats &a, SocketReaderStats &b)
 

Detailed Description

Definition at line 79 of file SocketReaderModule.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPacketsReceivedFieldNumber 
kBytesReceivedFieldNumber 

Definition at line 206 of file SocketReaderModule.pb.h.

Constructor & Destructor Documentation

◆ 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 // @@protoc_insertion_point(destructor:dunedaq.asiolibs.opmon.SocketReaderStats)
145 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
146 SharedDtor();
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 // @@protoc_insertion_point(copy_constructor:dunedaq.asiolibs.opmon.SocketReaderStats)
134}

◆ SocketReaderStats() [4/6]

dunedaq::asiolibs::opmon::SocketReaderStats::SocketReaderStats ( SocketReaderStats && from)
inlinenoexcept

Definition at line 88 of file SocketReaderModule.pb.h.

90 *this = ::std::move(from);
91 }

◆ 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) {
126 SharedCtor(arena);
127 // @@protoc_insertion_point(arena_constructor:dunedaq.asiolibs.opmon.SocketReaderStats)
128}
void SharedCtor(::google::protobuf::Arena *arena)

◆ SocketReaderStats() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::asiolibs::opmon::SocketReaderStats::SocketReaderStats ( ::_pbi::ConstantInitialized )

Definition at line 27 of file SocketReaderModule.pb.cc.

28 : _impl_{
29 /*decltype(_impl_.packets_received_)*/ ::uint64_t{0u},
30 /*decltype(_impl_.bytes_received_)*/ ::uint64_t{0u},
31 /*decltype(_impl_._cached_size_)*/ {},
32 } {}

Member Function Documentation

◆ _internal_bytes_received()

uint64_t dunedaq::asiolibs::opmon::SocketReaderStats::_internal_bytes_received ( ) const
inlineprivate

Definition at line 299 of file SocketReaderModule.pb.h.

299 {
300 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
301 return _impl_.bytes_received_;
302}

◆ _internal_packets_received()

uint64_t dunedaq::asiolibs::opmon::SocketReaderStats::_internal_packets_received ( ) const
inlineprivate

Definition at line 277 of file SocketReaderModule.pb.h.

277 {
278 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
280}

◆ _internal_set_bytes_received()

void dunedaq::asiolibs::opmon::SocketReaderStats::_internal_set_bytes_received ( ::uint64_t value)
inlineprivate

Definition at line 303 of file SocketReaderModule.pb.h.

303 {
304 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
305 ;
306 _impl_.bytes_received_ = value;
307}

◆ _internal_set_packets_received()

void dunedaq::asiolibs::opmon::SocketReaderStats::_internal_set_packets_received ( ::uint64_t value)
inlineprivate

Definition at line 281 of file SocketReaderModule.pb.h.

281 {
282 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
283 ;
285}

◆ _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 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.asiolibs.opmon.SocketReaderStats)
214 ::uint32_t cached_has_bits = 0;
215 (void)cached_has_bits;
216
217 // uint64 packets_received = 1;
218 if (this->_internal_packets_received() != 0) {
219 target = stream->EnsureSpace(target);
220 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
221 1, this->_internal_packets_received(), target);
222 }
223
224 // uint64 bytes_received = 2;
225 if (this->_internal_bytes_received() != 0) {
226 target = stream->EnsureSpace(target);
227 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
228 2, this->_internal_bytes_received(), target);
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 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.asiolibs.opmon.SocketReaderStats)
237 return target;
238}

◆ bytes_received()

uint64_t dunedaq::asiolibs::opmon::SocketReaderStats::bytes_received ( ) const
inline

Definition at line 291 of file SocketReaderModule.pb.h.

291 {
292 // @@protoc_insertion_point(field_get:dunedaq.asiolibs.opmon.SocketReaderStats.bytes_received)
294}

◆ ByteSizeLong()

size_t dunedaq::asiolibs::opmon::SocketReaderStats::ByteSizeLong ( ) const
final

Definition at line 240 of file SocketReaderModule.pb.cc.

240 {
241// @@protoc_insertion_point(message_byte_size_start:dunedaq.asiolibs.opmon.SocketReaderStats)
242 ::size_t total_size = 0;
243
244 ::uint32_t cached_has_bits = 0;
245 // Prevent compiler warnings about cached_has_bits being unused
246 (void) cached_has_bits;
247
248 // uint64 packets_received = 1;
249 if (this->_internal_packets_received() != 0) {
250 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
252 }
253
254 // uint64 bytes_received = 2;
255 if (this->_internal_bytes_received() != 0) {
256 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
258 }
259
260 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
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// @@protoc_insertion_point(message_clear_start:dunedaq.asiolibs.opmon.SocketReaderStats)
157 ::uint32_t cached_has_bits = 0;
158 // Prevent compiler warnings about cached_has_bits being unused
159 (void) cached_has_bits;
160
161 ::memset(&_impl_.packets_received_, 0, static_cast<::size_t>(
162 reinterpret_cast<char*>(&_impl_.bytes_received_) -
163 reinterpret_cast<char*>(&_impl_.packets_received_)) + sizeof(_impl_.bytes_received_));
164 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
165}

◆ clear_bytes_received()

void dunedaq::asiolibs::opmon::SocketReaderStats::clear_bytes_received ( )
inline

Definition at line 288 of file SocketReaderModule.pb.h.

288 {
289 _impl_.bytes_received_ = ::uint64_t{0u};
290}

◆ clear_packets_received()

void dunedaq::asiolibs::opmon::SocketReaderStats::clear_packets_received ( )
inline

Definition at line 266 of file SocketReaderModule.pb.h.

266 {
267 _impl_.packets_received_ = ::uint64_t{0u};
268}

◆ CopyFrom()

void dunedaq::asiolibs::opmon::SocketReaderStats::CopyFrom ( const SocketReaderStats & from)

Definition at line 287 of file SocketReaderModule.pb.cc.

287 {
288// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.asiolibs.opmon.SocketReaderStats)
289 if (&from == this) return;
290 Clear();
291 MergeFrom(from);
292}
void MergeFrom(const SocketReaderStats &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const SocketReaderStats & dunedaq::asiolibs::opmon::SocketReaderStats::default_instance ( )
inlinestatic

Definition at line 127 of file SocketReaderModule.pb.h.

127 {
129 }
static const SocketReaderStats * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::asiolibs::opmon::SocketReaderStats::descriptor ( )
inlinestatic

Definition at line 118 of file SocketReaderModule.pb.h.

118 {
119 return GetDescriptor();
120 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::asiolibs::opmon::SocketReaderStats::FullMessageName ( )
inlinestaticprivate

Definition at line 190 of file SocketReaderModule.pb.h.

190 {
191 return "dunedaq.asiolibs.opmon.SocketReaderStats";
192 }

◆ GetCachedSize()

int dunedaq::asiolibs::opmon::SocketReaderStats::GetCachedSize ( ) const
inlinefinal

Definition at line 180 of file SocketReaderModule.pb.h.

180{ return _impl_._cached_size_.Get(); }

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::asiolibs::opmon::SocketReaderStats::GetClassData ( ) const
final

Definition at line 267 of file SocketReaderModule.pb.cc.

267{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::asiolibs::opmon::SocketReaderStats::GetDescriptor ( )
inlinestatic

Definition at line 121 of file SocketReaderModule.pb.h.

121 {
122 return default_instance().GetMetadata().descriptor;
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

Definition at line 124 of file SocketReaderModule.pb.h.

124 {
125 return default_instance().GetMetadata().reflection;
126 }

◆ internal_default_instance()

static const SocketReaderStats * dunedaq::asiolibs::opmon::SocketReaderStats::internal_default_instance ( )
inlinestatic

Definition at line 130 of file SocketReaderModule.pb.h.

130 {
131 return reinterpret_cast<const SocketReaderStats*>(
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<
302 PROTOBUF_FIELD_OFFSET(SocketReaderStats, _impl_.bytes_received_)
304 - PROTOBUF_FIELD_OFFSET(SocketReaderStats, _impl_.packets_received_)>(
305 reinterpret_cast<char*>(&_impl_.packets_received_),
306 reinterpret_cast<char*>(&other->_impl_.packets_received_));
307}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::asiolibs::opmon::SocketReaderStats::IsInitialized ( ) const
final

Definition at line 294 of file SocketReaderModule.pb.cc.

294 {
295 return true;
296}

◆ MergeFrom()

void dunedaq::asiolibs::opmon::SocketReaderStats::MergeFrom ( const SocketReaderStats & from)
inline

Definition at line 167 of file SocketReaderModule.pb.h.

167 {
168 SocketReaderStats::MergeImpl(*this, from);
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 {
271 auto* const _this = static_cast<SocketReaderStats*>(&to_msg);
272 auto& from = static_cast<const SocketReaderStats&>(from_msg);
273 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.asiolibs.opmon.SocketReaderStats)
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

Definition at line 161 of file SocketReaderModule.pb.h.

161 {
162 return CreateMaybeMessage<SocketReaderStats>(arena);
163 }

◆ operator=() [1/2]

SocketReaderStats & dunedaq::asiolibs::opmon::SocketReaderStats::operator= ( const SocketReaderStats & from)
inline

Definition at line 93 of file SocketReaderModule.pb.h.

93 {
94 CopyFrom(from);
95 return *this;
96 }
void CopyFrom(const SocketReaderStats &from)

◆ operator=() [2/2]

SocketReaderStats & dunedaq::asiolibs::opmon::SocketReaderStats::operator= ( SocketReaderStats && from)
inlinenoexcept

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 // !PROTOBUF_FORCE_COPY_IN_MOVE
103 ) {
104 InternalSwap(&from);
105 } else {
106 CopyFrom(from);
107 }
108 return *this;
109 }

◆ packets_received()

uint64_t dunedaq::asiolibs::opmon::SocketReaderStats::packets_received ( ) const
inline

Definition at line 269 of file SocketReaderModule.pb.h.

269 {
270 // @@protoc_insertion_point(field_get:dunedaq.asiolibs.opmon.SocketReaderStats.packets_received)
272}

◆ set_bytes_received()

void dunedaq::asiolibs::opmon::SocketReaderStats::set_bytes_received ( ::uint64_t value)
inline

Definition at line 295 of file SocketReaderModule.pb.h.

295 {
297 // @@protoc_insertion_point(field_set:dunedaq.asiolibs.opmon.SocketReaderStats.bytes_received)
298}

◆ set_packets_received()

void dunedaq::asiolibs::opmon::SocketReaderStats::set_packets_received ( ::uint64_t value)
inline

Definition at line 273 of file SocketReaderModule.pb.h.

273 {
275 // @@protoc_insertion_point(field_set:dunedaq.asiolibs.opmon.SocketReaderStats.packets_received)
276}

◆ 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

Definition at line 135 of file SocketReaderModule.pb.cc.

135 {
136 (void)arena;
137 new (&_impl_) Impl_{
138 decltype(_impl_.packets_received_){::uint64_t{0u}},
139 decltype(_impl_.bytes_received_){::uint64_t{0u}},
140 /*decltype(_impl_._cached_size_)*/ {},
141 };
142}

◆ SharedDtor()

void dunedaq::asiolibs::opmon::SocketReaderStats::SharedDtor ( )
inlineprivate

Definition at line 148 of file SocketReaderModule.pb.cc.

148 {
149 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
150}

◆ Swap()

void dunedaq::asiolibs::opmon::SocketReaderStats::Swap ( SocketReaderStats * other)
inline

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 // PROTOBUF_FORCE_COPY_IN_SWAP
146 if (GetOwningArena() == other->GetOwningArena()) {
147 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
148 InternalSwap(other);
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());
156 InternalSwap(other);
157 }

Friends And Related Symbol Documentation

◆ ::google::protobuf::Arena::InternalHelper

template<typename T >
friend class ::google::protobuf::Arena::InternalHelper
friend

Definition at line 236 of file SocketReaderModule.pb.h.

◆ ::google::protobuf::internal::AnyMetadata

friend class ::google::protobuf::internal::AnyMetadata
friend

Definition at line 189 of file SocketReaderModule.pb.h.

◆ ::google::protobuf::internal::TcParser

friend class ::google::protobuf::internal::TcParser
friend

Definition at line 234 of file SocketReaderModule.pb.h.

◆ ::TableStruct_asiolibs_2fopmon_2fSocketReaderModule_2eproto

◆ swap

void swap ( SocketReaderStats & a,
SocketReaderStats & b )
friend

Definition at line 137 of file SocketReaderModule.pb.h.

137 {
138 a.Swap(&b);
139 }

Member Data Documentation

◆ [union]

◆ _class_data_

const::google::protobuf::Message::ClassData dunedaq::asiolibs::opmon::SocketReaderStats::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 197 of file SocketReaderModule.pb.h.

◆ _impl_

Impl_ dunedaq::asiolibs::opmon::SocketReaderStats::_impl_

Definition at line 245 of file SocketReaderModule.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > dunedaq::asiolibs::opmon::SocketReaderStats::_table_
staticprivate

Definition at line 235 of file SocketReaderModule.pb.h.

◆ kIndexInFileMessages

int dunedaq::asiolibs::opmon::SocketReaderStats::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

Definition at line 134 of file SocketReaderModule.pb.h.


The documentation for this class was generated from the following files: