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

#include <wrappers.pb.h>

Inheritance diagram for BoolValue:
Inheritance graph
[legend]

Public Types

enum  : int { kValueFieldNumber = 1 }
 

Public Member Functions

 BoolValue ()
 
 BoolValue (BoolValue &&from) noexcept
 
 BoolValue (const BoolValue &from)
 
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 BoolValue &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
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const BoolValue &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
BoolValueNew () const final
 
BoolValueNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
BoolValueoperator= (BoolValue &&from) noexcept
 
BoolValueoperator= (const BoolValue &from)
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_value (bool value)
 
void Swap (BoolValue *other)
 
void UnsafeArenaSwap (BoolValue *other)
 
bool value () const
 
virtual ~BoolValue ()
 

Static Public Member Functions

static const BoolValuedefault_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 BoolValueinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 BoolValue (::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 (BoolValue *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_
 
bool 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 (BoolValue &a, BoolValue &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kValueFieldNumber 

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

Constructor & Destructor Documentation

◆ BoolValue() [1/4]

BoolValue::BoolValue ( )

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

◆ ~BoolValue()

BoolValue::~BoolValue ( )
virtual

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

◆ BoolValue() [2/4]

BoolValue::BoolValue ( const BoolValue from)

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

◆ BoolValue() [3/4]

BoolValue::BoolValue ( BoolValue &&  from)
inlinenoexcept

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

◆ BoolValue() [4/4]

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

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

Member Function Documentation

◆ ArenaDtor()

void BoolValue::ArenaDtor ( void object)
staticprivate

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

◆ ByteSizeLong()

size_t BoolValue::ByteSizeLong ( ) const
final

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

◆ Clear()

void BoolValue::Clear ( )
final

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

◆ clear_value()

void BoolValue::clear_value ( )
inline

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

◆ CopyFrom() [1/2]

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

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

◆ CopyFrom() [2/2]

void BoolValue::CopyFrom ( const BoolValue from)

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

◆ default_instance()

const BoolValue & BoolValue::default_instance ( )
static

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

◆ descriptor()

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

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

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece BoolValue::FullMessageName ( )
inlinestaticprivate

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

◆ GetArena()

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

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

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

int BoolValue::GetCachedSize ( ) const
inlinefinal

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

◆ GetDescriptor()

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

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

◆ GetMaybeArenaPointer()

void* BoolValue::GetMaybeArenaPointer ( ) const
inlinefinal

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

◆ GetMetadata()

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

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

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata BoolValue::GetMetadataStatic ( )
inlinestaticprivate

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

◆ GetReflection()

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

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

◆ InitAsDefaultInstance()

void BoolValue::InitAsDefaultInstance ( )
static

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

◆ internal_default_instance()

static const BoolValue* BoolValue::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

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

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

◆ InternalSwap()

void BoolValue::InternalSwap ( BoolValue other)
private

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

◆ IsInitialized()

bool BoolValue::IsInitialized ( ) const
final

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

◆ MaybeArenaPtr()

void* BoolValue::MaybeArenaPtr ( ) const
inlineprivate

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

void BoolValue::MergeFrom ( const BoolValue from)

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

◆ MergePartialFromCodedStream()

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

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

◆ New() [1/2]

BoolValue* BoolValue::New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ RegisterArenaDtor()

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

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

◆ SerializeWithCachedSizes()

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

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

◆ set_value()

void BoolValue::set_value ( bool  value)
inline

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

◆ SetCachedSize()

void BoolValue::SetCachedSize ( int  size) const
finalprivate

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

◆ SharedCtor()

void BoolValue::SharedCtor ( )
inlineprivate

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

◆ SharedDtor()

void BoolValue::SharedDtor ( )
inlineprivate

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

◆ Swap()

void BoolValue::Swap ( BoolValue other)
inline

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

◆ UnsafeArenaSwap()

void BoolValue::UnsafeArenaSwap ( BoolValue other)
inline

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

◆ value()

bool BoolValue::value ( ) const
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_google_2fprotobuf_2fwrappers_2eproto

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

◆ swap

void swap ( BoolValue a,
BoolValue b 
)
friend

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

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize BoolValue::_cached_size_
private

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

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena BoolValue::_internal_metadata_
private

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

◆ kIndexInFileMessages

constexpr int BoolValue::kIndexInFileMessages
staticconstexpr
Initial value:
=
6

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

◆ value_

bool BoolValue::value_
private

Definition at line 1173 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:05