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

/external/protobuf/src/google/protobuf/compiler/
H A Dparser.h57 class SourceLocationTable;
78 // SourceLocationTable while parsing. This can be used to look up exact line
81 void RecordSourceLocationsTo(SourceLocationTable* location_table) {
184 // in the SourceLocationTable.
190 // in the SourceLocationTable.
293 SourceLocationTable* source_location_table_;
305 class LIBPROTOBUF_EXPORT SourceLocationTable { class in namespace:google::protobuf::compiler
307 SourceLocationTable();
308 ~SourceLocationTable();
H A Dparser.cc1097 SourceLocationTable::SourceLocationTable() {} function in class:google::protobuf::compiler::SourceLocationTable
1098 SourceLocationTable::~SourceLocationTable() {}
1100 bool SourceLocationTable::Find(
1117 void SourceLocationTable::Add(
1124 void SourceLocationTable::Clear() {
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h57 class SourceLocationTable;
81 // SourceLocationTable while parsing. This can be used to look up exact line
84 void RecordSourceLocationsTo(SourceLocationTable* location_table) {
241 // Records the start point of this location to the SourceLocationTable that
242 // was passed to RecordSourceLocationsTo(), if any. SourceLocationTable
423 SourceLocationTable* source_location_table_; // legacy
442 // writing you still need to use SourceLocationTable when integrating with
444 class LIBPROTOBUF_EXPORT SourceLocationTable { class in namespace:google::protobuf::compiler
446 SourceLocationTable();
447 ~SourceLocationTable();
[all...]
H A Dparser.cc1578 SourceLocationTable::SourceLocationTable() {} function in class:google::protobuf::compiler::SourceLocationTable
1579 SourceLocationTable::~SourceLocationTable() {}
1581 bool SourceLocationTable::Find(
1598 void SourceLocationTable::Add(
1605 void SourceLocationTable::Clear() {

Completed in 269 milliseconds