Searched refs:JSON_SYNTAX_ERROR (Results 1 – 3 of 3) sorted by relevance
/third_party/gn/src/base/json/ |
D | json_parser.cc | 356 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1); in ConsumeDictionary() 380 ReportError(JSONReader::JSON_SYNTAX_ERROR, 0); in ConsumeDictionary() 423 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1); in ConsumeList() 555 ReportError(JSONReader::JSON_SYNTAX_ERROR, 0); in ConsumeStringRaw() 626 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1); in ConsumeNumber() 635 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1); in ConsumeNumber() 649 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1); in ConsumeNumber() 668 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1); in ConsumeNumber() 715 ReportError(JSONReader::JSON_SYNTAX_ERROR, 1); in ConsumeLiteral()
|
D | json_reader.h | 65 JSON_SYNTAX_ERROR, enumerator
|
D | json_reader.cc | 82 case JSON_SYNTAX_ERROR: in ErrorCodeToString()
|