Classes | Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Private Member Functions | Static Private Member Functions | Private Attributes | Friends | List of all members
Mixin Class Reference

#include <api.pb.h>

Inheritance diagram for Mixin:
Inheritance graph
[legend]

Classes

class  _Internal
 

Public Types

enum  : int { kNameFieldNumber = 1, kRootFieldNumber = 2 }
 

Public Member Functions

size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_name ()
 
void clear_root ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const Mixin &from)
 
int GetCachedSize () 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 Mixin &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
 Mixin ()
 
 Mixin (const Mixin &from)
 
 Mixin (Mixin &&from) noexcept
 
std::stringmutable_name ()
 
std::stringmutable_root ()
 
const std::stringname () const
 
MixinNew () const final
 
MixinNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
Mixinoperator= (const Mixin &from)
 
Mixinoperator= (Mixin &&from) noexcept
 
std::stringrelease_name ()
 
std::stringrelease_root ()
 
const std::stringroot () const
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_allocated_name (std::string *name)
 
void set_allocated_root (std::string *root)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
void set_name (const std::string &value)
 
void set_name (std::string &&value)
 
void set_root (const char *value)
 
void set_root (const char *value, size_t size)
 
void set_root (const std::string &value)
 
void set_root (std::string &&value)
 
void Swap (Mixin *other)
 
virtual ~Mixin ()
 

Static Public Member Functions

static const Mixindefault_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 Mixininternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Private Member Functions

inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArenaNoVirtual () const
 
void InternalSwap (Mixin *other)
 
voidMaybeArenaPtr () const
 
void SetCachedSize (int size) const final
 
void SharedCtor ()
 
void SharedDtor ()
 

Static Private Member Functions

::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::internal::ArenaStringPtr name_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr root_
 

Friends

class ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata
 
struct ::TableStruct_google_2fprotobuf_2fapi_2eproto
 
void swap (Mixin &a, Mixin &b)
 

Detailed Description

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kNameFieldNumber 
kRootFieldNumber 

Definition at line 594 of file api.pb.h.

Constructor & Destructor Documentation

◆ Mixin() [1/3]

Mixin::Mixin ( )

Definition at line 1381 of file api.pb.cc.

◆ ~Mixin()

Mixin::~Mixin ( )
virtual

Definition at line 1407 of file api.pb.cc.

◆ Mixin() [2/3]

Mixin::Mixin ( const Mixin from)

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

◆ Mixin() [3/3]

Mixin::Mixin ( Mixin &&  from)
inlinenoexcept

Definition at line 489 of file api.pb.h.

Member Function Documentation

◆ ByteSizeLong()

size_t Mixin::ByteSizeLong ( ) const
final

Definition at line 1609 of file api.pb.cc.

◆ Clear()

void Mixin::Clear ( )
final

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

◆ clear_name()

void Mixin::clear_name ( )
inline

Definition at line 1120 of file api.pb.h.

◆ clear_root()

void Mixin::clear_root ( )
inline

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

◆ CopyFrom() [1/2]

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

Definition at line 1673 of file api.pb.cc.

◆ CopyFrom() [2/2]

void Mixin::CopyFrom ( const Mixin from)

Definition at line 1680 of file api.pb.cc.

◆ default_instance()

const Mixin & Mixin::default_instance ( )
static

Definition at line 1420 of file api.pb.cc.

◆ descriptor()

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

Definition at line 507 of file api.pb.h.

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece Mixin::FullMessageName ( )
inlinestaticprivate

Definition at line 569 of file api.pb.h.

◆ GetArenaNoVirtual()

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

Definition at line 573 of file api.pb.h.

◆ GetCachedSize()

int Mixin::GetCachedSize ( ) const
inlinefinal

Definition at line 561 of file api.pb.h.

◆ GetDescriptor()

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

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

◆ GetMetadata()

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

Definition at line 1700 of file api.pb.cc.

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata Mixin::GetMetadataStatic ( )
inlinestaticprivate

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

◆ GetReflection()

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

Definition at line 513 of file api.pb.h.

◆ InitAsDefaultInstance()

void Mixin::InitAsDefaultInstance ( )
static

Definition at line 1375 of file api.pb.cc.

◆ internal_default_instance()

static const Mixin* Mixin::internal_default_instance ( )
inlinestatic

Definition at line 519 of file api.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

Definition at line 1573 of file api.pb.cc.

◆ InternalSwap()

void Mixin::InternalSwap ( Mixin other)
private

Definition at line 1691 of file api.pb.cc.

◆ IsInitialized()

bool Mixin::IsInitialized ( ) const
final

Definition at line 1687 of file api.pb.cc.

◆ MaybeArenaPtr()

void* Mixin::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 576 of file api.pb.h.

◆ MergeFrom() [1/2]

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

Definition at line 1641 of file api.pb.cc.

◆ MergeFrom() [2/2]

void Mixin::MergeFrom ( const Mixin from)

Definition at line 1656 of file api.pb.cc.

◆ MergePartialFromCodedStream()

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

Definition at line 1479 of file api.pb.cc.

◆ mutable_name()

std::string * Mixin::mutable_name ( )
inline

Definition at line 1150 of file api.pb.h.

◆ mutable_root()

std::string * Mixin::mutable_root ( )
inline

Definition at line 1201 of file api.pb.h.

◆ name()

const std::string & Mixin::name ( ) const
inline

Definition at line 1123 of file api.pb.h.

◆ New() [1/2]

Mixin* Mixin::New ( ) const
inlinefinal

Definition at line 536 of file api.pb.h.

◆ New() [2/2]

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

Definition at line 540 of file api.pb.h.

◆ operator=() [1/2]

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

Definition at line 494 of file api.pb.h.

◆ operator=() [2/2]

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

Definition at line 498 of file api.pb.h.

◆ release_name()

std::string * Mixin::release_name ( )
inline

Definition at line 1155 of file api.pb.h.

◆ release_root()

std::string * Mixin::release_root ( )
inline

Definition at line 1206 of file api.pb.h.

◆ root()

const std::string & Mixin::root ( ) const
inline

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

◆ SerializeWithCachedSizes()

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

Definition at line 1540 of file api.pb.cc.

◆ set_allocated_name()

void Mixin::set_allocated_name ( std::string name)
inline

Definition at line 1160 of file api.pb.h.

◆ set_allocated_root()

void Mixin::set_allocated_root ( std::string root)
inline

Definition at line 1211 of file api.pb.h.

◆ set_name() [1/4]

void Mixin::set_name ( const char *  value)
inline

Definition at line 1138 of file api.pb.h.

◆ set_name() [2/4]

void Mixin::set_name ( const char *  value,
size_t  size 
)
inline

Definition at line 1144 of file api.pb.h.

◆ set_name() [3/4]

void Mixin::set_name ( const std::string value)
inline

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

◆ set_name() [4/4]

void Mixin::set_name ( std::string &&  value)
inline

Definition at line 1132 of file api.pb.h.

◆ set_root() [1/4]

void Mixin::set_root ( const char *  value)
inline

Definition at line 1189 of file api.pb.h.

◆ set_root() [2/4]

void Mixin::set_root ( const char *  value,
size_t  size 
)
inline

Definition at line 1195 of file api.pb.h.

◆ set_root() [3/4]

void Mixin::set_root ( const std::string value)
inline

Definition at line 1178 of file api.pb.h.

◆ set_root() [4/4]

void Mixin::set_root ( std::string &&  value)
inline

Definition at line 1183 of file api.pb.h.

◆ SetCachedSize()

void Mixin::SetCachedSize ( int  size) const
finalprivate

Definition at line 1417 of file api.pb.cc.

◆ SharedCtor()

void Mixin::SharedCtor ( )
inlineprivate

Definition at line 1401 of file api.pb.cc.

◆ SharedDtor()

void Mixin::SharedDtor ( )
inlineprivate

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

◆ Swap()

void Mixin::Swap ( Mixin other)
inline

Definition at line 529 of file api.pb.h.

Friends And Related Function Documentation

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 568 of file api.pb.h.

◆ ::TableStruct_google_2fprotobuf_2fapi_2eproto

Definition at line 628 of file api.pb.h.

◆ swap

void swap ( Mixin a,
Mixin b 
)
friend

Definition at line 526 of file api.pb.h.

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize Mixin::_cached_size_
private

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

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena Mixin::_internal_metadata_
private

Definition at line 622 of file api.pb.h.

◆ kIndexInFileMessages

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

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

◆ name_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr Mixin::name_
private

Definition at line 625 of file api.pb.h.

◆ root_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr Mixin::root_
private

Definition at line 626 of file api.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