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
UInt64Value Class Reference

#include <wrappers.pb.h>

Inheritance diagram for UInt64Value:
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 UInt64Value &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 UInt64Value &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
UInt64ValueNew () const final
 
UInt64ValueNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
UInt64Valueoperator= (const UInt64Value &from)
 
UInt64Valueoperator= (UInt64Value &&from) noexcept
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_value (::PROTOBUF_NAMESPACE_ID::uint64 value)
 
void Swap (UInt64Value *other)
 
 UInt64Value ()
 
 UInt64Value (const UInt64Value &from)
 
 UInt64Value (UInt64Value &&from) noexcept
 
void UnsafeArenaSwap (UInt64Value *other)
 
::PROTOBUF_NAMESPACE_ID::uint64 value () const
 
virtual ~UInt64Value ()
 

Static Public Member Functions

static const UInt64Valuedefault_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 UInt64Valueinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 UInt64Value (::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 (UInt64Value *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::uint64 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 (UInt64Value &a, UInt64Value &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kValueFieldNumber 

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

Constructor & Destructor Documentation

◆ UInt64Value() [1/4]

UInt64Value::UInt64Value ( )

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

◆ ~UInt64Value()

UInt64Value::~UInt64Value ( )
virtual

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

◆ UInt64Value() [2/4]

UInt64Value::UInt64Value ( const UInt64Value from)

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

◆ UInt64Value() [3/4]

UInt64Value::UInt64Value ( UInt64Value &&  from)
inlinenoexcept

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

◆ UInt64Value() [4/4]

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

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

Member Function Documentation

◆ ArenaDtor()

void UInt64Value::ArenaDtor ( void object)
staticprivate

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

◆ ByteSizeLong()

size_t UInt64Value::ByteSizeLong ( ) const
final

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

◆ Clear()

void UInt64Value::Clear ( )
final

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

◆ clear_value()

void UInt64Value::clear_value ( )
inline

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

◆ CopyFrom() [1/2]

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

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

◆ CopyFrom() [2/2]

void UInt64Value::CopyFrom ( const UInt64Value from)

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

◆ default_instance()

const UInt64Value & UInt64Value::default_instance ( )
static

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

◆ descriptor()

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

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

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece UInt64Value::FullMessageName ( )
inlinestaticprivate

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

◆ GetArena()

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

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

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

int UInt64Value::GetCachedSize ( ) const
inlinefinal

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

◆ GetDescriptor()

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

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

◆ GetMaybeArenaPointer()

void* UInt64Value::GetMaybeArenaPointer ( ) const
inlinefinal

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

◆ GetMetadata()

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

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

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata UInt64Value::GetMetadataStatic ( )
inlinestaticprivate

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

◆ GetReflection()

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

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

◆ InitAsDefaultInstance()

void UInt64Value::InitAsDefaultInstance ( )
static

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

◆ internal_default_instance()

static const UInt64Value* UInt64Value::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

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

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

◆ InternalSwap()

void UInt64Value::InternalSwap ( UInt64Value other)
private

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

◆ IsInitialized()

bool UInt64Value::IsInitialized ( ) const
final

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

◆ MaybeArenaPtr()

void* UInt64Value::MaybeArenaPtr ( ) const
inlineprivate

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

void UInt64Value::MergeFrom ( const UInt64Value from)

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

◆ MergePartialFromCodedStream()

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

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

◆ New() [1/2]

UInt64Value* UInt64Value::New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ RegisterArenaDtor()

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

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

◆ SerializeWithCachedSizes()

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

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

◆ set_value()

void UInt64Value::set_value ( ::PROTOBUF_NAMESPACE_ID::uint64  value)
inline

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

◆ SetCachedSize()

void UInt64Value::SetCachedSize ( int  size) const
finalprivate

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

◆ SharedCtor()

void UInt64Value::SharedCtor ( )
inlineprivate

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

◆ SharedDtor()

void UInt64Value::SharedDtor ( )
inlineprivate

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

◆ Swap()

void UInt64Value::Swap ( UInt64Value other)
inline

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

◆ UnsafeArenaSwap()

void UInt64Value::UnsafeArenaSwap ( UInt64Value other)
inline

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

◆ value()

PROTOBUF_NAMESPACE_ID::uint64 UInt64Value::value ( ) const
inline

Definition at line 1584 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 708 of file wrappers.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_google_2fprotobuf_2fwrappers_2eproto

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

◆ swap

void swap ( UInt64Value a,
UInt64Value b 
)
friend

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

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize UInt64Value::_cached_size_
private

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

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena UInt64Value::_internal_metadata_
private

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

◆ kIndexInFileMessages

constexpr int UInt64Value::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

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

◆ value_

::PROTOBUF_NAMESPACE_ID::uint64 UInt64Value::value_
private

Definition at line 711 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