BWAPI
|
#include <parser.h>
Public Member Functions | |
SourceLocationTable () | |
~SourceLocationTable () | |
bool | Find (const Message *descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, int *line, int *column) const |
void | Add (const Message *descriptor, DescriptorPool::ErrorCollector::ErrorLocation location, int line, int column) |
void | Clear () |
void google::protobuf::compiler::SourceLocationTable::Add | ( | const Message * | descriptor, |
DescriptorPool::ErrorCollector::ErrorLocation | location, | ||
int | line, | ||
int | column | ||
) |
bool google::protobuf::compiler::SourceLocationTable::Find | ( | const Message * | descriptor, |
DescriptorPool::ErrorCollector::ErrorLocation | location, | ||
int * | line, | ||
int * | column | ||
) | const |