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

#include <wib.pb.h>

Inheritance diagram for wib::Peek:
[legend]
Collaboration diagram for wib::Peek:
[legend]

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kAddrFieldNumber = 1 }
 

Public Member Functions

 Peek ()
 
 ~Peek () override
 
template<typename = void>
PROTOBUF_CONSTEXPR Peek (::google::protobuf::internal::ConstantInitialized)
 
 Peek (const Peek &from)
 
 Peek (Peek &&from) noexcept
 
Peekoperator= (const Peek &from)
 
Peekoperator= (Peek &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (Peek *other)
 
void UnsafeArenaSwap (Peek *other)
 
PeekNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const Peek &from)
 
void MergeFrom (const Peek &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_addr ()
 
::uint64_t addr () const
 
void set_addr (::uint64_t value)
 
template<typename >
PROTOBUF_CONSTEXPR Peek (::_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 Peekdefault_instance ()
 
static const Peekinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 Peek (::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 (Peek *other)
 
::uint64_t _internal_addr () const
 
void _internal_set_addr (::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< 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_wib_2eproto
 
void swap (Peek &a, Peek &b)
 

Detailed Description

Definition at line 3249 of file wib.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 3397 of file wib.pb.h.

◆ InternalArenaConstructable_

Definition at line 3396 of file wib.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAddrFieldNumber 

Definition at line 3376 of file wib.pb.h.

3376 : int {
3377 kAddrFieldNumber = 1,
3378 };
@ kAddrFieldNumber
Definition wib.pb.h:3377

Constructor & Destructor Documentation

◆ Peek() [1/6]

wib::Peek::Peek ( )
inline

Definition at line 3252 of file wib.pb.h.

3252: Peek(nullptr) {}

◆ ~Peek()

wib::Peek::~Peek ( )
override

Definition at line 5258 of file wib.pb.cc.

5258 {
5259 // @@protoc_insertion_point(destructor:wib.Peek)
5260 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
5261 SharedDtor();
5262}
void SharedDtor()
Definition wib.pb.cc:5263

◆ Peek() [2/6]

template<typename = void>
PROTOBUF_CONSTEXPR wib::Peek::Peek ( ::google::protobuf::internal::ConstantInitialized )
explicit

◆ Peek() [3/6]

wib::Peek::Peek ( const Peek & from)

Definition at line 5245 of file wib.pb.cc.

5246 : ::google::protobuf::Message(), _impl_(from._impl_) {
5247 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
5248 from._internal_metadata_);
5249 // @@protoc_insertion_point(copy_constructor:wib.Peek)
5250}
Impl_ _impl_
Definition wib.pb.h:3403

◆ Peek() [4/6]

wib::Peek::Peek ( Peek && from)
inlinenoexcept

Definition at line 3258 of file wib.pb.h.

3259 : Peek() {
3260 *this = ::std::move(from);
3261 }

◆ Peek() [5/6]

wib::Peek::Peek ( ::google::protobuf::Arena * arena)
explicitprotected

Definition at line 5240 of file wib.pb.cc.

5241 : ::google::protobuf::Message(arena) {
5242 SharedCtor(arena);
5243 // @@protoc_insertion_point(arena_constructor:wib.Peek)
5244}
void SharedCtor(::google::protobuf::Arena *arena)
Definition wib.pb.cc:5251

◆ Peek() [6/6]

template<typename >
PROTOBUF_CONSTEXPR wib::Peek::Peek ( ::_pbi::ConstantInitialized )

Definition at line 335 of file wib.pb.cc.

336 : _impl_{
337 /*decltype(_impl_.addr_)*/ ::uint64_t{0u},
338 /*decltype(_impl_._cached_size_)*/ {},
339 } {}

Member Function Documentation

◆ _internal_addr()

uint64_t wib::Peek::_internal_addr ( ) const
inlineprivate

Definition at line 9247 of file wib.pb.h.

9247 {
9248 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
9249 return _impl_.addr_;
9250}
::uint64_t addr_
Definition wib.pb.h:3399

◆ _internal_set_addr()

void wib::Peek::_internal_set_addr ( ::uint64_t value)
inlineprivate

Definition at line 9251 of file wib.pb.h.

9251 {
9252 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
9253 ;
9254 _impl_.addr_ = value;
9255}

◆ _InternalParse()

const char * wib::Peek::_InternalParse ( const char * ptr,
::google::protobuf::internal::ParseContext * ctx )
final

Definition at line 5280 of file wib.pb.cc.

5281 {
5282 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
5283 return ptr;
5284}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_
Definition wib.pb.h:3394

◆ _InternalSerialize()

uint8_t * wib::Peek::_InternalSerialize ( ::uint8_t * target,
::google::protobuf::io::EpsCopyOutputStream * stream ) const
final

Definition at line 5317 of file wib.pb.cc.

5319 {
5320 // @@protoc_insertion_point(serialize_to_array_start:wib.Peek)
5321 ::uint32_t cached_has_bits = 0;
5322 (void)cached_has_bits;
5323
5324 // uint64 addr = 1;
5325 if (this->_internal_addr() != 0) {
5326 target = stream->EnsureSpace(target);
5327 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
5328 1, this->_internal_addr(), target);
5329 }
5330
5331 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
5332 target =
5333 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
5334 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
5335 }
5336 // @@protoc_insertion_point(serialize_to_array_end:wib.Peek)
5337 return target;
5338}
::uint64_t _internal_addr() const
Definition wib.pb.h:9247

◆ addr()

uint64_t wib::Peek::addr ( ) const
inline

Definition at line 9239 of file wib.pb.h.

9239 {
9240 // @@protoc_insertion_point(field_get:wib.Peek.addr)
9241 return _internal_addr();
9242}

◆ ByteSizeLong()

size_t wib::Peek::ByteSizeLong ( ) const
final

Definition at line 5340 of file wib.pb.cc.

5340 {
5341// @@protoc_insertion_point(message_byte_size_start:wib.Peek)
5342 ::size_t total_size = 0;
5343
5344 ::uint32_t cached_has_bits = 0;
5345 // Prevent compiler warnings about cached_has_bits being unused
5346 (void) cached_has_bits;
5347
5348 // uint64 addr = 1;
5349 if (this->_internal_addr() != 0) {
5350 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
5351 this->_internal_addr());
5352 }
5353
5354 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
5355}
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition wib.pb.h:3400

◆ Clear()

PROTOBUF_NOINLINE void wib::Peek::Clear ( )
final

Definition at line 5270 of file wib.pb.cc.

5270 {
5271// @@protoc_insertion_point(message_clear_start:wib.Peek)
5272 ::uint32_t cached_has_bits = 0;
5273 // Prevent compiler warnings about cached_has_bits being unused
5274 (void) cached_has_bits;
5275
5276 _impl_.addr_ = ::uint64_t{0u};
5277 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
5278}

◆ clear_addr()

void wib::Peek::clear_addr ( )
inline

Definition at line 9236 of file wib.pb.h.

9236 {
9237 _impl_.addr_ = ::uint64_t{0u};
9238}

◆ CopyFrom()

void wib::Peek::CopyFrom ( const Peek & from)

Definition at line 5378 of file wib.pb.cc.

5378 {
5379// @@protoc_insertion_point(class_specific_copy_from_start:wib.Peek)
5380 if (&from == this) return;
5381 Clear();
5382 MergeFrom(from);
5383}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition wib.pb.cc:5270
void MergeFrom(const Peek &from)
Definition wib.pb.h:3337

◆ default_instance()

static const Peek & wib::Peek::default_instance ( )
inlinestatic

Definition at line 3297 of file wib.pb.h.

3297 {
3298 return *internal_default_instance();
3299 }
static const Peek * internal_default_instance()
Definition wib.pb.h:3300

◆ descriptor()

static const ::google::protobuf::Descriptor * wib::Peek::descriptor ( )
inlinestatic

Definition at line 3288 of file wib.pb.h.

3288 {
3289 return GetDescriptor();
3290 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition wib.pb.h:3291

◆ FullMessageName()

::absl::string_view wib::Peek::FullMessageName ( )
inlinestaticprivate

Definition at line 3360 of file wib.pb.h.

3360 {
3361 return "wib.Peek";
3362 }

◆ GetCachedSize()

int wib::Peek::GetCachedSize ( ) const
inlinefinal

Definition at line 3350 of file wib.pb.h.

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

◆ GetClassData()

const::google::protobuf::Message::ClassData * wib::Peek::GetClassData ( ) const
final

Definition at line 5361 of file wib.pb.cc.

5361{ return &_class_data_; }
static const ClassData _class_data_
Definition wib.pb.h:3367

◆ GetDescriptor()

static const ::google::protobuf::Descriptor * wib::Peek::GetDescriptor ( )
inlinestatic

Definition at line 3291 of file wib.pb.h.

3291 {
3292 return default_instance().GetMetadata().descriptor;
3293 }
static const Peek & default_instance()
Definition wib.pb.h:3297
::google::protobuf::Metadata GetMetadata() const final
Definition wib.pb.cc:5395

◆ GetMetadata()

google::protobuf::Metadata wib::Peek::GetMetadata ( ) const
final

Definition at line 5395 of file wib.pb.cc.

5395 {
5396 return ::_pbi::AssignDescriptors(
5399}
PROTOBUF_ATTRIBUTE_WEAKconst ::_pbi::DescriptorTable * descriptor_table_wib_2eproto_getter()
Definition wib.pb.cc:1346
::absl::once_flag descriptor_table_wib_2eproto_once
Definition wib.pb.cc:1316
::_pb::Metadata file_level_metadata_wib_2eproto[37]
Definition wib.pb.cc:710

◆ GetReflection()

static const ::google::protobuf::Reflection * wib::Peek::GetReflection ( )
inlinestatic

Definition at line 3294 of file wib.pb.h.

3294 {
3295 return default_instance().GetMetadata().reflection;
3296 }

◆ internal_default_instance()

static const Peek * wib::Peek::internal_default_instance ( )
inlinestatic

Definition at line 3300 of file wib.pb.h.

3300 {
3301 return reinterpret_cast<const Peek*>(
3303 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 PeekDefaultTypeInternal _Peek_default_instance_
Definition wib.pb.cc:349

◆ InternalSwap()

void wib::Peek::InternalSwap ( Peek * other)
private

Definition at line 5389 of file wib.pb.cc.

5389 {
5390 using std::swap;
5391 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
5392 swap(_impl_.addr_, other->_impl_.addr_);
5393}
friend void swap(Peek &a, Peek &b)
Definition wib.pb.h:3307

◆ IsInitialized()

PROTOBUF_NOINLINE bool wib::Peek::IsInitialized ( ) const
final

Definition at line 5385 of file wib.pb.cc.

5385 {
5386 return true;
5387}

◆ MergeFrom()

void wib::Peek::MergeFrom ( const Peek & from)
inline

Definition at line 3337 of file wib.pb.h.

3337 {
3338 Peek::MergeImpl(*this, from);
3339 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition wib.pb.cc:5364

◆ MergeImpl()

void wib::Peek::MergeImpl ( ::google::protobuf::Message & to_msg,
const ::google::protobuf::Message & from_msg )
staticprivate

Definition at line 5364 of file wib.pb.cc.

5364 {
5365 auto* const _this = static_cast<Peek*>(&to_msg);
5366 auto& from = static_cast<const Peek&>(from_msg);
5367 // @@protoc_insertion_point(class_specific_merge_from_start:wib.Peek)
5368 ABSL_DCHECK_NE(&from, _this);
5369 ::uint32_t cached_has_bits = 0;
5370 (void) cached_has_bits;
5371
5372 if (from._internal_addr() != 0) {
5373 _this->_internal_set_addr(from._internal_addr());
5374 }
5375 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
5376}

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet * wib::Peek::mutable_unknown_fields ( )
inline

Definition at line 3284 of file wib.pb.h.

3284 {
3285 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
3286 }

◆ New()

Peek * wib::Peek::New ( ::google::protobuf::Arena * arena = nullptr) const
inlinefinal

Definition at line 3331 of file wib.pb.h.

3331 {
3332 return CreateMaybeMessage<Peek>(arena);
3333 }

◆ operator=() [1/2]

Peek & wib::Peek::operator= ( const Peek & from)
inline

Definition at line 3263 of file wib.pb.h.

3263 {
3264 CopyFrom(from);
3265 return *this;
3266 }
void CopyFrom(const Peek &from)
Definition wib.pb.cc:5378

◆ operator=() [2/2]

Peek & wib::Peek::operator= ( Peek && from)
inlinenoexcept

Definition at line 3267 of file wib.pb.h.

3267 {
3268 if (this == &from) return *this;
3269 if (GetOwningArena() == from.GetOwningArena()
3270 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
3271 && GetOwningArena() != nullptr
3272 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
3273 ) {
3274 InternalSwap(&from);
3275 } else {
3276 CopyFrom(from);
3277 }
3278 return *this;
3279 }
void InternalSwap(Peek *other)
Definition wib.pb.cc:5389

◆ set_addr()

void wib::Peek::set_addr ( ::uint64_t value)
inline

Definition at line 9243 of file wib.pb.h.

9243 {
9244 _internal_set_addr(value);
9245 // @@protoc_insertion_point(field_set:wib.Peek.addr)
9246}
void _internal_set_addr(::uint64_t value)
Definition wib.pb.h:9251

◆ SetCachedSize()

void wib::Peek::SetCachedSize ( int size) const
finalprivate

Definition at line 5266 of file wib.pb.cc.

5266 {
5267 _impl_._cached_size_.Set(size);
5268}

◆ SharedCtor()

void wib::Peek::SharedCtor ( ::google::protobuf::Arena * arena)
inlineprivate

Definition at line 5251 of file wib.pb.cc.

5251 {
5252 (void)arena;
5253 new (&_impl_) Impl_{
5254 decltype(_impl_.addr_){::uint64_t{0u}},
5255 /*decltype(_impl_._cached_size_)*/ {},
5256 };
5257}

◆ SharedDtor()

void wib::Peek::SharedDtor ( )
inlineprivate

Definition at line 5263 of file wib.pb.cc.

5263 {
5264 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
5265}

◆ Swap()

void wib::Peek::Swap ( Peek * other)
inline

Definition at line 3310 of file wib.pb.h.

3310 {
3311 if (other == this) return;
3312 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
3313 if (GetOwningArena() != nullptr &&
3314 GetOwningArena() == other->GetOwningArena()) {
3315 #else // PROTOBUF_FORCE_COPY_IN_SWAP
3316 if (GetOwningArena() == other->GetOwningArena()) {
3317 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
3318 InternalSwap(other);
3319 } else {
3320 ::google::protobuf::internal::GenericSwap(this, other);
3321 }
3322 }

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet & wib::Peek::unknown_fields ( ) const
inline

Definition at line 3281 of file wib.pb.h.

3281 {
3282 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
3283 }

◆ UnsafeArenaSwap()

void wib::Peek::UnsafeArenaSwap ( Peek * other)
inline

Definition at line 3323 of file wib.pb.h.

3323 {
3324 if (other == this) return;
3325 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
3326 InternalSwap(other);
3327 }

Friends And Related Symbol Documentation

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

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

Definition at line 3395 of file wib.pb.h.

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

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

Definition at line 3359 of file wib.pb.h.

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

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

Definition at line 3393 of file wib.pb.h.

◆ ::TableStruct_wib_2eproto

friend struct ::TableStruct_wib_2eproto
friend

Definition at line 3404 of file wib.pb.h.

◆ swap

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

Definition at line 3307 of file wib.pb.h.

3307 {
3308 a.Swap(&b);
3309 }

Member Data Documentation

◆ [union]

union { ... } wib::Peek

◆ _class_data_

const::google::protobuf::Message::ClassData wib::Peek::_class_data_
static
Initial value:
= {
::google::protobuf::Message::CopyWithSourceCheck,
}

Definition at line 3367 of file wib.pb.h.

◆ _impl_

Impl_ wib::Peek::_impl_

Definition at line 3403 of file wib.pb.h.

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > wib::Peek::_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<::uint64_t, offsetof(Peek, _impl_.addr_), 63>(),
{8, 63, 0, PROTOBUF_FIELD_OFFSET(Peek, _impl_.addr_)}},
}}, {{
65535, 65535
}}, {{
{PROTOBUF_FIELD_OFFSET(Peek, _impl_.addr_), 0, 0,
(0 | ::_fl::kFcSingular | ::_fl::kUInt64)},
}},
{{
}},
}

Definition at line 3394 of file wib.pb.h.

◆ kIndexInFileMessages

int wib::Peek::kIndexInFileMessages
staticconstexpr
Initial value:
=
15

Definition at line 3304 of file wib.pb.h.


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