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::FieldDescriptorProto Class Reference

#include <descriptor.pb.h>

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

Public Types

typedef FieldDescriptorProto_Type Type
 
typedef FieldDescriptorProto_Label Label
 
- Public Types inherited from google::protobuf::Message
typedef google::protobuf::Reflection Reflection
 

Public Member Functions

 FieldDescriptorProto ()
 
virtual ~FieldDescriptorProto ()
 
 FieldDescriptorProto (const FieldDescriptorProto &from)
 
FieldDescriptorProtooperator= (const FieldDescriptorProto &from)
 
const ::google::protobuf::UnknownFieldSetunknown_fields () const
 
inline ::google::protobuf::UnknownFieldSetmutable_unknown_fields ()
 
void Swap (FieldDescriptorProto *other)
 
FieldDescriptorProtoNew () const
 
FieldDescriptorProtoNew (::google::protobuf::Arena *arena) const
 
void CopyFrom (const ::google::protobuf::Message &from)
 
void MergeFrom (const ::google::protobuf::Message &from)
 
void CopyFrom (const FieldDescriptorProto &from)
 
void MergeFrom (const FieldDescriptorProto &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)
 
bool has_number () const
 
void clear_number ()
 
::google::protobuf::int32 number () const
 
void set_number (::google::protobuf::int32 value)
 
bool has_label () const
 
void clear_label ()
 
::google::protobuf::FieldDescriptorProto_Label label () const
 
void set_label (::google::protobuf::FieldDescriptorProto_Label value)
 
bool has_type () const
 
void clear_type ()
 
::google::protobuf::FieldDescriptorProto_Type type () const
 
void set_type (::google::protobuf::FieldDescriptorProto_Type value)
 
bool has_type_name () const
 
void clear_type_name ()
 
const ::std::stringtype_name () const
 
void set_type_name (const ::std::string &value)
 
void set_type_name (const char *value)
 
void set_type_name (const char *value, size_t size)
 
::std::stringmutable_type_name ()
 
::std::stringrelease_type_name ()
 
void set_allocated_type_name (::std::string *type_name)
 
bool has_extendee () const
 
void clear_extendee ()
 
const ::std::stringextendee () const
 
void set_extendee (const ::std::string &value)
 
void set_extendee (const char *value)
 
void set_extendee (const char *value, size_t size)
 
::std::stringmutable_extendee ()
 
::std::stringrelease_extendee ()
 
void set_allocated_extendee (::std::string *extendee)
 
bool has_default_value () const
 
void clear_default_value ()
 
const ::std::stringdefault_value () const
 
void set_default_value (const ::std::string &value)
 
void set_default_value (const char *value)
 
void set_default_value (const char *value, size_t size)
 
::std::stringmutable_default_value ()
 
::std::stringrelease_default_value ()
 
void set_allocated_default_value (::std::string *default_value)
 
bool has_oneof_index () const
 
void clear_oneof_index ()
 
::google::protobuf::int32 oneof_index () const
 
void set_oneof_index (::google::protobuf::int32 value)
 
bool has_json_name () const
 
void clear_json_name ()
 
const ::std::stringjson_name () const
 
void set_json_name (const ::std::string &value)
 
void set_json_name (const char *value)
 
void set_json_name (const char *value, size_t size)
 
::std::stringmutable_json_name ()
 
::std::stringrelease_json_name ()
 
void set_allocated_json_name (::std::string *json_name)
 
bool has_options () const
 
void clear_options ()
 
const ::google::protobuf::FieldOptionsoptions () const
 
::google::protobuf::FieldOptionsmutable_options ()
 
::google::protobuf::FieldOptionsrelease_options ()
 
void set_allocated_options (::google::protobuf::FieldOptions *options)
 
- 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 FieldDescriptorProtodefault_instance ()
 
static bool Type_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptorType_descriptor ()
 
static const ::std::stringType_Name (Type value)
 
static bool Type_Parse (const ::std::string &name, Type *value)
 
static bool Label_IsValid (int value)
 
static const ::google::protobuf::EnumDescriptorLabel_descriptor ()
 
static const ::std::stringLabel_Name (Label value)
 
static bool Label_Parse (const ::std::string &name, Label *value)
 

Static Public Attributes

static const Type TYPE_DOUBLE
 
static const Type TYPE_FLOAT
 
static const Type TYPE_INT64
 
static const Type TYPE_UINT64
 
static const Type TYPE_INT32
 
static const Type TYPE_FIXED64
 
static const Type TYPE_FIXED32
 
static const Type TYPE_BOOL
 
static const Type TYPE_STRING
 
static const Type TYPE_GROUP
 
static const Type TYPE_MESSAGE
 
static const Type TYPE_BYTES
 
static const Type TYPE_UINT32
 
static const Type TYPE_ENUM
 
static const Type TYPE_SFIXED32
 
static const Type TYPE_SFIXED64
 
static const Type TYPE_SINT32
 
static const Type TYPE_SINT64
 
static const Type Type_MIN
 
static const Type Type_MAX
 
static const int Type_ARRAYSIZE
 
static const Label LABEL_OPTIONAL
 
static const Label LABEL_REQUIRED
 
static const Label LABEL_REPEATED
 
static const Label Label_MIN
 
static const Label Label_MAX
 
static const int Label_ARRAYSIZE
 
static const int kNameFieldNumber = 1
 
static const int kNumberFieldNumber = 3
 
static const int kLabelFieldNumber = 4
 
static const int kTypeFieldNumber = 5
 
static const int kTypeNameFieldNumber = 6
 
static const int kExtendeeFieldNumber = 2
 
static const int kDefaultValueFieldNumber = 7
 
static const int kOneofIndexFieldNumber = 9
 
static const int kJsonNameFieldNumber = 10
 
static const int kOptionsFieldNumber = 8
 

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

◆ Label

◆ Type

Constructor & Destructor Documentation

◆ FieldDescriptorProto() [1/2]

google::protobuf::FieldDescriptorProto::FieldDescriptorProto ( )

◆ ~FieldDescriptorProto()

google::protobuf::FieldDescriptorProto::~FieldDescriptorProto ( )
virtual

◆ FieldDescriptorProto() [2/2]

google::protobuf::FieldDescriptorProto::FieldDescriptorProto ( const FieldDescriptorProto from)

Member Function Documentation

◆ ByteSize()

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

Reimplemented from google::protobuf::Message.

◆ Clear()

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

Reimplemented from google::protobuf::Message.

◆ clear_default_value()

void google::protobuf::FieldDescriptorProto::clear_default_value ( )
inline

◆ clear_extendee()

void google::protobuf::FieldDescriptorProto::clear_extendee ( )
inline

◆ clear_json_name()

void google::protobuf::FieldDescriptorProto::clear_json_name ( )
inline

◆ clear_label()

void google::protobuf::FieldDescriptorProto::clear_label ( )
inline

◆ clear_name()

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

◆ clear_number()

void google::protobuf::FieldDescriptorProto::clear_number ( )
inline

◆ clear_oneof_index()

void google::protobuf::FieldDescriptorProto::clear_oneof_index ( )
inline

◆ clear_options()

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

◆ clear_type()

void google::protobuf::FieldDescriptorProto::clear_type ( )
inline

◆ clear_type_name()

void google::protobuf::FieldDescriptorProto::clear_type_name ( )
inline

◆ CopyFrom() [1/2]

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

◆ CopyFrom() [2/2]

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

◆ default_instance()

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

◆ default_value()

const ::std::string & google::protobuf::FieldDescriptorProto::default_value ( ) const
inline

◆ descriptor()

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

◆ extendee()

const ::std::string & google::protobuf::FieldDescriptorProto::extendee ( ) const
inline

◆ GetCachedSize()

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

◆ GetMetadata()

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

◆ has_default_value()

bool google::protobuf::FieldDescriptorProto::has_default_value ( ) const
inline

◆ has_extendee()

bool google::protobuf::FieldDescriptorProto::has_extendee ( ) const
inline

◆ has_json_name()

bool google::protobuf::FieldDescriptorProto::has_json_name ( ) const
inline

◆ has_label()

bool google::protobuf::FieldDescriptorProto::has_label ( ) const
inline

◆ has_name()

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

◆ has_number()

bool google::protobuf::FieldDescriptorProto::has_number ( ) const
inline

◆ has_oneof_index()

bool google::protobuf::FieldDescriptorProto::has_oneof_index ( ) const
inline

◆ has_options()

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

◆ has_type()

bool google::protobuf::FieldDescriptorProto::has_type ( ) const
inline

◆ has_type_name()

bool google::protobuf::FieldDescriptorProto::has_type_name ( ) const
inline

◆ IsInitialized()

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

Reimplemented from google::protobuf::Message.

◆ json_name()

const ::std::string & google::protobuf::FieldDescriptorProto::json_name ( ) const
inline

◆ label()

google::protobuf::FieldDescriptorProto_Label google::protobuf::FieldDescriptorProto::label ( ) const
inline

◆ Label_descriptor()

static const ::google::protobuf::EnumDescriptor* google::protobuf::FieldDescriptorProto::Label_descriptor ( )
inlinestatic

◆ Label_IsValid()

static bool google::protobuf::FieldDescriptorProto::Label_IsValid ( int  value)
inlinestatic

◆ Label_Name()

static const ::std::string& google::protobuf::FieldDescriptorProto::Label_Name ( Label  value)
inlinestatic

◆ Label_Parse()

static bool google::protobuf::FieldDescriptorProto::Label_Parse ( const ::std::string name,
Label value 
)
inlinestatic

◆ MergeFrom() [1/2]

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

◆ MergeFrom() [2/2]

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

◆ MergePartialFromCodedStream()

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

◆ mutable_default_value()

std::string * google::protobuf::FieldDescriptorProto::mutable_default_value ( )
inline

◆ mutable_extendee()

std::string * google::protobuf::FieldDescriptorProto::mutable_extendee ( )
inline

◆ mutable_json_name()

std::string * google::protobuf::FieldDescriptorProto::mutable_json_name ( )
inline

◆ mutable_name()

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

◆ mutable_options()

google::protobuf::FieldOptions * google::protobuf::FieldDescriptorProto::mutable_options ( )
inline

◆ mutable_type_name()

std::string * google::protobuf::FieldDescriptorProto::mutable_type_name ( )
inline

◆ mutable_unknown_fields()

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

◆ name()

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

◆ New() [1/2]

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

◆ New() [2/2]

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

Reimplemented from google::protobuf::Message.

◆ number()

google::protobuf::int32 google::protobuf::FieldDescriptorProto::number ( ) const
inline

◆ oneof_index()

google::protobuf::int32 google::protobuf::FieldDescriptorProto::oneof_index ( ) const
inline

◆ operator=()

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

◆ options()

const ::google::protobuf::FieldOptions & google::protobuf::FieldDescriptorProto::options ( ) const
inline

◆ release_default_value()

std::string * google::protobuf::FieldDescriptorProto::release_default_value ( )
inline

◆ release_extendee()

std::string * google::protobuf::FieldDescriptorProto::release_extendee ( )
inline

◆ release_json_name()

std::string * google::protobuf::FieldDescriptorProto::release_json_name ( )
inline

◆ release_name()

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

◆ release_options()

google::protobuf::FieldOptions * google::protobuf::FieldDescriptorProto::release_options ( )
inline

◆ release_type_name()

std::string * google::protobuf::FieldDescriptorProto::release_type_name ( )
inline

◆ SerializeWithCachedSizes()

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

◆ SerializeWithCachedSizesToArray()

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

◆ set_allocated_default_value()

void google::protobuf::FieldDescriptorProto::set_allocated_default_value ( ::std::string default_value)
inline

◆ set_allocated_extendee()

void google::protobuf::FieldDescriptorProto::set_allocated_extendee ( ::std::string extendee)
inline

◆ set_allocated_json_name()

void google::protobuf::FieldDescriptorProto::set_allocated_json_name ( ::std::string json_name)
inline

◆ set_allocated_name()

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

◆ set_allocated_options()

void google::protobuf::FieldDescriptorProto::set_allocated_options ( ::google::protobuf::FieldOptions options)
inline

◆ set_allocated_type_name()

void google::protobuf::FieldDescriptorProto::set_allocated_type_name ( ::std::string type_name)
inline

◆ set_default_value() [1/3]

void google::protobuf::FieldDescriptorProto::set_default_value ( const ::std::string value)
inline

◆ set_default_value() [2/3]

void google::protobuf::FieldDescriptorProto::set_default_value ( const char *  value)
inline

◆ set_default_value() [3/3]

void google::protobuf::FieldDescriptorProto::set_default_value ( const char *  value,
size_t  size 
)
inline

◆ set_extendee() [1/3]

void google::protobuf::FieldDescriptorProto::set_extendee ( const ::std::string value)
inline

◆ set_extendee() [2/3]

void google::protobuf::FieldDescriptorProto::set_extendee ( const char *  value)
inline

◆ set_extendee() [3/3]

void google::protobuf::FieldDescriptorProto::set_extendee ( const char *  value,
size_t  size 
)
inline

◆ set_json_name() [1/3]

void google::protobuf::FieldDescriptorProto::set_json_name ( const ::std::string value)
inline

◆ set_json_name() [2/3]

void google::protobuf::FieldDescriptorProto::set_json_name ( const char *  value)
inline

◆ set_json_name() [3/3]

void google::protobuf::FieldDescriptorProto::set_json_name ( const char *  value,
size_t  size 
)
inline

◆ set_label()

void google::protobuf::FieldDescriptorProto::set_label ( ::google::protobuf::FieldDescriptorProto_Label  value)
inline

◆ set_name() [1/3]

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

◆ set_name() [2/3]

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

◆ set_name() [3/3]

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

◆ set_number()

void google::protobuf::FieldDescriptorProto::set_number ( ::google::protobuf::int32  value)
inline

◆ set_oneof_index()

void google::protobuf::FieldDescriptorProto::set_oneof_index ( ::google::protobuf::int32  value)
inline

◆ set_type()

void google::protobuf::FieldDescriptorProto::set_type ( ::google::protobuf::FieldDescriptorProto_Type  value)
inline

◆ set_type_name() [1/3]

void google::protobuf::FieldDescriptorProto::set_type_name ( const ::std::string value)
inline

◆ set_type_name() [2/3]

void google::protobuf::FieldDescriptorProto::set_type_name ( const char *  value)
inline

◆ set_type_name() [3/3]

void google::protobuf::FieldDescriptorProto::set_type_name ( const char *  value,
size_t  size 
)
inline

◆ Swap()

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

◆ type()

google::protobuf::FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::type ( ) const
inline

◆ Type_descriptor()

static const ::google::protobuf::EnumDescriptor* google::protobuf::FieldDescriptorProto::Type_descriptor ( )
inlinestatic

◆ Type_IsValid()

static bool google::protobuf::FieldDescriptorProto::Type_IsValid ( int  value)
inlinestatic

◆ Type_Name()

static const ::std::string& google::protobuf::FieldDescriptorProto::Type_Name ( Type  value)
inlinestatic

◆ type_name()

const ::std::string & google::protobuf::FieldDescriptorProto::type_name ( ) const
inline

◆ Type_Parse()

static bool google::protobuf::FieldDescriptorProto::Type_Parse ( const ::std::string name,
Type value 
)
inlinestatic

◆ unknown_fields()

const ::google::protobuf::UnknownFieldSet& google::protobuf::FieldDescriptorProto::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

◆ kDefaultValueFieldNumber

const int google::protobuf::FieldDescriptorProto::kDefaultValueFieldNumber = 7
static

◆ kExtendeeFieldNumber

const int google::protobuf::FieldDescriptorProto::kExtendeeFieldNumber = 2
static

◆ kJsonNameFieldNumber

const int google::protobuf::FieldDescriptorProto::kJsonNameFieldNumber = 10
static

◆ kLabelFieldNumber

const int google::protobuf::FieldDescriptorProto::kLabelFieldNumber = 4
static

◆ kNameFieldNumber

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

◆ kNumberFieldNumber

const int google::protobuf::FieldDescriptorProto::kNumberFieldNumber = 3
static

◆ kOneofIndexFieldNumber

const int google::protobuf::FieldDescriptorProto::kOneofIndexFieldNumber = 9
static

◆ kOptionsFieldNumber

const int google::protobuf::FieldDescriptorProto::kOptionsFieldNumber = 8
static

◆ kTypeFieldNumber

const int google::protobuf::FieldDescriptorProto::kTypeFieldNumber = 5
static

◆ kTypeNameFieldNumber

const int google::protobuf::FieldDescriptorProto::kTypeNameFieldNumber = 6
static

◆ Label_ARRAYSIZE

const int google::protobuf::FieldDescriptorProto::Label_ARRAYSIZE
static

◆ Label_MAX

const FieldDescriptorProto_Label google::protobuf::FieldDescriptorProto::Label_MAX
static

◆ Label_MIN

const FieldDescriptorProto_Label google::protobuf::FieldDescriptorProto::Label_MIN
static

◆ LABEL_OPTIONAL

const FieldDescriptorProto_Label google::protobuf::FieldDescriptorProto::LABEL_OPTIONAL
static

◆ LABEL_REPEATED

const FieldDescriptorProto_Label google::protobuf::FieldDescriptorProto::LABEL_REPEATED
static

◆ LABEL_REQUIRED

const FieldDescriptorProto_Label google::protobuf::FieldDescriptorProto::LABEL_REQUIRED
static

◆ Type_ARRAYSIZE

const int google::protobuf::FieldDescriptorProto::Type_ARRAYSIZE
static

◆ TYPE_BOOL

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_BOOL
static

◆ TYPE_BYTES

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_BYTES
static

◆ TYPE_DOUBLE

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_DOUBLE
static

◆ TYPE_ENUM

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_ENUM
static

◆ TYPE_FIXED32

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_FIXED32
static

◆ TYPE_FIXED64

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_FIXED64
static

◆ TYPE_FLOAT

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_FLOAT
static

◆ TYPE_GROUP

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_GROUP
static

◆ TYPE_INT32

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_INT32
static

◆ TYPE_INT64

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_INT64
static

◆ Type_MAX

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::Type_MAX
static

◆ TYPE_MESSAGE

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_MESSAGE
static

◆ Type_MIN

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::Type_MIN
static

◆ TYPE_SFIXED32

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_SFIXED32
static

◆ TYPE_SFIXED64

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_SFIXED64
static

◆ TYPE_SINT32

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_SINT32
static

◆ TYPE_SINT64

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_SINT64
static

◆ TYPE_STRING

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_STRING
static

◆ TYPE_UINT32

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_UINT32
static

◆ TYPE_UINT64

const FieldDescriptorProto_Type google::protobuf::FieldDescriptorProto::TYPE_UINT64
static

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