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

#include <descriptor.pb.h>

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

List of all members.

Public Member Functions

 ServiceDescriptorProto ()
virtual ~ServiceDescriptorProto ()
 ServiceDescriptorProto (const ServiceDescriptorProto &from)
ServiceDescriptorProtooperator= (const ServiceDescriptorProto &from)
const
::google::protobuf::UnknownFieldSet
unknown_fields () const
inline::google::protobuf::UnknownFieldSet * mutable_unknown_fields ()
void Swap (ServiceDescriptorProto *other)
ServiceDescriptorProtoNew () const
void CopyFrom (const ::google::protobuf::Message &from)
void MergeFrom (const ::google::protobuf::Message &from)
void CopyFrom (const ServiceDescriptorProto &from)
void MergeFrom (const ServiceDescriptorProto &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 ()
int method_size () const
void clear_method ()
const
::google::protobuf::MethodDescriptorProto
method (int index) const
inline::google::protobuf::MethodDescriptorProto * mutable_method (int index)
inline::google::protobuf::MethodDescriptorProto * add_method ()
const
::google::protobuf::RepeatedPtrField
< ::google::protobuf::MethodDescriptorProto > & 
method () const
inline::google::protobuf::RepeatedPtrField
< ::google::protobuf::MethodDescriptorProto > * 
mutable_method ()
bool has_options () const
void clear_options ()
const
::google::protobuf::ServiceOptions
options () const
inline::google::protobuf::ServiceOptions * mutable_options ()

Static Public Member Functions

static const
::google::protobuf::Descriptor
descriptor ()
static const
ServiceDescriptorProto
default_instance ()

Static Public Attributes

static const int kNameFieldNumber = 1
static const int kMethodFieldNumber = 2
static const int kOptionsFieldNumber = 3

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:

Reimplemented from google::protobuf::Message.

Reimplemented from google::protobuf::Message.

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:

Here is the call graph for this function:

const ::std::string & google::protobuf::ServiceDescriptorProto::name ( ) const [inline]
ServiceDescriptorProto& google::protobuf::ServiceDescriptorProto::operator= ( const ServiceDescriptorProto from) [inline]
void google::protobuf::ServiceDescriptorProto::set_name ( const ::std::string &  value) [inline]
void google::protobuf::ServiceDescriptorProto::set_name ( const char *  value) [inline]
void google::protobuf::ServiceDescriptorProto::set_name ( 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