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 }
 
enum  : int { kValueFieldNumber = 1 }
 

Public Member Functions

const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
const char * _InternalParse (const char *ptr, ::PROTOBUF_NAMESPACE_ID::internal::ParseContext *ctx) final
 
uint8_t_InternalSerialize (uint8_t *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
size_t ByteSizeLong () const final
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_value ()
 
void clear_value ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const DoubleValue &from)
 
void CopyFrom (const DoubleValue &from)
 
 DoubleValue ()
 
 DoubleValue ()
 
constexpr DoubleValue (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized)
 
 DoubleValue (const DoubleValue &from)
 
 DoubleValue (const DoubleValue &from)
 
 DoubleValue (DoubleValue &&from) noexcept
 
 DoubleValue (DoubleValue &&from) noexcept
 
inline ::PROTOBUF_NAMESPACE_ID::ArenaGetArena () const final
 
int GetCachedSize () const final
 
int GetCachedSize () const final
 
const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * GetClassData () const final
 
void * GetMaybeArenaPointer () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target, ::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *stream) const final
 
bool IsInitialized () const final
 
bool IsInitialized () const final
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const DoubleValue &from)
 
void MergeFrom (const DoubleValue &from)
 
DoubleValueNew () const final
 
DoubleValueNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
DoubleValueNew (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final
 
DoubleValueoperator= (const DoubleValue &from)
 
DoubleValueoperator= (const DoubleValue &from)
 
DoubleValueoperator= (DoubleValue &&from) noexcept
 
DoubleValueoperator= (DoubleValue &&from) noexcept
 
void set_value (double value)
 
void set_value (double value)
 
void Swap (DoubleValue *other)
 
void Swap (DoubleValue *other)
 
void UnsafeArenaSwap (DoubleValue *other)
 
void UnsafeArenaSwap (DoubleValue *other)
 
double value () const
 
double value () const
 
virtual ~DoubleValue ()
 
 ~DoubleValue () override
 

Static Public Member Functions

static const DoubleValuedefault_instance ()
 
static const DoubleValuedefault_instance ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Descriptordescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::DescriptorGetDescriptor ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static const ::PROTOBUF_NAMESPACE_ID::Reflection * GetReflection ()
 
static void InitAsDefaultInstance ()
 
static const DoubleValueinternal_default_instance ()
 
static const DoubleValueinternal_default_instance ()
 

Static Public Attributes

static const ClassData _class_data_
 
static constexpr int kIndexInFileMessages
 

Protected Member Functions

 DoubleValue (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
 DoubleValue (::PROTOBUF_NAMESPACE_ID::Arena *arena, bool is_message_owned=false)
 

Private Types

typedef void DestructorSkippable_
 
typedef void DestructorSkippable_
 
typedef void InternalArenaConstructable_
 
typedef void InternalArenaConstructable_
 

Private Member Functions

void _internal_set_value (double value)
 
void _internal_set_value (double value)
 
double _internal_value () const
 
double _internal_value () const
 
inline ::PROTOBUF_NAMESPACE_ID::ArenaGetArenaNoVirtual () const
 
void InternalSwap (DoubleValue *other)
 
void InternalSwap (DoubleValue *other)
 
void * MaybeArenaPtr () const
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
void RegisterArenaDtor (::PROTOBUF_NAMESPACE_ID::Arena *arena)
 
void SetCachedSize (int size) const final
 
void SetCachedSize (int size) const final
 
void SharedCtor ()
 
void SharedCtor ()
 
void SharedDtor ()
 
void SharedDtor ()
 

Static Private Member Functions

static void ArenaDtor (void *object)
 
static void ArenaDtor (void *object)
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::StringPiece FullMessageName ()
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadataStatic ()
 
static void MergeImpl (::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from)
 

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)
 
void swap (DoubleValue &a, DoubleValue &b)
 

Detailed Description

Definition at line 101 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.

Member Typedef Documentation

◆ DestructorSkippable_ [1/2]

typedef void DoubleValue::DestructorSkippable_
private

Definition at line 239 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ DestructorSkippable_ [2/2]

typedef void DoubleValue::DestructorSkippable_
private

◆ InternalArenaConstructable_ [1/2]

Definition at line 238 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ InternalArenaConstructable_ [2/2]

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kValueFieldNumber 

Definition at line 226 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.

◆ anonymous enum

anonymous enum : int
Enumerator
kValueFieldNumber 

Definition at line 221 of file protobuf/src/google/protobuf/wrappers.pb.h.

Constructor & Destructor Documentation

◆ DoubleValue() [1/9]

DoubleValue::DoubleValue ( )

◆ ~DoubleValue() [1/2]

DoubleValue::~DoubleValue ( )
virtual

◆ DoubleValue() [2/9]

DoubleValue::DoubleValue ( const DoubleValue from)

◆ DoubleValue() [3/9]

DoubleValue::DoubleValue ( DoubleValue &&  from)
inlinenoexcept

◆ DoubleValue() [4/9]

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

◆ DoubleValue() [5/9]

DoubleValue::DoubleValue ( )
inline

Definition at line 103 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ ~DoubleValue() [2/2]

DoubleValue::~DoubleValue ( )
override

◆ DoubleValue() [6/9]

PROTOBUF_PRAGMA_INIT_SEG constexpr PROTOBUF_NAMESPACE_OPEN DoubleValue::DoubleValue ( ::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized  )
explicitconstexpr

Definition at line 20 of file protobuf/src/google/protobuf/wrappers.pb.cc.

◆ DoubleValue() [7/9]

DoubleValue::DoubleValue ( const DoubleValue from)

◆ DoubleValue() [8/9]

DoubleValue::DoubleValue ( DoubleValue &&  from)
inlinenoexcept

Definition at line 108 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ DoubleValue() [9/9]

DoubleValue::DoubleValue ( ::PROTOBUF_NAMESPACE_ID::Arena arena,
bool  is_message_owned = false 
)
explicitprotected

Definition at line 257 of file protobuf/src/google/protobuf/wrappers.pb.cc.

Member Function Documentation

◆ _internal_set_value() [1/2]

void DoubleValue::_internal_set_value ( double  value)
private

◆ _internal_set_value() [2/2]

void DoubleValue::_internal_set_value ( double  value)
inlineprivate

◆ _internal_value() [1/2]

double DoubleValue::_internal_value ( ) const
private

◆ _internal_value() [2/2]

double DoubleValue::_internal_value ( ) const
inlineprivate

◆ _InternalParse() [1/2]

const char * DoubleValue::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalParse() [2/2]

const char* DoubleValue::_InternalParse ( const char *  ptr,
::PROTOBUF_NAMESPACE_ID::internal::ParseContext *  ctx 
)
final

◆ _InternalSerialize()

uint8_t * DoubleValue::_InternalSerialize ( uint8_t target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

Definition at line 345 of file protobuf/src/google/protobuf/wrappers.pb.cc.

◆ ArenaDtor() [1/2]

void DoubleValue::ArenaDtor ( void *  object)
staticprivate

◆ ArenaDtor() [2/2]

static void DoubleValue::ArenaDtor ( void *  object)
staticprivate

◆ ByteSizeLong() [1/2]

size_t DoubleValue::ByteSizeLong ( ) const
final

◆ ByteSizeLong() [2/2]

size_t DoubleValue::ByteSizeLong ( ) const
final

◆ Clear() [1/2]

void DoubleValue::Clear ( )
final

◆ Clear() [2/2]

PROTOBUF_ATTRIBUTE_REINITIALIZES void DoubleValue::Clear ( )
final

◆ clear_value() [1/2]

void DoubleValue::clear_value ( )

◆ clear_value() [2/2]

void DoubleValue::clear_value ( )
inline

◆ CopyFrom() [1/3]

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

◆ CopyFrom() [2/3]

void DoubleValue::CopyFrom ( const DoubleValue from)

◆ CopyFrom() [3/3]

void DoubleValue::CopyFrom ( const DoubleValue from)

◆ default_instance() [1/2]

static const DoubleValue& DoubleValue::default_instance ( )
inlinestatic

Definition at line 140 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ default_instance() [2/2]

const DoubleValue & DoubleValue::default_instance ( )
static

◆ descriptor() [1/2]

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

Definition at line 131 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ descriptor() [2/2]

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

◆ FullMessageName() [1/2]

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

◆ FullMessageName() [2/2]

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

Definition at line 201 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ GetArena()

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

◆ GetArenaNoVirtual()

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

◆ GetCachedSize() [1/2]

int DoubleValue::GetCachedSize ( ) const
inlinefinal

◆ GetCachedSize() [2/2]

int DoubleValue::GetCachedSize ( ) const
inlinefinal

Definition at line 191 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ GetClassData()

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData * DoubleValue::GetClassData ( ) const
final

Definition at line 393 of file protobuf/src/google/protobuf/wrappers.pb.cc.

◆ GetDescriptor() [1/2]

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

Definition at line 134 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ GetDescriptor() [2/2]

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

◆ GetMaybeArenaPointer()

void* DoubleValue::GetMaybeArenaPointer ( ) const
inlinefinal

◆ GetMetadata() [1/2]

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

◆ GetMetadata() [2/2]

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

◆ GetMetadataStatic()

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

◆ GetReflection() [1/2]

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

Definition at line 137 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ GetReflection() [2/2]

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

◆ InitAsDefaultInstance()

PROTOBUF_NAMESPACE_OPEN void DoubleValue::InitAsDefaultInstance ( )
static

◆ internal_default_instance() [1/2]

static const DoubleValue* DoubleValue::internal_default_instance ( )
inlinestatic

Definition at line 143 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ internal_default_instance() [2/2]

static const DoubleValue* DoubleValue::internal_default_instance ( )
inlinestatic

◆ InternalSerializeWithCachedSizesToArray()

PROTOBUF_NAMESPACE_ID::uint8 * DoubleValue::InternalSerializeWithCachedSizesToArray ( ::PROTOBUF_NAMESPACE_ID::uint8 *  target,
::PROTOBUF_NAMESPACE_ID::io::EpsCopyOutputStream *  stream 
) const
final

◆ InternalSwap() [1/2]

void DoubleValue::InternalSwap ( DoubleValue other)
private

◆ InternalSwap() [2/2]

void DoubleValue::InternalSwap ( DoubleValue other)
private

◆ IsInitialized() [1/2]

bool DoubleValue::IsInitialized ( ) const
final

◆ IsInitialized() [2/2]

bool DoubleValue::IsInitialized ( ) const
final

◆ MaybeArenaPtr()

void* DoubleValue::MaybeArenaPtr ( ) const
inlineprivate

◆ MergeFrom() [1/3]

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

◆ MergeFrom() [2/3]

void DoubleValue::MergeFrom ( const DoubleValue from)

◆ MergeFrom() [3/3]

void DoubleValue::MergeFrom ( const DoubleValue from)

◆ MergeImpl()

void DoubleValue::MergeImpl ( ::PROTOBUF_NAMESPACE_ID::Message *  to,
const ::PROTOBUF_NAMESPACE_ID::Message &  from 
)
staticprivate

Definition at line 395 of file protobuf/src/google/protobuf/wrappers.pb.cc.

◆ New() [1/3]

DoubleValue* DoubleValue::New ( ) const
inlinefinal

◆ New() [2/3]

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

◆ New() [3/3]

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

Definition at line 174 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ operator=() [1/4]

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

◆ operator=() [2/4]

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

Definition at line 113 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ operator=() [3/4]

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

Definition at line 117 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ operator=() [4/4]

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

◆ RegisterArenaDtor() [1/2]

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

◆ RegisterArenaDtor() [2/2]

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

◆ set_value() [1/2]

void DoubleValue::set_value ( double  value)

◆ set_value() [2/2]

void DoubleValue::set_value ( double  value)
inline

◆ SetCachedSize() [1/2]

void DoubleValue::SetCachedSize ( int  size) const
finalprivate

◆ SetCachedSize() [2/2]

void DoubleValue::SetCachedSize ( int  size) const
finalprivate

◆ SharedCtor() [1/2]

void DoubleValue::SharedCtor ( )
inlineprivate

◆ SharedCtor() [2/2]

void DoubleValue::SharedCtor ( )
private

◆ SharedDtor() [1/2]

void DoubleValue::SharedDtor ( )
inlineprivate

◆ SharedDtor() [2/2]

void DoubleValue::SharedDtor ( )
private

◆ Swap() [1/2]

void DoubleValue::Swap ( DoubleValue other)
inline

Definition at line 153 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ Swap() [2/2]

void DoubleValue::Swap ( DoubleValue other)
inline

◆ UnsafeArenaSwap() [1/2]

void DoubleValue::UnsafeArenaSwap ( DoubleValue other)
inline

◆ UnsafeArenaSwap() [2/2]

void DoubleValue::UnsafeArenaSwap ( DoubleValue other)
inline

Definition at line 166 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ value() [1/2]

double DoubleValue::value ( ) const

◆ value() [2/2]

double DoubleValue::value ( ) const
inline

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

◆ ::TableStruct_google_2fprotobuf_2fwrappers_2eproto

◆ swap [1/2]

void swap ( DoubleValue a,
DoubleValue b 
)
friend

Definition at line 150 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ swap [2/2]

void swap ( DoubleValue a,
DoubleValue b 
)
friend

Member Data Documentation

◆ _cached_size_

PROTOBUF_NAMESPACE_ID::internal::CachedSize DoubleValue::_cached_size_
mutableprivate

◆ _class_data_

const ::PROTOBUF_NAMESPACE_ID::Message::ClassData DoubleValue::_class_data_
static
Initial value:
= {
::PROTOBUF_NAMESPACE_ID::Message::CopyWithSizeCheck,
}

Definition at line 212 of file protobuf/src/google/protobuf/wrappers.pb.h.

◆ _internal_metadata_

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

◆ kIndexInFileMessages

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

Definition at line 148 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.

◆ value_

double DoubleValue::value_
private

The documentation for this class was generated from the following files:
DoubleValue::MergeImpl
static void MergeImpl(::PROTOBUF_NAMESPACE_ID::Message *to, const ::PROTOBUF_NAMESPACE_ID::Message &from)
Definition: protobuf/src/google/protobuf/wrappers.pb.cc:395


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:42