BWAPI
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Static Public Member Functions | Static Public Attributes | Friends
google::protobuf::FileDescriptorProto Class Reference

#include <descriptor.pb.h>

Inheritance diagram for google::protobuf::FileDescriptorProto:
Inheritance graph
[legend]
Collaboration diagram for google::protobuf::FileDescriptorProto:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 FileDescriptorProto ()
virtual ~FileDescriptorProto ()
 FileDescriptorProto (const FileDescriptorProto &from)
FileDescriptorProtooperator= (const FileDescriptorProto &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (FileDescriptorProto *other)
FileDescriptorProtoNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const FileDescriptorProto &from)
void MergeFrom (const FileDescriptorProto &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::string & name () const
void set_name (const ::std::string &value)
void set_name (const char *value)
void set_name (const char *value, size_t size)
inline::std::string * mutable_name ()
bool has_package () const
void clear_package ()
const ::std::string & package () const
void set_package (const ::std::string &value)
void set_package (const char *value)
void set_package (const char *value, size_t size)
inline::std::string * mutable_package ()
int dependency_size () const
void clear_dependency ()
const ::std::string & dependency (int index) const
inline::std::string * mutable_dependency (int index)
void set_dependency (int index, const ::std::string &value)
void set_dependency (int index, const char *value)
void set_dependency (int index, const char *value, size_t size)
inline::std::string * add_dependency ()
void add_dependency (const ::std::string &value)
void add_dependency (const char *value)
void add_dependency (const char *value, size_t size)
const
::google::protobuf::RepeatedPtrField
< ::std::string > & 
dependency () const
inline::google::protobuf::RepeatedPtrField
< ::std::string > * 
mutable_dependency ()
int message_type_size () const
void clear_message_type ()
const
::google::protobuf::DescriptorProto
message_type (int index) const
inline::google::protobuf::DescriptorProto * mutable_message_type (int index)
inline::google::protobuf::DescriptorProto * add_message_type ()
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::DescriptorProto > & 
message_type () const
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::DescriptorProto > * 
mutable_message_type ()
int enum_type_size () const
void clear_enum_type ()
const
::google::protobuf::EnumDescriptorProto
enum_type (int index) const
inline::google::protobuf::EnumDescriptorProto * mutable_enum_type (int index)
inline::google::protobuf::EnumDescriptorProto * add_enum_type ()
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::EnumDescriptorProto > & 
enum_type () const
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::EnumDescriptorProto > * 
mutable_enum_type ()
int service_size () const
void clear_service ()
const
::google::protobuf::ServiceDescriptorProto
service (int index) const
inline::google::protobuf::ServiceDescriptorProto * mutable_service (int index)
inline::google::protobuf::ServiceDescriptorProto * add_service ()
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::ServiceDescriptorProto > & 
service () const
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::ServiceDescriptorProto > * 
mutable_service ()
int extension_size () const
void clear_extension ()
const
::google::protobuf::FieldDescriptorProto
extension (int index) const
inline::google::protobuf::FieldDescriptorProto * mutable_extension (int index)
inline::google::protobuf::FieldDescriptorProto * add_extension ()
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::FieldDescriptorProto > & 
extension () const
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::FieldDescriptorProto > * 
mutable_extension ()
bool has_options () const
void clear_options ()
const
::google::protobuf::FileOptions
options () const
inline::google::protobuf::FileOptions * mutable_options ()

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
static const FileDescriptorProtodefault_instance ()

Static Public Attributes

static const int kNameFieldNumber = 1
static const int kPackageFieldNumber = 2
static const int kDependencyFieldNumber = 3
static const int kMessageTypeFieldNumber = 4
static const int kEnumTypeFieldNumber = 5
static const int kServiceFieldNumber = 6
static const int kExtensionFieldNumber = 7
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 ()

Constructor & Destructor Documentation


Member Function Documentation

Here is the call graph for this function:

void google::protobuf::FileDescriptorProto::add_dependency ( const ::std::string &  value) [inline]

Here is the call graph for this function:

void google::protobuf::FileDescriptorProto::add_dependency ( const char *  value) [inline]

Here is the call graph for this function:

void google::protobuf::FileDescriptorProto::add_dependency ( const char *  value,
size_t  size 
) [inline]

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

Reimplemented from google::protobuf::Message.

Reimplemented from google::protobuf::Message.

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

const ::std::string & google::protobuf::FileDescriptorProto::dependency ( int  index) const [inline]

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

Reimplemented from google::protobuf::Message.

Here is the call graph for this function:

Here is the call graph for this function:

std::string * google::protobuf::FileDescriptorProto::mutable_dependency ( int  index) [inline]

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

Here is the call graph for this function:

const ::std::string & google::protobuf::FileDescriptorProto::name ( ) const [inline]
FileDescriptorProto& google::protobuf::FileDescriptorProto::operator= ( const FileDescriptorProto from) [inline]
const ::std::string & google::protobuf::FileDescriptorProto::package ( ) const [inline]

Here is the call graph for this function:

Here is the call graph for this function:

void google::protobuf::FileDescriptorProto::set_dependency ( int  index,
const ::std::string &  value 
) [inline]

Here is the call graph for this function:

void google::protobuf::FileDescriptorProto::set_dependency ( int  index,
const char *  value 
) [inline]

Here is the call graph for this function:

void google::protobuf::FileDescriptorProto::set_dependency ( int  index,
const char *  value,
size_t  size 
) [inline]

Here is the call graph for this function:

void google::protobuf::FileDescriptorProto::set_name ( const ::std::string &  value) [inline]
void google::protobuf::FileDescriptorProto::set_name ( const char *  value) [inline]
void google::protobuf::FileDescriptorProto::set_name ( const char *  value,
size_t  size 
) [inline]
void google::protobuf::FileDescriptorProto::set_package ( const ::std::string &  value) [inline]
void google::protobuf::FileDescriptorProto::set_package ( const char *  value) [inline]
void google::protobuf::FileDescriptorProto::set_package ( const char *  value,
size_t  size 
) [inline]

Friends And Related Function Documentation


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines