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

#include <wib.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kContentsFieldNumber = 1 }
 

Public Member Functions

 LogControl_Log ()
 
 ~LogControl_Log () override
 
template<typename = void>
PROTOBUF_CONSTEXPR LogControl_Log (::google::protobuf::internal::ConstantInitialized)
 
 LogControl_Log (const LogControl_Log &from)
 
 LogControl_Log (LogControl_Log &&from) noexcept
 
LogControl_Logoperator= (const LogControl_Log &from)
 
LogControl_Logoperator= (LogControl_Log &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (LogControl_Log *other)
 
void UnsafeArenaSwap (LogControl_Log *other)
 
LogControl_LogNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const LogControl_Log &from)
 
void MergeFrom (const LogControl_Log &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_contents ()
 
const std::string & contents () const
 
template<typename Arg_ = const std::string&, typename... Args_>
void set_contents (Arg_ &&arg, Args_... args)
 
std::string * mutable_contents ()
 
PROTOBUF_NODISCARD std::string * release_contents ()
 
void set_allocated_contents (std::string *ptr)
 
template<typename >
PROTOBUF_CONSTEXPR LogControl_Log (::_pbi::ConstantInitialized)
 
template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_contents (Arg_ &&arg, Args_... args)
 

Static Public Member Functions

static const ::google::protobuf::Descriptor * descriptor ()
 
static const ::google::protobuf::Descriptor * GetDescriptor ()
 
static const ::google::protobuf::Reflection * GetReflection ()
 
static const LogControl_Logdefault_instance ()
 
static const LogControl_Loginternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 LogControl_Log (::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_Log *other)
 
const std::string & _internal_contents () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_contents (const std::string &value)
 
std::string * _internal_mutable_contents ()
 

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 (LogControl_Log &a, LogControl_Log &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kContentsFieldNumber 

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

6204 : int {
6206 };

Constructor & Destructor Documentation

◆ LogControl_Log() [1/6]

wib::LogControl_Log::LogControl_Log ( )
inline

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

6080: LogControl_Log(nullptr) {}

◆ ~LogControl_Log()

wib::LogControl_Log::~LogControl_Log ( )
override

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

8125 {
8126 // @@protoc_insertion_point(destructor:wib.LogControl.Log)
8127 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
8128 SharedDtor();
8129}

◆ LogControl_Log() [2/6]

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

◆ LogControl_Log() [3/6]

wib::LogControl_Log::LogControl_Log ( const LogControl_Log & from)

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

8095 : ::google::protobuf::Message() {
8096 LogControl_Log* const _this = this;
8097 (void)_this;
8098 new (&_impl_) Impl_{
8099 decltype(_impl_.contents_){},
8100 /*decltype(_impl_._cached_size_)*/ {},
8101 };
8102 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
8103 from._internal_metadata_);
8104 _impl_.contents_.InitDefault();
8105 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
8106 _impl_.contents_.Set("", GetArenaForAllocation());
8107 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
8108 if (!from._internal_contents().empty()) {
8109 _this->_impl_.contents_.Set(from._internal_contents(), _this->GetArenaForAllocation());
8110 }
8111
8112 // @@protoc_insertion_point(copy_constructor:wib.LogControl.Log)
8113}
::google::protobuf::internal::ArenaStringPtr contents_
Definition wib.pb.h:6233

◆ LogControl_Log() [4/6]

wib::LogControl_Log::LogControl_Log ( LogControl_Log && from)
inlinenoexcept

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

6087 : LogControl_Log() {
6088 *this = ::std::move(from);
6089 }

◆ LogControl_Log() [5/6]

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

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

8091 : ::google::protobuf::Message(arena) {
8092 SharedCtor(arena);
8093 // @@protoc_insertion_point(arena_constructor:wib.LogControl.Log)
8094}
void SharedCtor(::google::protobuf::Arena *arena)
Definition wib.pb.cc:8114

◆ LogControl_Log() [6/6]

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

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

604 : _impl_{
605 /*decltype(_impl_.contents_)*/ {
606 &::_pbi::fixed_address_empty_string,
607 ::_pbi::ConstantInitialized{},
608 },
609 /*decltype(_impl_._cached_size_)*/ {},
610 } {}

Member Function Documentation

◆ _internal_contents()

const std::string & wib::LogControl_Log::_internal_contents ( ) const
inlineprivate

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

10515 {
10516 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10517 return _impl_.contents_.Get();
10518}

◆ _internal_mutable_contents()

std::string * wib::LogControl_Log::_internal_mutable_contents ( )
inlineprivate

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

10524 {
10525 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10526 ;
10527 return _impl_.contents_.Mutable( GetArenaForAllocation());
10528}

◆ _internal_set_contents()

void wib::LogControl_Log::_internal_set_contents ( const std::string & value)
inlineprivate

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

10519 {
10520 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10521 ;
10522 _impl_.contents_.Set(value, GetArenaForAllocation());
10523}

◆ _InternalParse()

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

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

8149 {
8150 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
8151 return ptr;
8152}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 0, 2 > _table_
Definition wib.pb.h:6228

◆ _InternalSerialize()

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

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

8187 {
8188 // @@protoc_insertion_point(serialize_to_array_start:wib.LogControl.Log)
8189 ::uint32_t cached_has_bits = 0;
8190 (void)cached_has_bits;
8191
8192 // bytes contents = 1;
8193 if (!this->_internal_contents().empty()) {
8194 const std::string& _s = this->_internal_contents();
8195 target = stream->WriteBytesMaybeAliased(1, _s, target);
8196 }
8197
8198 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
8199 target =
8200 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
8201 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
8202 }
8203 // @@protoc_insertion_point(serialize_to_array_end:wib.LogControl.Log)
8204 return target;
8205}
const std::string & _internal_contents() const
Definition wib.pb.h:10515

◆ ByteSizeLong()

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

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

8207 {
8208// @@protoc_insertion_point(message_byte_size_start:wib.LogControl.Log)
8209 ::size_t total_size = 0;
8210
8211 ::uint32_t cached_has_bits = 0;
8212 // Prevent compiler warnings about cached_has_bits being unused
8213 (void) cached_has_bits;
8214
8215 // bytes contents = 1;
8216 if (!this->_internal_contents().empty()) {
8217 total_size += 1 + ::google::protobuf::internal::WireFormatLite::BytesSize(
8218 this->_internal_contents());
8219 }
8220
8221 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
8222}
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition wib.pb.h:6234

◆ Clear()

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

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

8138 {
8139// @@protoc_insertion_point(message_clear_start:wib.LogControl.Log)
8140 ::uint32_t cached_has_bits = 0;
8141 // Prevent compiler warnings about cached_has_bits being unused
8142 (void) cached_has_bits;
8143
8144 _impl_.contents_.ClearToEmpty();
8145 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
8146}

◆ clear_contents()

void wib::LogControl_Log::clear_contents ( )
inline

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

10495 {
10496 _impl_.contents_.ClearToEmpty();
10497}

◆ contents()

const std::string & wib::LogControl_Log::contents ( ) const
inline

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

10498 {
10499 // @@protoc_insertion_point(field_get:wib.LogControl.Log.contents)
10500 return _internal_contents();
10501}

◆ CopyFrom()

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

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

8245 {
8246// @@protoc_insertion_point(class_specific_copy_from_start:wib.LogControl.Log)
8247 if (&from == this) return;
8248 Clear();
8249 MergeFrom(from);
8250}
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition wib.pb.cc:8138
void MergeFrom(const LogControl_Log &from)
Definition wib.pb.h:6165

◆ default_instance()

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

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

6125 {
6126 return *internal_default_instance();
6127 }
static const LogControl_Log * internal_default_instance()
Definition wib.pb.h:6128

◆ descriptor()

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

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

6116 {
6117 return GetDescriptor();
6118 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition wib.pb.h:6119

◆ FullMessageName()

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

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

6188 {
6189 return "wib.LogControl.Log";
6190 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

8228{ return &_class_data_; }
static const ClassData _class_data_
Definition wib.pb.h:6195

◆ GetDescriptor()

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

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

6119 {
6120 return default_instance().GetMetadata().descriptor;
6121 }
static const LogControl_Log & default_instance()
Definition wib.pb.h:6125
::google::protobuf::Metadata GetMetadata() const final
Definition wib.pb.cc:8265

◆ GetMetadata()

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

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

8265 {
8266 return ::_pbi::AssignDescriptors(
8269}
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_Log::GetReflection ( )
inlinestatic

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

6122 {
6123 return default_instance().GetMetadata().reflection;
6124 }

◆ internal_default_instance()

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

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

6128 {
6129 return reinterpret_cast<const LogControl_Log*>(
6131 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 LogControl_LogDefaultTypeInternal _LogControl_Log_default_instance_
Definition wib.pb.cc:620

◆ InternalSwap()

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

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

8256 {
8257 using std::swap;
8258 auto* lhs_arena = GetArenaForAllocation();
8259 auto* rhs_arena = other->GetArenaForAllocation();
8260 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
8261 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.contents_, lhs_arena,
8262 &other->_impl_.contents_, rhs_arena);
8263}

◆ IsInitialized()

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

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

8252 {
8253 return true;
8254}

◆ MergeFrom()

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

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

6165 {
6166 LogControl_Log::MergeImpl(*this, from);
6167 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition wib.pb.cc:8231

◆ MergeImpl()

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

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

8231 {
8232 auto* const _this = static_cast<LogControl_Log*>(&to_msg);
8233 auto& from = static_cast<const LogControl_Log&>(from_msg);
8234 // @@protoc_insertion_point(class_specific_merge_from_start:wib.LogControl.Log)
8235 ABSL_DCHECK_NE(&from, _this);
8236 ::uint32_t cached_has_bits = 0;
8237 (void) cached_has_bits;
8238
8239 if (!from._internal_contents().empty()) {
8240 _this->_internal_set_contents(from._internal_contents());
8241 }
8242 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
8243}

◆ mutable_contents()

std::string * wib::LogControl_Log::mutable_contents ( )
inline

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

10510 {
10511 std::string* _s = _internal_mutable_contents();
10512 // @@protoc_insertion_point(field_mutable:wib.LogControl.Log.contents)
10513 return _s;
10514}
std::string * _internal_mutable_contents()
Definition wib.pb.h:10524

◆ mutable_unknown_fields()

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

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

6112 {
6113 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
6114 }

◆ New()

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

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

6159 {
6160 return CreateMaybeMessage<LogControl_Log>(arena);
6161 }

◆ operator=() [1/2]

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

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

6091 {
6092 CopyFrom(from);
6093 return *this;
6094 }
void CopyFrom(const LogControl_Log &from)
Definition wib.pb.cc:8245

◆ operator=() [2/2]

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

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

6095 {
6096 if (this == &from) return *this;
6097 if (GetOwningArena() == from.GetOwningArena()
6098 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
6099 && GetOwningArena() != nullptr
6100 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
6101 ) {
6102 InternalSwap(&from);
6103 } else {
6104 CopyFrom(from);
6105 }
6106 return *this;
6107 }
void InternalSwap(LogControl_Log *other)
Definition wib.pb.cc:8256

◆ release_contents()

std::string * wib::LogControl_Log::release_contents ( )
inline

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

10529 {
10530 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10531 // @@protoc_insertion_point(field_release:wib.LogControl.Log.contents)
10532 return _impl_.contents_.Release();
10533}

◆ set_allocated_contents()

void wib::LogControl_Log::set_allocated_contents ( std::string * ptr)
inline

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

10534 {
10535 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10536 _impl_.contents_.SetAllocated(value, GetArenaForAllocation());
10537 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
10538 if (_impl_.contents_.IsDefault()) {
10539 _impl_.contents_.Set("", GetArenaForAllocation());
10540 }
10541 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
10542 // @@protoc_insertion_point(field_set_allocated:wib.LogControl.Log.contents)
10543}

◆ set_contents() [1/2]

template<typename Arg_ = const std::string&, typename... Args_>
void wib::LogControl_Log::set_contents ( Arg_ && arg,
Args_... args )

◆ set_contents() [2/2]

template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void wib::LogControl_Log::set_contents ( Arg_ && arg,
Args_... args )
inline

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

10504 {
10505 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10506 ;
10507 _impl_.contents_.SetBytes(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
10508 // @@protoc_insertion_point(field_set:wib.LogControl.Log.contents)
10509}

◆ SetCachedSize()

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

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

8134 {
8135 _impl_._cached_size_.Set(size);
8136}

◆ SharedCtor()

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

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

8114 {
8115 (void)arena;
8116 new (&_impl_) Impl_{
8117 decltype(_impl_.contents_){},
8118 /*decltype(_impl_._cached_size_)*/ {},
8119 };
8120 _impl_.contents_.InitDefault();
8121 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
8122 _impl_.contents_.Set("", GetArenaForAllocation());
8123 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
8124}

◆ SharedDtor()

void wib::LogControl_Log::SharedDtor ( )
inlineprivate

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

8130 {
8131 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
8132 _impl_.contents_.Destroy();
8133}

◆ Swap()

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

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

6138 {
6139 if (other == this) return;
6140 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
6141 if (GetOwningArena() != nullptr &&
6142 GetOwningArena() == other->GetOwningArena()) {
6143 #else // PROTOBUF_FORCE_COPY_IN_SWAP
6144 if (GetOwningArena() == other->GetOwningArena()) {
6145 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
6146 InternalSwap(other);
6147 } else {
6148 ::google::protobuf::internal::GenericSwap(this, other);
6149 }
6150 }

◆ unknown_fields()

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

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

6109 {
6110 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
6111 }

◆ UnsafeArenaSwap()

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

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

6151 {
6152 if (other == this) return;
6153 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
6154 InternalSwap(other);
6155 }

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_wib_2eproto

friend struct ::TableStruct_wib_2eproto
friend

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

◆ swap

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

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

6135 {
6136 a.Swap(&b);
6137 }

Member Data Documentation

◆ [union]

union { ... } wib::LogControl_Log

◆ _class_data_

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

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

◆ _impl_

Impl_ wib::LogControl_Log::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 0, 1, 0, 0, 2 > wib::LogControl_Log::_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::FastBS1,
{10, 63, 0, PROTOBUF_FIELD_OFFSET(LogControl_Log, _impl_.contents_)}},
}}, {{
65535, 65535
}}, {{
{PROTOBUF_FIELD_OFFSET(LogControl_Log, _impl_.contents_), 0, 0,
(0 | ::_fl::kFcSingular | ::_fl::kBytes | ::_fl::kRepAString)},
}},
{{
}},
}

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

◆ kIndexInFileMessages

int wib::LogControl_Log::kIndexInFileMessages
staticconstexpr
Initial value:
=
31

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


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