HomeSort by relevance Sort by last modified time
    Searched refs:SourceLocationTable (Results 1 - 4 of 4) sorted by null

  /external/protobuf/src/google/protobuf/compiler/
parser.h 57 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 {
307 SourceLocationTable();
308 ~SourceLocationTable();
importer.h 130 SourceLocationTable source_locations_;
parser.cc     [all...]
parser_unittest.cc 74 MockValidationErrorCollector(const SourceLocationTable& source_locations,
92 const SourceLocationTable& source_locations_;
152 SourceLocationTable source_locations;
    [all...]

Completed in 237 milliseconds