Searched refs:RAPIDJSON_PARSE_ERROR (Results 1 – 1 of 1) sorted by relevance
118 #ifndef RAPIDJSON_PARSE_ERROR119 #define RAPIDJSON_PARSE_ERROR(parseErrorCode, offset) \ macro719 RAPIDJSON_PARSE_ERROR(kParseErrorUnspecificSyntaxError, is.Tell()); in SkipWhitespaceAndComments()731 RAPIDJSON_PARSE_ERROR(kParseErrorUnspecificSyntaxError, is.Tell()); in SkipWhitespaceAndComments()745 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()752 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()758 RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissName, is.Tell()); in ParseObject()767 RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissColon, is.Tell()); in ParseObject()789 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()792 …RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissCommaOrCurlyBracket, is.Tell()); break; // This useless… in ParseObject()[all …]