Home
last modified time | relevance | path

Searched refs:kParseErrorDocumentRootNotSingular (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.h41 …case kParseErrorDocumentRootNotSingular: return RAPIDJSON_ERROR_STRING("The document root m… in GetParseError_En()
H A Derror.h68kParseErrorDocumentRootNotSingular, //!< The document root must not follow by other values. enumerator
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dreader.h509 RAPIDJSON_PARSE_ERROR_NORETURN(kParseErrorDocumentRootNotSingular, is.Tell()); in Parse()
1809 …erativeParsingFinishState: RAPIDJSON_PARSE_ERROR(kParseErrorDocumentRootNotSingular, is.… in HandleError()