|
BWAPI
|
#include <descriptor_database.h>


Public Member Functions | |
| DescriptorPoolDatabase (const DescriptorPool &pool) | |
| ~DescriptorPoolDatabase () | |
| 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::DescriptorPoolDatabase::FindAllExtensionNumbers | ( | const string & | extendee_type, |
| vector< int > * | output | ||
| ) | [virtual] |
Reimplemented from google::protobuf::DescriptorDatabase.
| bool google::protobuf::DescriptorPoolDatabase::FindFileByName | ( | const string & | filename, |
| FileDescriptorProto * | output | ||
| ) | [virtual] |
Implements google::protobuf::DescriptorDatabase.
| bool google::protobuf::DescriptorPoolDatabase::FindFileContainingExtension | ( | const string & | containing_type, |
| int | field_number, | ||
| FileDescriptorProto * | output | ||
| ) | [virtual] |
Implements google::protobuf::DescriptorDatabase.
| bool google::protobuf::DescriptorPoolDatabase::FindFileContainingSymbol | ( | const string & | symbol_name, |
| FileDescriptorProto * | output | ||
| ) | [virtual] |
Implements google::protobuf::DescriptorDatabase.
1.7.6.1