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

#include <wib.pb.h>

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

Classes

class  _Internal
 
struct  Impl_
 

Public Types

enum  : int { kVersionFieldNumber = 1 }
 

Public Member Functions

 GetSWVersion_Version ()
 
 ~GetSWVersion_Version () override
 
template<typename = void>
PROTOBUF_CONSTEXPR GetSWVersion_Version (::google::protobuf::internal::ConstantInitialized)
 
 GetSWVersion_Version (const GetSWVersion_Version &from)
 
 GetSWVersion_Version (GetSWVersion_Version &&from) noexcept
 
GetSWVersion_Versionoperator= (const GetSWVersion_Version &from)
 
GetSWVersion_Versionoperator= (GetSWVersion_Version &&from) noexcept
 
const ::google::protobuf::UnknownFieldSet & unknown_fields () const
 
inline ::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
 
void Swap (GetSWVersion_Version *other)
 
void UnsafeArenaSwap (GetSWVersion_Version *other)
 
GetSWVersion_VersionNew (::google::protobuf::Arena *arena=nullptr) const final
 
void CopyFrom (const GetSWVersion_Version &from)
 
void MergeFrom (const GetSWVersion_Version &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_version ()
 
const std::string & version () const
 
template<typename Arg_ = const std::string&, typename... Args_>
void set_version (Arg_ &&arg, Args_... args)
 
std::string * mutable_version ()
 
PROTOBUF_NODISCARD std::string * release_version ()
 
void set_allocated_version (std::string *ptr)
 
template<typename >
PROTOBUF_CONSTEXPR GetSWVersion_Version (::_pbi::ConstantInitialized)
 
template<typename Arg_ , typename... Args_>
PROTOBUF_ALWAYS_INLINE void set_version (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 GetSWVersion_Versiondefault_instance ()
 
static const GetSWVersion_Versioninternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 
static const ClassData _class_data_
 

Protected Member Functions

 GetSWVersion_Version (::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 (GetSWVersion_Version *other)
 
const std::string & _internal_version () const
 
PROTOBUF_ALWAYS_INLINE void _internal_set_version (const std::string &value)
 
std::string * _internal_mutable_version ()
 

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

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kVersionFieldNumber 

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

5172 : int {
5174 };

Constructor & Destructor Documentation

◆ GetSWVersion_Version() [1/6]

wib::GetSWVersion_Version::GetSWVersion_Version ( )
inline

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

5048: GetSWVersion_Version(nullptr) {}

◆ ~GetSWVersion_Version()

wib::GetSWVersion_Version::~GetSWVersion_Version ( )
override

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

7344 {
7345 // @@protoc_insertion_point(destructor:wib.GetSWVersion.Version)
7346 _internal_metadata_.Delete<::google::protobuf::UnknownFieldSet>();
7347 SharedDtor();
7348}

◆ GetSWVersion_Version() [2/6]

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

◆ GetSWVersion_Version() [3/6]

wib::GetSWVersion_Version::GetSWVersion_Version ( const GetSWVersion_Version & from)

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

7314 : ::google::protobuf::Message() {
7315 GetSWVersion_Version* const _this = this;
7316 (void)_this;
7317 new (&_impl_) Impl_{
7318 decltype(_impl_.version_){},
7319 /*decltype(_impl_._cached_size_)*/ {},
7320 };
7321 _internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(
7322 from._internal_metadata_);
7323 _impl_.version_.InitDefault();
7324 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
7325 _impl_.version_.Set("", GetArenaForAllocation());
7326 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
7327 if (!from._internal_version().empty()) {
7328 _this->_impl_.version_.Set(from._internal_version(), _this->GetArenaForAllocation());
7329 }
7330
7331 // @@protoc_insertion_point(copy_constructor:wib.GetSWVersion.Version)
7332}
::google::protobuf::internal::ArenaStringPtr version_
Definition wib.pb.h:5201

◆ GetSWVersion_Version() [4/6]

wib::GetSWVersion_Version::GetSWVersion_Version ( GetSWVersion_Version && from)
inlinenoexcept

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

5056 *this = ::std::move(from);
5057 }

◆ GetSWVersion_Version() [5/6]

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

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

7310 : ::google::protobuf::Message(arena) {
7311 SharedCtor(arena);
7312 // @@protoc_insertion_point(arena_constructor:wib.GetSWVersion.Version)
7313}
void SharedCtor(::google::protobuf::Arena *arena)
Definition wib.pb.cc:7333

◆ GetSWVersion_Version() [6/6]

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

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

501 : _impl_{
502 /*decltype(_impl_.version_)*/ {
503 &::_pbi::fixed_address_empty_string,
504 ::_pbi::ConstantInitialized{},
505 },
506 /*decltype(_impl_._cached_size_)*/ {},
507 } {}

Member Function Documentation

◆ _internal_mutable_version()

std::string * wib::GetSWVersion_Version::_internal_mutable_version ( )
inlineprivate

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

10313 {
10314 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10315 ;
10316 return _impl_.version_.Mutable( GetArenaForAllocation());
10317}

◆ _internal_set_version()

void wib::GetSWVersion_Version::_internal_set_version ( const std::string & value)
inlineprivate

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

10308 {
10309 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10310 ;
10311 _impl_.version_.Set(value, GetArenaForAllocation());
10312}

◆ _internal_version()

const std::string & wib::GetSWVersion_Version::_internal_version ( ) const
inlineprivate

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

10304 {
10305 PROTOBUF_TSAN_READ(&_impl_._tsan_detect_race);
10306 return _impl_.version_.Get();
10307}

◆ _InternalParse()

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

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

7368 {
7369 ptr = ::_pbi::TcParser::ParseLoop(this, ptr, ctx, &_table_.header);
7370 return ptr;
7371}
static const ::google::protobuf::internal::TcParseTable< 0, 1, 0, 40, 2 > _table_
Definition wib.pb.h:5196

◆ _InternalSerialize()

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

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

7409 {
7410 // @@protoc_insertion_point(serialize_to_array_start:wib.GetSWVersion.Version)
7411 ::uint32_t cached_has_bits = 0;
7412 (void)cached_has_bits;
7413
7414 // string version = 1;
7415 if (!this->_internal_version().empty()) {
7416 const std::string& _s = this->_internal_version();
7417 ::google::protobuf::internal::WireFormatLite::VerifyUtf8String(
7418 _s.data(), static_cast<int>(_s.length()), ::google::protobuf::internal::WireFormatLite::SERIALIZE, "wib.GetSWVersion.Version.version");
7419 target = stream->WriteStringMaybeAliased(1, _s, target);
7420 }
7421
7422 if (PROTOBUF_PREDICT_FALSE(_internal_metadata_.have_unknown_fields())) {
7423 target =
7424 ::_pbi::WireFormat::InternalSerializeUnknownFieldsToArray(
7425 _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance), target, stream);
7426 }
7427 // @@protoc_insertion_point(serialize_to_array_end:wib.GetSWVersion.Version)
7428 return target;
7429}
const std::string & _internal_version() const
Definition wib.pb.h:10304

◆ ByteSizeLong()

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

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

7431 {
7432// @@protoc_insertion_point(message_byte_size_start:wib.GetSWVersion.Version)
7433 ::size_t total_size = 0;
7434
7435 ::uint32_t cached_has_bits = 0;
7436 // Prevent compiler warnings about cached_has_bits being unused
7437 (void) cached_has_bits;
7438
7439 // string version = 1;
7440 if (!this->_internal_version().empty()) {
7441 total_size += 1 + ::google::protobuf::internal::WireFormatLite::StringSize(
7442 this->_internal_version());
7443 }
7444
7445 return MaybeComputeUnknownFieldsSize(total_size, &_impl_._cached_size_);
7446}
mutable::google::protobuf::internal::CachedSize _cached_size_
Definition wib.pb.h:5202

◆ Clear()

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

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

7357 {
7358// @@protoc_insertion_point(message_clear_start:wib.GetSWVersion.Version)
7359 ::uint32_t cached_has_bits = 0;
7360 // Prevent compiler warnings about cached_has_bits being unused
7361 (void) cached_has_bits;
7362
7363 _impl_.version_.ClearToEmpty();
7364 _internal_metadata_.Clear<::google::protobuf::UnknownFieldSet>();
7365}

◆ clear_version()

void wib::GetSWVersion_Version::clear_version ( )
inline

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

10284 {
10285 _impl_.version_.ClearToEmpty();
10286}

◆ CopyFrom()

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

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

7469 {
7470// @@protoc_insertion_point(class_specific_copy_from_start:wib.GetSWVersion.Version)
7471 if (&from == this) return;
7472 Clear();
7473 MergeFrom(from);
7474}
void MergeFrom(const GetSWVersion_Version &from)
Definition wib.pb.h:5133
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear() final
Definition wib.pb.cc:7357

◆ default_instance()

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

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

5093 {
5094 return *internal_default_instance();
5095 }
static const GetSWVersion_Version * internal_default_instance()
Definition wib.pb.h:5096

◆ descriptor()

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

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

5084 {
5085 return GetDescriptor();
5086 }
static const ::google::protobuf::Descriptor * GetDescriptor()
Definition wib.pb.h:5087

◆ FullMessageName()

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

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

5156 {
5157 return "wib.GetSWVersion.Version";
5158 }

◆ GetCachedSize()

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

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

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

◆ GetClassData()

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

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

7452{ return &_class_data_; }
static const ClassData _class_data_
Definition wib.pb.h:5163

◆ GetDescriptor()

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

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

5087 {
5088 return default_instance().GetMetadata().descriptor;
5089 }
static const GetSWVersion_Version & default_instance()
Definition wib.pb.h:5093
::google::protobuf::Metadata GetMetadata() const final
Definition wib.pb.cc:7489

◆ GetMetadata()

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

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

7489 {
7490 return ::_pbi::AssignDescriptors(
7493}
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::GetSWVersion_Version::GetReflection ( )
inlinestatic

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

5090 {
5091 return default_instance().GetMetadata().reflection;
5092 }

◆ internal_default_instance()

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

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

5096 {
5097 return reinterpret_cast<const GetSWVersion_Version*>(
5099 }
PROTOBUF_ATTRIBUTE_NO_DESTROY PROTOBUF_CONSTINIT PROTOBUF_ATTRIBUTE_INIT_PRIORITY1 GetSWVersion_VersionDefaultTypeInternal _GetSWVersion_Version_default_instance_
Definition wib.pb.cc:517

◆ InternalSwap()

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

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

7480 {
7481 using std::swap;
7482 auto* lhs_arena = GetArenaForAllocation();
7483 auto* rhs_arena = other->GetArenaForAllocation();
7484 _internal_metadata_.InternalSwap(&other->_internal_metadata_);
7485 ::_pbi::ArenaStringPtr::InternalSwap(&_impl_.version_, lhs_arena,
7486 &other->_impl_.version_, rhs_arena);
7487}

◆ IsInitialized()

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

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

7476 {
7477 return true;
7478}

◆ MergeFrom()

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

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

5133 {
5135 }
static void MergeImpl(::google::protobuf::Message &to_msg, const ::google::protobuf::Message &from_msg)
Definition wib.pb.cc:7455

◆ MergeImpl()

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

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

7455 {
7456 auto* const _this = static_cast<GetSWVersion_Version*>(&to_msg);
7457 auto& from = static_cast<const GetSWVersion_Version&>(from_msg);
7458 // @@protoc_insertion_point(class_specific_merge_from_start:wib.GetSWVersion.Version)
7459 ABSL_DCHECK_NE(&from, _this);
7460 ::uint32_t cached_has_bits = 0;
7461 (void) cached_has_bits;
7462
7463 if (!from._internal_version().empty()) {
7464 _this->_internal_set_version(from._internal_version());
7465 }
7466 _this->_internal_metadata_.MergeFrom<::google::protobuf::UnknownFieldSet>(from._internal_metadata_);
7467}

◆ mutable_unknown_fields()

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

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

5080 {
5081 return _internal_metadata_.mutable_unknown_fields<::google::protobuf::UnknownFieldSet>();
5082 }

◆ mutable_version()

std::string * wib::GetSWVersion_Version::mutable_version ( )
inline

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

10299 {
10300 std::string* _s = _internal_mutable_version();
10301 // @@protoc_insertion_point(field_mutable:wib.GetSWVersion.Version.version)
10302 return _s;
10303}
std::string * _internal_mutable_version()
Definition wib.pb.h:10313

◆ New()

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

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

5127 {
5128 return CreateMaybeMessage<GetSWVersion_Version>(arena);
5129 }

◆ operator=() [1/2]

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

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

5059 {
5060 CopyFrom(from);
5061 return *this;
5062 }
void CopyFrom(const GetSWVersion_Version &from)
Definition wib.pb.cc:7469

◆ operator=() [2/2]

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

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

5063 {
5064 if (this == &from) return *this;
5065 if (GetOwningArena() == from.GetOwningArena()
5066 #ifdef PROTOBUF_FORCE_COPY_IN_MOVE
5067 && GetOwningArena() != nullptr
5068 #endif // !PROTOBUF_FORCE_COPY_IN_MOVE
5069 ) {
5070 InternalSwap(&from);
5071 } else {
5072 CopyFrom(from);
5073 }
5074 return *this;
5075 }
void InternalSwap(GetSWVersion_Version *other)
Definition wib.pb.cc:7480

◆ release_version()

std::string * wib::GetSWVersion_Version::release_version ( )
inline

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

10318 {
10319 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10320 // @@protoc_insertion_point(field_release:wib.GetSWVersion.Version.version)
10321 return _impl_.version_.Release();
10322}

◆ set_allocated_version()

void wib::GetSWVersion_Version::set_allocated_version ( std::string * ptr)
inline

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

10323 {
10324 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10325 _impl_.version_.SetAllocated(value, GetArenaForAllocation());
10326 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
10327 if (_impl_.version_.IsDefault()) {
10328 _impl_.version_.Set("", GetArenaForAllocation());
10329 }
10330 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
10331 // @@protoc_insertion_point(field_set_allocated:wib.GetSWVersion.Version.version)
10332}

◆ set_version() [1/2]

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

◆ set_version() [2/2]

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

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

10293 {
10294 PROTOBUF_TSAN_WRITE(&_impl_._tsan_detect_race);
10295 ;
10296 _impl_.version_.Set(static_cast<Arg_&&>(arg), args..., GetArenaForAllocation());
10297 // @@protoc_insertion_point(field_set:wib.GetSWVersion.Version.version)
10298}

◆ SetCachedSize()

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

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

7353 {
7354 _impl_._cached_size_.Set(size);
7355}

◆ SharedCtor()

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

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

7333 {
7334 (void)arena;
7335 new (&_impl_) Impl_{
7336 decltype(_impl_.version_){},
7337 /*decltype(_impl_._cached_size_)*/ {},
7338 };
7339 _impl_.version_.InitDefault();
7340 #ifdef PROTOBUF_FORCE_COPY_DEFAULT_STRING
7341 _impl_.version_.Set("", GetArenaForAllocation());
7342 #endif // PROTOBUF_FORCE_COPY_DEFAULT_STRING
7343}

◆ SharedDtor()

void wib::GetSWVersion_Version::SharedDtor ( )
inlineprivate

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

7349 {
7350 ABSL_DCHECK(GetArenaForAllocation() == nullptr);
7351 _impl_.version_.Destroy();
7352}

◆ Swap()

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

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

5106 {
5107 if (other == this) return;
5108 #ifdef PROTOBUF_FORCE_COPY_IN_SWAP
5109 if (GetOwningArena() != nullptr &&
5110 GetOwningArena() == other->GetOwningArena()) {
5111 #else // PROTOBUF_FORCE_COPY_IN_SWAP
5112 if (GetOwningArena() == other->GetOwningArena()) {
5113 #endif // !PROTOBUF_FORCE_COPY_IN_SWAP
5114 InternalSwap(other);
5115 } else {
5116 ::google::protobuf::internal::GenericSwap(this, other);
5117 }
5118 }

◆ unknown_fields()

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

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

5077 {
5078 return _internal_metadata_.unknown_fields<::google::protobuf::UnknownFieldSet>(::google::protobuf::UnknownFieldSet::default_instance);
5079 }

◆ UnsafeArenaSwap()

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

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

5119 {
5120 if (other == this) return;
5121 ABSL_DCHECK(GetOwningArena() == other->GetOwningArena());
5122 InternalSwap(other);
5123 }

◆ version()

const std::string & wib::GetSWVersion_Version::version ( ) const
inline

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

10287 {
10288 // @@protoc_insertion_point(field_get:wib.GetSWVersion.Version.version)
10289 return _internal_version();
10290}

Friends And Related Symbol Documentation

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

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

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

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

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

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

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

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

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

◆ ::TableStruct_wib_2eproto

friend struct ::TableStruct_wib_2eproto
friend

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

◆ swap

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

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

5103 {
5104 a.Swap(&b);
5105 }

Member Data Documentation

◆ [union]

◆ _class_data_

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

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

◆ _impl_

Impl_ wib::GetSWVersion_Version::_impl_

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

◆ _table_

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

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

◆ kIndexInFileMessages

int wib::GetSWVersion_Version::kIndexInFileMessages
staticconstexpr
Initial value:
=
24

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


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