Searched refs:GetParseError_En (Results 1 – 5 of 5) sorted by relevance
18 …message << document.GetErrorOffset() << " - " << rapidjson::GetParseError_En(document.GetParseErro… in convertJSON()
36 inline const RAPIDJSON_ERROR_CHARTYPE* GetParseError_En(ParseErrorCode parseErrorCode) { in GetParseError_En() function
95 …message << "Failed to parse JSON: " << rapidjson::GetParseError_En(doc.GetParseError()) << " at of… in parseSprite()
36 << rapidjson::GetParseError_En(document.GetParseError()); in parse()
233 message << d.GetErrorOffset() << " - " << rapidjson::GetParseError_En(d.GetParseError()); in parse()