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

#include <wrappers.pb.h>

Inheritance diagram for Int32Value:
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 Int32Value &from)
 
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena () const final
 
int GetCachedSize () const final
 
voidGetMaybeArenaPointer () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
 Int32Value ()
 
 Int32Value (const Int32Value &from)
 
 Int32Value (Int32Value &&from) noexcept
 
::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 Int32Value &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
Int32ValueNew () const final
 
Int32ValueNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
Int32Valueoperator= (const Int32Value &from)
 
Int32Valueoperator= (Int32Value &&from) noexcept
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_value (::PROTOBUF_NAMESPACE_ID::int32 value)
 
void Swap (Int32Value *other)
 
void UnsafeArenaSwap (Int32Value *other)
 
::PROTOBUF_NAMESPACE_ID::int32 value () const
 
virtual ~Int32Value ()
 

Static Public Member Functions

static const Int32Valuedefault_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 Int32Valueinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 Int32Value (::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 (Int32Value *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_
 
::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)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kValueFieldNumber 

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

Constructor & Destructor Documentation

◆ Int32Value() [1/4]

Int32Value::Int32Value ( )

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

◆ ~Int32Value()

Int32Value::~Int32Value ( )
virtual

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

◆ Int32Value() [2/4]

Int32Value::Int32Value ( const Int32Value from)

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

◆ Int32Value() [3/4]

Int32Value::Int32Value ( Int32Value &&  from)
inlinenoexcept

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

◆ Int32Value() [4/4]

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

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

Member Function Documentation

◆ ArenaDtor()

void Int32Value::ArenaDtor ( void object)
staticprivate

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

◆ ByteSizeLong()

size_t Int32Value::ByteSizeLong ( ) const
final

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

◆ Clear()

void Int32Value::Clear ( )
final

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

◆ clear_value()

void Int32Value::clear_value ( )
inline

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

◆ CopyFrom() [1/2]

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

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

◆ CopyFrom() [2/2]

void Int32Value::CopyFrom ( const Int32Value from)

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

◆ default_instance()

const Int32Value & Int32Value::default_instance ( )
static

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

◆ descriptor()

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

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

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece Int32Value::FullMessageName ( )
inlinestaticprivate

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

◆ GetArena()

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

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

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

int Int32Value::GetCachedSize ( ) const
inlinefinal

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

◆ GetDescriptor()

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

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

◆ GetMaybeArenaPointer()

void* Int32Value::GetMaybeArenaPointer ( ) const
inlinefinal

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

◆ GetMetadata()

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

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

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata Int32Value::GetMetadataStatic ( )
inlinestaticprivate

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

◆ GetReflection()

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

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

◆ InitAsDefaultInstance()

void Int32Value::InitAsDefaultInstance ( )
static

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

◆ internal_default_instance()

static const Int32Value* Int32Value::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

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

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

◆ InternalSwap()

void Int32Value::InternalSwap ( Int32Value other)
private

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

◆ IsInitialized()

bool Int32Value::IsInitialized ( ) const
final

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

◆ MaybeArenaPtr()

void* Int32Value::MaybeArenaPtr ( ) const
inlineprivate

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

void Int32Value::MergeFrom ( const Int32Value from)

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

◆ MergePartialFromCodedStream()

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

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

◆ New() [1/2]

Int32Value* Int32Value::New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ RegisterArenaDtor()

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

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

◆ SerializeWithCachedSizes()

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

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

◆ set_value()

void Int32Value::set_value ( ::PROTOBUF_NAMESPACE_ID::int32  value)
inline

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

◆ SetCachedSize()

void Int32Value::SetCachedSize ( int  size) const
finalprivate

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

◆ SharedCtor()

void Int32Value::SharedCtor ( )
inlineprivate

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

◆ SharedDtor()

void Int32Value::SharedDtor ( )
inlineprivate

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

◆ Swap()

void Int32Value::Swap ( Int32Value other)
inline

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

◆ UnsafeArenaSwap()

void Int32Value::UnsafeArenaSwap ( Int32Value other)
inline

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

◆ value()

PROTOBUF_NAMESPACE_ID::int32 Int32Value::value ( ) const
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_google_2fprotobuf_2fwrappers_2eproto

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

◆ swap

void swap ( Int32Value a,
Int32Value b 
)
friend

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

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize Int32Value::_cached_size_
private

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

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena Int32Value::_internal_metadata_
private

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

◆ kIndexInFileMessages

constexpr int Int32Value::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

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

◆ value_

::PROTOBUF_NAMESPACE_ID::int32 Int32Value::value_
private

Definition at line 865 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:06