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

#include <wrappers.pb.h>

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

Static Public Member Functions

static const DoubleValuedefault_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 DoubleValueinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 DoubleValue (::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 (DoubleValue *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_
 
double 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 (DoubleValue &a, DoubleValue &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kValueFieldNumber 

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

Constructor & Destructor Documentation

◆ DoubleValue() [1/4]

DoubleValue::DoubleValue ( )

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

◆ ~DoubleValue()

DoubleValue::~DoubleValue ( )
virtual

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

◆ DoubleValue() [2/4]

DoubleValue::DoubleValue ( const DoubleValue from)

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

◆ DoubleValue() [3/4]

DoubleValue::DoubleValue ( DoubleValue &&  from)
inlinenoexcept

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

◆ DoubleValue() [4/4]

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

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

Member Function Documentation

◆ ArenaDtor()

void DoubleValue::ArenaDtor ( void object)
staticprivate

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

◆ ByteSizeLong()

size_t DoubleValue::ByteSizeLong ( ) const
final

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

◆ Clear()

void DoubleValue::Clear ( )
final

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

◆ clear_value()

void DoubleValue::clear_value ( )
inline

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

◆ CopyFrom() [1/2]

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

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

◆ CopyFrom() [2/2]

void DoubleValue::CopyFrom ( const DoubleValue from)

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

◆ default_instance()

const DoubleValue & DoubleValue::default_instance ( )
static

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

◆ descriptor()

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

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

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece DoubleValue::FullMessageName ( )
inlinestaticprivate

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

◆ GetArena()

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

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

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

int DoubleValue::GetCachedSize ( ) const
inlinefinal

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

◆ GetDescriptor()

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

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

◆ GetMaybeArenaPointer()

void* DoubleValue::GetMaybeArenaPointer ( ) const
inlinefinal

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

◆ GetMetadata()

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

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

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata DoubleValue::GetMetadataStatic ( )
inlinestaticprivate

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

◆ GetReflection()

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

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

◆ InitAsDefaultInstance()

PROTOBUF_NAMESPACE_OPEN void DoubleValue::InitAsDefaultInstance ( )
static

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

◆ internal_default_instance()

static const DoubleValue* DoubleValue::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

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

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

◆ InternalSwap()

void DoubleValue::InternalSwap ( DoubleValue other)
private

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

◆ IsInitialized()

bool DoubleValue::IsInitialized ( ) const
final

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

◆ MaybeArenaPtr()

void* DoubleValue::MaybeArenaPtr ( ) const
inlineprivate

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

void DoubleValue::MergeFrom ( const DoubleValue from)

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

◆ MergePartialFromCodedStream()

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

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

◆ New() [1/2]

DoubleValue* DoubleValue::New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ RegisterArenaDtor()

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

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

◆ SerializeWithCachedSizes()

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

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

◆ set_value()

void DoubleValue::set_value ( double  value)
inline

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

◆ SetCachedSize()

void DoubleValue::SetCachedSize ( int  size) const
finalprivate

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

◆ SharedCtor()

void DoubleValue::SharedCtor ( )
inlineprivate

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

◆ SharedDtor()

void DoubleValue::SharedDtor ( )
inlineprivate

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

◆ Swap()

void DoubleValue::Swap ( DoubleValue other)
inline

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

◆ UnsafeArenaSwap()

void DoubleValue::UnsafeArenaSwap ( DoubleValue other)
inline

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

◆ value()

double DoubleValue::value ( ) const
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_google_2fprotobuf_2fwrappers_2eproto

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

◆ swap

void swap ( DoubleValue a,
DoubleValue b 
)
friend

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

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize DoubleValue::_cached_size_
private

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

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena DoubleValue::_internal_metadata_
private

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

◆ kIndexInFileMessages

constexpr int DoubleValue::kIndexInFileMessages
staticconstexpr
Initial value:
=
0

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

◆ value_

double DoubleValue::value_
private

Definition at line 249 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:05