Searched refs:RAPIDJSON_ERROR_CHARTYPE (Results 1 – 2 of 2) sorted by relevance
33 #ifndef RAPIDJSON_ERROR_CHARTYPE34 #define RAPIDJSON_ERROR_CHARTYPE char macro142 typedef const RAPIDJSON_ERROR_CHARTYPE* (*GetParseErrorFunc)(ParseErrorCode);
30 inline const RAPIDJSON_ERROR_CHARTYPE* GetParseError_En(ParseErrorCode parseErrorCode) { in GetParseError_En()