BWAPI
|
#include <descriptor.pb.h>
virtual google::protobuf::MethodDescriptorProto::~MethodDescriptorProto | ( | ) | [virtual] |
google::protobuf::MethodDescriptorProto::MethodDescriptorProto | ( | const MethodDescriptorProto & | from | ) |
int google::protobuf::MethodDescriptorProto::ByteSize | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void google::protobuf::MethodDescriptorProto::Clear | ( | ) | [virtual] |
Reimplemented from google::protobuf::Message.
void google::protobuf::MethodDescriptorProto::clear_input_type | ( | ) | [inline] |
void google::protobuf::MethodDescriptorProto::clear_name | ( | ) | [inline] |
void google::protobuf::MethodDescriptorProto::clear_options | ( | ) | [inline] |
void google::protobuf::MethodDescriptorProto::clear_output_type | ( | ) | [inline] |
void google::protobuf::MethodDescriptorProto::CopyFrom | ( | const ::google::protobuf::Message & | from | ) |
void google::protobuf::MethodDescriptorProto::CopyFrom | ( | const MethodDescriptorProto & | from | ) |
static const MethodDescriptorProto& google::protobuf::MethodDescriptorProto::default_instance | ( | ) | [static] |
static const ::google::protobuf::Descriptor* google::protobuf::MethodDescriptorProto::descriptor | ( | ) | [static] |
int google::protobuf::MethodDescriptorProto::GetCachedSize | ( | ) | const [inline, virtual] |
Implements google::protobuf::MessageLite.
::google::protobuf::Metadata google::protobuf::MethodDescriptorProto::GetMetadata | ( | ) | const [virtual] |
Implements google::protobuf::Message.
bool google::protobuf::MethodDescriptorProto::has_input_type | ( | ) | const [inline] |
bool google::protobuf::MethodDescriptorProto::has_name | ( | ) | const [inline] |
bool google::protobuf::MethodDescriptorProto::has_options | ( | ) | const [inline] |
bool google::protobuf::MethodDescriptorProto::has_output_type | ( | ) | const [inline] |
const ::std::string & google::protobuf::MethodDescriptorProto::input_type | ( | ) | const [inline] |
bool google::protobuf::MethodDescriptorProto::IsInitialized | ( | ) | const [virtual] |
Reimplemented from google::protobuf::Message.
void google::protobuf::MethodDescriptorProto::MergeFrom | ( | const ::google::protobuf::Message & | from | ) |
void google::protobuf::MethodDescriptorProto::MergeFrom | ( | const MethodDescriptorProto & | from | ) |
bool google::protobuf::MethodDescriptorProto::MergePartialFromCodedStream | ( | ::google::protobuf::io::CodedInputStream * | input | ) |
std::string * google::protobuf::MethodDescriptorProto::mutable_input_type | ( | ) | [inline] |
std::string * google::protobuf::MethodDescriptorProto::mutable_name | ( | ) | [inline] |
google::protobuf::MethodOptions * google::protobuf::MethodDescriptorProto::mutable_options | ( | ) | [inline] |
std::string * google::protobuf::MethodDescriptorProto::mutable_output_type | ( | ) | [inline] |
inline ::google::protobuf::UnknownFieldSet* google::protobuf::MethodDescriptorProto::mutable_unknown_fields | ( | ) | [inline] |
const ::std::string & google::protobuf::MethodDescriptorProto::name | ( | ) | const [inline] |
MethodDescriptorProto* google::protobuf::MethodDescriptorProto::New | ( | ) | const [virtual] |
Implements google::protobuf::Message.
MethodDescriptorProto& google::protobuf::MethodDescriptorProto::operator= | ( | const MethodDescriptorProto & | from | ) | [inline] |
const ::google::protobuf::MethodOptions & google::protobuf::MethodDescriptorProto::options | ( | ) | const [inline] |
const ::std::string & google::protobuf::MethodDescriptorProto::output_type | ( | ) | const [inline] |
void google::protobuf::MethodDescriptorProto::SerializeWithCachedSizes | ( | ::google::protobuf::io::CodedOutputStream * | output | ) | const |
::google::protobuf::uint8* google::protobuf::MethodDescriptorProto::SerializeWithCachedSizesToArray | ( | ::google::protobuf::uint8 * | output | ) | const |
void google::protobuf::MethodDescriptorProto::set_input_type | ( | const ::std::string & | value | ) | [inline] |
void google::protobuf::MethodDescriptorProto::set_input_type | ( | const char * | value | ) | [inline] |
void google::protobuf::MethodDescriptorProto::set_input_type | ( | const char * | value, |
size_t | size | ||
) | [inline] |
void google::protobuf::MethodDescriptorProto::set_name | ( | const ::std::string & | value | ) | [inline] |
void google::protobuf::MethodDescriptorProto::set_name | ( | const char * | value | ) | [inline] |
void google::protobuf::MethodDescriptorProto::set_name | ( | const char * | value, |
size_t | size | ||
) | [inline] |
void google::protobuf::MethodDescriptorProto::set_output_type | ( | const ::std::string & | value | ) | [inline] |
void google::protobuf::MethodDescriptorProto::set_output_type | ( | const char * | value | ) | [inline] |
void google::protobuf::MethodDescriptorProto::set_output_type | ( | const char * | value, |
size_t | size | ||
) | [inline] |
void google::protobuf::MethodDescriptorProto::Swap | ( | MethodDescriptorProto * | other | ) |
const ::google::protobuf::UnknownFieldSet& google::protobuf::MethodDescriptorProto::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::MethodDescriptorProto::kInputTypeFieldNumber = 2 [static] |
const int google::protobuf::MethodDescriptorProto::kNameFieldNumber = 1 [static] |
const int google::protobuf::MethodDescriptorProto::kOptionsFieldNumber = 4 [static] |
const int google::protobuf::MethodDescriptorProto::kOutputTypeFieldNumber = 3 [static] |