BWAPI
|
#include <descriptor.pb.h>
virtual google::protobuf::ServiceDescriptorProto::~ServiceDescriptorProto | ( | ) | [virtual] |
google::protobuf::ServiceDescriptorProto::ServiceDescriptorProto | ( | const ServiceDescriptorProto & | from | ) |
google::protobuf::MethodDescriptorProto * google::protobuf::ServiceDescriptorProto::add_method | ( | ) | [inline] |
int google::protobuf::ServiceDescriptorProto::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void google::protobuf::ServiceDescriptorProto::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void google::protobuf::ServiceDescriptorProto::clear_method | ( | ) | [inline] |
void google::protobuf::ServiceDescriptorProto::clear_name | ( | ) | [inline] |
void google::protobuf::ServiceDescriptorProto::clear_options | ( | ) | [inline] |
void google::protobuf::ServiceDescriptorProto::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void google::protobuf::ServiceDescriptorProto::CopyFrom | ( | const ServiceDescriptorProto & | from | ) |
static const ServiceDescriptorProto& google::protobuf::ServiceDescriptorProto::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* google::protobuf::ServiceDescriptorProto::descriptor | ( | ) | [static] |
int google::protobuf::ServiceDescriptorProto::GetCachedSize | ( | ) | const [inline, virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata google::protobuf::ServiceDescriptorProto::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool google::protobuf::ServiceDescriptorProto::has_name | ( | ) | const [inline] |
bool google::protobuf::ServiceDescriptorProto::has_options | ( | ) | const [inline] |
bool google::protobuf::ServiceDescriptorProto::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void google::protobuf::ServiceDescriptorProto::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void google::protobuf::ServiceDescriptorProto::MergeFrom | ( | const ServiceDescriptorProto & | from | ) |
bool google::protobuf::ServiceDescriptorProto::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
const ::google::protobuf::MethodDescriptorProto & google::protobuf::ServiceDescriptorProto::method | ( | int | index | ) | const [inline] |
const ::google::protobuf::RepeatedPtrField<::google::protobuf::MethodDescriptorProto > & google::protobuf::ServiceDescriptorProto::method | ( | ) | const [inline] |
int google::protobuf::ServiceDescriptorProto::method_size | ( | ) | const [inline] |
google::protobuf::MethodDescriptorProto * google::protobuf::ServiceDescriptorProto::mutable_method | ( | int | index | ) | [inline] |
google::protobuf::RepeatedPtrField<::google::protobuf::MethodDescriptorProto > * google::protobuf::ServiceDescriptorProto::mutable_method | ( | ) | [inline] |
std::string * google::protobuf::ServiceDescriptorProto::mutable_name | ( | ) | [inline] |
google::protobuf::ServiceOptions * google::protobuf::ServiceDescriptorProto::mutable_options | ( | ) | [inline] |
inline ::google::protobuf::UnknownFieldSet* google::protobuf::ServiceDescriptorProto::mutable_unknown_fields | ( | ) | [inline] |
const ::std::string & google::protobuf::ServiceDescriptorProto::name | ( | ) | const [inline] |
ServiceDescriptorProto* google::protobuf::ServiceDescriptorProto::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
ServiceDescriptorProto& google::protobuf::ServiceDescriptorProto::operator= | ( | const ServiceDescriptorProto & | from | ) | [inline] |
const ::google::protobuf::ServiceOptions & google::protobuf::ServiceDescriptorProto::options | ( | ) | const [inline] |
void google::protobuf::ServiceDescriptorProto::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* google::protobuf::ServiceDescriptorProto::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
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] |
void google::protobuf::ServiceDescriptorProto::Swap | ( | ServiceDescriptorProto * | other | ) |
const ::google::protobuf::UnknownFieldSet& google::protobuf::ServiceDescriptorProto::unknown_fields | ( | ) | const [inline] |
void LIBPROTOBUF_EXPORT protobuf_AddDesc_google_2fprotobuf_2fdescriptor_2eproto | ( | ) | [friend] |
void protobuf_AssignDesc_google_2fprotobuf_2fdescriptor_2eproto | ( | ) | [friend] |
void protobuf_ShutdownFile_google_2fprotobuf_2fdescriptor_2eproto | ( | ) | [friend] |
const int google::protobuf::ServiceDescriptorProto::kMethodFieldNumber = 2 [static] |
const int google::protobuf::ServiceDescriptorProto::kNameFieldNumber = 1 [static] |
const int google::protobuf::ServiceDescriptorProto::kOptionsFieldNumber = 3 [static] |