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

#include <wrappers.pb.h>

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

Static Public Member Functions

static const Int64Valuedefault_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 Int64Valueinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

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

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kValueFieldNumber 

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

Constructor & Destructor Documentation

◆ Int64Value() [1/4]

Int64Value::Int64Value ( )

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

◆ ~Int64Value()

Int64Value::~Int64Value ( )
virtual

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

◆ Int64Value() [2/4]

Int64Value::Int64Value ( const Int64Value from)

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

◆ Int64Value() [3/4]

Int64Value::Int64Value ( Int64Value &&  from)
inlinenoexcept

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

◆ Int64Value() [4/4]

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

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

Member Function Documentation

◆ ArenaDtor()

void Int64Value::ArenaDtor ( void object)
staticprivate

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

◆ ByteSizeLong()

size_t Int64Value::ByteSizeLong ( ) const
final

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

◆ Clear()

void Int64Value::Clear ( )
final

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

◆ clear_value()

void Int64Value::clear_value ( )
inline

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

◆ CopyFrom() [1/2]

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

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

◆ CopyFrom() [2/2]

void Int64Value::CopyFrom ( const Int64Value from)

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

◆ default_instance()

const Int64Value & Int64Value::default_instance ( )
static

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

◆ descriptor()

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

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

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece Int64Value::FullMessageName ( )
inlinestaticprivate

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

◆ GetArena()

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

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

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

int Int64Value::GetCachedSize ( ) const
inlinefinal

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

◆ GetDescriptor()

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

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

◆ GetMaybeArenaPointer()

void* Int64Value::GetMaybeArenaPointer ( ) const
inlinefinal

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

◆ GetMetadata()

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

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

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata Int64Value::GetMetadataStatic ( )
inlinestaticprivate

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

◆ GetReflection()

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

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

◆ InitAsDefaultInstance()

void Int64Value::InitAsDefaultInstance ( )
static

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

◆ internal_default_instance()

static const Int64Value* Int64Value::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

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

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

◆ InternalSwap()

void Int64Value::InternalSwap ( Int64Value other)
private

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

◆ IsInitialized()

bool Int64Value::IsInitialized ( ) const
final

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

◆ MaybeArenaPtr()

void* Int64Value::MaybeArenaPtr ( ) const
inlineprivate

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

void Int64Value::MergeFrom ( const Int64Value from)

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

◆ MergePartialFromCodedStream()

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

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

◆ New() [1/2]

Int64Value* Int64Value::New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ RegisterArenaDtor()

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

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

◆ SerializeWithCachedSizes()

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

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

◆ set_value()

void Int64Value::set_value ( ::PROTOBUF_NAMESPACE_ID::int64  value)
inline

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

◆ SetCachedSize()

void Int64Value::SetCachedSize ( int  size) const
finalprivate

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

◆ SharedCtor()

void Int64Value::SharedCtor ( )
inlineprivate

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

◆ SharedDtor()

void Int64Value::SharedDtor ( )
inlineprivate

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

◆ Swap()

void Int64Value::Swap ( Int64Value other)
inline

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

◆ UnsafeArenaSwap()

void Int64Value::UnsafeArenaSwap ( Int64Value other)
inline

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

◆ value()

PROTOBUF_NAMESPACE_ID::int64 Int64Value::value ( ) const
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_google_2fprotobuf_2fwrappers_2eproto

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

◆ swap

void swap ( Int64Value a,
Int64Value b 
)
friend

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

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize Int64Value::_cached_size_
private

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

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena Int64Value::_internal_metadata_
private

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

◆ kIndexInFileMessages

constexpr int Int64Value::kIndexInFileMessages
staticconstexpr
Initial value:
=
2

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

◆ value_

::PROTOBUF_NAMESPACE_ID::int64 Int64Value::value_
private

Definition at line 557 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