#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 Int32Value &from) |
void | CopyFrom (const Int32Value &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 |
Int32Value () | |
Int32Value () | |
constexpr | Int32Value (::PROTOBUF_NAMESPACE_ID::internal::ConstantInitialized) |
Int32Value (const Int32Value &from) | |
Int32Value (const Int32Value &from) | |
Int32Value (Int32Value &&from) noexcept | |
Int32Value (Int32Value &&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 Int32Value &from) |
void | MergeFrom (const Int32Value &from) |
Int32Value * | New () const final |
Int32Value * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final |
Int32Value * | New (::PROTOBUF_NAMESPACE_ID::Arena *arena=nullptr) const final |
Int32Value & | operator= (const Int32Value &from) |
Int32Value & | operator= (const Int32Value &from) |
Int32Value & | operator= (Int32Value &&from) noexcept |
Int32Value & | operator= (Int32Value &&from) noexcept |
void | set_value (::PROTOBUF_NAMESPACE_ID::int32 value) |
void | set_value (int32_t value) |
void | Swap (Int32Value *other) |
void | Swap (Int32Value *other) |
void | UnsafeArenaSwap (Int32Value *other) |
void | UnsafeArenaSwap (Int32Value *other) |
int32_t | value () const |
::PROTOBUF_NAMESPACE_ID::int32 | value () const |
virtual | ~Int32Value () |
~Int32Value () override | |
Static Public Member Functions | |
static const Int32Value & | default_instance () |
static const Int32Value & | 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 Int32Value * | internal_default_instance () |
static const Int32Value * | internal_default_instance () |
Static Public Attributes | |
static const ClassData | _class_data_ |
static constexpr int | kIndexInFileMessages |
Protected Member Functions | |
Int32Value (::PROTOBUF_NAMESPACE_ID::Arena *arena) | |
Int32Value (::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::int32 value) |
void | _internal_set_value (int32_t value) |
int32_t | _internal_value () const |
::PROTOBUF_NAMESPACE_ID::int32 | _internal_value () const |
inline ::PROTOBUF_NAMESPACE_ID::Arena * | GetArenaNoVirtual () const |
void | InternalSwap (Int32Value *other) |
void | InternalSwap (Int32Value *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_ |
int32_t | value_ |
::PROTOBUF_NAMESPACE_ID::int32 | 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 (Int32Value &a, Int32Value &b) |
void | swap (Int32Value &a, Int32Value &b) |
Definition at line 705 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 823 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 849 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 822 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 848 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kValueFieldNumber |
Definition at line 830 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
anonymous enum : int |
Enumerator | |
---|---|
kValueFieldNumber |
Definition at line 805 of file protobuf/src/google/protobuf/wrappers.pb.h.
Int32Value::Int32Value | ( | ) |
Definition at line 1113 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
virtual |
Definition at line 1137 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
Int32Value::Int32Value | ( | const Int32Value & | from | ) |
Definition at line 1125 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinenoexcept |
Definition at line 712 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
explicitprotected |
Definition at line 1118 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inline |
Definition at line 687 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
override |
|
explicitconstexpr |
Definition at line 68 of file protobuf/src/google/protobuf/wrappers.pb.cc.
Int32Value::Int32Value | ( | const Int32Value & | from | ) |
|
inlinenoexcept |
Definition at line 692 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
explicitprotected |
Definition at line 993 of file protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlineprivate |
Definition at line 1608 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlineprivate |
Definition at line 1540 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
|
inlineprivate |
Definition at line 1601 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
|
final |
Definition at line 1171 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
Definition at line 1081 of file protobuf/src/google/protobuf/wrappers.pb.cc.
|
staticprivate |
|
staticprivate |
Definition at line 1146 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
|
final |
Definition at line 1226 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
|
final |
Definition at line 1161 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
void Int32Value::clear_value | ( | ) |
|
inline |
Definition at line 1598 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 1277 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
void Int32Value::CopyFrom | ( | const Int32Value & | from | ) |
void Int32Value::CopyFrom | ( | const Int32Value & | from | ) |
Definition at line 1284 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestatic |
Definition at line 724 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
static |
Definition at line 1155 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestatic |
Definition at line 715 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 736 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestaticprivate |
Definition at line 785 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestaticprivate |
Definition at line 800 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 730 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlineprivate |
Definition at line 809 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 775 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 792 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 1121 of file protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestatic |
Definition at line 718 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 739 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 733 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
|
final |
Definition at line 1301 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestaticprivate |
Definition at line 819 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 721 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 742 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
static |
Definition at line 1107 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinestatic |
Definition at line 727 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinestatic |
Definition at line 748 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 1206 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
private |
|
private |
Definition at line 1295 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
final |
|
final |
Definition at line 1291 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlineprivate |
Definition at line 812 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
final |
Definition at line 1250 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
void Int32Value::MergeFrom | ( | const Int32Value & | from | ) |
void Int32Value::MergeFrom | ( | const Int32Value & | from | ) |
Definition at line 1265 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
staticprivate |
Definition at line 1123 of file protobuf/src/google/protobuf/wrappers.pb.cc.
|
inlinefinal |
Definition at line 774 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 778 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinefinal |
Definition at line 758 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 697 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 717 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinenoexcept |
Definition at line 701 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inlinenoexcept |
Definition at line 721 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inlineprivate |
|
inlineprivate |
Definition at line 1150 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inline |
Definition at line 1612 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 1544 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
finalprivate |
|
finalprivate |
Definition at line 1152 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
private |
|
inlineprivate |
Definition at line 1133 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
private |
|
inlineprivate |
Definition at line 1142 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.cc.
|
inline |
Definition at line 737 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 758 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 750 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
inline |
Definition at line 766 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
int32_t Int32Value::value | ( | ) | const |
|
inline |
Definition at line 1604 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 847 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 799 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 852 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 734 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
friend |
Definition at line 755 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
mutableprivate |
Definition at line 851 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
static |
Definition at line 796 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 844 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
staticconstexpr |
Definition at line 752 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 824 of file protobuf/src/google/protobuf/wrappers.pb.h.
|
private |
Definition at line 850 of file bloaty/third_party/protobuf/src/google/protobuf/wrappers.pb.h.