DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
daphne::InfoRequest Class Referencefinal

#include <daphne_control_high.pb.h>

Inheritance diagram for daphne::InfoRequest:
[legend]
Collaboration diagram for daphne::InfoRequest:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kLevelFieldNumber = 1 }
 

Public Member Functions

 InfoRequest ()
 
 ~InfoRequest () override
 
template<typename = void>
PROTOBUF_CONSTEXPR InfoRequest (::google::protobuf::internal::ConstantInitialized)
 
 InfoRequest (const InfoRequest &from)
 
 InfoRequest (InfoRequest &&from) noexcept
 
InfoRequestoperator= (const InfoRequest &from)
 
InfoRequestoperator= (InfoRequest &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (InfoRequest *other)
 
void UnsafeArenaSwap (InfoRequest *other)
 
InfoRequestNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const InfoRequest &from)
 
void MergeFrom (const InfoRequest &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_level ()
 
::uint32_t level () const
 
void set_level (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR InfoRequest (::_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 InfoRequestdefault_instance ()
 
static const InfoRequestinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 InfoRequest (::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 (InfoRequest *other)
 
::uint32_t _internal_level () const
 
void _internal_set_level (::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< 0, 1, 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_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto
 
void swap (InfoRequest &a, InfoRequest &b)
 

Detailed Description

Definition at line 3491 of file daphne_control_high.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

◆ InternalArenaConstructable_

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kLevelFieldNumber 

Definition at line 3618 of file daphne_control_high.pb.h.

3618 : int {
3620 };

Constructor & Destructor Documentation

◆ InfoRequest() [1/6]

daphne::InfoRequest::InfoRequest ( )
inline

Definition at line 3494 of file daphne_control_high.pb.h.

◆ ~InfoRequest()

daphne::InfoRequest::~InfoRequest ( )
override

Definition at line 5596 of file daphne_control_high.pb.cc.

5596 {
5597 // @@protoc_insertion_point(destructor:daphne.InfoRequest)
5598 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
5599 SharedDtor();
5600}

◆ InfoRequest() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR daphne::InfoRequest::InfoRequest ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ InfoRequest() [3/6]

daphne::InfoRequest::InfoRequest ( const InfoRequest & from)

Definition at line 5583 of file daphne_control_high.pb.cc.

5584 : ::google::protobuf::Message(), _impl_(from._impl_) {
5585 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
5586 from._internal_metadata_);
5587 // @@protoc_insertion_point(copy_constructor:daphne.InfoRequest)
5588}

◆ InfoRequest() [4/6]

daphne::InfoRequest::InfoRequest ( InfoRequest && from)
inlinenoexcept

Definition at line 3500 of file daphne_control_high.pb.h.

3501 : InfoRequest() {
3502 *this = ::std::move(from);
3503 }

◆ InfoRequest() [5/6]

daphne::InfoRequest::InfoRequest ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 5578 of file daphne_control_high.pb.cc.

5579 : ::google::protobuf::Message(arena) {
5580 SharedCtor(arena);
5581 // @@protoc_insertion_point(arena_constructor:daphne.InfoRequest)
5582}
void SharedCtor(::google::protobuf::Arena *arena)

◆ InfoRequest() [6/6]

template<typename >
PROTOBUF_CONSTEXPR daphne::InfoRequest::InfoRequest ( ::_pbi::ConstantInitialized )

Definition at line 348 of file daphne_control_high.pb.cc.

349 : _impl_{
350 /*decltype(_impl_.level_)*/ 0u,
351 /*decltype(_impl_._cached_size_)*/ {},
352 } {}

Member Function Documentation

◆ _internal_level()

uint32_t daphne::InfoRequest::_internal_level ( ) const
inlineprivate

Definition at line 8588 of file daphne_control_high.pb.h.

8588 {
8589 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
8590 return _impl_.level_;
8591}

◆ _internal_set_level()

void daphne::InfoRequest::_internal_set_level ( ::uint32_t value)
inlineprivate

Definition at line 8592 of file daphne_control_high.pb.h.

8592 {
8593 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
8594 ;
8595 _impl_.level_ = value;
8596}

◆ _InternalParse()

const char * daphne::InfoRequest::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 5618 of file daphne_control_high.pb.cc.

5619 {
5620 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
5621 return ptr;
5622}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_

◆ _InternalSerialize()

uint8_t * daphne::InfoRequest::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 5655 of file daphne_control_high.pb.cc.

5657 {
5658 // @@protoc_insertion_point(serialize_to_array_start:daphne.InfoRequest)
5659 ::uint32_t cached_has_bits = 0;
5660 (void)cached_has_bits;
5661
5662 // uint32 level = 1;
5663 if (this->_internal_level() != 0) {
5664 target = stream->EnsureSpace(target);
5665 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
5666 1, this->_internal_level(), target);
5667 }
5668
5669 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
5670 target =
5671 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
5672 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
5673 }
5674 // @@protoc_insertion_point(serialize_to_array_end:daphne.InfoRequest)
5675 return target;
5676}
::uint32_t _internal_level() const

◆ ByteSizeLong()

size_t daphne::InfoRequest::ByteSizeLong ( ) const
final

Definition at line 5678 of file daphne_control_high.pb.cc.

5678 {
5679// @@protoc_insertion_point(message_byte_size_start:daphne.InfoRequest)
5680 ::size_t total_size = 0;
5681
5682 ::uint32_t cached_has_bits = 0;
5683 // Prevent compiler warnings about cached_has_bits being unused
5684 (void) cached_has_bits;
5685
5686 // uint32 level = 1;
5687 if (this->_internal_level() != 0) {
5688 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
5689 this->_internal_level());
5690 }
5691
5692 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
5693}
mutable::google::protobuf::internal::CachedSize _cached_size_

◆ Clear()

PROTOBUF_NOINLINE void daphne::InfoRequest::Clear ( )
final

Definition at line 5608 of file daphne_control_high.pb.cc.

5608 {
5609// @@protoc_insertion_point(message_clear_start:daphne.InfoRequest)
5610 ::uint32_t cached_has_bits = 0;
5611 // Prevent compiler warnings about cached_has_bits being unused
5612 (void) cached_has_bits;
5613
5614 _impl_.level_ = 0u;
5615 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
5616}

◆ clear_level()

void daphne::InfoRequest::clear_level ( )
inline

Definition at line 8577 of file daphne_control_high.pb.h.

8577 {
8578 _impl_.level_ = 0u;
8579}

◆ CopyFrom()

void daphne::InfoRequest::CopyFrom ( const InfoRequest & from)

Definition at line 5716 of file daphne_control_high.pb.cc.

5716 {
5717// @@protoc_insertion_point(class_specific_copy_from_start:daphne.InfoRequest)
5718 if (&from == this) return;
5719 Clear();
5720 MergeFrom(from);
5721}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
void MergeFrom(const InfoRequest &from)

◆ default_instance()

static const InfoRequest & daphne::InfoRequest::default_instance ( )
inlinestatic

Definition at line 3539 of file daphne_control_high.pb.h.

3539 {
3540 return *internal_default_instance();
3541 }
static const InfoRequest * internal_default_instance()

◆ descriptor()

static const ::google::protobuf::Descriptor * daphne::InfoRequest::descriptor ( )
inlinestatic

Definition at line 3530 of file daphne_control_high.pb.h.

3530 {
3531 return GetDescriptor();
3532 }
static const ::google::protobuf::Descriptor * GetDescriptor()

◆ FullMessageName()

::absl::string_view daphne::InfoRequest::FullMessageName ( )
inlinestaticprivate

Definition at line 3602 of file daphne_control_high.pb.h.

3602 {
3603 return "daphne.InfoRequest";
3604 }

◆ GetCachedSize()

int daphne::InfoRequest::GetCachedSize ( ) const
inlinefinal

Definition at line 3592 of file daphne_control_high.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * daphne::InfoRequest::GetClassData ( ) const
final

Definition at line 5699 of file daphne_control_high.pb.cc.

5699{ return &_class_data_; }
static const ClassData _class_data_

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * daphne::InfoRequest::GetDescriptor ( )
inlinestatic

Definition at line 3533 of file daphne_control_high.pb.h.

3533 {
3534 return default_instance().GetMetadata().descriptor;
3535 }
::google::protobuf::Metadata GetMetadata() const final
static const InfoRequest & default_instance()

◆ GetMetadata()

google::protobuf::Metadata daphne::InfoRequest::GetMetadata ( ) const
final

Definition at line 5733 of file daphne_control_high.pb.cc.

5733 {
5734 return ::_pbi::AssignDescriptors(
5737}
::absl::once_flag descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_once
::_pb::Metadata file_level_metadata_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto[30]
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto_getter()

◆ GetReflection()

static const ::google::protobuf::Reflection * daphne::InfoRequest::GetReflection ( )
inlinestatic

Definition at line 3536 of file daphne_control_high.pb.h.

3536 {
3537 return default_instance().GetMetadata().reflection;
3538 }

◆ internal_default_instance()

static const InfoRequest * daphne::InfoRequest::internal_default_instance ( )
inlinestatic

Definition at line 3542 of file daphne_control_high.pb.h.

3542 {
3543 return reinterpret_cast<const InfoRequest*>(
3545 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 InfoRequestDefaultTypeInternal _InfoRequest_default_instance_

◆ InternalSwap()

void daphne::InfoRequest::InternalSwap ( InfoRequest * other)
private

Definition at line 5727 of file daphne_control_high.pb.cc.

5727 {
5728 using std::swap;
5729 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
5730 swap(_impl_.level_, other->_impl_.level_);
5731}
friend void swap(InfoRequest &a, InfoRequest &b)

◆ IsInitialized()

PROTOBUF_NOINLINE bool daphne::InfoRequest::IsInitialized ( ) const
final

Definition at line 5723 of file daphne_control_high.pb.cc.

5723 {
5724 return true;
5725}

◆ level()

uint32_t daphne::InfoRequest::level ( ) const
inline

Definition at line 8580 of file daphne_control_high.pb.h.

8580 {
8581 // @@protoc_insertion_point(field_get:daphne.InfoRequest.level)
8582 return _internal_level();
8583}

◆ MergeFrom()

void daphne::InfoRequest::MergeFrom ( const InfoRequest & from)
inline

Definition at line 3579 of file daphne_control_high.pb.h.

3579 {
3580 InfoRequest::MergeImpl(*this, from);
3581 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)

◆ MergeImpl()

void daphne::InfoRequest::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 5702 of file daphne_control_high.pb.cc.

5702 {
5703 auto* const _this = static_cast<InfoRequest*>(&to_msg);
5704 auto& from = static_cast<const InfoRequest&>(from_msg);
5705 // @@protoc_insertion_point(class_specific_merge_from_start:daphne.InfoRequest)
5706 ABSL_DCHECK_NE(&from, _this);
5707 ::uint32_t cached_has_bits = 0;
5708 (void) cached_has_bits;
5709
5710 if (from._internal_level() != 0) {
5711 _this->_internal_set_level(from._internal_level());
5712 }
5713 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
5714}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * daphne::InfoRequest::mutable_unknown_fields ( )
inline

Definition at line 3526 of file daphne_control_high.pb.h.

3526 {
3527 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
3528 }

◆ New()

InfoRequest * daphne::InfoRequest::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 3573 of file daphne_control_high.pb.h.

3573 {
3574 return CreateMaybeMessage<InfoRequest>(arena);
3575 }

◆ operator=() [1/2]

InfoRequest & daphne::InfoRequest::operator= ( const InfoRequest & from)
inline

Definition at line 3505 of file daphne_control_high.pb.h.

3505 {
3506 CopyFrom(from);
3507 return *this;
3508 }
void CopyFrom(const InfoRequest &from)

◆ operator=() [2/2]

InfoRequest & daphne::InfoRequest::operator= ( InfoRequest && from)
inlinenoexcept

Definition at line 3509 of file daphne_control_high.pb.h.

3509 {
3510 if (this == &from) return *this;
3511 if (GetOwningArena() == from.GetOwningArena()
3512 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
3513 && GetOwningArena() != nullptr
3514 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
3515 ) {
3516 InternalSwap(&from);
3517 } else {
3518 CopyFrom(from);
3519 }
3520 return *this;
3521 }
void InternalSwap(InfoRequest *other)

◆ set_level()

void daphne::InfoRequest::set_level ( ::uint32_t value)
inline

Definition at line 8584 of file daphne_control_high.pb.h.

8584 {
8585 _internal_set_level(value);
8586 // @@protoc_insertion_point(field_set:daphne.InfoRequest.level)
8587}
void _internal_set_level(::uint32_t value)

◆ SetCachedSize()

void daphne::InfoRequest::SetCachedSize ( int size) const
finalprivate

Definition at line 5604 of file daphne_control_high.pb.cc.

5604 {
5605 _impl_._cached_size_.Set(size);
5606}

◆ SharedCtor()

void daphne::InfoRequest::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 5589 of file daphne_control_high.pb.cc.

5589 {
5590 (void)arena;
5591 new (&_impl_) Impl_{
5592 decltype(_impl_.level_){0u},
5593 /*decltype(_impl_._cached_size_)*/ {},
5594 };
5595}

◆ SharedDtor()

void daphne::InfoRequest::SharedDtor ( )
inlineprivate

Definition at line 5601 of file daphne_control_high.pb.cc.

5601 {
5602 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
5603}

◆ Swap()

void daphne::InfoRequest::Swap ( InfoRequest * other)
inline

Definition at line 3552 of file daphne_control_high.pb.h.

3552 {
3553 if (other == this) return;
3554 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
3555 if (GetOwningArena() != nullptr &&
3556 GetOwningArena() == other->GetOwningArena()) {
3557 #else // PROTOBUF_FORCE_COPY_IN_SWAP
3558 if (GetOwningArena() == other->GetOwningArena()) {
3559 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
3560 InternalSwap(other);
3561 } else {
3562 ::google::protobuf::internal::GenericSwap(this, other);
3563 }
3564 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & daphne::InfoRequest::unknown_fields ( ) const
inline

Definition at line 3523 of file daphne_control_high.pb.h.

3523 {
3524 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
3525 }

◆ UnsafeArenaSwap()

void daphne::InfoRequest::UnsafeArenaSwap ( InfoRequest * other)
inline

Definition at line 3565 of file daphne_control_high.pb.h.

3565 {
3566 if (other == this) return;
3567 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
3568 InternalSwap(other);
3569 }

Friends And Related Symbol Documentation

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

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

Definition at line 3637 of file daphne_control_high.pb.h.

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

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

Definition at line 3601 of file daphne_control_high.pb.h.

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

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

Definition at line 3635 of file daphne_control_high.pb.h.

◆ ::TableStruct_daphnemodules_2fdaphne_5fcontrol_5fhigh_2eproto

◆ swap

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

Definition at line 3549 of file daphne_control_high.pb.h.

3549 {
3550 a.Swap(&b);
3551 }

Member Data Documentation

◆ [union]

union { ... } daphne::InfoRequest

◆ _class_data_

const::google::protobuf::Message::ClassData daphne::InfoRequest::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 3609 of file daphne_control_high.pb.h.

◆ _impl_

Impl_ daphne::InfoRequest::_impl_

Definition at line 3645 of file daphne_control_high.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > daphne::InfoRequest::_table_
staticprivate
Initial value:
= {
{
0,
0,
1, 0,
offsetof(decltype(_table_), field_lookup_table),
4294967294,
offsetof(decltype(_table_), field_entries),
1,
0,
offsetof(decltype(_table_), field_names),
::_pbi::TcParser::GenericFallback,
}, {{
{::_pbi::TcParser::SingularVarintNoZag1<::uint32_t, offsetof(InfoRequest, _impl_.level_), 63>(),
{8, 63, 0, PROTOBUF_FIELD_OFFSET(InfoRequest, _impl_.level_)}},
}}, {{
65535, 65535
}}, {{
{PROTOBUF_FIELD_OFFSET(InfoRequest, _impl_.level_), 0, 0,
(0 | ::_fl::kFcSingular | ::_fl::kUInt32)},
}},
{{
}},
}

Definition at line 3636 of file daphne_control_high.pb.h.

◆ kIndexInFileMessages

int daphne::InfoRequest::kIndexInFileMessages
staticconstexpr
Initial value:
=
15

Definition at line 3546 of file daphne_control_high.pb.h.


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