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

#include <DataStore.pb.h>

Inheritance diagram for dunedaq::dfmodules::opmon::HDF5DataStoreInfo:
[legend]
Collaboration diagram for dunedaq::dfmodules::opmon::HDF5DataStoreInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kNewBytesOutputFieldNumber = 1 , kBytesInFileFieldNumber = 2 , kNewWrittenObjectFieldNumber = 10 , kWrittenFilesFieldNumber = 3 }
 

Public Member Functions

 HDF5DataStoreInfo ()
 
 ~HDF5DataStoreInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR HDF5DataStoreInfo (::google::protobuf::internal::ConstantInitialized)
 
 HDF5DataStoreInfo (const HDF5DataStoreInfo &from)
 
 HDF5DataStoreInfo (HDF5DataStoreInfo &&from) noexcept
 
HDF5DataStoreInfooperator= (const HDF5DataStoreInfo &from)
 
HDF5DataStoreInfooperator= (HDF5DataStoreInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (HDF5DataStoreInfo *other)
 
void UnsafeArenaSwap (HDF5DataStoreInfo *other)
 
HDF5DataStoreInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const HDF5DataStoreInfo &from)
 
void MergeFrom (const HDF5DataStoreInfo &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_new_bytes_output ()
 
::uint64_t new_bytes_output () const
 
void set_new_bytes_output (::uint64_t value)
 
void clear_bytes_in_file ()
 
::uint64_t bytes_in_file () const
 
void set_bytes_in_file (::uint64_t value)
 
void clear_new_written_object ()
 
::uint64_t new_written_object () const
 
void set_new_written_object (::uint64_t value)
 
void clear_written_files ()
 
::uint32_t written_files () const
 
void set_written_files (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR HDF5DataStoreInfo (::_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 HDF5DataStoreInfodefault_instance ()
 
static const HDF5DataStoreInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 HDF5DataStoreInfo (::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 (HDF5DataStoreInfo *other)
 
::uint64_t _internal_new_bytes_output () const
 
void _internal_set_new_bytes_output (::uint64_t value)
 
::uint64_t _internal_bytes_in_file () const
 
void _internal_set_bytes_in_file (::uint64_t value)
 
::uint64_t _internal_new_written_object () const
 
void _internal_set_new_written_object (::uint64_t value)
 
::uint32_t _internal_written_files () const
 
void _internal_set_written_files (::uint32_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< 2, 4, 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_dfmodules_2fopmon_2fDataStore_2eproto
 
void swap (HDF5DataStoreInfo &a, HDF5DataStoreInfo &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNewBytesOutputFieldNumber 
kBytesInFileFieldNumber 
kNewWrittenObjectFieldNumber 
kWrittenFilesFieldNumber 

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

Constructor & Destructor Documentation

◆ HDF5DataStoreInfo() [1/6]

dunedaq::dfmodules::opmon::HDF5DataStoreInfo::HDF5DataStoreInfo ( )
inline

Definition at line 82 of file DataStore.pb.h.

◆ ~HDF5DataStoreInfo()

dunedaq::dfmodules::opmon::HDF5DataStoreInfo::~HDF5DataStoreInfo ( )
override

Definition at line 150 of file DataStore.pb.cc.

150 {
151 // @@protoc_insertion_point(destructor:dunedaq.dfmodules.opmon.HDF5DataStoreInfo)
152 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
153 SharedDtor();
154}

◆ HDF5DataStoreInfo() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR dunedaq::dfmodules::opmon::HDF5DataStoreInfo::HDF5DataStoreInfo ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ HDF5DataStoreInfo() [3/6]

dunedaq::dfmodules::opmon::HDF5DataStoreInfo::HDF5DataStoreInfo ( const HDF5DataStoreInfo & from)

Definition at line 134 of file DataStore.pb.cc.

135 : ::google::protobuf::Message(), _impl_(from._impl_) {
136 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
137 from._internal_metadata_);
138 // @@protoc_insertion_point(copy_constructor:dunedaq.dfmodules.opmon.HDF5DataStoreInfo)
139}

◆ HDF5DataStoreInfo() [4/6]

dunedaq::dfmodules::opmon::HDF5DataStoreInfo::HDF5DataStoreInfo ( HDF5DataStoreInfo && from)
inlinenoexcept

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

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

◆ HDF5DataStoreInfo() [5/6]

dunedaq::dfmodules::opmon::HDF5DataStoreInfo::HDF5DataStoreInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 129 of file DataStore.pb.cc.

130 : ::google::protobuf::Message(arena) {
131 SharedCtor(arena);
132 // @@protoc_insertion_point(arena_constructor:dunedaq.dfmodules.opmon.HDF5DataStoreInfo)
133}
void SharedCtor(::google::protobuf::Arena *arena)

◆ HDF5DataStoreInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::dfmodules::opmon::HDF5DataStoreInfo::HDF5DataStoreInfo ( ::_pbi::ConstantInitialized )

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

28 : _impl_{
29 /*decltype(_impl_.new_bytes_output_)*/ ::uint64_t{0u},
30 /*decltype(_impl_.bytes_in_file_)*/ ::uint64_t{0u},
31 /*decltype(_impl_.new_written_object_)*/ ::uint64_t{0u},
32 /*decltype(_impl_.written_files_)*/ 0u,
33 /*decltype(_impl_._cached_size_)*/ {},
34 } {}

Member Function Documentation

◆ _internal_bytes_in_file()

uint64_t dunedaq::dfmodules::opmon::HDF5DataStoreInfo::_internal_bytes_in_file ( ) const
inlineprivate

Definition at line 323 of file DataStore.pb.h.

323 {
324 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
325 return _impl_.bytes_in_file_;
326}

◆ _internal_new_bytes_output()

uint64_t dunedaq::dfmodules::opmon::HDF5DataStoreInfo::_internal_new_bytes_output ( ) const
inlineprivate

Definition at line 301 of file DataStore.pb.h.

301 {
302 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
304}

◆ _internal_new_written_object()

uint64_t dunedaq::dfmodules::opmon::HDF5DataStoreInfo::_internal_new_written_object ( ) const
inlineprivate

Definition at line 367 of file DataStore.pb.h.

367 {
368 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
370}

◆ _internal_set_bytes_in_file()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::_internal_set_bytes_in_file ( ::uint64_t value)
inlineprivate

Definition at line 327 of file DataStore.pb.h.

327 {
328 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
329 ;
330 _impl_.bytes_in_file_ = value;
331}

◆ _internal_set_new_bytes_output()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::_internal_set_new_bytes_output ( ::uint64_t value)
inlineprivate

Definition at line 305 of file DataStore.pb.h.

305 {
306 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
307 ;
309}

◆ _internal_set_new_written_object()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::_internal_set_new_written_object ( ::uint64_t value)
inlineprivate

Definition at line 371 of file DataStore.pb.h.

371 {
372 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
373 ;
375}

◆ _internal_set_written_files()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::_internal_set_written_files ( ::uint32_t value)
inlineprivate

Definition at line 349 of file DataStore.pb.h.

349 {
350 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
351 ;
352 _impl_.written_files_ = value;
353}

◆ _internal_written_files()

uint32_t dunedaq::dfmodules::opmon::HDF5DataStoreInfo::_internal_written_files ( ) const
inlineprivate

Definition at line 345 of file DataStore.pb.h.

345 {
346 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
347 return _impl_.written_files_;
348}

◆ _InternalParse()

const char * dunedaq::dfmodules::opmon::HDF5DataStoreInfo::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 174 of file DataStore.pb.cc.

175 {
176 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
177 return ptr;
178}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_

◆ _InternalSerialize()

uint8_t * dunedaq::dfmodules::opmon::HDF5DataStoreInfo::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 227 of file DataStore.pb.cc.

229 {
230 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.dfmodules.opmon.HDF5DataStoreInfo)
231 ::uint32_t cached_has_bits = 0;
232 (void)cached_has_bits;
233
234 // uint64 new_bytes_output = 1;
235 if (this->_internal_new_bytes_output() != 0) {
236 target = stream->EnsureSpace(target);
237 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
238 1, this->_internal_new_bytes_output(), target);
239 }
240
241 // uint64 bytes_in_file = 2;
242 if (this->_internal_bytes_in_file() != 0) {
243 target = stream->EnsureSpace(target);
244 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
245 2, this->_internal_bytes_in_file(), target);
246 }
247
248 // uint32 written_files = 3;
249 if (this->_internal_written_files() != 0) {
250 target = stream->EnsureSpace(target);
251 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
252 3, this->_internal_written_files(), target);
253 }
254
255 // uint64 new_written_object = 10;
256 if (this->_internal_new_written_object() != 0) {
257 target = stream->EnsureSpace(target);
258 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
259 10, this->_internal_new_written_object(), target);
260 }
261
262 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
263 target =
264 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
265 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
266 }
267 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.dfmodules.opmon.HDF5DataStoreInfo)
268 return target;
269}

◆ bytes_in_file()

uint64_t dunedaq::dfmodules::opmon::HDF5DataStoreInfo::bytes_in_file ( ) const
inline

Definition at line 315 of file DataStore.pb.h.

315 {
316 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.HDF5DataStoreInfo.bytes_in_file)
318}

◆ ByteSizeLong()

size_t dunedaq::dfmodules::opmon::HDF5DataStoreInfo::ByteSizeLong ( ) const
final

Definition at line 271 of file DataStore.pb.cc.

271 {
272// @@protoc_insertion_point(message_byte_size_start:dunedaq.dfmodules.opmon.HDF5DataStoreInfo)
273 ::size_t total_size = 0;
274
275 ::uint32_t cached_has_bits = 0;
276 // Prevent compiler warnings about cached_has_bits being unused
277 (void) cached_has_bits;
278
279 // uint64 new_bytes_output = 1;
280 if (this->_internal_new_bytes_output() != 0) {
281 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
283 }
284
285 // uint64 bytes_in_file = 2;
286 if (this->_internal_bytes_in_file() != 0) {
287 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
289 }
290
291 // uint64 new_written_object = 10;
292 if (this->_internal_new_written_object() != 0) {
293 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
295 }
296
297 // uint32 written_files = 3;
298 if (this->_internal_written_files() != 0) {
299 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
301 }
302
303 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
304}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::Clear ( )
final

Definition at line 162 of file DataStore.pb.cc.

162 {
163// @@protoc_insertion_point(message_clear_start:dunedaq.dfmodules.opmon.HDF5DataStoreInfo)
164 ::uint32_t cached_has_bits = 0;
165 // Prevent compiler warnings about cached_has_bits being unused
166 (void) cached_has_bits;
167
168 ::memset(&_impl_.new_bytes_output_, 0, static_cast<::size_t>(
169 reinterpret_cast<char*>(&_impl_.written_files_) -
170 reinterpret_cast<char*>(&_impl_.new_bytes_output_)) + sizeof(_impl_.written_files_));
171 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
172}

◆ clear_bytes_in_file()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::clear_bytes_in_file ( )
inline

Definition at line 312 of file DataStore.pb.h.

312 {
313 _impl_.bytes_in_file_ = ::uint64_t{0u};
314}

◆ clear_new_bytes_output()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::clear_new_bytes_output ( )
inline

Definition at line 290 of file DataStore.pb.h.

290 {
291 _impl_.new_bytes_output_ = ::uint64_t{0u};
292}

◆ clear_new_written_object()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::clear_new_written_object ( )
inline

Definition at line 356 of file DataStore.pb.h.

356 {
357 _impl_.new_written_object_ = ::uint64_t{0u};
358}

◆ clear_written_files()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::clear_written_files ( )
inline

Definition at line 334 of file DataStore.pb.h.

334 {
336}

◆ CopyFrom()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::CopyFrom ( const HDF5DataStoreInfo & from)

Definition at line 336 of file DataStore.pb.cc.

336 {
337// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.dfmodules.opmon.HDF5DataStoreInfo)
338 if (&from == this) return;
339 Clear();
340 MergeFrom(from);
341}
void MergeFrom(const HDF5DataStoreInfo &from)
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final

◆ default_instance()

static const HDF5DataStoreInfo & dunedaq::dfmodules::opmon::HDF5DataStoreInfo::default_instance ( )
inlinestatic

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

127 {
129 }
static const HDF5DataStoreInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::dfmodules::opmon::HDF5DataStoreInfo::descriptor ( )
inlinestatic

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

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

◆ FullMessageName()

::absl::string_view dunedaq::dfmodules::opmon::HDF5DataStoreInfo::FullMessageName ( )
inlinestaticprivate

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

190 {
191 return "dunedaq.dfmodules.opmon.HDF5DataStoreInfo";
192 }

◆ GetCachedSize()

int dunedaq::dfmodules::opmon::HDF5DataStoreInfo::GetCachedSize ( ) const
inlinefinal

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

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::dfmodules::opmon::HDF5DataStoreInfo::GetClassData ( ) const
final

Definition at line 310 of file DataStore.pb.cc.

310{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::dfmodules::opmon::HDF5DataStoreInfo::GetDescriptor ( )
inlinestatic

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

121 {
122 return default_instance().GetMetadata().descriptor;
123 }
::google::protobuf::Metadata GetMetadata() const final
static const HDF5DataStoreInfo & default_instance()

◆ GetMetadata()

google::protobuf::Metadata dunedaq::dfmodules::opmon::HDF5DataStoreInfo::GetMetadata ( ) const
final

Definition at line 358 of file DataStore.pb.cc.

358 {
359 return ::_pbi::AssignDescriptors(
362}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_dfmodules_2fopmon_2fDataStore_2eproto_getter()
::absl::once_flag descriptor_table_dfmodules_2fopmon_2fDataStore_2eproto_once
::_pb::Metadata file_level_metadata_dfmodules_2fopmon_2fDataStore_2eproto[1]

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::dfmodules::opmon::HDF5DataStoreInfo::GetReflection ( )
inlinestatic

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

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

◆ internal_default_instance()

static const HDF5DataStoreInfo * dunedaq::dfmodules::opmon::HDF5DataStoreInfo::internal_default_instance ( )
inlinestatic

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

130 {
131 return reinterpret_cast<const HDF5DataStoreInfo*>(
133 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 HDF5DataStoreInfoDefaultTypeInternal _HDF5DataStoreInfo_default_instance_

◆ InternalSwap()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::InternalSwap ( HDF5DataStoreInfo * other)
private

Definition at line 347 of file DataStore.pb.cc.

347 {
348 using std::swap;
349 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
350 ::google::protobuf::internal::memswap<
351 PROTOBUF_FIELD_OFFSET(HDF5DataStoreInfo, _impl_.written_files_)
353 - PROTOBUF_FIELD_OFFSET(HDF5DataStoreInfo, _impl_.new_bytes_output_)>(
354 reinterpret_cast<char*>(&_impl_.new_bytes_output_),
355 reinterpret_cast<char*>(&other->_impl_.new_bytes_output_));
356}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::dfmodules::opmon::HDF5DataStoreInfo::IsInitialized ( ) const
final

Definition at line 343 of file DataStore.pb.cc.

343 {
344 return true;
345}

◆ MergeFrom()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::MergeFrom ( const HDF5DataStoreInfo & from)
inline

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

167 {
168 HDF5DataStoreInfo::MergeImpl(*this, from);
169 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 313 of file DataStore.pb.cc.

313 {
314 auto* const _this = static_cast<HDF5DataStoreInfo*>(&to_msg);
315 auto& from = static_cast<const HDF5DataStoreInfo&>(from_msg);
316 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.dfmodules.opmon.HDF5DataStoreInfo)
317 ABSL_DCHECK_NE(&from, _this);
318 ::uint32_t cached_has_bits = 0;
319 (void) cached_has_bits;
320
321 if (from._internal_new_bytes_output() != 0) {
322 _this->_internal_set_new_bytes_output(from._internal_new_bytes_output());
323 }
324 if (from._internal_bytes_in_file() != 0) {
325 _this->_internal_set_bytes_in_file(from._internal_bytes_in_file());
326 }
327 if (from._internal_new_written_object() != 0) {
328 _this->_internal_set_new_written_object(from._internal_new_written_object());
329 }
330 if (from._internal_written_files() != 0) {
331 _this->_internal_set_written_files(from._internal_written_files());
332 }
333 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
334}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::dfmodules::opmon::HDF5DataStoreInfo::mutable_unknown_fields ( )
inline

Definition at line 114 of file DataStore.pb.h.

114 {
115 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
116 }

◆ New()

HDF5DataStoreInfo * dunedaq::dfmodules::opmon::HDF5DataStoreInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

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

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

◆ new_bytes_output()

uint64_t dunedaq::dfmodules::opmon::HDF5DataStoreInfo::new_bytes_output ( ) const
inline

Definition at line 293 of file DataStore.pb.h.

293 {
294 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.HDF5DataStoreInfo.new_bytes_output)
296}

◆ new_written_object()

uint64_t dunedaq::dfmodules::opmon::HDF5DataStoreInfo::new_written_object ( ) const
inline

Definition at line 359 of file DataStore.pb.h.

359 {
360 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.HDF5DataStoreInfo.new_written_object)
362}

◆ operator=() [1/2]

HDF5DataStoreInfo & dunedaq::dfmodules::opmon::HDF5DataStoreInfo::operator= ( const HDF5DataStoreInfo & from)
inline

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

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

◆ operator=() [2/2]

HDF5DataStoreInfo & dunedaq::dfmodules::opmon::HDF5DataStoreInfo::operator= ( HDF5DataStoreInfo && from)
inlinenoexcept

Definition at line 97 of file DataStore.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 }
void InternalSwap(HDF5DataStoreInfo *other)

◆ set_bytes_in_file()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::set_bytes_in_file ( ::uint64_t value)
inline

Definition at line 319 of file DataStore.pb.h.

319 {
321 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.HDF5DataStoreInfo.bytes_in_file)
322}
void _internal_set_bytes_in_file(::uint64_t value)

◆ set_new_bytes_output()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::set_new_bytes_output ( ::uint64_t value)
inline

Definition at line 297 of file DataStore.pb.h.

297 {
299 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.HDF5DataStoreInfo.new_bytes_output)
300}
void _internal_set_new_bytes_output(::uint64_t value)

◆ set_new_written_object()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::set_new_written_object ( ::uint64_t value)
inline

Definition at line 363 of file DataStore.pb.h.

363 {
365 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.HDF5DataStoreInfo.new_written_object)
366}
void _internal_set_new_written_object(::uint64_t value)

◆ set_written_files()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::set_written_files ( ::uint32_t value)
inline

Definition at line 341 of file DataStore.pb.h.

341 {
343 // @@protoc_insertion_point(field_set:dunedaq.dfmodules.opmon.HDF5DataStoreInfo.written_files)
344}
void _internal_set_written_files(::uint32_t value)

◆ SetCachedSize()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 158 of file DataStore.pb.cc.

158 {
160}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 140 of file DataStore.pb.cc.

140 {
141 (void)arena;
142 new (&_impl_) Impl_{
143 decltype(_impl_.new_bytes_output_){::uint64_t{0u}},
144 decltype(_impl_.bytes_in_file_){::uint64_t{0u}},
145 decltype(_impl_.new_written_object_){::uint64_t{0u}},
146 decltype(_impl_.written_files_){0u},
147 /*decltype(_impl_._cached_size_)*/ {},
148 };
149}

◆ SharedDtor()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::SharedDtor ( )
inlineprivate

Definition at line 155 of file DataStore.pb.cc.

155 {
156 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
157}

◆ Swap()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::Swap ( HDF5DataStoreInfo * other)
inline

Definition at line 140 of file DataStore.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::dfmodules::opmon::HDF5DataStoreInfo::unknown_fields ( ) const
inline

Definition at line 111 of file DataStore.pb.h.

111 {
112 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
113 }

◆ UnsafeArenaSwap()

void dunedaq::dfmodules::opmon::HDF5DataStoreInfo::UnsafeArenaSwap ( HDF5DataStoreInfo * other)
inline

Definition at line 153 of file DataStore.pb.h.

153 {
154 if (other == this) return;
155 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
156 InternalSwap(other);
157 }

◆ written_files()

uint32_t dunedaq::dfmodules::opmon::HDF5DataStoreInfo::written_files ( ) const
inline

Definition at line 337 of file DataStore.pb.h.

337 {
338 // @@protoc_insertion_point(field_get:dunedaq.dfmodules.opmon.HDF5DataStoreInfo.written_files)
340}

Friends And Related Symbol Documentation

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

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

Definition at line 258 of file DataStore.pb.h.

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

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

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

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

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

Definition at line 256 of file DataStore.pb.h.

◆ ::TableStruct_dfmodules_2fopmon_2fDataStore_2eproto

Definition at line 270 of file DataStore.pb.h.

◆ swap

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

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

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

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ dunedaq::dfmodules::opmon::HDF5DataStoreInfo::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 4, 0, 0, 2 > dunedaq::dfmodules::opmon::HDF5DataStoreInfo::_table_
staticprivate

Definition at line 257 of file DataStore.pb.h.

◆ kIndexInFileMessages

int dunedaq::dfmodules::opmon::HDF5DataStoreInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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


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