Home
last modified time | relevance | path

Searched refs:parseErrorCode (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
Den.h30 inline const RAPIDJSON_ERROR_CHARTYPE* GetParseError_En(ParseErrorCode parseErrorCode) { in GetParseError_En() argument
31 switch (parseErrorCode) { in GetParseError_En()
/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
Dreader.h90 #define RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode, offset) \ argument
93 SetParseError(parseErrorCode, offset); \
109 #define RAPIDJSON_PARSE_ERROR(parseErrorCode, offset) \ argument
111 RAPIDJSON_PARSE_ERROR_NORETURN(parseErrorCode, offset); \