Classes | 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
GeneratedCodeInfo Class Reference

#include <descriptor.pb.h>

Inheritance diagram for GeneratedCodeInfo:
Inheritance graph
[legend]

Classes

class  _Internal
 

Public Types

enum  : int { kAnnotationFieldNumber = 1 }
 
typedef GeneratedCodeInfo_Annotation Annotation
 

Public Member Functions

PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation * add_annotation ()
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation > & annotation () const
 
const PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation & annotation (int index) const
 
int annotation_size () const
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_annotation ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const GeneratedCodeInfo &from)
 
 GeneratedCodeInfo ()
 
 GeneratedCodeInfo (const GeneratedCodeInfo &from)
 
 GeneratedCodeInfo (GeneratedCodeInfo &&from) noexcept
 
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 GeneratedCodeInfo &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation > * mutable_annotation ()
 
PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation * mutable_annotation (int index)
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
GeneratedCodeInfoNew () const final
 
GeneratedCodeInfoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
GeneratedCodeInfooperator= (const GeneratedCodeInfo &from)
 
GeneratedCodeInfooperator= (GeneratedCodeInfo &&from) noexcept
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void Swap (GeneratedCodeInfo *other)
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
void UnsafeArenaSwap (GeneratedCodeInfo *other)
 
virtual ~GeneratedCodeInfo ()
 

Static Public Member Functions

static const GeneratedCodeInfodefault_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 GeneratedCodeInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 GeneratedCodeInfo (::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 (GeneratedCodeInfo *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::HasBits< 1 > _has_bits_
 
::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena _internal_metadata_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation > annotation_
 

Friends

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

Detailed Description

Definition at line 6355 of file descriptor.pb.h.

Member Typedef Documentation

◆ Annotation

Definition at line 6492 of file descriptor.pb.h.

◆ DestructorSkippable_

Definition at line 6517 of file descriptor.pb.h.

◆ InternalArenaConstructable_

Definition at line 6516 of file descriptor.pb.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kAnnotationFieldNumber 

Definition at line 6496 of file descriptor.pb.h.

Constructor & Destructor Documentation

◆ GeneratedCodeInfo() [1/4]

GeneratedCodeInfo::GeneratedCodeInfo ( )

Definition at line 15054 of file descriptor.pb.cc.

◆ ~GeneratedCodeInfo()

GeneratedCodeInfo::~GeneratedCodeInfo ( )
virtual

Definition at line 15080 of file descriptor.pb.cc.

◆ GeneratedCodeInfo() [2/4]

GeneratedCodeInfo::GeneratedCodeInfo ( const GeneratedCodeInfo from)

Definition at line 15067 of file descriptor.pb.cc.

◆ GeneratedCodeInfo() [3/4]

GeneratedCodeInfo::GeneratedCodeInfo ( GeneratedCodeInfo &&  from)
inlinenoexcept

Definition at line 6362 of file descriptor.pb.h.

◆ GeneratedCodeInfo() [4/4]

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

Definition at line 15059 of file descriptor.pb.cc.

Member Function Documentation

◆ add_annotation()

PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation * GeneratedCodeInfo::add_annotation ( )
inline

Definition at line 11904 of file descriptor.pb.h.

◆ annotation() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation > & GeneratedCodeInfo::annotation ( ) const
inline

Definition at line 11909 of file descriptor.pb.h.

◆ annotation() [2/2]

const PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation & GeneratedCodeInfo::annotation ( int  index) const
inline

Definition at line 11900 of file descriptor.pb.h.

◆ annotation_size()

int GeneratedCodeInfo::annotation_size ( ) const
inline

Definition at line 11885 of file descriptor.pb.h.

◆ ArenaDtor()

void GeneratedCodeInfo::ArenaDtor ( void object)
staticprivate

Definition at line 15089 of file descriptor.pb.cc.

◆ ByteSizeLong()

size_t GeneratedCodeInfo::ByteSizeLong ( ) const
final

Definition at line 15242 of file descriptor.pb.cc.

◆ Clear()

void GeneratedCodeInfo::Clear ( )
final

Definition at line 15104 of file descriptor.pb.cc.

◆ clear_annotation()

void GeneratedCodeInfo::clear_annotation ( )
inline

Definition at line 11888 of file descriptor.pb.h.

◆ CopyFrom() [1/2]

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

Definition at line 15296 of file descriptor.pb.cc.

◆ CopyFrom() [2/2]

void GeneratedCodeInfo::CopyFrom ( const GeneratedCodeInfo from)

Definition at line 15303 of file descriptor.pb.cc.

◆ default_instance()

const GeneratedCodeInfo & GeneratedCodeInfo::default_instance ( )
static

Definition at line 15098 of file descriptor.pb.cc.

◆ descriptor()

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

Definition at line 6393 of file descriptor.pb.h.

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece GeneratedCodeInfo::FullMessageName ( )
inlinestaticprivate

Definition at line 6464 of file descriptor.pb.h.

◆ GetArena()

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

Definition at line 6387 of file descriptor.pb.h.

◆ GetArenaNoVirtual()

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

Definition at line 6473 of file descriptor.pb.h.

◆ GetCachedSize()

int GeneratedCodeInfo::GetCachedSize ( ) const
inlinefinal

Definition at line 6456 of file descriptor.pb.h.

◆ GetDescriptor()

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

Definition at line 6396 of file descriptor.pb.h.

◆ GetMaybeArenaPointer()

void* GeneratedCodeInfo::GetMaybeArenaPointer ( ) const
inlinefinal

Definition at line 6390 of file descriptor.pb.h.

◆ GetMetadata()

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

Definition at line 15321 of file descriptor.pb.cc.

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata GeneratedCodeInfo::GetMetadataStatic ( )
inlinestaticprivate

Definition at line 6483 of file descriptor.pb.h.

◆ GetReflection()

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

Definition at line 6399 of file descriptor.pb.h.

◆ InitAsDefaultInstance()

void GeneratedCodeInfo::InitAsDefaultInstance ( )
static

Definition at line 15047 of file descriptor.pb.cc.

◆ internal_default_instance()

static const GeneratedCodeInfo* GeneratedCodeInfo::internal_default_instance ( )
inlinestatic

Definition at line 6405 of file descriptor.pb.h.

◆ InternalSerializeWithCachedSizesToArray()

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

Definition at line 15220 of file descriptor.pb.cc.

◆ InternalSwap()

void GeneratedCodeInfo::InternalSwap ( GeneratedCodeInfo other)
private

Definition at line 15314 of file descriptor.pb.cc.

◆ IsInitialized()

bool GeneratedCodeInfo::IsInitialized ( ) const
final

Definition at line 15310 of file descriptor.pb.cc.

◆ MaybeArenaPtr()

void* GeneratedCodeInfo::MaybeArenaPtr ( ) const
inlineprivate

Definition at line 6476 of file descriptor.pb.h.

◆ MergeFrom() [1/2]

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

Definition at line 15271 of file descriptor.pb.cc.

◆ MergeFrom() [2/2]

void GeneratedCodeInfo::MergeFrom ( const GeneratedCodeInfo from)

Definition at line 15286 of file descriptor.pb.cc.

◆ MergePartialFromCodedStream()

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

Definition at line 15156 of file descriptor.pb.cc.

◆ mutable_annotation() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation > * GeneratedCodeInfo::mutable_annotation ( )
inline

Definition at line 11896 of file descriptor.pb.h.

◆ mutable_annotation() [2/2]

PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation * GeneratedCodeInfo::mutable_annotation ( int  index)
inline

Definition at line 11891 of file descriptor.pb.h.

◆ mutable_unknown_fields()

inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet* GeneratedCodeInfo::mutable_unknown_fields ( )
inline

Definition at line 6383 of file descriptor.pb.h.

◆ New() [1/2]

GeneratedCodeInfo* GeneratedCodeInfo::New ( ) const
inlinefinal

Definition at line 6431 of file descriptor.pb.h.

◆ New() [2/2]

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

Definition at line 6435 of file descriptor.pb.h.

◆ operator=() [1/2]

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

Definition at line 6367 of file descriptor.pb.h.

◆ operator=() [2/2]

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

Definition at line 6371 of file descriptor.pb.h.

◆ RegisterArenaDtor()

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

Definition at line 15093 of file descriptor.pb.cc.

◆ SerializeWithCachedSizes()

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

Definition at line 15198 of file descriptor.pb.cc.

◆ SetCachedSize()

void GeneratedCodeInfo::SetCachedSize ( int  size) const
finalprivate

Definition at line 15095 of file descriptor.pb.cc.

◆ SharedCtor()

void GeneratedCodeInfo::SharedCtor ( )
inlineprivate

Definition at line 15076 of file descriptor.pb.cc.

◆ SharedDtor()

void GeneratedCodeInfo::SharedDtor ( )
inlineprivate

Definition at line 15085 of file descriptor.pb.cc.

◆ Swap()

void GeneratedCodeInfo::Swap ( GeneratedCodeInfo other)
inline

Definition at line 6415 of file descriptor.pb.h.

◆ unknown_fields()

const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet& GeneratedCodeInfo::unknown_fields ( ) const
inline

Definition at line 6380 of file descriptor.pb.h.

◆ UnsafeArenaSwap()

void GeneratedCodeInfo::UnsafeArenaSwap ( GeneratedCodeInfo other)
inline

Definition at line 6423 of file descriptor.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 6515 of file descriptor.pb.h.

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

Definition at line 6463 of file descriptor.pb.h.

◆ ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto

Definition at line 6521 of file descriptor.pb.h.

◆ swap

void swap ( GeneratedCodeInfo a,
GeneratedCodeInfo b 
)
friend

Definition at line 6412 of file descriptor.pb.h.

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize GeneratedCodeInfo::_cached_size_
private

Definition at line 6519 of file descriptor.pb.h.

◆ _has_bits_

::PROTOBUF_NAMESPACE_ID::internal::HasBits<1> GeneratedCodeInfo::_has_bits_
private

Definition at line 6518 of file descriptor.pb.h.

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena GeneratedCodeInfo::_internal_metadata_
private

Definition at line 6512 of file descriptor.pb.h.

◆ annotation_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::GeneratedCodeInfo_Annotation > GeneratedCodeInfo::annotation_
private

Definition at line 6520 of file descriptor.pb.h.

◆ kIndexInFileMessages

constexpr int GeneratedCodeInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
26

Definition at line 6409 of file descriptor.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