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

#include <struct.pb.h>

Inheritance diagram for ListValue:
Inheritance graph
[legend]

Public Types

enum  : int { kValuesFieldNumber = 1 }
 

Public Member Functions

PROTOBUF_NAMESPACE_ID::Valueadd_values ()
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_values ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const ListValue &from)
 
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena () const final
 
int GetCachedSize () const final
 
voidGetMaybeArenaPointer () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
::PROTOBUF_NAMESPACE_ID::uint8 * InternalSerializeWithCachedSizesToArray (::PROTOBUF_NAMESPACE_ID::uint8 *target) const final
 
bool IsInitialized () const final
 
 ListValue ()
 
 ListValue (const ListValue &from)
 
 ListValue (ListValue &&from) noexcept
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const ListValue &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Value > * mutable_values ()
 
PROTOBUF_NAMESPACE_ID::Valuemutable_values (int index)
 
ListValueNew () const final
 
ListValueNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
ListValueoperator= (const ListValue &from)
 
ListValueoperator= (ListValue &&from) noexcept
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void Swap (ListValue *other)
 
void UnsafeArenaSwap (ListValue *other)
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Value > & values () const
 
const PROTOBUF_NAMESPACE_ID::Valuevalues (int index) const
 
int values_size () const
 
virtual ~ListValue ()
 

Static Public Member Functions

static const ListValuedefault_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 ListValueinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 ListValue (::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 (ListValue *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::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Valuevalues_
 

Friends

template<typename T >
class ::PROTOBUF_NAMESPACE_ID::Arena::InternalHelper
 
class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_google_2fprotobuf_2fstruct_2eproto
 
void swap (ListValue &a, ListValue &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

Definition at line 711 of file struct.pb.h.

◆ InternalArenaConstructable_

Definition at line 710 of file struct.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kValuesFieldNumber 

Definition at line 690 of file struct.pb.h.

Constructor & Destructor Documentation

◆ ListValue() [1/4]

ListValue::ListValue ( )

Definition at line 1172 of file struct.pb.cc.

◆ ~ListValue()

ListValue::~ListValue ( )
virtual

Definition at line 1197 of file struct.pb.cc.

◆ ListValue() [2/4]

ListValue::ListValue ( const ListValue from)

Definition at line 1185 of file struct.pb.cc.

◆ ListValue() [3/4]

ListValue::ListValue ( ListValue &&  from)
inlinenoexcept

Definition at line 565 of file struct.pb.h.

◆ ListValue() [4/4]

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

Definition at line 1177 of file struct.pb.cc.

Member Function Documentation

◆ add_values()

PROTOBUF_NAMESPACE_ID::Value * ListValue::add_values ( )
inline

Definition at line 1121 of file struct.pb.h.

◆ ArenaDtor()

void ListValue::ArenaDtor ( void object)
staticprivate

Definition at line 1206 of file struct.pb.cc.

◆ ByteSizeLong()

size_t ListValue::ByteSizeLong ( ) const
final

Definition at line 1358 of file struct.pb.cc.

◆ Clear()

void ListValue::Clear ( )
final

Definition at line 1221 of file struct.pb.cc.

◆ clear_values()

void ListValue::clear_values ( )
inline

Definition at line 1105 of file struct.pb.h.

◆ CopyFrom() [1/2]

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

Definition at line 1412 of file struct.pb.cc.

◆ CopyFrom() [2/2]

void ListValue::CopyFrom ( const ListValue from)

Definition at line 1419 of file struct.pb.cc.

◆ default_instance()

const ListValue & ListValue::default_instance ( )
static

Definition at line 1215 of file struct.pb.cc.

◆ descriptor()

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

Definition at line 589 of file struct.pb.h.

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece ListValue::FullMessageName ( )
inlinestaticprivate

Definition at line 660 of file struct.pb.h.

◆ GetArena()

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

Definition at line 583 of file struct.pb.h.

◆ GetArenaNoVirtual()

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

Definition at line 669 of file struct.pb.h.

◆ GetCachedSize()

int ListValue::GetCachedSize ( ) const
inlinefinal

Definition at line 652 of file struct.pb.h.

◆ GetDescriptor()

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

Definition at line 592 of file struct.pb.h.

◆ GetMaybeArenaPointer()

void* ListValue::GetMaybeArenaPointer ( ) const
inlinefinal

Definition at line 586 of file struct.pb.h.

◆ GetMetadata()

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

Definition at line 1436 of file struct.pb.cc.

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata ListValue::GetMetadataStatic ( )
inlinestaticprivate

Definition at line 679 of file struct.pb.h.

◆ GetReflection()

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

Definition at line 595 of file struct.pb.h.

◆ InitAsDefaultInstance()

void ListValue::InitAsDefaultInstance ( )
static

Definition at line 1166 of file struct.pb.cc.

◆ internal_default_instance()

static const ListValue* ListValue::internal_default_instance ( )
inlinestatic

Definition at line 601 of file struct.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

Definition at line 1336 of file struct.pb.cc.

◆ InternalSwap()

void ListValue::InternalSwap ( ListValue other)
private

Definition at line 1430 of file struct.pb.cc.

◆ IsInitialized()

bool ListValue::IsInitialized ( ) const
final

Definition at line 1426 of file struct.pb.cc.

◆ MaybeArenaPtr()

void* ListValue::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 672 of file struct.pb.h.

◆ MergeFrom() [1/2]

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

Definition at line 1387 of file struct.pb.cc.

◆ MergeFrom() [2/2]

void ListValue::MergeFrom ( const ListValue from)

Definition at line 1402 of file struct.pb.cc.

◆ MergePartialFromCodedStream()

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

Definition at line 1272 of file struct.pb.cc.

◆ mutable_values() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Value > * ListValue::mutable_values ( )
inline

Definition at line 1113 of file struct.pb.h.

◆ mutable_values() [2/2]

PROTOBUF_NAMESPACE_ID::Value * ListValue::mutable_values ( int  index)
inline

Definition at line 1108 of file struct.pb.h.

◆ New() [1/2]

ListValue* ListValue::New ( ) const
inlinefinal

Definition at line 627 of file struct.pb.h.

◆ New() [2/2]

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

Definition at line 631 of file struct.pb.h.

◆ operator=() [1/2]

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

Definition at line 570 of file struct.pb.h.

◆ operator=() [2/2]

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

Definition at line 574 of file struct.pb.h.

◆ RegisterArenaDtor()

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

Definition at line 1210 of file struct.pb.cc.

◆ SerializeWithCachedSizes()

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

Definition at line 1314 of file struct.pb.cc.

◆ SetCachedSize()

void ListValue::SetCachedSize ( int  size) const
finalprivate

Definition at line 1212 of file struct.pb.cc.

◆ SharedCtor()

void ListValue::SharedCtor ( )
inlineprivate

Definition at line 1193 of file struct.pb.cc.

◆ SharedDtor()

void ListValue::SharedDtor ( )
inlineprivate

Definition at line 1202 of file struct.pb.cc.

◆ Swap()

void ListValue::Swap ( ListValue other)
inline

Definition at line 611 of file struct.pb.h.

◆ UnsafeArenaSwap()

void ListValue::UnsafeArenaSwap ( ListValue other)
inline

Definition at line 619 of file struct.pb.h.

◆ values() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Value > & ListValue::values ( ) const
inline

Definition at line 1126 of file struct.pb.h.

◆ values() [2/2]

const PROTOBUF_NAMESPACE_ID::Value & ListValue::values ( int  index) const
inline

Definition at line 1117 of file struct.pb.h.

◆ values_size()

int ListValue::values_size ( ) const
inline

Definition at line 1102 of file struct.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 709 of file struct.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 659 of file struct.pb.h.

◆ ::TableStruct_google_2fprotobuf_2fstruct_2eproto

Definition at line 714 of file struct.pb.h.

◆ swap

void swap ( ListValue a,
ListValue b 
)
friend

Definition at line 608 of file struct.pb.h.

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize ListValue::_cached_size_
private

Definition at line 713 of file struct.pb.h.

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena ListValue::_internal_metadata_
private

Definition at line 706 of file struct.pb.h.

◆ kIndexInFileMessages

constexpr int ListValue::kIndexInFileMessages
staticconstexpr
Initial value:
=
3

Definition at line 605 of file struct.pb.h.

◆ values_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::Value > ListValue::values_
private

Definition at line 712 of file struct.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