Home
last modified time | relevance | path

Searched refs:index_last_line_ (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/json/
Djson_parser.cc62 index_last_line_(0), in JSONParser()
75 index_last_line_ = 0; in Parse()
250 index_last_line_ = index_; in EatWhitespaceAndComments()
732 error_column_ = index_ - index_last_line_ + column_adjust; in ReportError()
Djson_parser.h232 int index_last_line_; variable