Searched refs:parseErrorCode (Results 1 – 2 of 2) sorted by relevance
30 inline const RAPIDJSON_ERROR_CHARTYPE* GetParseError_En(ParseErrorCode parseErrorCode) { in GetParseError_En() argument31 switch (parseErrorCode) { in GetParseError_En()
90 #define RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode, offset) \ argument93 SetParseError(parseErrorCode, offset); \109 #define RAPIDJSON_PARSE_ERROR(parseErrorCode, offset) \ argument111 RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode, offset); \