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

  /external/protobuf/src/google/protobuf/compiler/
parser.h 56 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 {
491 SourceLocationTable();
492 ~SourceLocationTable();
    [all...]
parser.cc     [all...]

Completed in 99 milliseconds