|
BWAPI
|
#include <descriptor_database.h>


Public Member Functions | |
| EncodedDescriptorDatabase () | |
| ~EncodedDescriptorDatabase () | |
| bool | Add (const void *encoded_file_descriptor, int size) |
| bool | AddCopy (const void *encoded_file_descriptor, int size) |
| bool | FindNameOfFileContainingSymbol (const string &symbol_name, string *output) |
| bool | FindFileByName (const string &filename, FileDescriptorProto *output) |
| bool | FindFileContainingSymbol (const string &symbol_name, FileDescriptorProto *output) |
| bool | FindFileContainingExtension (const string &containing_type, int field_number, FileDescriptorProto *output) |
| bool | FindAllExtensionNumbers (const string &extendee_type, vector< int > *output) |
| bool google::protobuf::EncodedDescriptorDatabase::Add | ( | const void * | encoded_file_descriptor, |
| int | size | ||
| ) |
| bool google::protobuf::EncodedDescriptorDatabase::AddCopy | ( | const void * | encoded_file_descriptor, |
| int | size | ||
| ) |
| bool google::protobuf::EncodedDescriptorDatabase::FindAllExtensionNumbers | ( | const string & | extendee_type, |
| vector< int > * | output | ||
| ) | [virtual] |
Reimplemented from google::protobuf::DescriptorDatabase.
| bool google::protobuf::EncodedDescriptorDatabase::FindFileByName | ( | const string & | filename, |
| FileDescriptorProto * | output | ||
| ) | [virtual] |
Implements google::protobuf::DescriptorDatabase.
| bool google::protobuf::EncodedDescriptorDatabase::FindFileContainingExtension | ( | const string & | containing_type, |
| int | field_number, | ||
| FileDescriptorProto * | output | ||
| ) | [virtual] |
Implements google::protobuf::DescriptorDatabase.
| bool google::protobuf::EncodedDescriptorDatabase::FindFileContainingSymbol | ( | const string & | symbol_name, |
| FileDescriptorProto * | output | ||
| ) | [virtual] |
Implements google::protobuf::DescriptorDatabase.
| bool google::protobuf::EncodedDescriptorDatabase::FindNameOfFileContainingSymbol | ( | const string & | symbol_name, |
| string * | output | ||
| ) |
1.7.6.1