Searched refs:RAPIDJSON_ERROR_STRING (Results 1 - 2 of 2) sorted by path

/packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/error/
H A Den.h32 case kParseErrorNone: return RAPIDJSON_ERROR_STRING("No error.");
34 case kParseErrorDocumentEmpty: return RAPIDJSON_ERROR_STRING("The document is empty.");
35 case kParseErrorDocumentRootNotSingular: return RAPIDJSON_ERROR_STRING("The document root must not follow by other values.");
37 case kParseErrorValueInvalid: return RAPIDJSON_ERROR_STRING("Invalid value.");
39 case kParseErrorObjectMissName: return RAPIDJSON_ERROR_STRING("Missing a name for object member.");
40 case kParseErrorObjectMissColon: return RAPIDJSON_ERROR_STRING("Missing a colon after a name of object member.");
41 case kParseErrorObjectMissCommaOrCurlyBracket: return RAPIDJSON_ERROR_STRING("Missing a comma or '}' after an object member.");
43 case kParseErrorArrayMissCommaOrSquareBracket: return RAPIDJSON_ERROR_STRING("Missing a comma or ']' after an array element.");
45 case kParseErrorStringUnicodeEscapeInvalidHex: return RAPIDJSON_ERROR_STRING("Incorrect hex digit after \\u escape in string.");
46 case kParseErrorStringUnicodeSurrogateInvalid: return RAPIDJSON_ERROR_STRING("Th
[all...]
H A Derror.h38 // RAPIDJSON_ERROR_STRING
46 #ifndef RAPIDJSON_ERROR_STRING
47 #define RAPIDJSON_ERROR_STRING(x) x macro

Completed in 71 milliseconds