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

#include <descriptor.pb.h>

Inheritance diagram for GeneratedCodeInfo_Annotation:
Inheritance graph
[legend]

Classes

class  _Internal
 

Public Types

enum  : int { kPathFieldNumber = 1, kSourceFileFieldNumber = 2, kBeginFieldNumber = 3, kEndFieldNumber = 4 }
 

Public Member Functions

void add_path (::PROTOBUF_NAMESPACE_ID::int32 value)
 
::PROTOBUF_NAMESPACE_ID::int32 begin () const
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_begin ()
 
void clear_end ()
 
void clear_path ()
 
void clear_source_file ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const GeneratedCodeInfo_Annotation &from)
 
::PROTOBUF_NAMESPACE_ID::int32 end () const
 
 GeneratedCodeInfo_Annotation ()
 
 GeneratedCodeInfo_Annotation (const GeneratedCodeInfo_Annotation &from)
 
 GeneratedCodeInfo_Annotation (GeneratedCodeInfo_Annotation &&from) noexcept
 
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena () const final
 
int GetCachedSize () const final
 
voidGetMaybeArenaPointer () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_end () const
 
bool has_source_file () const
 
::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_Annotation &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > * mutable_path ()
 
std::stringmutable_source_file ()
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
GeneratedCodeInfo_AnnotationNew () const final
 
GeneratedCodeInfo_AnnotationNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
GeneratedCodeInfo_Annotationoperator= (const GeneratedCodeInfo_Annotation &from)
 
GeneratedCodeInfo_Annotationoperator= (GeneratedCodeInfo_Annotation &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > & path () const
 
::PROTOBUF_NAMESPACE_ID::int32 path (int index) const
 
int path_size () const
 
std::stringrelease_source_file ()
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_allocated_source_file (std::string *source_file)
 
void set_begin (::PROTOBUF_NAMESPACE_ID::int32 value)
 
void set_end (::PROTOBUF_NAMESPACE_ID::int32 value)
 
void set_path (int index, ::PROTOBUF_NAMESPACE_ID::int32 value)
 
void set_source_file (const char *value)
 
void set_source_file (const char *value, size_t size)
 
void set_source_file (const std::string &value)
 
void set_source_file (std::string &&value)
 
const std::stringsource_file () const
 
void Swap (GeneratedCodeInfo_Annotation *other)
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
void UnsafeArenaSwap (GeneratedCodeInfo_Annotation *other)
 
virtual ~GeneratedCodeInfo_Annotation ()
 

Static Public Member Functions

static const GeneratedCodeInfo_Annotationdefault_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 GeneratedCodeInfo_Annotationinternal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 GeneratedCodeInfo_Annotation (::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_Annotation *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_
 
std::atomic< int > _path_cached_byte_size_
 
::PROTOBUF_NAMESPACE_ID::int32 begin_
 
::PROTOBUF_NAMESPACE_ID::int32 end_
 
::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > path_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr source_file_
 

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_Annotation &a, GeneratedCodeInfo_Annotation &b)
 

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ InternalArenaConstructable_

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kPathFieldNumber 
kSourceFileFieldNumber 
kBeginFieldNumber 
kEndFieldNumber 

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

Constructor & Destructor Documentation

◆ GeneratedCodeInfo_Annotation() [1/4]

GeneratedCodeInfo_Annotation::GeneratedCodeInfo_Annotation ( )

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

◆ ~GeneratedCodeInfo_Annotation()

GeneratedCodeInfo_Annotation::~GeneratedCodeInfo_Annotation ( )
virtual

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

◆ GeneratedCodeInfo_Annotation() [2/4]

GeneratedCodeInfo_Annotation::GeneratedCodeInfo_Annotation ( const GeneratedCodeInfo_Annotation from)

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

◆ GeneratedCodeInfo_Annotation() [3/4]

GeneratedCodeInfo_Annotation::GeneratedCodeInfo_Annotation ( GeneratedCodeInfo_Annotation &&  from)
inlinenoexcept

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

◆ GeneratedCodeInfo_Annotation() [4/4]

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

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

Member Function Documentation

◆ add_path()

void GeneratedCodeInfo_Annotation::add_path ( ::PROTOBUF_NAMESPACE_ID::int32  value)
inline

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

◆ ArenaDtor()

void GeneratedCodeInfo_Annotation::ArenaDtor ( void object)
staticprivate

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

◆ begin()

PROTOBUF_NAMESPACE_ID::int32 GeneratedCodeInfo_Annotation::begin ( ) const
inline

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

◆ ByteSizeLong()

size_t GeneratedCodeInfo_Annotation::ByteSizeLong ( ) const
final

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

◆ Clear()

void GeneratedCodeInfo_Annotation::Clear ( )
final

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

◆ clear_begin()

void GeneratedCodeInfo_Annotation::clear_begin ( )
inline

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

◆ clear_end()

void GeneratedCodeInfo_Annotation::clear_end ( )
inline

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

◆ clear_path()

void GeneratedCodeInfo_Annotation::clear_path ( )
inline

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

◆ clear_source_file()

void GeneratedCodeInfo_Annotation::clear_source_file ( )
inline

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

◆ CopyFrom() [1/2]

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

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

◆ CopyFrom() [2/2]

void GeneratedCodeInfo_Annotation::CopyFrom ( const GeneratedCodeInfo_Annotation from)

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

◆ default_instance()

const GeneratedCodeInfo_Annotation & GeneratedCodeInfo_Annotation::default_instance ( )
static

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

◆ descriptor()

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

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

◆ end()

PROTOBUF_NAMESPACE_ID::int32 GeneratedCodeInfo_Annotation::end ( ) const
inline

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

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece GeneratedCodeInfo_Annotation::FullMessageName ( )
inlinestaticprivate

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

◆ GetArena()

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

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

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

int GeneratedCodeInfo_Annotation::GetCachedSize ( ) const
inlinefinal

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

◆ GetDescriptor()

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

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

◆ GetMaybeArenaPointer()

void* GeneratedCodeInfo_Annotation::GetMaybeArenaPointer ( ) const
inlinefinal

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

◆ GetMetadata()

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

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

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata GeneratedCodeInfo_Annotation::GetMetadataStatic ( )
inlinestaticprivate

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

◆ GetReflection()

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

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

◆ has_end()

bool GeneratedCodeInfo_Annotation::has_end ( ) const
inline

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

◆ has_source_file()

bool GeneratedCodeInfo_Annotation::has_source_file ( ) const
inline

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

◆ InitAsDefaultInstance()

void GeneratedCodeInfo_Annotation::InitAsDefaultInstance ( )
static

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

◆ internal_default_instance()

static const GeneratedCodeInfo_Annotation* GeneratedCodeInfo_Annotation::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

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

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

◆ InternalSwap()

void GeneratedCodeInfo_Annotation::InternalSwap ( GeneratedCodeInfo_Annotation other)
private

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

◆ IsInitialized()

bool GeneratedCodeInfo_Annotation::IsInitialized ( ) const
final

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

◆ MaybeArenaPtr()

void* GeneratedCodeInfo_Annotation::MaybeArenaPtr ( ) const
inlineprivate

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

void GeneratedCodeInfo_Annotation::MergeFrom ( const GeneratedCodeInfo_Annotation from)

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

◆ MergePartialFromCodedStream()

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

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

◆ mutable_path()

PROTOBUF_NAMESPACE_ID::RepeatedField<::PROTOBUF_NAMESPACE_ID::int32 > * GeneratedCodeInfo_Annotation::mutable_path ( )
inline

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

◆ mutable_source_file()

std::string * GeneratedCodeInfo_Annotation::mutable_source_file ( )
inline

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

◆ mutable_unknown_fields()

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

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

◆ New() [1/2]

GeneratedCodeInfo_Annotation* GeneratedCodeInfo_Annotation::New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ path() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedField<::PROTOBUF_NAMESPACE_ID::int32 > & GeneratedCodeInfo_Annotation::path ( ) const
inline

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

◆ path() [2/2]

PROTOBUF_NAMESPACE_ID::int32 GeneratedCodeInfo_Annotation::path ( int  index) const
inline

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

◆ path_size()

int GeneratedCodeInfo_Annotation::path_size ( ) const
inline

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

◆ RegisterArenaDtor()

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

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

◆ release_source_file()

std::string * GeneratedCodeInfo_Annotation::release_source_file ( )
inline

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

◆ SerializeWithCachedSizes()

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

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

◆ set_allocated_source_file()

void GeneratedCodeInfo_Annotation::set_allocated_source_file ( std::string source_file)
inline

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

◆ set_begin()

void GeneratedCodeInfo_Annotation::set_begin ( ::PROTOBUF_NAMESPACE_ID::int32  value)
inline

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

◆ set_end()

void GeneratedCodeInfo_Annotation::set_end ( ::PROTOBUF_NAMESPACE_ID::int32  value)
inline

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

◆ set_path()

void GeneratedCodeInfo_Annotation::set_path ( int  index,
::PROTOBUF_NAMESPACE_ID::int32  value 
)
inline

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

◆ set_source_file() [1/4]

void GeneratedCodeInfo_Annotation::set_source_file ( const char *  value)
inline

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

◆ set_source_file() [2/4]

void GeneratedCodeInfo_Annotation::set_source_file ( const char *  value,
size_t  size 
)
inline

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

◆ set_source_file() [3/4]

void GeneratedCodeInfo_Annotation::set_source_file ( const std::string value)
inline

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

◆ set_source_file() [4/4]

void GeneratedCodeInfo_Annotation::set_source_file ( std::string &&  value)
inline

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

◆ SetCachedSize()

void GeneratedCodeInfo_Annotation::SetCachedSize ( int  size) const
finalprivate

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

◆ SharedCtor()

void GeneratedCodeInfo_Annotation::SharedCtor ( )
inlineprivate

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

◆ SharedDtor()

void GeneratedCodeInfo_Annotation::SharedDtor ( )
inlineprivate

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

◆ source_file()

const std::string & GeneratedCodeInfo_Annotation::source_file ( ) const
inline

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

◆ Swap()

void GeneratedCodeInfo_Annotation::Swap ( GeneratedCodeInfo_Annotation other)
inline

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

◆ unknown_fields()

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

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

◆ UnsafeArenaSwap()

void GeneratedCodeInfo_Annotation::UnsafeArenaSwap ( GeneratedCodeInfo_Annotation other)
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto

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

◆ swap

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

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize GeneratedCodeInfo_Annotation::_cached_size_
private

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

◆ _has_bits_

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

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

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena GeneratedCodeInfo_Annotation::_internal_metadata_
private

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

◆ _path_cached_byte_size_

std::atomic<int> GeneratedCodeInfo_Annotation::_path_cached_byte_size_
mutableprivate

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

◆ begin_

::PROTOBUF_NAMESPACE_ID::int32 GeneratedCodeInfo_Annotation::begin_
private

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

◆ end_

::PROTOBUF_NAMESPACE_ID::int32 GeneratedCodeInfo_Annotation::end_
private

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

◆ kIndexInFileMessages

constexpr int GeneratedCodeInfo_Annotation::kIndexInFileMessages
staticconstexpr
Initial value:
=
25

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

◆ path_

::PROTOBUF_NAMESPACE_ID::RepeatedField< ::PROTOBUF_NAMESPACE_ID::int32 > GeneratedCodeInfo_Annotation::path_
private

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

◆ source_file_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr GeneratedCodeInfo_Annotation::source_file_
private

Definition at line 6348 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