Lines Matching refs:ReportError

84     ReportError(JSONReader::JSON_TOO_LARGE, 0);
100 ReportError(JSONReader::JSON_UNEXPECTED_DATA_AFTER_ROOT, 1);
321 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
328 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
334 ReportError(JSONReader::JSON_TOO_MUCH_NESTING, 0);
343 ReportError(JSONReader::JSON_UNQUOTED_DICTIONARY_KEY, 1);
356 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1);
364 // ReportError from deeper level.
376 ReportError(JSONReader::JSON_TRAILING_COMMA, 1);
380 ReportError(JSONReader::JSON_SYNTAX_ERROR, 0);
392 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
398 ReportError(JSONReader::JSON_TOO_MUCH_NESTING, 0);
408 // ReportError from deeper level.
419 ReportError(JSONReader::JSON_TRAILING_COMMA, 1);
423 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1);
443 ReportError(JSONReader::JSON_UNEXPECTED_TOKEN, 1);
459 ReportError(JSONReader::JSON_UNSUPPORTED_ENCODING, 1);
485 ReportError(JSONReader::JSON_INVALID_ESCAPE, 0);
496 ReportError(JSONReader::JSON_INVALID_ESCAPE, -2);
503 ReportError(JSONReader::JSON_INVALID_ESCAPE, -2);
514 ReportError(JSONReader::JSON_INVALID_ESCAPE, 0);
549 ReportError(JSONReader::JSON_INVALID_ESCAPE, 0);
555 ReportError(JSONReader::JSON_SYNTAX_ERROR, 0);
626 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1);
635 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1);
649 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1);
668 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1);
715 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1);
728 void JSONParser::ReportError(JSONReader::JsonParseError code,