Searched refs:parseErrorCode (Results 1 – 2 of 2) sorted by relevance
36 inline const RAPIDJSON_ERROR_CHARTYPE* GetParseError_En(ParseErrorCode parseErrorCode) { in GetParseError_En() argument37 switch (parseErrorCode) { in GetParseError_En()
100 #define RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode, offset) \ argument103 SetParseError(parseErrorCode, offset); \119 #define RAPIDJSON_PARSE_ERROR(parseErrorCode, offset) \ argument121 RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode, offset); \