Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Types | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
UInt32Value Class Reference

#include <wrappers.pb.h>

Inheritance diagram for UInt32Value:
Inheritance graph
[legend]

Public Types

enum  : int { kValueFieldNumber = 1 }
 

Public Member Functions

size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_value ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const UInt32Value &from)
 
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena () const final
 
int GetCachedSize () const final
 
voidGetMaybeArenaPointer () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target) const final
 
bool IsInitialized () const final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const UInt32Value &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
UInt32ValueNew () const final
 
UInt32ValueNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
UInt32Valueoperator= (const UInt32Value &from)
 
UInt32Valueoperator= (UInt32Value &&from) noexcept
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_value (::PROTOBUF_NAMESPACE_ID::uint32 value)
 
void Swap (UInt32Value *other)
 
 UInt32Value ()
 
 UInt32Value (const UInt32Value &from)
 
 UInt32Value (UInt32Value &&from) noexcept
 
void UnsafeArenaSwap (UInt32Value *other)
 
::PROTOBUF_NAMESPACE_ID::uint32 value () const
 
virtual ~UInt32Value ()
 

Static Public Member Functions

static const UInt32Valuedefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static void InitAsDefaultInstance ()
 
static const UInt32Valueinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 UInt32Value (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 

Private Types

typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual () const
 
void InternalSwap (UInt32Value *other)
 
voidMaybeArenaPtr () const
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
void SetCachedSize (int size) const final
 
void SharedCtor ()
 
void SharedDtor ()
 

Static Private Member Functions

static void ArenaDtor (void *object)
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic ()
 

Private Attributes

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize _cached_size_
 
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
 
::PROTOBUF_NAMESPACE_ID::uint32 value_
 

Friends

template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_google_2fprotobuf_2fwrappers_2eproto
 
void swap (UInt32Value &a, UInt32Value &b)
 

Detailed Description

Definition at line 871 of file wrappers.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 1018 of file wrappers.pb.h.

◆ InternalArenaConstructable_

Definition at line 1017 of file wrappers.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kValueFieldNumber 

Definition at line 1003 of file wrappers.pb.h.

Constructor & Destructor Documentation

◆ UInt32Value() [1/4]

UInt32Value::UInt32Value ( )

Definition at line 1630 of file wrappers.pb.cc.

◆ ~UInt32Value()

UInt32Value::~UInt32Value ( )
virtual

Definition at line 1654 of file wrappers.pb.cc.

◆ UInt32Value() [2/4]

UInt32Value::UInt32Value ( const UInt32Value from)

Definition at line 1642 of file wrappers.pb.cc.

◆ UInt32Value() [3/4]

UInt32Value::UInt32Value ( UInt32Value &&  from)
inlinenoexcept

Definition at line 878 of file wrappers.pb.h.

◆ UInt32Value() [4/4]

UInt32Value::UInt32Value ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
explicitprotected

Definition at line 1635 of file wrappers.pb.cc.

Member Function Documentation

◆ ArenaDtor()

void UInt32Value::ArenaDtor ( void object)
staticprivate

Definition at line 1663 of file wrappers.pb.cc.

◆ ByteSizeLong()

size_t UInt32Value::ByteSizeLong ( ) const
final

Definition at line 1805 of file wrappers.pb.cc.

◆ Clear()

void UInt32Value::Clear ( )
final

Definition at line 1678 of file wrappers.pb.cc.

◆ clear_value()

void UInt32Value::clear_value ( )
inline

Definition at line 1617 of file wrappers.pb.h.

◆ CopyFrom() [1/2]

void UInt32Value::CopyFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

Definition at line 1857 of file wrappers.pb.cc.

◆ CopyFrom() [2/2]

void UInt32Value::CopyFrom ( const UInt32Value from)

Definition at line 1864 of file wrappers.pb.cc.

◆ default_instance()

const UInt32Value & UInt32Value::default_instance ( )
static

Definition at line 1672 of file wrappers.pb.cc.

◆ descriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* UInt32Value::descriptor ( )
inlinestatic

Definition at line 902 of file wrappers.pb.h.

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece UInt32Value::FullMessageName ( )
inlinestaticprivate

Definition at line 973 of file wrappers.pb.h.

◆ GetArena()

inline ::PROTOBUF_NAMESPACE_ID::Arena* UInt32Value::GetArena ( ) const
inlinefinal

Definition at line 896 of file wrappers.pb.h.

◆ GetArenaNoVirtual()

inline ::PROTOBUF_NAMESPACE_ID::Arena* UInt32Value::GetArenaNoVirtual ( ) const
inlineprivate

Definition at line 982 of file wrappers.pb.h.

◆ GetCachedSize()

int UInt32Value::GetCachedSize ( ) const
inlinefinal

Definition at line 965 of file wrappers.pb.h.

◆ GetDescriptor()

static const ::PROTOBUF_NAMESPACE_ID::Descriptor* UInt32Value::GetDescriptor ( )
inlinestatic

Definition at line 905 of file wrappers.pb.h.

◆ GetMaybeArenaPointer()

void* UInt32Value::GetMaybeArenaPointer ( ) const
inlinefinal

Definition at line 899 of file wrappers.pb.h.

◆ GetMetadata()

PROTOBUF_NAMESPACE_ID::Metadata UInt32Value::GetMetadata ( ) const
final

Definition at line 1881 of file wrappers.pb.cc.

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata UInt32Value::GetMetadataStatic ( )
inlinestaticprivate

Definition at line 992 of file wrappers.pb.h.

◆ GetReflection()

static const ::PROTOBUF_NAMESPACE_ID::Reflection* UInt32Value::GetReflection ( )
inlinestatic

Definition at line 908 of file wrappers.pb.h.

◆ InitAsDefaultInstance()

void UInt32Value::InitAsDefaultInstance ( )
static

Definition at line 1624 of file wrappers.pb.cc.

◆ internal_default_instance()

static const UInt32Value* UInt32Value::internal_default_instance ( )
inlinestatic

Definition at line 914 of file wrappers.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

PROTOBUF_NAMESPACE_ID::uint8 * UInt32Value::InternalSerializeWithCachedSizesToArray ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target) const
final

Definition at line 1786 of file wrappers.pb.cc.

◆ InternalSwap()

void UInt32Value::InternalSwap ( UInt32Value other)
private

Definition at line 1875 of file wrappers.pb.cc.

◆ IsInitialized()

bool UInt32Value::IsInitialized ( ) const
final

Definition at line 1871 of file wrappers.pb.cc.

◆ MaybeArenaPtr()

void* UInt32Value::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 985 of file wrappers.pb.h.

◆ MergeFrom() [1/2]

void UInt32Value::MergeFrom ( const ::PROTOBUF_NAMESPACE_ID::Message &  from)
final

Definition at line 1830 of file wrappers.pb.cc.

◆ MergeFrom() [2/2]

void UInt32Value::MergeFrom ( const UInt32Value from)

Definition at line 1845 of file wrappers.pb.cc.

◆ MergePartialFromCodedStream()

bool UInt32Value::MergePartialFromCodedStream ( ::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *  input)
final

Definition at line 1724 of file wrappers.pb.cc.

◆ New() [1/2]

UInt32Value* UInt32Value::New ( ) const
inlinefinal

Definition at line 940 of file wrappers.pb.h.

◆ New() [2/2]

UInt32Value* UInt32Value::New ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena) const
inlinefinal

Definition at line 944 of file wrappers.pb.h.

◆ operator=() [1/2]

UInt32Value& UInt32Value::operator= ( const UInt32Value from)
inline

Definition at line 883 of file wrappers.pb.h.

◆ operator=() [2/2]

UInt32Value& UInt32Value::operator= ( UInt32Value &&  from)
inlinenoexcept

Definition at line 887 of file wrappers.pb.h.

◆ RegisterArenaDtor()

void UInt32Value::RegisterArenaDtor ( ::PROTOBUF_NAMESPACE_ID::Arena *  arena)
inlineprivate

Definition at line 1667 of file wrappers.pb.cc.

◆ SerializeWithCachedSizes()

void UInt32Value::SerializeWithCachedSizes ( ::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *  output) const
final

Definition at line 1768 of file wrappers.pb.cc.

◆ set_value()

void UInt32Value::set_value ( ::PROTOBUF_NAMESPACE_ID::uint32  value)
inline

Definition at line 1624 of file wrappers.pb.h.

◆ SetCachedSize()

void UInt32Value::SetCachedSize ( int  size) const
finalprivate

Definition at line 1669 of file wrappers.pb.cc.

◆ SharedCtor()

void UInt32Value::SharedCtor ( )
inlineprivate

Definition at line 1650 of file wrappers.pb.cc.

◆ SharedDtor()

void UInt32Value::SharedDtor ( )
inlineprivate

Definition at line 1659 of file wrappers.pb.cc.

◆ Swap()

void UInt32Value::Swap ( UInt32Value other)
inline

Definition at line 924 of file wrappers.pb.h.

◆ UnsafeArenaSwap()

void UInt32Value::UnsafeArenaSwap ( UInt32Value other)
inline

Definition at line 932 of file wrappers.pb.h.

◆ value()

PROTOBUF_NAMESPACE_ID::uint32 UInt32Value::value ( ) const
inline

Definition at line 1620 of file wrappers.pb.h.

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

template<typename T >
friend class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
friend

Definition at line 1016 of file wrappers.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

friend class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
friend

Definition at line 972 of file wrappers.pb.h.

◆ ::TableStruct_google_2fprotobuf_2fwrappers_2eproto

Definition at line 1021 of file wrappers.pb.h.

◆ swap

void swap ( UInt32Value a,
UInt32Value b 
)
friend

Definition at line 921 of file wrappers.pb.h.

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize UInt32Value::_cached_size_
private

Definition at line 1020 of file wrappers.pb.h.

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena UInt32Value::_internal_metadata_
private

Definition at line 1013 of file wrappers.pb.h.

◆ kIndexInFileMessages

constexpr int UInt32Value::kIndexInFileMessages
staticconstexpr
Initial value:
=
5

Definition at line 918 of file wrappers.pb.h.

◆ value_

::PROTOBUF_NAMESPACE_ID::uint32 UInt32Value::value_
private

Definition at line 1019 of file wrappers.pb.h.


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


libaditof
Author(s):
autogenerated on Wed May 21 2025 02:07:06