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

#include <wib.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kAddrFieldNumber = 1 , kValueFieldNumber = 2 }
 

Public Member Functions

 RegValue ()
 
 ~RegValue () override
 
template<typename = void>
PROTOBUF_CONSTEXPR RegValue (::google::protobuf::internal::ConstantInitialized)
 
 RegValue (const RegValue &from)
 
 RegValue (RegValue &&from) noexcept
 
RegValueoperator= (const RegValue &from)
 
RegValueoperator= (RegValue &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (RegValue *other)
 
void UnsafeArenaSwap (RegValue *other)
 
RegValueNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const RegValue &from)
 
void MergeFrom (const RegValue &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)
 
void clear_value ()
 
::uint32_t value () const
 
void set_value (::uint32_t value)
 
template<typename >
PROTOBUF_CONSTEXPR RegValue (::_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 RegValuedefault_instance ()
 
static const RegValueinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 RegValue (::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 (RegValue *other)
 
::uint64_t _internal_addr () const
 
void _internal_set_addr (::uint64_t value)
 
::uint32_t _internal_value () const
 
void _internal_set_value (::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< 1, 2, 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 (RegValue &a, RegValue &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAddrFieldNumber 
kValueFieldNumber 

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

6853 : int {
6854 kAddrFieldNumber = 1,
6856 };
@ kValueFieldNumber
Definition wib.pb.h:6855

Constructor & Destructor Documentation

◆ RegValue() [1/6]

wib::RegValue::RegValue ( )
inline

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

6729: RegValue(nullptr) {}

◆ ~RegValue()

wib::RegValue::~RegValue ( )
override

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

8763 {
8764 // @@protoc_insertion_point(destructor:wib.RegValue)
8765 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
8766 SharedDtor();
8767}
void SharedDtor()
Definition wib.pb.cc:8768

◆ RegValue() [2/6]

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

◆ RegValue() [3/6]

wib::RegValue::RegValue ( const RegValue & from)

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

8750 : ::google::protobuf::Message(), _impl_(from._impl_) {
8751 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
8752 from._internal_metadata_);
8753 // @@protoc_insertion_point(copy_constructor:wib.RegValue)
8754}
Impl_ _impl_
Definition wib.pb.h:6892

◆ RegValue() [4/6]

wib::RegValue::RegValue ( RegValue && from)
inlinenoexcept

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

6736 : RegValue() {
6737 *this = ::std::move(from);
6738 }

◆ RegValue() [5/6]

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

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

8745 : ::google::protobuf::Message(arena) {
8746 SharedCtor(arena);
8747 // @@protoc_insertion_point(arena_constructor:wib.RegValue)
8748}
void SharedCtor(::google::protobuf::Arena *arena)
Definition wib.pb.cc:8755

◆ RegValue() [6/6]

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

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

673 : _impl_{
674 /*decltype(_impl_.addr_)*/ ::uint64_t{0u},
675 /*decltype(_impl_.value_)*/ 0u,
676 /*decltype(_impl_._cached_size_)*/ {},
677 } {}

Member Function Documentation

◆ _internal_addr()

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

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

10712 {
10713 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10714 return _impl_.addr_;
10715}
::uint64_t addr_
Definition wib.pb.h:6887

◆ _internal_set_addr()

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

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

10716 {
10717 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10718 ;
10719 _impl_.addr_ = value;
10720}
::uint32_t value() const
Definition wib.pb.h:10726

◆ _internal_set_value()

void wib::RegValue::_internal_set_value ( ::uint32_t value)
inlineprivate

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

10738 {
10739 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10740 ;
10742}
::uint32_t value_
Definition wib.pb.h:6888

◆ _internal_value()

uint32_t wib::RegValue::_internal_value ( ) const
inlineprivate

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

10734 {
10735 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10736 return _impl_.value_;
10737}

◆ _InternalParse()

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

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

8788 {
8789 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
8790 return ptr;
8791}
static const ::google::protobuf::internal::TcParseTable< 1, 2, 0, 0, 2 > _table_
Definition wib.pb.h:6882

◆ _InternalSerialize()

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

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

8832 {
8833 // @@protoc_insertion_point(serialize_to_array_start:wib.RegValue)
8834 ::uint32_t cached_has_bits = 0;
8835 (void)cached_has_bits;
8836
8837 // uint64 addr = 1;
8838 if (this->_internal_addr() != 0) {
8839 target = stream->EnsureSpace(target);
8840 target = ::_pbi::WireFormatLite::WriteUInt64ToArray(
8841 1, this->_internal_addr(), target);
8842 }
8843
8844 // uint32 value = 2;
8845 if (this->_internal_value() != 0) {
8846 target = stream->EnsureSpace(target);
8847 target = ::_pbi::WireFormatLite::WriteUInt32ToArray(
8848 2, this->_internal_value(), target);
8849 }
8850
8851 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
8852 target =
8853 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
8854 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
8855 }
8856 // @@protoc_insertion_point(serialize_to_array_end:wib.RegValue)
8857 return target;
8858}
::uint64_t _internal_addr() const
Definition wib.pb.h:10712
::uint32_t _internal_value() const
Definition wib.pb.h:10734

◆ addr()

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

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

10704 {
10705 // @@protoc_insertion_point(field_get:wib.RegValue.addr)
10706 return _internal_addr();
10707}

◆ ByteSizeLong()

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

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

8860 {
8861// @@protoc_insertion_point(message_byte_size_start:wib.RegValue)
8862 ::size_t total_size = 0;
8863
8864 ::uint32_t cached_has_bits = 0;
8865 // Prevent compiler warnings about cached_has_bits being unused
8866 (void) cached_has_bits;
8867
8868 // uint64 addr = 1;
8869 if (this->_internal_addr() != 0) {
8870 total_size += ::_pbi::WireFormatLite::UInt64SizePlusOne(
8871 this->_internal_addr());
8872 }
8873
8874 // uint32 value = 2;
8875 if (this->_internal_value() != 0) {
8876 total_size += ::_pbi::WireFormatLite::UInt32SizePlusOne(
8877 this->_internal_value());
8878 }
8879
8880 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
8881}
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition wib.pb.h:6889

◆ Clear()

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

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

8775 {
8776// @@protoc_insertion_point(message_clear_start:wib.RegValue)
8777 ::uint32_t cached_has_bits = 0;
8778 // Prevent compiler warnings about cached_has_bits being unused
8779 (void) cached_has_bits;
8780
8781 ::memset(&_impl_.addr_, 0, static_cast<::size_t>(
8782 reinterpret_cast<char*>(&_impl_.value_) -
8783 reinterpret_cast<char*>(&_impl_.addr_)) + sizeof(_impl_.value_));
8784 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
8785}

◆ clear_addr()

void wib::RegValue::clear_addr ( )
inline

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

10701 {
10702 _impl_.addr_ = ::uint64_t{0u};
10703}

◆ clear_value()

void wib::RegValue::clear_value ( )
inline

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

10723 {
10724 _impl_.value_ = 0u;
10725}

◆ CopyFrom()

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

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

8907 {
8908// @@protoc_insertion_point(class_specific_copy_from_start:wib.RegValue)
8909 if (&from == this) return;
8910 Clear();
8911 MergeFrom(from);
8912}
void MergeFrom(const RegValue &from)
Definition wib.pb.h:6814
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition wib.pb.cc:8775

◆ default_instance()

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

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

6774 {
6775 return *internal_default_instance();
6776 }
static const RegValue * internal_default_instance()
Definition wib.pb.h:6777

◆ descriptor()

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

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

6765 {
6766 return GetDescriptor();
6767 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition wib.pb.h:6768

◆ FullMessageName()

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

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

6837 {
6838 return "wib.RegValue";
6839 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

8887{ return &_class_data_; }
static const ClassData _class_data_
Definition wib.pb.h:6844

◆ GetDescriptor()

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

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

6768 {
6769 return default_instance().GetMetadata().descriptor;
6770 }
static const RegValue & default_instance()
Definition wib.pb.h:6774
::google::protobuf::Metadata GetMetadata() const final
Definition wib.pb.cc:8929

◆ GetMetadata()

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

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

8929 {
8930 return ::_pbi::AssignDescriptors(
8933}
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::RegValue::GetReflection ( )
inlinestatic

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

6771 {
6772 return default_instance().GetMetadata().reflection;
6773 }

◆ internal_default_instance()

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

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

6777 {
6778 return reinterpret_cast<const RegValue*>(
6780 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 RegValueDefaultTypeInternal _RegValue_default_instance_
Definition wib.pb.cc:687

◆ InternalSwap()

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

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

8918 {
8919 using std::swap;
8920 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
8921 ::google::protobuf::internal::memswap<
8922 PROTOBUF_FIELD_OFFSET(RegValue, _impl_.value_)
8923 + sizeof(RegValue::_impl_.value_)
8924 - PROTOBUF_FIELD_OFFSET(RegValue, _impl_.addr_)>(
8925 reinterpret_cast<char*>(&_impl_.addr_),
8926 reinterpret_cast<char*>(&other->_impl_.addr_));
8927}

◆ IsInitialized()

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

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

8914 {
8915 return true;
8916}

◆ MergeFrom()

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

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

6814 {
6815 RegValue::MergeImpl(*this, from);
6816 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition wib.pb.cc:8890

◆ MergeImpl()

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

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

8890 {
8891 auto* const _this = static_cast<RegValue*>(&to_msg);
8892 auto& from = static_cast<const RegValue&>(from_msg);
8893 // @@protoc_insertion_point(class_specific_merge_from_start:wib.RegValue)
8894 ABSL_DCHECK_NE(&from, _this);
8895 ::uint32_t cached_has_bits = 0;
8896 (void) cached_has_bits;
8897
8898 if (from._internal_addr() != 0) {
8899 _this->_internal_set_addr(from._internal_addr());
8900 }
8901 if (from._internal_value() != 0) {
8902 _this->_internal_set_value(from._internal_value());
8903 }
8904 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
8905}

◆ mutable_unknown_fields()

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

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

6761 {
6762 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
6763 }

◆ New()

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

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

6808 {
6809 return CreateMaybeMessage<RegValue>(arena);
6810 }

◆ operator=() [1/2]

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

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

6740 {
6741 CopyFrom(from);
6742 return *this;
6743 }
void CopyFrom(const RegValue &from)
Definition wib.pb.cc:8907

◆ operator=() [2/2]

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

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

6744 {
6745 if (this == &from) return *this;
6746 if (GetOwningArena() == from.GetOwningArena()
6747 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
6748 && GetOwningArena() != nullptr
6749 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
6750 ) {
6751 InternalSwap(&from);
6752 } else {
6753 CopyFrom(from);
6754 }
6755 return *this;
6756 }
void InternalSwap(RegValue *other)
Definition wib.pb.cc:8918

◆ set_addr()

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

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

10708 {
10710 // @@protoc_insertion_point(field_set:wib.RegValue.addr)
10711}
void _internal_set_addr(::uint64_t value)
Definition wib.pb.h:10716

◆ set_value()

void wib::RegValue::set_value ( ::uint32_t value)
inline

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

10730 {
10732 // @@protoc_insertion_point(field_set:wib.RegValue.value)
10733}
void _internal_set_value(::uint32_t value)
Definition wib.pb.h:10738

◆ SetCachedSize()

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

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

8771 {
8772 _impl_._cached_size_.Set(size);
8773}

◆ SharedCtor()

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

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

8755 {
8756 (void)arena;
8757 new (&_impl_) Impl_{
8758 decltype(_impl_.addr_){::uint64_t{0u}},
8759 decltype(_impl_.value_){0u},
8760 /*decltype(_impl_._cached_size_)*/ {},
8761 };
8762}

◆ SharedDtor()

void wib::RegValue::SharedDtor ( )
inlineprivate

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

8768 {
8769 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
8770}

◆ Swap()

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

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

6787 {
6788 if (other == this) return;
6789 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
6790 if (GetOwningArena() != nullptr &&
6791 GetOwningArena() == other->GetOwningArena()) {
6792 #else // PROTOBUF_FORCE_COPY_IN_SWAP
6793 if (GetOwningArena() == other->GetOwningArena()) {
6794 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
6795 InternalSwap(other);
6796 } else {
6797 ::google::protobuf::internal::GenericSwap(this, other);
6798 }
6799 }

◆ unknown_fields()

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

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

6758 {
6759 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
6760 }

◆ UnsafeArenaSwap()

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

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

6800 {
6801 if (other == this) return;
6802 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
6803 InternalSwap(other);
6804 }

◆ value()

uint32_t wib::RegValue::value ( ) const
inline

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

10726 {
10727 // @@protoc_insertion_point(field_get:wib.RegValue.value)
10728 return _internal_value();
10729}

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_wib_2eproto

friend struct ::TableStruct_wib_2eproto
friend

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

◆ swap

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

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

6784 {
6785 a.Swap(&b);
6786 }

Member Data Documentation

◆ [union]

union { ... } wib::RegValue

◆ _class_data_

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

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

◆ _impl_

Impl_ wib::RegValue::_impl_

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

◆ _table_

PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 const::_pbi::TcParseTable< 1, 2, 0, 0, 2 > wib::RegValue::_table_
staticprivate

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

◆ kIndexInFileMessages

int wib::RegValue::kIndexInFileMessages
staticconstexpr
Initial value:
=
35

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


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