Home
last modified time | relevance | path

Searched refs:SourceLocationTable (Results 1 – 4 of 4) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.h56 class SourceLocationTable; variable
83 void RecordSourceLocationsTo(SourceLocationTable* location_table) { in RecordSourceLocationsTo()
508 SourceLocationTable* source_location_table_; // legacy
536 class LIBPROTOBUF_EXPORT SourceLocationTable {
538 SourceLocationTable();
539 ~SourceLocationTable();
Dparser.cc2075 SourceLocationTable::SourceLocationTable() {} in SourceLocationTable() function in google::protobuf::compiler::SourceLocationTable
2076 SourceLocationTable::~SourceLocationTable() {} in ~SourceLocationTable()
2078 bool SourceLocationTable::Find( in Find()
2095 void SourceLocationTable::Add( in Add()
2103 void SourceLocationTable::Clear() { in Clear()
Dimporter.h136 SourceLocationTable source_locations_;
Dparser_unittest.cc81 MockValidationErrorCollector(const SourceLocationTable& source_locations, in MockValidationErrorCollector()
99 const SourceLocationTable& source_locations_;
162 SourceLocationTable source_locations; in ExpectHasValidationErrors()
1906 SourceLocationTable source_locations; in TEST_F()