#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 Int64Value &from) |
void | CopyFrom (const Int64Value &from) |
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 |
Int64Value () | |
Int64Value () | |
constexpr | Int64Value (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
Int64Value (const Int64Value &from) | |
Int64Value (const Int64Value &from) | |
Int64Value (Int64Value &&from) noexcept | |
Int64Value (Int64Value &&from) noexcept | |
::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 Int64Value &from) |
void | MergeFrom (const Int64Value &from) |
Int64Value * | New () const final |
Int64Value * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
Int64Value * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
Int64Value & | operator= (const Int64Value &from) |
Int64Value & | operator= (const Int64Value &from) |
Int64Value & | operator= (Int64Value &&from) noexcept |
Int64Value & | operator= (Int64Value &&from) noexcept |
void | set_value (::PROTOBUF_NAMESPACE_ID::int64 value) |
void | set_value (int64_t value) |
void | Swap (Int64Value *other) |
void | Swap (Int64Value *other) |
void | UnsafeArenaSwap (Int64Value *other) |
void | UnsafeArenaSwap (Int64Value *other) |
int64_t | value () const |
::PROTOBUF_NAMESPACE_ID::int64 | value () const |
virtual | ~Int64Value () |
~Int64Value () override | |
Static Public Member Functions | |
static const Int64Value & | default_instance () |
static const Int64Value & | 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 Int64Value * | internal_default_instance () |
static const Int64Value * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
Int64Value (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
Int64Value (::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 (::PROTOBUF_NAMESPACE_ID::int64 value) |
void | _internal_set_value (int64_t value) |
int64_t | _internal_value () const |
::PROTOBUF_NAMESPACE_ID::int64 | _internal_value () const |
inline ::PROTOBUF_NAMESPACE_ID::Arena * | GetArenaNoVirtual () const |
void | InternalSwap (Int64Value *other) |
void | InternalSwap (Int64Value *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_ |
int64_t | value_ |
::PROTOBUF_NAMESPACE_ID::int64 | 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 (Int64Value &a, Int64Value &b) |
void | swap (Int64Value &a, Int64Value &b) |
Definition at line 403 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 531 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 547 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 530 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 546 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kValueFieldNumber |
Definition at line 528 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kValueFieldNumber |
Definition at line 513 of file protobuf/src/google/protobuf/wrappers.pb.h.
Int64Value::Int64Value | ( | ) |
Definition at line 711 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
virtual |
Definition at line 735 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
Int64Value::Int64Value | ( | const Int64Value & | from | ) |
Definition at line 723 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinenoexcept |
Definition at line 410 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
explicitprotected |
Definition at line 716 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inline |
Definition at line 395 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
override |
|
explicitconstexpr |
Definition at line 44 of file protobuf/src/google/protobuf/wrappers.pb.cc.
Int64Value::Int64Value | ( | const Int64Value & | from | ) |
|
inlinenoexcept |
Definition at line 400 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
explicitprotected |
Definition at line 637 of file protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlineprivate |
Definition at line 1560 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlineprivate |
Definition at line 1492 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
|
inlineprivate |
Definition at line 1553 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
|
final |
Definition at line 769 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
Definition at line 725 of file protobuf/src/google/protobuf/wrappers.pb.cc.
|
staticprivate |
|
staticprivate |
Definition at line 744 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
|
final |
Definition at line 824 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
|
final |
Definition at line 759 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
void Int64Value::clear_value | ( | ) |
|
inline |
Definition at line 1550 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 875 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
void Int64Value::CopyFrom | ( | const Int64Value & | from | ) |
void Int64Value::CopyFrom | ( | const Int64Value & | from | ) |
Definition at line 882 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestatic |
Definition at line 432 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
static |
Definition at line 753 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestatic |
Definition at line 423 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 434 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestaticprivate |
Definition at line 493 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestaticprivate |
Definition at line 498 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 428 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlineprivate |
Definition at line 507 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 483 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 490 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 765 of file protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestatic |
Definition at line 426 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 437 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 431 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
|
final |
Definition at line 899 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestaticprivate |
Definition at line 517 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 429 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 440 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
static |
Definition at line 705 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestatic |
Definition at line 435 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 446 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 804 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
private |
|
private |
Definition at line 893 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
|
final |
Definition at line 889 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlineprivate |
Definition at line 510 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 848 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
void Int64Value::MergeFrom | ( | const Int64Value & | from | ) |
void Int64Value::MergeFrom | ( | const Int64Value & | from | ) |
Definition at line 863 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
staticprivate |
Definition at line 767 of file protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinefinal |
Definition at line 472 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 476 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 466 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 405 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 415 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinenoexcept |
Definition at line 409 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinenoexcept |
Definition at line 419 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 748 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inline |
Definition at line 1564 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 1496 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
finalprivate |
|
finalprivate |
Definition at line 750 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
private |
|
inlineprivate |
Definition at line 731 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
private |
|
inlineprivate |
Definition at line 740 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inline |
Definition at line 445 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 456 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 458 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 464 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
int64_t Int64Value::value | ( | ) | const |
|
inline |
Definition at line 1556 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 545 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 497 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 550 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 442 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 453 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
mutableprivate |
Definition at line 549 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
static |
Definition at line 504 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 542 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
staticconstexpr |
Definition at line 450 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 532 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 548 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.