#include <wrappers.pb.h>
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::Arena * | GetArena () 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) |
DoubleValue * | New () const final |
DoubleValue * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
DoubleValue * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
DoubleValue & | operator= (const DoubleValue &from) |
DoubleValue & | operator= (const DoubleValue &from) |
DoubleValue & | operator= (DoubleValue &&from) noexcept |
DoubleValue & | operator= (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 DoubleValue & | default_instance () |
static const DoubleValue & | default_instance () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | descriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Descriptor * | GetDescriptor () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static const ::PROTOBUF_NAMESPACE_ID::Reflection * | GetReflection () |
static void | InitAsDefaultInstance () |
static const DoubleValue * | internal_default_instance () |
static const DoubleValue * | internal_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::Arena * | GetArenaNoVirtual () 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) |
Definition at line 101 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 239 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 245 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 238 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 244 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kValueFieldNumber |
Definition at line 226 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kValueFieldNumber |
Definition at line 221 of file protobuf/src/google/protobuf/wrappers.pb.h.
DoubleValue::DoubleValue | ( | ) |
Definition at line 313 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
virtual |
Definition at line 337 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
DoubleValue::DoubleValue | ( | const DoubleValue & | from | ) |
Definition at line 325 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinenoexcept |
Definition at line 108 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
explicitprotected |
Definition at line 318 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inline |
Definition at line 103 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
override |
|
explicitconstexpr |
Definition at line 20 of file protobuf/src/google/protobuf/wrappers.pb.cc.
DoubleValue::DoubleValue | ( | const DoubleValue & | from | ) |
|
inlinenoexcept |
Definition at line 108 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
explicitprotected |
Definition at line 257 of file protobuf/src/google/protobuf/wrappers.pb.cc.
|
private |
|
inlineprivate |
Definition at line 1512 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
|
inlineprivate |
Definition at line 1505 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 371 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
|
final |
Definition at line 345 of file protobuf/src/google/protobuf/wrappers.pb.cc.
|
staticprivate |
Definition at line 346 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
staticprivate |
|
final |
Definition at line 426 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
|
final |
Definition at line 361 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
void DoubleValue::clear_value | ( | ) |
|
inline |
Definition at line 1502 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 475 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
void DoubleValue::CopyFrom | ( | const DoubleValue & | from | ) |
void DoubleValue::CopyFrom | ( | const DoubleValue & | from | ) |
Definition at line 482 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestatic |
Definition at line 140 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
static |
Definition at line 355 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestatic |
Definition at line 131 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 132 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestaticprivate |
Definition at line 196 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestaticprivate |
Definition at line 201 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 126 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlineprivate |
Definition at line 205 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 188 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 191 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 393 of file protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestatic |
Definition at line 134 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 135 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 129 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 499 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
|
inlinestaticprivate |
Definition at line 215 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 137 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 138 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
static |
Definition at line 307 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestatic |
Definition at line 143 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 144 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 406 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
private |
Definition at line 493 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
private |
|
final |
Definition at line 489 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
|
inlineprivate |
Definition at line 208 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 448 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
void DoubleValue::MergeFrom | ( | const DoubleValue & | from | ) |
Definition at line 463 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
void DoubleValue::MergeFrom | ( | const DoubleValue & | from | ) |
|
staticprivate |
Definition at line 395 of file protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinefinal |
Definition at line 170 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 174 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 174 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 113 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 113 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinenoexcept |
Definition at line 117 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinenoexcept |
Definition at line 117 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlineprivate |
Definition at line 350 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlineprivate |
void DoubleValue::set_value | ( | double | value | ) |
|
inline |
Definition at line 1516 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
finalprivate |
Definition at line 352 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
finalprivate |
|
inlineprivate |
Definition at line 333 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
private |
|
inlineprivate |
Definition at line 342 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
private |
|
inline |
Definition at line 153 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 154 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 162 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 166 of file protobuf/src/google/protobuf/wrappers.pb.h.
double DoubleValue::value | ( | ) | const |
|
inline |
Definition at line 1508 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 243 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 195 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 248 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 150 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 151 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
mutableprivate |
Definition at line 247 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
static |
Definition at line 212 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 240 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
staticconstexpr |
Definition at line 148 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 246 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.