Searched refs:error_col_ (Results 1 – 2 of 2) sorted by relevance
87 error_code_(JSON_NO_ERROR), error_line_(0), error_col_(0) {} in JSONReader()141 return FormatErrorMessage(error_line_, error_col_, in GetErrorMessage()669 error_col_ = column_number; in SetErrorCode()
214 int error_col_; variable