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

#include <list_rev_info.pb.h>

Inheritance diagram for dunedaq::listrev::opmon::RandomListGeneratorInfo:
[legend]
Collaboration diagram for dunedaq::listrev::opmon::RandomListGeneratorInfo:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kGeneratedNumbersFieldNumber = 1 , kNewGeneratedNumbersFieldNumber = 2 , kListsSentFieldNumber = 11 , kNewListsSentFieldNumber = 12 }
 

Public Member Functions

 RandomListGeneratorInfo ()
 
 ~RandomListGeneratorInfo () override
 
template<typename = void>
PROTOBUF_CONSTEXPR RandomListGeneratorInfo (::google::protobuf::internal::ConstantInitialized)
 
 RandomListGeneratorInfo (const RandomListGeneratorInfo &from)
 
 RandomListGeneratorInfo (RandomListGeneratorInfo &&from) noexcept
 
RandomListGeneratorInfooperator= (const RandomListGeneratorInfo &from)
 
RandomListGeneratorInfooperator= (RandomListGeneratorInfo &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RandomListGeneratorInfo *other)
 
void UnsafeArenaSwap (RandomListGeneratorInfo *other)
 
RandomListGeneratorInfoNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const RandomListGeneratorInfo &from)
 
void MergeFrom (const RandomListGeneratorInfo &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_generated_numbers ()
 
::uint64_t generated_numbers () const
 
void set_generated_numbers (::uint64_t value)
 
void clear_new_generated_numbers ()
 
::uint64_t new_generated_numbers () const
 
void set_new_generated_numbers (::uint64_t value)
 
void clear_lists_sent ()
 
::uint64_t lists_sent () const
 
void set_lists_sent (::uint64_t value)
 
void clear_new_lists_sent ()
 
::uint64_t new_lists_sent () const
 
void set_new_lists_sent (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR RandomListGeneratorInfo (::_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 RandomListGeneratorInfodefault_instance ()
 
static const RandomListGeneratorInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 RandomListGeneratorInfo (::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 (RandomListGeneratorInfo *other)
 
::uint64_t _internal_generated_numbers () const
 
void _internal_set_generated_numbers (::uint64_t value)
 
::uint64_t _internal_new_generated_numbers () const
 
void _internal_set_new_generated_numbers (::uint64_t value)
 
::uint64_t _internal_lists_sent () const
 
void _internal_set_lists_sent (::uint64_t value)
 
::uint64_t _internal_new_lists_sent () const
 
void _internal_set_new_lists_sent (::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< 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_listrev_2fopmon_2flist_5frev_5finfo_2eproto
 
void swap (RandomListGeneratorInfo &a, RandomListGeneratorInfo &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kGeneratedNumbersFieldNumber 
kNewGeneratedNumbersFieldNumber 
kListsSentFieldNumber 
kNewListsSentFieldNumber 

Definition at line 454 of file list_rev_info.pb.h.

Constructor & Destructor Documentation

◆ RandomListGeneratorInfo() [1/6]

dunedaq::listrev::opmon::RandomListGeneratorInfo::RandomListGeneratorInfo ( )
inline

◆ ~RandomListGeneratorInfo()

dunedaq::listrev::opmon::RandomListGeneratorInfo::~RandomListGeneratorInfo ( )
override

Definition at line 578 of file list_rev_info.pb.cc.

578 {
579 // @@protoc_insertion_point(destructor:dunedaq.listrev.opmon.RandomListGeneratorInfo)
580 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
581 SharedDtor();
582}

◆ RandomListGeneratorInfo() [2/6]

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

◆ RandomListGeneratorInfo() [3/6]

dunedaq::listrev::opmon::RandomListGeneratorInfo::RandomListGeneratorInfo ( const RandomListGeneratorInfo & from)

Definition at line 562 of file list_rev_info.pb.cc.

563 : ::google::protobuf::Message(), _impl_(from._impl_) {
564 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
565 from._internal_metadata_);
566 // @@protoc_insertion_point(copy_constructor:dunedaq.listrev.opmon.RandomListGeneratorInfo)
567}

◆ RandomListGeneratorInfo() [4/6]

dunedaq::listrev::opmon::RandomListGeneratorInfo::RandomListGeneratorInfo ( RandomListGeneratorInfo && from)
inlinenoexcept

Definition at line 336 of file list_rev_info.pb.h.

338 *this = ::std::move(from);
339 }

◆ RandomListGeneratorInfo() [5/6]

dunedaq::listrev::opmon::RandomListGeneratorInfo::RandomListGeneratorInfo ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 557 of file list_rev_info.pb.cc.

558 : ::google::protobuf::Message(arena) {
559 SharedCtor(arena);
560 // @@protoc_insertion_point(arena_constructor:dunedaq.listrev.opmon.RandomListGeneratorInfo)
561}
void SharedCtor(::google::protobuf::Arena *arena)

◆ RandomListGeneratorInfo() [6/6]

template<typename >
PROTOBUF_CONSTEXPR dunedaq::listrev::opmon::RandomListGeneratorInfo::RandomListGeneratorInfo ( ::_pbi::ConstantInitialized )

Definition at line 50 of file list_rev_info.pb.cc.

51 : _impl_{
52 /*decltype(_impl_.generated_numbers_)*/ ::uint64_t{0u},
53 /*decltype(_impl_.new_generated_numbers_)*/ ::uint64_t{0u},
54 /*decltype(_impl_.lists_sent_)*/ ::uint64_t{0u},
55 /*decltype(_impl_.new_lists_sent_)*/ ::uint64_t{0u},
56 /*decltype(_impl_._cached_size_)*/ {},
57 } {}

Member Function Documentation

◆ _internal_generated_numbers()

uint64_t dunedaq::listrev::opmon::RandomListGeneratorInfo::_internal_generated_numbers ( ) const
inlineprivate

Definition at line 971 of file list_rev_info.pb.h.

971 {
972 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
974}

◆ _internal_lists_sent()

uint64_t dunedaq::listrev::opmon::RandomListGeneratorInfo::_internal_lists_sent ( ) const
inlineprivate

Definition at line 1015 of file list_rev_info.pb.h.

1015 {
1016 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1017 return _impl_.lists_sent_;
1018}

◆ _internal_new_generated_numbers()

uint64_t dunedaq::listrev::opmon::RandomListGeneratorInfo::_internal_new_generated_numbers ( ) const
inlineprivate

Definition at line 993 of file list_rev_info.pb.h.

993 {
994 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
996}

◆ _internal_new_lists_sent()

uint64_t dunedaq::listrev::opmon::RandomListGeneratorInfo::_internal_new_lists_sent ( ) const
inlineprivate

Definition at line 1037 of file list_rev_info.pb.h.

1037 {
1038 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
1039 return _impl_.new_lists_sent_;
1040}

◆ _internal_set_generated_numbers()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::_internal_set_generated_numbers ( ::uint64_t value)
inlineprivate

Definition at line 975 of file list_rev_info.pb.h.

975 {
976 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
977 ;
979}

◆ _internal_set_lists_sent()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::_internal_set_lists_sent ( ::uint64_t value)
inlineprivate

Definition at line 1019 of file list_rev_info.pb.h.

1019 {
1020 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1021 ;
1022 _impl_.lists_sent_ = value;
1023}

◆ _internal_set_new_generated_numbers()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::_internal_set_new_generated_numbers ( ::uint64_t value)
inlineprivate

Definition at line 997 of file list_rev_info.pb.h.

997 {
998 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
999 ;
1001}

◆ _internal_set_new_lists_sent()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::_internal_set_new_lists_sent ( ::uint64_t value)
inlineprivate

Definition at line 1041 of file list_rev_info.pb.h.

1041 {
1042 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
1043 ;
1044 _impl_.new_lists_sent_ = value;
1045}

◆ _InternalParse()

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

Definition at line 602 of file list_rev_info.pb.cc.

603 {
604 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
605 return ptr;
606}
static const ::google::protobuf::internal::TcParseTable< 2, 4, 0, 0, 2 > _table_

◆ _InternalSerialize()

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

Definition at line 657 of file list_rev_info.pb.cc.

659 {
660 // @@protoc_insertion_point(serialize_to_array_start:dunedaq.listrev.opmon.RandomListGeneratorInfo)
661 ::uint32_t cached_has_bits = 0;
662 (void)cached_has_bits;
663
664 // uint64 generated_numbers = 1;
665 if (this->_internal_generated_numbers() != 0) {
666 target = stream->EnsureSpace(target);
667 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
668 1, this->_internal_generated_numbers(), target);
669 }
670
671 // uint64 new_generated_numbers = 2;
672 if (this->_internal_new_generated_numbers() != 0) {
673 target = stream->EnsureSpace(target);
674 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
675 2, this->_internal_new_generated_numbers(), target);
676 }
677
678 // uint64 lists_sent = 11;
679 if (this->_internal_lists_sent() != 0) {
680 target = stream->EnsureSpace(target);
681 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
682 11, this->_internal_lists_sent(), target);
683 }
684
685 // uint64 new_lists_sent = 12;
686 if (this->_internal_new_lists_sent() != 0) {
687 target = stream->EnsureSpace(target);
688 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
689 12, this->_internal_new_lists_sent(), target);
690 }
691
692 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
693 target =
694 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
695 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
696 }
697 // @@protoc_insertion_point(serialize_to_array_end:dunedaq.listrev.opmon.RandomListGeneratorInfo)
698 return target;
699}

◆ ByteSizeLong()

size_t dunedaq::listrev::opmon::RandomListGeneratorInfo::ByteSizeLong ( ) const
final

Definition at line 701 of file list_rev_info.pb.cc.

701 {
702// @@protoc_insertion_point(message_byte_size_start:dunedaq.listrev.opmon.RandomListGeneratorInfo)
703 ::size_t total_size = 0;
704
705 ::uint32_t cached_has_bits = 0;
706 // Prevent compiler warnings about cached_has_bits being unused
707 (void) cached_has_bits;
708
709 // uint64 generated_numbers = 1;
710 if (this->_internal_generated_numbers() != 0) {
711 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
713 }
714
715 // uint64 new_generated_numbers = 2;
716 if (this->_internal_new_generated_numbers() != 0) {
717 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
719 }
720
721 // uint64 lists_sent = 11;
722 if (this->_internal_lists_sent() != 0) {
723 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
724 this->_internal_lists_sent());
725 }
726
727 // uint64 new_lists_sent = 12;
728 if (this->_internal_new_lists_sent() != 0) {
729 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
731 }
732
733 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
734}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void dunedaq::listrev::opmon::RandomListGeneratorInfo::Clear ( )
final

Definition at line 590 of file list_rev_info.pb.cc.

590 {
591// @@protoc_insertion_point(message_clear_start:dunedaq.listrev.opmon.RandomListGeneratorInfo)
592 ::uint32_t cached_has_bits = 0;
593 // Prevent compiler warnings about cached_has_bits being unused
594 (void) cached_has_bits;
595
596 ::memset(&_impl_.generated_numbers_, 0, static_cast<::size_t>(
597 reinterpret_cast<char*>(&_impl_.new_lists_sent_) -
598 reinterpret_cast<char*>(&_impl_.generated_numbers_)) + sizeof(_impl_.new_lists_sent_));
599 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
600}

◆ clear_generated_numbers()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::clear_generated_numbers ( )
inline

Definition at line 960 of file list_rev_info.pb.h.

960 {
961 _impl_.generated_numbers_ = ::uint64_t{0u};
962}

◆ clear_lists_sent()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::clear_lists_sent ( )
inline

Definition at line 1004 of file list_rev_info.pb.h.

1004 {
1005 _impl_.lists_sent_ = ::uint64_t{0u};
1006}

◆ clear_new_generated_numbers()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::clear_new_generated_numbers ( )
inline

Definition at line 982 of file list_rev_info.pb.h.

982 {
983 _impl_.new_generated_numbers_ = ::uint64_t{0u};
984}

◆ clear_new_lists_sent()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::clear_new_lists_sent ( )
inline

Definition at line 1026 of file list_rev_info.pb.h.

1026 {
1027 _impl_.new_lists_sent_ = ::uint64_t{0u};
1028}

◆ CopyFrom()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::CopyFrom ( const RandomListGeneratorInfo & from)

Definition at line 766 of file list_rev_info.pb.cc.

766 {
767// @@protoc_insertion_point(class_specific_copy_from_start:dunedaq.listrev.opmon.RandomListGeneratorInfo)
768 if (&from == this) return;
769 Clear();
770 MergeFrom(from);
771}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const RandomListGeneratorInfo &from)

◆ default_instance()

static const RandomListGeneratorInfo & dunedaq::listrev::opmon::RandomListGeneratorInfo::default_instance ( )
inlinestatic

Definition at line 375 of file list_rev_info.pb.h.

375 {
377 }
static const RandomListGeneratorInfo * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * dunedaq::listrev::opmon::RandomListGeneratorInfo::descriptor ( )
inlinestatic

Definition at line 366 of file list_rev_info.pb.h.

366 {
367 return GetDescriptor();
368 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view dunedaq::listrev::opmon::RandomListGeneratorInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 438 of file list_rev_info.pb.h.

438 {
439 return "dunedaq.listrev.opmon.RandomListGeneratorInfo";
440 }

◆ generated_numbers()

uint64_t dunedaq::listrev::opmon::RandomListGeneratorInfo::generated_numbers ( ) const
inline

Definition at line 963 of file list_rev_info.pb.h.

963 {
964 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.RandomListGeneratorInfo.generated_numbers)
966}

◆ GetCachedSize()

int dunedaq::listrev::opmon::RandomListGeneratorInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 428 of file list_rev_info.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * dunedaq::listrev::opmon::RandomListGeneratorInfo::GetClassData ( ) const
final

Definition at line 740 of file list_rev_info.pb.cc.

740{ return &_class_data_; }

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * dunedaq::listrev::opmon::RandomListGeneratorInfo::GetDescriptor ( )
inlinestatic

Definition at line 369 of file list_rev_info.pb.h.

369 {
370 return default_instance().GetMetadata().descriptor;
371 }
static const RandomListGeneratorInfo & default_instance()
::google::protobuf::Metadata GetMetadata() const final

◆ GetMetadata()

google::protobuf::Metadata dunedaq::listrev::opmon::RandomListGeneratorInfo::GetMetadata ( ) const
final

Definition at line 788 of file list_rev_info.pb.cc.

788 {
789 return ::_pbi::AssignDescriptors(
792}
::absl::once_flag descriptor_table_listrev_2fopmon_2flist_5frev_5finfo_2eproto_once
::_pb::Metadata file_level_metadata_listrev_2fopmon_2flist_5frev_5finfo_2eproto[3]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_listrev_2fopmon_2flist_5frev_5finfo_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * dunedaq::listrev::opmon::RandomListGeneratorInfo::GetReflection ( )
inlinestatic

Definition at line 372 of file list_rev_info.pb.h.

372 {
373 return default_instance().GetMetadata().reflection;
374 }

◆ internal_default_instance()

static const RandomListGeneratorInfo * dunedaq::listrev::opmon::RandomListGeneratorInfo::internal_default_instance ( )
inlinestatic

Definition at line 378 of file list_rev_info.pb.h.

378 {
379 return reinterpret_cast<const RandomListGeneratorInfo*>(
381 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RandomListGeneratorInfoDefaultTypeInternal _RandomListGeneratorInfo_default_instance_

◆ InternalSwap()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::InternalSwap ( RandomListGeneratorInfo * other)
private

Definition at line 777 of file list_rev_info.pb.cc.

777 {
778 using std::swap;
779 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
780 ::google::protobuf::internal::memswap<
781 PROTOBUF_FIELD_OFFSET(RandomListGeneratorInfo, _impl_.new_lists_sent_)
783 - PROTOBUF_FIELD_OFFSET(RandomListGeneratorInfo, _impl_.generated_numbers_)>(
784 reinterpret_cast<char*>(&_impl_.generated_numbers_),
785 reinterpret_cast<char*>(&other->_impl_.generated_numbers_));
786}

◆ IsInitialized()

PROTOBUF_NOINLINE bool dunedaq::listrev::opmon::RandomListGeneratorInfo::IsInitialized ( ) const
final

Definition at line 773 of file list_rev_info.pb.cc.

773 {
774 return true;
775}

◆ lists_sent()

uint64_t dunedaq::listrev::opmon::RandomListGeneratorInfo::lists_sent ( ) const
inline

Definition at line 1007 of file list_rev_info.pb.h.

1007 {
1008 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.RandomListGeneratorInfo.lists_sent)
1009 return _internal_lists_sent();
1010}

◆ MergeFrom()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::MergeFrom ( const RandomListGeneratorInfo & from)
inline

Definition at line 415 of file list_rev_info.pb.h.

415 {
417 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

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

Definition at line 743 of file list_rev_info.pb.cc.

743 {
744 auto* const _this = static_cast<RandomListGeneratorInfo*>(&to_msg);
745 auto& from = static_cast<const RandomListGeneratorInfo&>(from_msg);
746 // @@protoc_insertion_point(class_specific_merge_from_start:dunedaq.listrev.opmon.RandomListGeneratorInfo)
747 ABSL_DCHECK_NE(&from, _this);
748 ::uint32_t cached_has_bits = 0;
749 (void) cached_has_bits;
750
751 if (from._internal_generated_numbers() != 0) {
752 _this->_internal_set_generated_numbers(from._internal_generated_numbers());
753 }
754 if (from._internal_new_generated_numbers() != 0) {
755 _this->_internal_set_new_generated_numbers(from._internal_new_generated_numbers());
756 }
757 if (from._internal_lists_sent() != 0) {
758 _this->_internal_set_lists_sent(from._internal_lists_sent());
759 }
760 if (from._internal_new_lists_sent() != 0) {
761 _this->_internal_set_new_lists_sent(from._internal_new_lists_sent());
762 }
763 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
764}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * dunedaq::listrev::opmon::RandomListGeneratorInfo::mutable_unknown_fields ( )
inline

Definition at line 362 of file list_rev_info.pb.h.

362 {
363 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
364 }

◆ New()

RandomListGeneratorInfo * dunedaq::listrev::opmon::RandomListGeneratorInfo::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 409 of file list_rev_info.pb.h.

409 {
410 return CreateMaybeMessage<RandomListGeneratorInfo>(arena);
411 }

◆ new_generated_numbers()

uint64_t dunedaq::listrev::opmon::RandomListGeneratorInfo::new_generated_numbers ( ) const
inline

Definition at line 985 of file list_rev_info.pb.h.

985 {
986 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.RandomListGeneratorInfo.new_generated_numbers)
988}

◆ new_lists_sent()

uint64_t dunedaq::listrev::opmon::RandomListGeneratorInfo::new_lists_sent ( ) const
inline

Definition at line 1029 of file list_rev_info.pb.h.

1029 {
1030 // @@protoc_insertion_point(field_get:dunedaq.listrev.opmon.RandomListGeneratorInfo.new_lists_sent)
1031 return _internal_new_lists_sent();
1032}

◆ operator=() [1/2]

RandomListGeneratorInfo & dunedaq::listrev::opmon::RandomListGeneratorInfo::operator= ( const RandomListGeneratorInfo & from)
inline

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

341 {
342 CopyFrom(from);
343 return *this;
344 }
void CopyFrom(const RandomListGeneratorInfo &from)

◆ operator=() [2/2]

RandomListGeneratorInfo & dunedaq::listrev::opmon::RandomListGeneratorInfo::operator= ( RandomListGeneratorInfo && from)
inlinenoexcept

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

345 {
346 if (this == &from) return *this;
347 if (GetOwningArena() == from.GetOwningArena()
348 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
349 && GetOwningArena() != nullptr
350 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
351 ) {
352 InternalSwap(&from);
353 } else {
354 CopyFrom(from);
355 }
356 return *this;
357 }
void InternalSwap(RandomListGeneratorInfo *other)

◆ set_generated_numbers()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::set_generated_numbers ( ::uint64_t value)
inline

Definition at line 967 of file list_rev_info.pb.h.

967 {
969 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.RandomListGeneratorInfo.generated_numbers)
970}

◆ set_lists_sent()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::set_lists_sent ( ::uint64_t value)
inline

Definition at line 1011 of file list_rev_info.pb.h.

1011 {
1013 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.RandomListGeneratorInfo.lists_sent)
1014}

◆ set_new_generated_numbers()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::set_new_generated_numbers ( ::uint64_t value)
inline

Definition at line 989 of file list_rev_info.pb.h.

989 {
991 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.RandomListGeneratorInfo.new_generated_numbers)
992}

◆ set_new_lists_sent()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::set_new_lists_sent ( ::uint64_t value)
inline

Definition at line 1033 of file list_rev_info.pb.h.

1033 {
1035 // @@protoc_insertion_point(field_set:dunedaq.listrev.opmon.RandomListGeneratorInfo.new_lists_sent)
1036}

◆ SetCachedSize()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::SetCachedSize ( int size) const
finalprivate

Definition at line 586 of file list_rev_info.pb.cc.

586 {
588}
FELIX Initialization std::string initerror FELIX queue timed std::string queuename Unexpected chunk size

◆ SharedCtor()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 568 of file list_rev_info.pb.cc.

568 {
569 (void)arena;
570 new (&_impl_) Impl_{
571 decltype(_impl_.generated_numbers_){::uint64_t{0u}},
572 decltype(_impl_.new_generated_numbers_){::uint64_t{0u}},
573 decltype(_impl_.lists_sent_){::uint64_t{0u}},
574 decltype(_impl_.new_lists_sent_){::uint64_t{0u}},
575 /*decltype(_impl_._cached_size_)*/ {},
576 };
577}

◆ SharedDtor()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::SharedDtor ( )
inlineprivate

Definition at line 583 of file list_rev_info.pb.cc.

583 {
584 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
585}

◆ Swap()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::Swap ( RandomListGeneratorInfo * other)
inline

Definition at line 388 of file list_rev_info.pb.h.

388 {
389 if (other == this) return;
390 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
391 if (GetOwningArena() != nullptr &&
392 GetOwningArena() == other->GetOwningArena()) {
393 #else // PROTOBUF_FORCE_COPY_IN_SWAP
394 if (GetOwningArena() == other->GetOwningArena()) {
395 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
396 InternalSwap(other);
397 } else {
398 ::google::protobuf::internal::GenericSwap(this, other);
399 }
400 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & dunedaq::listrev::opmon::RandomListGeneratorInfo::unknown_fields ( ) const
inline

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

359 {
360 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
361 }

◆ UnsafeArenaSwap()

void dunedaq::listrev::opmon::RandomListGeneratorInfo::UnsafeArenaSwap ( RandomListGeneratorInfo * other)
inline

Definition at line 401 of file list_rev_info.pb.h.

401 {
402 if (other == this) return;
403 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
404 InternalSwap(other);
405 }

Friends And Related Symbol Documentation

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

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

Definition at line 506 of file list_rev_info.pb.h.

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

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

Definition at line 437 of file list_rev_info.pb.h.

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

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

Definition at line 504 of file list_rev_info.pb.h.

◆ ::TableStruct_listrev_2fopmon_2flist_5frev_5finfo_2eproto

Definition at line 518 of file list_rev_info.pb.h.

◆ swap

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

Definition at line 385 of file list_rev_info.pb.h.

385 {
386 a.Swap(&b);
387 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

Definition at line 445 of file list_rev_info.pb.h.

◆ _impl_

Impl_ dunedaq::listrev::opmon::RandomListGeneratorInfo::_impl_

Definition at line 517 of file list_rev_info.pb.h.

◆ _table_

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

Definition at line 505 of file list_rev_info.pb.h.

◆ kIndexInFileMessages

int dunedaq::listrev::opmon::RandomListGeneratorInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
1

Definition at line 382 of file list_rev_info.pb.h.


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