Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dreader.h117 #ifndef RAPIDJSON_PARSE_ERROR
118 #define RAPIDJSON_PARSE_ERROR(parseErrorCode, offset) \ macro
568 RAPIDJSON_PARSE_ERROR(kParseErrorUnspecificSyntaxError, is.Tell()); in SkipWhitespaceAndComments()
580 RAPIDJSON_PARSE_ERROR(kParseErrorUnspecificSyntaxError, is.Tell()); in SkipWhitespaceAndComments()
594 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
601 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
607 RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissName, is.Tell()); in ParseObject()
616 RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissColon, is.Tell()); in ParseObject()
638 RAPIDJSON_PARSE_ERROR(kParseErrorTermination, is.Tell()); in ParseObject()
641RAPIDJSON_PARSE_ERROR(kParseErrorObjectMissCommaOrCurlyBracket, is.Tell()); break; // This useless… in ParseObject()
[all …]