webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends | List of all members
google::protobuf::DescriptorProto Class Reference

#include <descriptor.pb.h>

Inheritance diagram for google::protobuf::DescriptorProto:
google::protobuf::Message google::protobuf::MessageLite

Public Types

typedef DescriptorProto_ExtensionRange ExtensionRange
 
typedef DescriptorProto_ReservedRange ReservedRange
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 DescriptorProto ()
 
virtual ~DescriptorProto ()
 
 DescriptorProto (const DescriptorProto &from)
 
DescriptorProtooperator= (const DescriptorProto &from)
 
const ::google::protobuf::UnknownFieldSetunknown_fields () const
 
inline ::google::protobuf::UnknownFieldSetmutable_unknown_fields ()
 
void Swap (DescriptorProto *other)
 
DescriptorProtoNew () const
 
DescriptorProtoNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const DescriptorProto &from)
 
void MergeFrom (const DescriptorProto &from)
 
void Clear ()
 
bool IsInitialized () const
 
int ByteSize () const
 
bool MergePartialFromCodedStream (::google::protobuf::io::CodedInputStream *input)
 
void SerializeWithCachedSizes (::google::protobuf::io::CodedOutputStream *output) const
 
::google::protobuf::uint8SerializeWithCachedSizesToArray (::google::protobuf::uint8 *output) const
 
int GetCachedSize () const
 
::google::protobuf::Metadata GetMetadata () const
 
bool has_name () const
 
void clear_name ()
 
const ::std::stringname () const
 
void set_name (const ::std::string &value)
 
void set_name (const char *value)
 
void set_name (const char *value, size_t size)
 
::std::stringmutable_name ()
 
::std::stringrelease_name ()
 
void set_allocated_name (::std::string *name)
 
int field_size () const
 
void clear_field ()
 
const ::google::protobuf::FieldDescriptorProtofield (int index) const
 
::google::protobuf::FieldDescriptorProtomutable_field (int index)
 
::google::protobuf::FieldDescriptorProtoadd_field ()
 
::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > * mutable_field ()
 
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > & field () const
 
int extension_size () const
 
void clear_extension ()
 
const ::google::protobuf::FieldDescriptorProtoextension (int index) const
 
::google::protobuf::FieldDescriptorProtomutable_extension (int index)
 
::google::protobuf::FieldDescriptorProtoadd_extension ()
 
::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > * mutable_extension ()
 
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::FieldDescriptorProto > & extension () const
 
int nested_type_size () const
 
void clear_nested_type ()
 
const ::google::protobuf::DescriptorProtonested_type (int index) const
 
::google::protobuf::DescriptorProtomutable_nested_type (int index)
 
::google::protobuf::DescriptorProtoadd_nested_type ()
 
::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > * mutable_nested_type ()
 
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto > & nested_type () const
 
int enum_type_size () const
 
void clear_enum_type ()
 
const ::google::protobuf::EnumDescriptorProtoenum_type (int index) const
 
::google::protobuf::EnumDescriptorProtomutable_enum_type (int index)
 
::google::protobuf::EnumDescriptorProtoadd_enum_type ()
 
::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > * mutable_enum_type ()
 
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::EnumDescriptorProto > & enum_type () const
 
int extension_range_size () const
 
void clear_extension_range ()
 
const ::google::protobuf::DescriptorProto_ExtensionRangeextension_range (int index) const
 
::google::protobuf::DescriptorProto_ExtensionRangemutable_extension_range (int index)
 
::google::protobuf::DescriptorProto_ExtensionRangeadd_extension_range ()
 
::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_ExtensionRange > * mutable_extension_range ()
 
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_ExtensionRange > & extension_range () const
 
int oneof_decl_size () const
 
void clear_oneof_decl ()
 
const ::google::protobuf::OneofDescriptorProtooneof_decl (int index) const
 
::google::protobuf::OneofDescriptorProtomutable_oneof_decl (int index)
 
::google::protobuf::OneofDescriptorProtoadd_oneof_decl ()
 
::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto > * mutable_oneof_decl ()
 
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::OneofDescriptorProto > & oneof_decl () const
 
bool has_options () const
 
void clear_options ()
 
const ::google::protobuf::MessageOptionsoptions () const
 
::google::protobuf::MessageOptionsmutable_options ()
 
::google::protobuf::MessageOptionsrelease_options ()
 
void set_allocated_options (::google::protobuf::MessageOptions *options)
 
int reserved_range_size () const
 
void clear_reserved_range ()
 
const ::google::protobuf::DescriptorProto_ReservedRangereserved_range (int index) const
 
::google::protobuf::DescriptorProto_ReservedRangemutable_reserved_range (int index)
 
::google::protobuf::DescriptorProto_ReservedRangeadd_reserved_range ()
 
::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_ReservedRange > * mutable_reserved_range ()
 
const ::google::protobuf::RepeatedPtrField< ::google::protobuf::DescriptorProto_ReservedRange > & reserved_range () const
 
int reserved_name_size () const
 
void clear_reserved_name ()
 
const ::std::stringreserved_name (int index) const
 
::std::stringmutable_reserved_name (int index)
 
void set_reserved_name (int index, const ::std::string &value)
 
void set_reserved_name (int index, const char *value)
 
void set_reserved_name (int index, const char *value, size_t size)
 
::std::stringadd_reserved_name ()
 
void add_reserved_name (const ::std::string &value)
 
void add_reserved_name (const char *value)
 
void add_reserved_name (const char *value, size_t size)
 
const ::google::protobuf::RepeatedPtrField< ::std::string > & reserved_name () const
 
::google::protobuf::RepeatedPtrField< ::std::string > * mutable_reserved_name ()
 
- Public Member Functions inherited from google::protobuf::Message
 Message ()
 
virtual ~Message ()
 
virtual void CopyFrom (const Message &from)
 
virtual void MergeFrom (const Message &from)
 
void CheckInitialized () const
 
void FindInitializationErrors (std::vector< string > *errors) const
 
string InitializationErrorString () const
 
virtual void DiscardUnknownFields ()
 
virtual int SpaceUsed () const
 
string DebugString () const
 
string ShortDebugString () const
 
string Utf8DebugString () const
 
void PrintDebugString () const
 
bool ParseFromFileDescriptor (int file_descriptor)
 
bool ParsePartialFromFileDescriptor (int file_descriptor)
 
bool ParseFromIstream (istream *input)
 
bool ParsePartialFromIstream (istream *input)
 
bool SerializeToFileDescriptor (int file_descriptor) const
 
bool SerializePartialToFileDescriptor (int file_descriptor) const
 
bool SerializeToOstream (ostream *output) const
 
bool SerializePartialToOstream (ostream *output) const
 
virtual string GetTypeName () const
 
virtual void CheckTypeAndMergeFrom (const MessageLite &other)
 
virtual bool MergePartialFromCodedStream (io::CodedInputStream *input)
 
virtual void SerializeWithCachedSizes (io::CodedOutputStream *output) const
 
const DescriptorGetDescriptor () const
 
virtual const ReflectionGetReflection () const
 
- Public Member Functions inherited from google::protobuf::MessageLite
 MessageLite ()
 
virtual ~MessageLite ()
 
virtual ::google::protobuf::ArenaGetArena () const
 
virtual voidGetMaybeArenaPointer () const
 
bool ParseFromCodedStream (io::CodedInputStream *input)
 
bool ParsePartialFromCodedStream (io::CodedInputStream *input)
 
bool ParseFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParsePartialFromZeroCopyStream (io::ZeroCopyInputStream *input)
 
bool ParseFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParsePartialFromBoundedZeroCopyStream (io::ZeroCopyInputStream *input, int size)
 
bool ParseFromString (const string &data)
 
bool ParsePartialFromString (const string &data)
 
bool ParseFromArray (const void *data, int size)
 
bool ParsePartialFromArray (const void *data, int size)
 
bool MergeFromCodedStream (io::CodedInputStream *input)
 
bool SerializeToCodedStream (io::CodedOutputStream *output) const
 
bool SerializePartialToCodedStream (io::CodedOutputStream *output) const
 
bool SerializeToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializePartialToZeroCopyStream (io::ZeroCopyOutputStream *output) const
 
bool SerializeToString (string *output) const
 
bool SerializePartialToString (string *output) const
 
bool SerializeToArray (void *data, int size) const
 
bool SerializePartialToArray (void *data, int size) const
 
string SerializeAsString () const
 
string SerializePartialAsString () const
 
bool AppendToString (string *output) const
 
bool AppendPartialToString (string *output) const
 
virtual uint8SerializeWithCachedSizesToArray (uint8 *target) const
 

Static Public Member Functions

static const ::google::protobuf::Descriptordescriptor ()
 
static const DescriptorProtodefault_instance ()
 

Static Public Attributes

static const int kNameFieldNumber = 1
 
static const int kFieldFieldNumber = 2
 
static const int kExtensionFieldNumber = 6
 
static const int kNestedTypeFieldNumber = 3
 
static const int kEnumTypeFieldNumber = 4
 
static const int kExtensionRangeFieldNumber = 5
 
static const int kOneofDeclFieldNumber = 8
 
static const int kOptionsFieldNumber = 7
 
static const int kReservedRangeFieldNumber = 9
 
static const int kReservedNameFieldNumber = 10
 

Friends

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto ()
 
void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto ()
 
void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto ()
 

Additional Inherited Members

Member Typedef Documentation

◆ ExtensionRange

◆ ReservedRange

Constructor & Destructor Documentation

◆ DescriptorProto() [1/2]

google::protobuf::DescriptorProto::DescriptorProto ( )

◆ ~DescriptorProto()

google::protobuf::DescriptorProto::~DescriptorProto ( )
virtual

◆ DescriptorProto() [2/2]

google::protobuf::DescriptorProto::DescriptorProto ( const DescriptorProto from)

Member Function Documentation

◆ add_enum_type()

google::protobuf::EnumDescriptorProto * google::protobuf::DescriptorProto::add_enum_type ( )
inline

◆ add_extension()

google::protobuf::FieldDescriptorProto * google::protobuf::DescriptorProto::add_extension ( )
inline

◆ add_extension_range()

google::protobuf::DescriptorProto_ExtensionRange * google::protobuf::DescriptorProto::add_extension_range ( )
inline

◆ add_field()

google::protobuf::FieldDescriptorProto * google::protobuf::DescriptorProto::add_field ( )
inline

◆ add_nested_type()

google::protobuf::DescriptorProto * google::protobuf::DescriptorProto::add_nested_type ( )
inline

◆ add_oneof_decl()

google::protobuf::OneofDescriptorProto * google::protobuf::DescriptorProto::add_oneof_decl ( )
inline

◆ add_reserved_name() [1/4]

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

◆ add_reserved_name() [2/4]

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

◆ add_reserved_name() [3/4]

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

◆ add_reserved_name() [4/4]

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

◆ add_reserved_range()

google::protobuf::DescriptorProto_ReservedRange * google::protobuf::DescriptorProto::add_reserved_range ( )
inline

◆ ByteSize()

int google::protobuf::DescriptorProto::ByteSize ( ) const
virtual

Reimplemented from google::protobuf::Message.

◆ Clear()

void google::protobuf::DescriptorProto::Clear ( )
virtual

Reimplemented from google::protobuf::Message.

◆ clear_enum_type()

void google::protobuf::DescriptorProto::clear_enum_type ( )
inline

◆ clear_extension()

void google::protobuf::DescriptorProto::clear_extension ( )
inline

◆ clear_extension_range()

void google::protobuf::DescriptorProto::clear_extension_range ( )
inline

◆ clear_field()

void google::protobuf::DescriptorProto::clear_field ( )
inline

◆ clear_name()

void google::protobuf::DescriptorProto::clear_name ( )
inline

◆ clear_nested_type()

void google::protobuf::DescriptorProto::clear_nested_type ( )
inline

◆ clear_oneof_decl()

void google::protobuf::DescriptorProto::clear_oneof_decl ( )
inline

◆ clear_options()

void google::protobuf::DescriptorProto::clear_options ( )
inline

◆ clear_reserved_name()

void google::protobuf::DescriptorProto::clear_reserved_name ( )
inline

◆ clear_reserved_range()

void google::protobuf::DescriptorProto::clear_reserved_range ( )
inline

◆ CopyFrom() [1/2]

void google::protobuf::DescriptorProto::CopyFrom ( const ::google::protobuf::Message from)

◆ CopyFrom() [2/2]

void google::protobuf::DescriptorProto::CopyFrom ( const DescriptorProto from)

◆ default_instance()

const DescriptorProto & google::protobuf::DescriptorProto::default_instance ( )
static

◆ descriptor()

const ::google::protobuf::Descriptor * google::protobuf::DescriptorProto::descriptor ( )
static

◆ enum_type() [1/2]

const ::google::protobuf::EnumDescriptorProto & google::protobuf::DescriptorProto::enum_type ( int  index) const
inline

◆ enum_type() [2/2]

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

◆ enum_type_size()

int google::protobuf::DescriptorProto::enum_type_size ( ) const
inline

◆ extension() [1/2]

const ::google::protobuf::FieldDescriptorProto & google::protobuf::DescriptorProto::extension ( int  index) const
inline

◆ extension() [2/2]

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

◆ extension_range() [1/2]

const ::google::protobuf::DescriptorProto_ExtensionRange & google::protobuf::DescriptorProto::extension_range ( int  index) const
inline

◆ extension_range() [2/2]

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

◆ extension_range_size()

int google::protobuf::DescriptorProto::extension_range_size ( ) const
inline

◆ extension_size()

int google::protobuf::DescriptorProto::extension_size ( ) const
inline

◆ field() [1/2]

const ::google::protobuf::FieldDescriptorProto & google::protobuf::DescriptorProto::field ( int  index) const
inline

◆ field() [2/2]

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

◆ field_size()

int google::protobuf::DescriptorProto::field_size ( ) const
inline

◆ GetCachedSize()

int google::protobuf::DescriptorProto::GetCachedSize ( ) const
inlinevirtual

◆ GetMetadata()

google::protobuf::Metadata google::protobuf::DescriptorProto::GetMetadata ( ) const
virtual

◆ has_name()

bool google::protobuf::DescriptorProto::has_name ( ) const
inline

◆ has_options()

bool google::protobuf::DescriptorProto::has_options ( ) const
inline

◆ IsInitialized()

bool google::protobuf::DescriptorProto::IsInitialized ( ) const
virtual

Reimplemented from google::protobuf::Message.

◆ MergeFrom() [1/2]

void google::protobuf::DescriptorProto::MergeFrom ( const ::google::protobuf::Message from)

◆ MergeFrom() [2/2]

void google::protobuf::DescriptorProto::MergeFrom ( const DescriptorProto from)

◆ MergePartialFromCodedStream()

bool google::protobuf::DescriptorProto::MergePartialFromCodedStream ( ::google::protobuf::io::CodedInputStream input)

◆ mutable_enum_type() [1/2]

google::protobuf::EnumDescriptorProto * google::protobuf::DescriptorProto::mutable_enum_type ( int  index)
inline

◆ mutable_enum_type() [2/2]

google::protobuf::RepeatedPtrField<::google::protobuf::EnumDescriptorProto > * google::protobuf::DescriptorProto::mutable_enum_type ( )
inline

◆ mutable_extension() [1/2]

google::protobuf::FieldDescriptorProto * google::protobuf::DescriptorProto::mutable_extension ( int  index)
inline

◆ mutable_extension() [2/2]

google::protobuf::RepeatedPtrField<::google::protobuf::FieldDescriptorProto > * google::protobuf::DescriptorProto::mutable_extension ( )
inline

◆ mutable_extension_range() [1/2]

google::protobuf::DescriptorProto_ExtensionRange * google::protobuf::DescriptorProto::mutable_extension_range ( int  index)
inline

◆ mutable_extension_range() [2/2]

google::protobuf::RepeatedPtrField<::google::protobuf::DescriptorProto_ExtensionRange > * google::protobuf::DescriptorProto::mutable_extension_range ( )
inline

◆ mutable_field() [1/2]

google::protobuf::FieldDescriptorProto * google::protobuf::DescriptorProto::mutable_field ( int  index)
inline

◆ mutable_field() [2/2]

google::protobuf::RepeatedPtrField<::google::protobuf::FieldDescriptorProto > * google::protobuf::DescriptorProto::mutable_field ( )
inline

◆ mutable_name()

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

◆ mutable_nested_type() [1/2]

google::protobuf::DescriptorProto * google::protobuf::DescriptorProto::mutable_nested_type ( int  index)
inline

◆ mutable_nested_type() [2/2]

google::protobuf::RepeatedPtrField<::google::protobuf::DescriptorProto > * google::protobuf::DescriptorProto::mutable_nested_type ( )
inline

◆ mutable_oneof_decl() [1/2]

google::protobuf::OneofDescriptorProto * google::protobuf::DescriptorProto::mutable_oneof_decl ( int  index)
inline

◆ mutable_oneof_decl() [2/2]

google::protobuf::RepeatedPtrField<::google::protobuf::OneofDescriptorProto > * google::protobuf::DescriptorProto::mutable_oneof_decl ( )
inline

◆ mutable_options()

google::protobuf::MessageOptions * google::protobuf::DescriptorProto::mutable_options ( )
inline

◆ mutable_reserved_name() [1/2]

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

◆ mutable_reserved_name() [2/2]

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

◆ mutable_reserved_range() [1/2]

google::protobuf::DescriptorProto_ReservedRange * google::protobuf::DescriptorProto::mutable_reserved_range ( int  index)
inline

◆ mutable_reserved_range() [2/2]

google::protobuf::RepeatedPtrField<::google::protobuf::DescriptorProto_ReservedRange > * google::protobuf::DescriptorProto::mutable_reserved_range ( )
inline

◆ mutable_unknown_fields()

inline ::google::protobuf::UnknownFieldSet* google::protobuf::DescriptorProto::mutable_unknown_fields ( )
inline

◆ name()

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

◆ nested_type() [1/2]

const ::google::protobuf::DescriptorProto & google::protobuf::DescriptorProto::nested_type ( int  index) const
inline

◆ nested_type() [2/2]

const ::google::protobuf::RepeatedPtrField<::google::protobuf::DescriptorProto > & google::protobuf::DescriptorProto::nested_type ( ) const
inline

◆ nested_type_size()

int google::protobuf::DescriptorProto::nested_type_size ( ) const
inline

◆ New() [1/2]

DescriptorProto* google::protobuf::DescriptorProto::New ( ) const
inlinevirtual

◆ New() [2/2]

DescriptorProto * google::protobuf::DescriptorProto::New ( ::google::protobuf::Arena arena) const
virtual

Reimplemented from google::protobuf::Message.

◆ oneof_decl() [1/2]

const ::google::protobuf::OneofDescriptorProto & google::protobuf::DescriptorProto::oneof_decl ( int  index) const
inline

◆ oneof_decl() [2/2]

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

◆ oneof_decl_size()

int google::protobuf::DescriptorProto::oneof_decl_size ( ) const
inline

◆ operator=()

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

◆ options()

const ::google::protobuf::MessageOptions & google::protobuf::DescriptorProto::options ( ) const
inline

◆ release_name()

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

◆ release_options()

google::protobuf::MessageOptions * google::protobuf::DescriptorProto::release_options ( )
inline

◆ reserved_name() [1/2]

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

◆ reserved_name() [2/2]

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

◆ reserved_name_size()

int google::protobuf::DescriptorProto::reserved_name_size ( ) const
inline

◆ reserved_range() [1/2]

const ::google::protobuf::DescriptorProto_ReservedRange & google::protobuf::DescriptorProto::reserved_range ( int  index) const
inline

◆ reserved_range() [2/2]

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

◆ reserved_range_size()

int google::protobuf::DescriptorProto::reserved_range_size ( ) const
inline

◆ SerializeWithCachedSizes()

void google::protobuf::DescriptorProto::SerializeWithCachedSizes ( ::google::protobuf::io::CodedOutputStream output) const

◆ SerializeWithCachedSizesToArray()

google::protobuf::uint8 * google::protobuf::DescriptorProto::SerializeWithCachedSizesToArray ( ::google::protobuf::uint8 output) const

◆ set_allocated_name()

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

◆ set_allocated_options()

void google::protobuf::DescriptorProto::set_allocated_options ( ::google::protobuf::MessageOptions options)
inline

◆ set_name() [1/3]

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

◆ set_name() [2/3]

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

◆ set_name() [3/3]

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

◆ set_reserved_name() [1/3]

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

◆ set_reserved_name() [2/3]

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

◆ set_reserved_name() [3/3]

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

◆ Swap()

void google::protobuf::DescriptorProto::Swap ( DescriptorProto other)

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& google::protobuf::DescriptorProto::unknown_fields ( ) const
inline

Friends And Related Function Documentation

◆ protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto

void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

◆ protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto

void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

◆ protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto

void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto ( )
friend

Member Data Documentation

◆ kEnumTypeFieldNumber

const int google::protobuf::DescriptorProto::kEnumTypeFieldNumber = 4
static

◆ kExtensionFieldNumber

const int google::protobuf::DescriptorProto::kExtensionFieldNumber = 6
static

◆ kExtensionRangeFieldNumber

const int google::protobuf::DescriptorProto::kExtensionRangeFieldNumber = 5
static

◆ kFieldFieldNumber

const int google::protobuf::DescriptorProto::kFieldFieldNumber = 2
static

◆ kNameFieldNumber

const int google::protobuf::DescriptorProto::kNameFieldNumber = 1
static

◆ kNestedTypeFieldNumber

const int google::protobuf::DescriptorProto::kNestedTypeFieldNumber = 3
static

◆ kOneofDeclFieldNumber

const int google::protobuf::DescriptorProto::kOneofDeclFieldNumber = 8
static

◆ kOptionsFieldNumber

const int google::protobuf::DescriptorProto::kOptionsFieldNumber = 7
static

◆ kReservedNameFieldNumber

const int google::protobuf::DescriptorProto::kReservedNameFieldNumber = 10
static

◆ kReservedRangeFieldNumber

const int google::protobuf::DescriptorProto::kReservedRangeFieldNumber = 9
static

The documentation for this class was generated from the following files: