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

#include <wib.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kClearLogFieldNumber = 1 , kReturnLogFieldNumber = 2 , kBootLogFieldNumber = 3 }
 
typedef LogControl_Log Log
 

Public Member Functions

 LogControl ()
 
 ~LogControl () override
 
template<typename = void>
PROTOBUF_CONSTEXPR LogControl (::google::protobuf::internal::ConstantInitialized)
 
 LogControl (const LogControl &from)
 
 LogControl (LogControl &&from) noexcept
 
LogControloperator= (const LogControl &from)
 
LogControloperator= (LogControl &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LogControl *other)
 
void UnsafeArenaSwap (LogControl *other)
 
LogControlNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const LogControl &from)
 
void MergeFrom (const LogControl &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_clear_log ()
 
bool clear_log () const
 
void set_clear_log (bool value)
 
void clear_return_log ()
 
bool return_log () const
 
void set_return_log (bool value)
 
void clear_boot_log ()
 
bool boot_log () const
 
void set_boot_log (bool value)
 
template<typename >
PROTOBUF_CONSTEXPR LogControl (::_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 LogControldefault_instance ()
 
static const LogControlinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 LogControl (::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 (LogControl *other)
 
bool _internal_clear_log () const
 
void _internal_set_clear_log (bool value)
 
bool _internal_return_log () const
 
void _internal_set_return_log (bool value)
 
bool _internal_boot_log () const
 
void _internal_set_boot_log (bool 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, 3, 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 (LogControl &a, LogControl &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

◆ Log

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kClearLogFieldNumber 
kReturnLogFieldNumber 
kBootLogFieldNumber 

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

6370 : int {
6374 };
@ kReturnLogFieldNumber
Definition wib.pb.h:6372

Constructor & Destructor Documentation

◆ LogControl() [1/6]

wib::LogControl::LogControl ( )
inline

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

6244: LogControl(nullptr) {}

◆ ~LogControl()

wib::LogControl::~LogControl ( )
override

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

8296 {
8297 // @@protoc_insertion_point(destructor:wib.LogControl)
8298 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
8299 SharedDtor();
8300}
void SharedDtor()
Definition wib.pb.cc:8301

◆ LogControl() [2/6]

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

◆ LogControl() [3/6]

wib::LogControl::LogControl ( const LogControl & from)

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

8282 : ::google::protobuf::Message(), _impl_(from._impl_) {
8283 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
8284 from._internal_metadata_);
8285 // @@protoc_insertion_point(copy_constructor:wib.LogControl)
8286}

◆ LogControl() [4/6]

wib::LogControl::LogControl ( LogControl && from)
inlinenoexcept

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

6251 : LogControl() {
6252 *this = ::std::move(from);
6253 }

◆ LogControl() [5/6]

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

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

8277 : ::google::protobuf::Message(arena) {
8278 SharedCtor(arena);
8279 // @@protoc_insertion_point(arena_constructor:wib.LogControl)
8280}
void SharedCtor(::google::protobuf::Arena *arena)
Definition wib.pb.cc:8287

◆ LogControl() [6/6]

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

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

623 : _impl_{
624 /*decltype(_impl_.clear_log_)*/ false,
625 /*decltype(_impl_.return_log_)*/ false,
626 /*decltype(_impl_.boot_log_)*/ false,
627 /*decltype(_impl_._cached_size_)*/ {},
628 } {}

Member Function Documentation

◆ _internal_boot_log()

bool wib::LogControl::_internal_boot_log ( ) const
inlineprivate

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

10605 {
10606 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10607 return _impl_.boot_log_;
10608}

◆ _internal_clear_log()

bool wib::LogControl::_internal_clear_log ( ) const
inlineprivate

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

10561 {
10562 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10563 return _impl_.clear_log_;
10564}

◆ _internal_return_log()

bool wib::LogControl::_internal_return_log ( ) const
inlineprivate

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

10583 {
10584 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10585 return _impl_.return_log_;
10586}

◆ _internal_set_boot_log()

void wib::LogControl::_internal_set_boot_log ( bool value)
inlineprivate

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

10609 {
10610 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10611 ;
10612 _impl_.boot_log_ = value;
10613}

◆ _internal_set_clear_log()

void wib::LogControl::_internal_set_clear_log ( bool value)
inlineprivate

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

10565 {
10566 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10567 ;
10568 _impl_.clear_log_ = value;
10569}

◆ _internal_set_return_log()

void wib::LogControl::_internal_set_return_log ( bool value)
inlineprivate

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

10587 {
10588 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10589 ;
10590 _impl_.return_log_ = value;
10591}

◆ _InternalParse()

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

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

8321 {
8322 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
8323 return ptr;
8324}
static const ::google::protobuf::internal::TcParseTable< 2, 3, 0, 0, 2 > _table_
Definition wib.pb.h:6410

◆ _InternalSerialize()

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

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

8372 {
8373 // @@protoc_insertion_point(serialize_to_array_start:wib.LogControl)
8374 ::uint32_t cached_has_bits = 0;
8375 (void)cached_has_bits;
8376
8377 // bool clear_log = 1;
8378 if (this->_internal_clear_log() != 0) {
8379 target = stream->EnsureSpace(target);
8380 target = ::_pbi::WireFormatLite::WriteBoolToArray(
8381 1, this->_internal_clear_log(), target);
8382 }
8383
8384 // bool return_log = 2;
8385 if (this->_internal_return_log() != 0) {
8386 target = stream->EnsureSpace(target);
8387 target = ::_pbi::WireFormatLite::WriteBoolToArray(
8388 2, this->_internal_return_log(), target);
8389 }
8390
8391 // bool boot_log = 3;
8392 if (this->_internal_boot_log() != 0) {
8393 target = stream->EnsureSpace(target);
8394 target = ::_pbi::WireFormatLite::WriteBoolToArray(
8395 3, this->_internal_boot_log(), target);
8396 }
8397
8398 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
8399 target =
8400 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
8401 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
8402 }
8403 // @@protoc_insertion_point(serialize_to_array_end:wib.LogControl)
8404 return target;
8405}
bool _internal_clear_log() const
Definition wib.pb.h:10561
bool _internal_return_log() const
Definition wib.pb.h:10583
bool _internal_boot_log() const
Definition wib.pb.h:10605

◆ boot_log()

bool wib::LogControl::boot_log ( ) const
inline

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

10597 {
10598 // @@protoc_insertion_point(field_get:wib.LogControl.boot_log)
10599 return _internal_boot_log();
10600}

◆ ByteSizeLong()

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

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

8407 {
8408// @@protoc_insertion_point(message_byte_size_start:wib.LogControl)
8409 ::size_t total_size = 0;
8410
8411 ::uint32_t cached_has_bits = 0;
8412 // Prevent compiler warnings about cached_has_bits being unused
8413 (void) cached_has_bits;
8414
8415 // bool clear_log = 1;
8416 if (this->_internal_clear_log() != 0) {
8417 total_size += 2;
8418 }
8419
8420 // bool return_log = 2;
8421 if (this->_internal_return_log() != 0) {
8422 total_size += 2;
8423 }
8424
8425 // bool boot_log = 3;
8426 if (this->_internal_boot_log() != 0) {
8427 total_size += 2;
8428 }
8429
8430 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
8431}
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition wib.pb.h:6418

◆ Clear()

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

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

8308 {
8309// @@protoc_insertion_point(message_clear_start:wib.LogControl)
8310 ::uint32_t cached_has_bits = 0;
8311 // Prevent compiler warnings about cached_has_bits being unused
8312 (void) cached_has_bits;
8313
8314 ::memset(&_impl_.clear_log_, 0, static_cast<::size_t>(
8315 reinterpret_cast<char*>(&_impl_.boot_log_) -
8316 reinterpret_cast<char*>(&_impl_.clear_log_)) + sizeof(_impl_.boot_log_));
8317 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
8318}

◆ clear_boot_log()

void wib::LogControl::clear_boot_log ( )
inline

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

10594 {
10595 _impl_.boot_log_ = false;
10596}

◆ clear_clear_log()

void wib::LogControl::clear_clear_log ( )
inline

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

10550 {
10551 _impl_.clear_log_ = false;
10552}

◆ clear_log()

bool wib::LogControl::clear_log ( ) const
inline

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

10553 {
10554 // @@protoc_insertion_point(field_get:wib.LogControl.clear_log)
10555 return _internal_clear_log();
10556}

◆ clear_return_log()

void wib::LogControl::clear_return_log ( )
inline

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

10572 {
10573 _impl_.return_log_ = false;
10574}

◆ CopyFrom()

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

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

8460 {
8461// @@protoc_insertion_point(class_specific_copy_from_start:wib.LogControl)
8462 if (&from == this) return;
8463 Clear();
8464 MergeFrom(from);
8465}
void MergeFrom(const LogControl &from)
Definition wib.pb.h:6329
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition wib.pb.cc:8308

◆ default_instance()

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

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

6289 {
6290 return *internal_default_instance();
6291 }
static const LogControl * internal_default_instance()
Definition wib.pb.h:6292

◆ descriptor()

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

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

6280 {
6281 return GetDescriptor();
6282 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition wib.pb.h:6283

◆ FullMessageName()

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

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

6352 {
6353 return "wib.LogControl";
6354 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

8437{ return &_class_data_; }
static const ClassData _class_data_
Definition wib.pb.h:6359

◆ GetDescriptor()

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

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

6283 {
6284 return default_instance().GetMetadata().descriptor;
6285 }
::google::protobuf::Metadata GetMetadata() const final
Definition wib.pb.cc:8482
static const LogControl & default_instance()
Definition wib.pb.h:6289

◆ GetMetadata()

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

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

8482 {
8483 return ::_pbi::AssignDescriptors(
8486}
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::LogControl::GetReflection ( )
inlinestatic

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

6286 {
6287 return default_instance().GetMetadata().reflection;
6288 }

◆ internal_default_instance()

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

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

6292 {
6293 return reinterpret_cast<const LogControl*>(
6295 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LogControlDefaultTypeInternal _LogControl_default_instance_
Definition wib.pb.cc:638

◆ InternalSwap()

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

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

8471 {
8472 using std::swap;
8473 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
8474 ::google::protobuf::internal::memswap<
8475 PROTOBUF_FIELD_OFFSET(LogControl, _impl_.boot_log_)
8477 - PROTOBUF_FIELD_OFFSET(LogControl, _impl_.clear_log_)>(
8478 reinterpret_cast<char*>(&_impl_.clear_log_),
8479 reinterpret_cast<char*>(&other->_impl_.clear_log_));
8480}

◆ IsInitialized()

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

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

8467 {
8468 return true;
8469}

◆ MergeFrom()

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

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

6329 {
6330 LogControl::MergeImpl(*this, from);
6331 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition wib.pb.cc:8440

◆ MergeImpl()

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

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

8440 {
8441 auto* const _this = static_cast<LogControl*>(&to_msg);
8442 auto& from = static_cast<const LogControl&>(from_msg);
8443 // @@protoc_insertion_point(class_specific_merge_from_start:wib.LogControl)
8444 ABSL_DCHECK_NE(&from, _this);
8445 ::uint32_t cached_has_bits = 0;
8446 (void) cached_has_bits;
8447
8448 if (from._internal_clear_log() != 0) {
8449 _this->_internal_set_clear_log(from._internal_clear_log());
8450 }
8451 if (from._internal_return_log() != 0) {
8452 _this->_internal_set_return_log(from._internal_return_log());
8453 }
8454 if (from._internal_boot_log() != 0) {
8455 _this->_internal_set_boot_log(from._internal_boot_log());
8456 }
8457 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
8458}

◆ mutable_unknown_fields()

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

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

6276 {
6277 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
6278 }

◆ New()

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

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

6323 {
6324 return CreateMaybeMessage<LogControl>(arena);
6325 }

◆ operator=() [1/2]

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

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

6255 {
6256 CopyFrom(from);
6257 return *this;
6258 }
void CopyFrom(const LogControl &from)
Definition wib.pb.cc:8460

◆ operator=() [2/2]

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

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

6259 {
6260 if (this == &from) return *this;
6261 if (GetOwningArena() == from.GetOwningArena()
6262 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
6263 && GetOwningArena() != nullptr
6264 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
6265 ) {
6266 InternalSwap(&from);
6267 } else {
6268 CopyFrom(from);
6269 }
6270 return *this;
6271 }
void InternalSwap(LogControl *other)
Definition wib.pb.cc:8471

◆ return_log()

bool wib::LogControl::return_log ( ) const
inline

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

10575 {
10576 // @@protoc_insertion_point(field_get:wib.LogControl.return_log)
10577 return _internal_return_log();
10578}

◆ set_boot_log()

void wib::LogControl::set_boot_log ( bool value)
inline

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

10601 {
10603 // @@protoc_insertion_point(field_set:wib.LogControl.boot_log)
10604}
void _internal_set_boot_log(bool value)
Definition wib.pb.h:10609

◆ set_clear_log()

void wib::LogControl::set_clear_log ( bool value)
inline

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

10557 {
10559 // @@protoc_insertion_point(field_set:wib.LogControl.clear_log)
10560}
void _internal_set_clear_log(bool value)
Definition wib.pb.h:10565

◆ set_return_log()

void wib::LogControl::set_return_log ( bool value)
inline

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

10579 {
10581 // @@protoc_insertion_point(field_set:wib.LogControl.return_log)
10582}
void _internal_set_return_log(bool value)
Definition wib.pb.h:10587

◆ SetCachedSize()

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

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

8304 {
8305 _impl_._cached_size_.Set(size);
8306}

◆ SharedCtor()

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

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

8287 {
8288 (void)arena;
8289 new (&_impl_) Impl_{
8290 decltype(_impl_.clear_log_){false},
8291 decltype(_impl_.return_log_){false},
8292 decltype(_impl_.boot_log_){false},
8293 /*decltype(_impl_._cached_size_)*/ {},
8294 };
8295}

◆ SharedDtor()

void wib::LogControl::SharedDtor ( )
inlineprivate

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

8301 {
8302 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
8303}

◆ Swap()

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

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

6302 {
6303 if (other == this) return;
6304 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
6305 if (GetOwningArena() != nullptr &&
6306 GetOwningArena() == other->GetOwningArena()) {
6307 #else // PROTOBUF_FORCE_COPY_IN_SWAP
6308 if (GetOwningArena() == other->GetOwningArena()) {
6309 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
6310 InternalSwap(other);
6311 } else {
6312 ::google::protobuf::internal::GenericSwap(this, other);
6313 }
6314 }

◆ unknown_fields()

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

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

6273 {
6274 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
6275 }

◆ UnsafeArenaSwap()

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

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

6315 {
6316 if (other == this) return;
6317 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
6318 InternalSwap(other);
6319 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_wib_2eproto

friend struct ::TableStruct_wib_2eproto
friend

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

◆ swap

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

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

6299 {
6300 a.Swap(&b);
6301 }

Member Data Documentation

◆ [union]

union { ... } wib::LogControl

◆ _class_data_

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

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

◆ _impl_

Impl_ wib::LogControl::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 2, 3, 0, 0, 2 > wib::LogControl::_table_
staticprivate

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

◆ kIndexInFileMessages

int wib::LogControl::kIndexInFileMessages
staticconstexpr
Initial value:
=
32

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


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