Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/error/
Den.h41 …case kParseErrorDocumentRootNotSingular: return RAPIDJSON_ERROR_STRING("The document root m… in GetParseError_En()
Derror.h68kParseErrorDocumentRootNotSingular, //!< The document root must not follow by other values. enumerator
/lvgl-latest/src/libs/thorvg/rapidjson/
Dreader.h583 RAPIDJSON_PARSE_ERROR_NORETURN(kParseErrorDocumentRootNotSingular, is.Tell()); in Parse()
2171 …erativeParsingFinishState: RAPIDJSON_PARSE_ERROR(kParseErrorDocumentRootNotSingular, is.… in HandleError()