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

#include <descriptor.pb.h>

Inheritance diagram for SourceCodeInfo:
Inheritance graph
[legend]

Classes

class  _Internal
 

Public Types

enum  : int { kLocationFieldNumber = 1 }
 
typedef SourceCodeInfo_Location Location
 

Public Member Functions

PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location * add_location ()
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_location ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const SourceCodeInfo &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
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location > & location () const
 
const PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location & location (int index) const
 
int location_size () const
 
void MergeFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void MergeFrom (const SourceCodeInfo &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location > * mutable_location ()
 
PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location * mutable_location (int index)
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
SourceCodeInfoNew () const final
 
SourceCodeInfoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
SourceCodeInfooperator= (const SourceCodeInfo &from)
 
SourceCodeInfooperator= (SourceCodeInfo &&from) noexcept
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
 SourceCodeInfo ()
 
 SourceCodeInfo (const SourceCodeInfo &from)
 
 SourceCodeInfo (SourceCodeInfo &&from) noexcept
 
void Swap (SourceCodeInfo *other)
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
void UnsafeArenaSwap (SourceCodeInfo *other)
 
virtual ~SourceCodeInfo ()
 

Static Public Member Functions

static const SourceCodeInfodefault_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 SourceCodeInfointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 SourceCodeInfo (::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 (SourceCodeInfo *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::SourceCodeInfo_Location > location_
 

Friends

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

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

◆ Location

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kLocationFieldNumber 

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

Constructor & Destructor Documentation

◆ SourceCodeInfo() [1/4]

SourceCodeInfo::SourceCodeInfo ( )

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

◆ ~SourceCodeInfo()

SourceCodeInfo::~SourceCodeInfo ( )
virtual

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

◆ SourceCodeInfo() [2/4]

SourceCodeInfo::SourceCodeInfo ( const SourceCodeInfo from)

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

◆ SourceCodeInfo() [3/4]

SourceCodeInfo::SourceCodeInfo ( SourceCodeInfo &&  from)
inlinenoexcept

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

◆ SourceCodeInfo() [4/4]

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

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

Member Function Documentation

◆ add_location()

PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location * SourceCodeInfo::add_location ( )
inline

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

◆ ArenaDtor()

void SourceCodeInfo::ArenaDtor ( void object)
staticprivate

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

◆ ByteSizeLong()

size_t SourceCodeInfo::ByteSizeLong ( ) const
final

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

◆ Clear()

void SourceCodeInfo::Clear ( )
final

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

◆ clear_location()

void SourceCodeInfo::clear_location ( )
inline

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

◆ CopyFrom() [1/2]

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

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

◆ CopyFrom() [2/2]

void SourceCodeInfo::CopyFrom ( const SourceCodeInfo from)

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

◆ default_instance()

const SourceCodeInfo & SourceCodeInfo::default_instance ( )
static

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

◆ descriptor()

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

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

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece SourceCodeInfo::FullMessageName ( )
inlinestaticprivate

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

◆ GetArena()

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

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

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

int SourceCodeInfo::GetCachedSize ( ) const
inlinefinal

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

◆ GetDescriptor()

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

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

◆ GetMaybeArenaPointer()

void* SourceCodeInfo::GetMaybeArenaPointer ( ) const
inlinefinal

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

◆ GetMetadata()

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

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

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata SourceCodeInfo::GetMetadataStatic ( )
inlinestaticprivate

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

◆ GetReflection()

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

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

◆ InitAsDefaultInstance()

void SourceCodeInfo::InitAsDefaultInstance ( )
static

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

◆ internal_default_instance()

static const SourceCodeInfo* SourceCodeInfo::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

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

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

◆ InternalSwap()

void SourceCodeInfo::InternalSwap ( SourceCodeInfo other)
private

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

◆ IsInitialized()

bool SourceCodeInfo::IsInitialized ( ) const
final

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

◆ location() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location > & SourceCodeInfo::location ( ) const
inline

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

◆ location() [2/2]

const PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location & SourceCodeInfo::location ( int  index) const
inline

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

◆ location_size()

int SourceCodeInfo::location_size ( ) const
inline

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

◆ MaybeArenaPtr()

void* SourceCodeInfo::MaybeArenaPtr ( ) const
inlineprivate

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

void SourceCodeInfo::MergeFrom ( const SourceCodeInfo from)

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

◆ MergePartialFromCodedStream()

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

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

◆ mutable_location() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location > * SourceCodeInfo::mutable_location ( )
inline

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

◆ mutable_location() [2/2]

PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location * SourceCodeInfo::mutable_location ( int  index)
inline

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

SourceCodeInfo* SourceCodeInfo::New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ RegisterArenaDtor()

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

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

◆ SerializeWithCachedSizes()

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

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

◆ SetCachedSize()

void SourceCodeInfo::SetCachedSize ( int  size) const
finalprivate

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

◆ SharedCtor()

void SourceCodeInfo::SharedCtor ( )
inlineprivate

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

◆ SharedDtor()

void SourceCodeInfo::SharedDtor ( )
inlineprivate

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

◆ Swap()

void SourceCodeInfo::Swap ( SourceCodeInfo other)
inline

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

void SourceCodeInfo::UnsafeArenaSwap ( SourceCodeInfo other)
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto

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

◆ swap

void swap ( SourceCodeInfo a,
SourceCodeInfo b 
)
friend

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

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize SourceCodeInfo::_cached_size_
private

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

◆ _has_bits_

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

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

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena SourceCodeInfo::_internal_metadata_
private

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

◆ kIndexInFileMessages

constexpr int SourceCodeInfo::kIndexInFileMessages
staticconstexpr
Initial value:
=
24

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

◆ location_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::SourceCodeInfo_Location > SourceCodeInfo::location_
private

Definition at line 6142 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:06