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

#include <descriptor.pb.h>

Inheritance diagram for DescriptorProto:
Inheritance graph
[legend]

Public Types

enum  : int {
  kFieldFieldNumber = 2, kNestedTypeFieldNumber = 3, kEnumTypeFieldNumber = 4, kExtensionRangeFieldNumber = 5,
  kExtensionFieldNumber = 6, kOneofDeclFieldNumber = 8, kReservedRangeFieldNumber = 9, kReservedNameFieldNumber = 10,
  kNameFieldNumber = 1, kOptionsFieldNumber = 7
}
 
typedef DescriptorProto_ExtensionRange ExtensionRange
 
typedef DescriptorProto_ReservedRange ReservedRange
 

Public Member Functions

PROTOBUF_NAMESPACE_ID::EnumDescriptorProto * add_enum_type ()
 
PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * add_extension ()
 
PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange * add_extension_range ()
 
PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * add_field ()
 
PROTOBUF_NAMESPACE_ID::DescriptorProto * add_nested_type ()
 
PROTOBUF_NAMESPACE_ID::OneofDescriptorProto * add_oneof_decl ()
 
std::stringadd_reserved_name ()
 
void add_reserved_name (const char *value)
 
void add_reserved_name (const char *value, size_t size)
 
void add_reserved_name (const std::string &value)
 
void add_reserved_name (std::string &&value)
 
PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange * add_reserved_range ()
 
size_t ByteSizeLong () const final
 
PROTOBUF_ATTRIBUTE_REINITIALIZES void Clear () final
 
void clear_enum_type ()
 
void clear_extension ()
 
void clear_extension_range ()
 
void clear_field ()
 
void clear_name ()
 
void clear_nested_type ()
 
void clear_oneof_decl ()
 
void clear_options ()
 
void clear_reserved_name ()
 
void clear_reserved_range ()
 
void CopyFrom (const ::PROTOBUF_NAMESPACE_ID::Message &from) final
 
void CopyFrom (const DescriptorProto &from)
 
 DescriptorProto ()
 
 DescriptorProto (const DescriptorProto &from)
 
 DescriptorProto (DescriptorProto &&from) noexcept
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > & enum_type () const
 
const PROTOBUF_NAMESPACE_ID::EnumDescriptorProto & enum_type (int index) const
 
int enum_type_size () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > & extension () const
 
const PROTOBUF_NAMESPACE_ID::FieldDescriptorProto & extension (int index) const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > & extension_range () const
 
const PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange & extension_range (int index) const
 
int extension_range_size () const
 
int extension_size () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > & field () const
 
const PROTOBUF_NAMESPACE_ID::FieldDescriptorProto & field (int index) const
 
int field_size () const
 
inline ::PROTOBUF_NAMESPACE_ID::Arena * GetArena () const final
 
int GetCachedSize () const final
 
voidGetMaybeArenaPointer () const final
 
::PROTOBUF_NAMESPACE_ID::Metadata GetMetadata () const final
 
bool has_name () 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 DescriptorProto &from)
 
bool MergePartialFromCodedStream (::PROTOBUF_NAMESPACE_ID::io::CodedInputStream *input) final
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > * mutable_enum_type ()
 
PROTOBUF_NAMESPACE_ID::EnumDescriptorProto * mutable_enum_type (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > * mutable_extension ()
 
PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * mutable_extension (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > * mutable_extension_range ()
 
PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange * mutable_extension_range (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > * mutable_field ()
 
PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * mutable_field (int index)
 
std::stringmutable_name ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto > * mutable_nested_type ()
 
PROTOBUF_NAMESPACE_ID::DescriptorProto * mutable_nested_type (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > * mutable_oneof_decl ()
 
PROTOBUF_NAMESPACE_ID::OneofDescriptorProto * mutable_oneof_decl (int index)
 
PROTOBUF_NAMESPACE_ID::MessageOptions * mutable_options ()
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * mutable_reserved_name ()
 
std::stringmutable_reserved_name (int index)
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > * mutable_reserved_range ()
 
PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange * mutable_reserved_range (int index)
 
inline ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet * mutable_unknown_fields ()
 
const std::stringname () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto > & nested_type () const
 
const PROTOBUF_NAMESPACE_ID::DescriptorProto & nested_type (int index) const
 
int nested_type_size () const
 
DescriptorProtoNew () const final
 
DescriptorProtoNew (::PROTOBUF_NAMESPACE_ID::Arena *arena) const final
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > & oneof_decl () const
 
const PROTOBUF_NAMESPACE_ID::OneofDescriptorProto & oneof_decl (int index) const
 
int oneof_decl_size () const
 
DescriptorProtooperator= (const DescriptorProto &from)
 
DescriptorProtooperator= (DescriptorProto &&from) noexcept
 
const PROTOBUF_NAMESPACE_ID::MessageOptions & options () const
 
std::stringrelease_name ()
 
PROTOBUF_NAMESPACE_ID::MessageOptions * release_options ()
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & reserved_name () const
 
const std::stringreserved_name (int index) const
 
int reserved_name_size () const
 
const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > & reserved_range () const
 
const PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange & reserved_range (int index) const
 
int reserved_range_size () const
 
void SerializeWithCachedSizes (::PROTOBUF_NAMESPACE_ID::io::CodedOutputStream *output) const final
 
void set_allocated_name (std::string *name)
 
void set_allocated_options (PROTOBUF_NAMESPACE_ID::MessageOptions *options)
 
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_reserved_name (int index, const char *value)
 
void set_reserved_name (int index, const char *value, size_t size)
 
void set_reserved_name (int index, const std::string &value)
 
void set_reserved_name (int index, std::string &&value)
 
void Swap (DescriptorProto *other)
 
const ::PROTOBUF_NAMESPACE_ID::UnknownFieldSet & unknown_fields () const
 
PROTOBUF_NAMESPACE_ID::MessageOptions * unsafe_arena_release_options ()
 
void unsafe_arena_set_allocated_options (PROTOBUF_NAMESPACE_ID::MessageOptions *options)
 
void UnsafeArenaSwap (DescriptorProto *other)
 
virtual ~DescriptorProto ()
 

Static Public Member Functions

static const DescriptorProtodefault_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 DescriptorProtointernal_default_instance ()
 

Static Public Attributes

static constexpr int kIndexInFileMessages
 

Protected Member Functions

 DescriptorProto (::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 (DescriptorProto *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::EnumDescriptorProto > enum_type_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > extension_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > extension_range_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > field_
 
::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr name_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto > nested_type_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > oneof_decl_
 
PROTOBUF_NAMESPACE_ID::MessageOptions * options_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::stringreserved_name_
 
::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > reserved_range_
 

Friends

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

Detailed Description

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

Member Typedef Documentation

◆ DestructorSkippable_

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

◆ ExtensionRange

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

◆ InternalArenaConstructable_

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

◆ ReservedRange

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

Member Enumeration Documentation

◆ anonymous enum

anonymous enum : int
Enumerator
kFieldFieldNumber 
kNestedTypeFieldNumber 
kEnumTypeFieldNumber 
kExtensionRangeFieldNumber 
kExtensionFieldNumber 
kOneofDeclFieldNumber 
kReservedRangeFieldNumber 
kReservedNameFieldNumber 
kNameFieldNumber 
kOptionsFieldNumber 

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

Constructor & Destructor Documentation

◆ DescriptorProto() [1/4]

DescriptorProto::DescriptorProto ( )

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

◆ ~DescriptorProto()

DescriptorProto::~DescriptorProto ( )
virtual

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

◆ DescriptorProto() [2/4]

DescriptorProto::DescriptorProto ( const DescriptorProto from)

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

◆ DescriptorProto() [3/4]

DescriptorProto::DescriptorProto ( DescriptorProto &&  from)
inlinenoexcept

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

◆ DescriptorProto() [4/4]

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

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

Member Function Documentation

◆ add_enum_type()

PROTOBUF_NAMESPACE_ID::EnumDescriptorProto * DescriptorProto::add_enum_type ( )
inline

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

◆ add_extension()

PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * DescriptorProto::add_extension ( )
inline

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

◆ add_extension_range()

PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange * DescriptorProto::add_extension_range ( )
inline

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

◆ add_field()

PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * DescriptorProto::add_field ( )
inline

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

◆ add_nested_type()

PROTOBUF_NAMESPACE_ID::DescriptorProto * DescriptorProto::add_nested_type ( )
inline

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

◆ add_oneof_decl()

PROTOBUF_NAMESPACE_ID::OneofDescriptorProto * DescriptorProto::add_oneof_decl ( )
inline

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

◆ add_reserved_name() [1/5]

std::string * DescriptorProto::add_reserved_name ( )
inline

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

◆ add_reserved_name() [2/5]

void DescriptorProto::add_reserved_name ( const char *  value)
inline

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

◆ add_reserved_name() [3/5]

void DescriptorProto::add_reserved_name ( const char *  value,
size_t  size 
)
inline

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

◆ add_reserved_name() [4/5]

void DescriptorProto::add_reserved_name ( const std::string value)
inline

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

◆ add_reserved_name() [5/5]

void DescriptorProto::add_reserved_name ( std::string &&  value)
inline

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

◆ add_reserved_range()

PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange * DescriptorProto::add_reserved_range ( )
inline

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

◆ ArenaDtor()

void DescriptorProto::ArenaDtor ( void object)
staticprivate

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

◆ ByteSizeLong()

size_t DescriptorProto::ByteSizeLong ( ) const
final

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

◆ Clear()

void DescriptorProto::Clear ( )
final

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

◆ clear_enum_type()

void DescriptorProto::clear_enum_type ( )
inline

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

◆ clear_extension()

void DescriptorProto::clear_extension ( )
inline

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

◆ clear_extension_range()

void DescriptorProto::clear_extension_range ( )
inline

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

◆ clear_field()

void DescriptorProto::clear_field ( )
inline

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

◆ clear_name()

void DescriptorProto::clear_name ( )
inline

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

◆ clear_nested_type()

void DescriptorProto::clear_nested_type ( )
inline

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

◆ clear_oneof_decl()

void DescriptorProto::clear_oneof_decl ( )
inline

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

◆ clear_options()

void DescriptorProto::clear_options ( )
inline

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

◆ clear_reserved_name()

void DescriptorProto::clear_reserved_name ( )
inline

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

◆ clear_reserved_range()

void DescriptorProto::clear_reserved_range ( )
inline

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

◆ CopyFrom() [1/2]

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

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

◆ CopyFrom() [2/2]

void DescriptorProto::CopyFrom ( const DescriptorProto from)

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

◆ default_instance()

const DescriptorProto & DescriptorProto::default_instance ( )
static

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

◆ descriptor()

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

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

◆ enum_type() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > & DescriptorProto::enum_type ( ) const
inline

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

◆ enum_type() [2/2]

const PROTOBUF_NAMESPACE_ID::EnumDescriptorProto & DescriptorProto::enum_type ( int  index) const
inline

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

◆ enum_type_size()

int DescriptorProto::enum_type_size ( ) const
inline

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

◆ extension() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > & DescriptorProto::extension ( ) const
inline

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

◆ extension() [2/2]

const PROTOBUF_NAMESPACE_ID::FieldDescriptorProto & DescriptorProto::extension ( int  index) const
inline

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

◆ extension_range() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > & DescriptorProto::extension_range ( ) const
inline

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

◆ extension_range() [2/2]

const PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange & DescriptorProto::extension_range ( int  index) const
inline

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

◆ extension_range_size()

int DescriptorProto::extension_range_size ( ) const
inline

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

◆ extension_size()

int DescriptorProto::extension_size ( ) const
inline

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

◆ field() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > & DescriptorProto::field ( ) const
inline

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

◆ field() [2/2]

const PROTOBUF_NAMESPACE_ID::FieldDescriptorProto & DescriptorProto::field ( int  index) const
inline

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

◆ field_size()

int DescriptorProto::field_size ( ) const
inline

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

◆ FullMessageName()

::PROTOBUF_NAMESPACE_ID::StringPiece DescriptorProto::FullMessageName ( )
inlinestaticprivate

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

◆ GetArena()

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

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

◆ GetArenaNoVirtual()

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

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

◆ GetCachedSize()

int DescriptorProto::GetCachedSize ( ) const
inlinefinal

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

◆ GetDescriptor()

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

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

◆ GetMaybeArenaPointer()

void* DescriptorProto::GetMaybeArenaPointer ( ) const
inlinefinal

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

◆ GetMetadata()

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

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

◆ GetMetadataStatic()

::PROTOBUF_NAMESPACE_ID::Metadata DescriptorProto::GetMetadataStatic ( )
inlinestaticprivate

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

◆ GetReflection()

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

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

◆ has_name()

bool DescriptorProto::has_name ( ) const
inline

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

◆ InitAsDefaultInstance()

void DescriptorProto::InitAsDefaultInstance ( )
static

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

◆ internal_default_instance()

static const DescriptorProto* DescriptorProto::internal_default_instance ( )
inlinestatic

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

◆ InternalSerializeWithCachedSizesToArray()

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

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

◆ InternalSwap()

void DescriptorProto::InternalSwap ( DescriptorProto other)
private

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

◆ IsInitialized()

bool DescriptorProto::IsInitialized ( ) const
final

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

◆ MaybeArenaPtr()

void* DescriptorProto::MaybeArenaPtr ( ) const
inlineprivate

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

◆ MergeFrom() [1/2]

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

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

◆ MergeFrom() [2/2]

void DescriptorProto::MergeFrom ( const DescriptorProto from)

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

◆ MergePartialFromCodedStream()

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

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

◆ mutable_enum_type() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > * DescriptorProto::mutable_enum_type ( )
inline

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

◆ mutable_enum_type() [2/2]

PROTOBUF_NAMESPACE_ID::EnumDescriptorProto * DescriptorProto::mutable_enum_type ( int  index)
inline

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

◆ mutable_extension() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > * DescriptorProto::mutable_extension ( )
inline

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

◆ mutable_extension() [2/2]

PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * DescriptorProto::mutable_extension ( int  index)
inline

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

◆ mutable_extension_range() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > * DescriptorProto::mutable_extension_range ( )
inline

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

◆ mutable_extension_range() [2/2]

PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange * DescriptorProto::mutable_extension_range ( int  index)
inline

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

◆ mutable_field() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > * DescriptorProto::mutable_field ( )
inline

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

◆ mutable_field() [2/2]

PROTOBUF_NAMESPACE_ID::FieldDescriptorProto * DescriptorProto::mutable_field ( int  index)
inline

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

◆ mutable_name()

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

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

◆ mutable_nested_type() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto > * DescriptorProto::mutable_nested_type ( )
inline

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

◆ mutable_nested_type() [2/2]

PROTOBUF_NAMESPACE_ID::DescriptorProto * DescriptorProto::mutable_nested_type ( int  index)
inline

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

◆ mutable_oneof_decl() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > * DescriptorProto::mutable_oneof_decl ( )
inline

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

◆ mutable_oneof_decl() [2/2]

PROTOBUF_NAMESPACE_ID::OneofDescriptorProto * DescriptorProto::mutable_oneof_decl ( int  index)
inline

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

◆ mutable_options()

PROTOBUF_NAMESPACE_ID::MessageOptions * DescriptorProto::mutable_options ( )
inline

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

◆ mutable_reserved_name() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > * DescriptorProto::mutable_reserved_name ( )
inline

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

◆ mutable_reserved_name() [2/2]

std::string * DescriptorProto::mutable_reserved_name ( int  index)
inline

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

◆ mutable_reserved_range() [1/2]

PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > * DescriptorProto::mutable_reserved_range ( )
inline

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

◆ mutable_reserved_range() [2/2]

PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange * DescriptorProto::mutable_reserved_range ( int  index)
inline

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

◆ mutable_unknown_fields()

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

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

◆ name()

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

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

◆ nested_type() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto > & DescriptorProto::nested_type ( ) const
inline

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

◆ nested_type() [2/2]

const PROTOBUF_NAMESPACE_ID::DescriptorProto & DescriptorProto::nested_type ( int  index) const
inline

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

◆ nested_type_size()

int DescriptorProto::nested_type_size ( ) const
inline

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

◆ New() [1/2]

DescriptorProto* DescriptorProto::New ( ) const
inlinefinal

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

◆ New() [2/2]

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

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

◆ oneof_decl() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > & DescriptorProto::oneof_decl ( ) const
inline

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

◆ oneof_decl() [2/2]

const PROTOBUF_NAMESPACE_ID::OneofDescriptorProto & DescriptorProto::oneof_decl ( int  index) const
inline

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

◆ oneof_decl_size()

int DescriptorProto::oneof_decl_size ( ) const
inline

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

◆ operator=() [1/2]

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

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

◆ operator=() [2/2]

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

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

◆ options()

const PROTOBUF_NAMESPACE_ID::MessageOptions & DescriptorProto::options ( ) const
inline

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

◆ RegisterArenaDtor()

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

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

◆ release_name()

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

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

◆ release_options()

PROTOBUF_NAMESPACE_ID::MessageOptions * DescriptorProto::release_options ( )
inline

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

◆ reserved_name() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< std::string > & DescriptorProto::reserved_name ( ) const
inline

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

◆ reserved_name() [2/2]

const std::string & DescriptorProto::reserved_name ( int  index) const
inline

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

◆ reserved_name_size()

int DescriptorProto::reserved_name_size ( ) const
inline

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

◆ reserved_range() [1/2]

const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > & DescriptorProto::reserved_range ( ) const
inline

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

◆ reserved_range() [2/2]

const PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange & DescriptorProto::reserved_range ( int  index) const
inline

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

◆ reserved_range_size()

int DescriptorProto::reserved_range_size ( ) const
inline

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

◆ SerializeWithCachedSizes()

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

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

◆ set_allocated_name()

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

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

◆ set_allocated_options()

void DescriptorProto::set_allocated_options ( PROTOBUF_NAMESPACE_ID::MessageOptions *  options)
inline

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

◆ set_name() [1/4]

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

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

◆ set_name() [2/4]

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

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

◆ set_name() [3/4]

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

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

◆ set_name() [4/4]

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

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

◆ set_reserved_name() [1/4]

void DescriptorProto::set_reserved_name ( int  index,
const char *  value 
)
inline

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

◆ set_reserved_name() [2/4]

void DescriptorProto::set_reserved_name ( int  index,
const char *  value,
size_t  size 
)
inline

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

◆ set_reserved_name() [3/4]

void DescriptorProto::set_reserved_name ( int  index,
const std::string value 
)
inline

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

◆ set_reserved_name() [4/4]

void DescriptorProto::set_reserved_name ( int  index,
std::string &&  value 
)
inline

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

◆ SetCachedSize()

void DescriptorProto::SetCachedSize ( int  size) const
finalprivate

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

◆ SharedCtor()

void DescriptorProto::SharedCtor ( )
inlineprivate

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

◆ SharedDtor()

void DescriptorProto::SharedDtor ( )
inlineprivate

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

◆ Swap()

void DescriptorProto::Swap ( DescriptorProto other)
inline

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

◆ unknown_fields()

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

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

◆ unsafe_arena_release_options()

PROTOBUF_NAMESPACE_ID::MessageOptions * DescriptorProto::unsafe_arena_release_options ( )
inline

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

◆ unsafe_arena_set_allocated_options()

void DescriptorProto::unsafe_arena_set_allocated_options ( PROTOBUF_NAMESPACE_ID::MessageOptions *  options)

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

◆ UnsafeArenaSwap()

void DescriptorProto::UnsafeArenaSwap ( DescriptorProto other)
inline

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

◆ ::PROTOBUF_NAMESPACE_ID::internal::AnyMetadata

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

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

◆ ::TableStruct_google_2fprotobuf_2fdescriptor_2eproto

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

◆ swap

void swap ( DescriptorProto a,
DescriptorProto b 
)
friend

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

Member Data Documentation

◆ _cached_size_

mutable ::PROTOBUF_NAMESPACE_ID::internal::CachedSize DescriptorProto::_cached_size_
private

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

◆ _has_bits_

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

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

◆ _internal_metadata_

::PROTOBUF_NAMESPACE_ID::internal::InternalMetadataWithArena DescriptorProto::_internal_metadata_
private

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

◆ enum_type_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::EnumDescriptorProto > DescriptorProto::enum_type_
private

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

◆ extension_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > DescriptorProto::extension_
private

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

◆ extension_range_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ExtensionRange > DescriptorProto::extension_range_
private

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

◆ field_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::FieldDescriptorProto > DescriptorProto::field_
private

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

◆ kIndexInFileMessages

constexpr int DescriptorProto::kIndexInFileMessages
staticconstexpr
Initial value:
=
4

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

◆ name_

::PROTOBUF_NAMESPACE_ID::internal::ArenaStringPtr DescriptorProto::name_
private

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

◆ nested_type_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto > DescriptorProto::nested_type_
private

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

◆ oneof_decl_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::OneofDescriptorProto > DescriptorProto::oneof_decl_
private

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

◆ options_

PROTOBUF_NAMESPACE_ID::MessageOptions* DescriptorProto::options_
private

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

◆ reserved_name_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField<std::string> DescriptorProto::reserved_name_
private

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

◆ reserved_range_

::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< PROTOBUF_NAMESPACE_ID::DescriptorProto_ReservedRange > DescriptorProto::reserved_range_
private

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