Searched refs:RAPIDJSON_PARSE_ERROR (Results 1 – 1 of 1) sorted by relevance
117 #ifndef RAPIDJSON_PARSE_ERROR118 #define RAPIDJSON_PARSE_ERROR(parseErrorCode, offset) \ macro568 RAPIDJSON_PARSE_ERROR(kParseErrorUnspecificSyntaxError, is.Tell()); in SkipWhitespaceAndComments()580 RAPIDJSON_PARSE_ERROR(kParseErrorUnspecificSyntaxError, is.Tell()); in SkipWhitespaceAndComments()594 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()601 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()607 RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissName, is.Tell()); in ParseObject()616 RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissColon, is.Tell()); in ParseObject()638 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()641 …RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissCommaOrCurlyBracket, is.Tell()); break; // This useless… in ParseObject()[all …]