Home
last modified time | relevance | path

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

/lvgl-latest/src/libs/thorvg/rapidjson/error/
Den.h40 …case kParseErrorDocumentEmpty: return RAPIDJSON_ERROR_STRING("The document is emp… in GetParseError_En()
Derror.h67 kParseErrorDocumentEmpty, //!< The document is empty. enumerator
/lvgl-latest/src/libs/thorvg/rapidjson/
Dreader.h571 RAPIDJSON_PARSE_ERROR_NORETURN(kParseErrorDocumentEmpty, is.Tell()); in Parse()
2170 …case IterativeParsingStartState: RAPIDJSON_PARSE_ERROR(kParseErrorDocumentEmpty, is.Tel… in HandleError()