Searched refs:kParseErrorDocumentRootNotSingular (Results 1 – 3 of 3) sorted by relevance
41 …case kParseErrorDocumentRootNotSingular: return RAPIDJSON_ERROR_STRING("The document root m… in GetParseError_En()
68 …kParseErrorDocumentRootNotSingular, //!< The document root must not follow by other values. enumerator
583 RAPIDJSON_PARSE_ERROR_NORETURN(kParseErrorDocumentRootNotSingular, is.Tell()); in Parse()2171 …erativeParsingFinishState: RAPIDJSON_PARSE_ERROR(kParseErrorDocumentRootNotSingular, is.… in HandleError()