Searched defs:SourceLocationTable (Results 1 - 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h56 class SourceLocationTable;
80 // SourceLocationTable while parsing. This can be used to look up exact line
83 void RecordSourceLocationsTo(SourceLocationTable* location_table) {
243 // Records the start point of this location to the SourceLocationTable that
244 // was passed to RecordSourceLocationsTo(), if any. SourceLocationTable
468 SourceLocationTable* source_location_table_; // legacy
487 // writing you still need to use SourceLocationTable when integrating with
489 class LIBPROTOBUF_EXPORT SourceLocationTable { class in namespace:google::protobuf::compiler
491 SourceLocationTable();
492 ~SourceLocationTable();
[all...]
H A Dparser.cc1717 SourceLocationTable::SourceLocationTable() {} function in class:google::protobuf::compiler::SourceLocationTable
1718 SourceLocationTable::~SourceLocationTable() {}
1720 bool SourceLocationTable::Find(
1737 void SourceLocationTable::Add(
1744 void SourceLocationTable::Clear() {

Completed in 133 milliseconds