|
BWAPI
|
#include <importer.h>


Classes | |
| class | ValidationErrorCollector |
Public Member Functions | |
| SourceTreeDescriptorDatabase (SourceTree *source_tree) | |
| ~SourceTreeDescriptorDatabase () | |
| void | RecordErrorsTo (MultiFileErrorCollector *error_collector) |
| DescriptorPool::ErrorCollector * | GetValidationErrorCollector () |
| 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) |
Friends | |
| class | ValidationErrorCollector |
| google::protobuf::compiler::SourceTreeDescriptorDatabase::SourceTreeDescriptorDatabase | ( | SourceTree * | source_tree | ) |
| bool google::protobuf::compiler::SourceTreeDescriptorDatabase::FindFileByName | ( | const string & | filename, |
| FileDescriptorProto * | output | ||
| ) | [virtual] |
Implements google::protobuf::DescriptorDatabase.
| bool google::protobuf::compiler::SourceTreeDescriptorDatabase::FindFileContainingExtension | ( | const string & | containing_type, |
| int | field_number, | ||
| FileDescriptorProto * | output | ||
| ) | [virtual] |
Implements google::protobuf::DescriptorDatabase.
| bool google::protobuf::compiler::SourceTreeDescriptorDatabase::FindFileContainingSymbol | ( | const string & | symbol_name, |
| FileDescriptorProto * | output | ||
| ) | [virtual] |
Implements google::protobuf::DescriptorDatabase.
| DescriptorPool::ErrorCollector* google::protobuf::compiler::SourceTreeDescriptorDatabase::GetValidationErrorCollector | ( | ) | [inline] |
| void google::protobuf::compiler::SourceTreeDescriptorDatabase::RecordErrorsTo | ( | MultiFileErrorCollector * | error_collector | ) | [inline] |
friend class ValidationErrorCollector [friend] |
1.7.6.1