Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/error/
H A Den.h40 …case kParseErrorDocumentEmpty: return RAPIDJSON_ERROR_STRING("The document is emp… in GetParseError_En()
H A Derror.h67 kParseErrorDocumentEmpty, //!< The document is empty. enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dreader.h497 RAPIDJSON_PARSE_ERROR_NORETURN(kParseErrorDocumentEmpty, is.Tell()); in Parse()
1808 …case IterativeParsingStartState: RAPIDJSON_PARSE_ERROR(kParseErrorDocumentEmpty, is.Tel… in HandleError()