Searched refs:kParseErrorDocumentEmpty (Results 1 – 3 of 3) sorted by relevance
40 …case kParseErrorDocumentEmpty: return RAPIDJSON_ERROR_STRING("The document is emp… in GetParseError_En()
67 kParseErrorDocumentEmpty, //!< The document is empty. enumerator
497 RAPIDJSON_PARSE_ERROR_NORETURN(kParseErrorDocumentEmpty, is.Tell()); in Parse()1808 …case IterativeParsingStartState: RAPIDJSON_PARSE_ERROR(kParseErrorDocumentEmpty, is.Tel… in HandleError()