Searched refs:TooLong (Results 1 – 3 of 3) sorted by relevance
158 TEST(LineReaderTest, TooLong) { in TEST() argument
349 TooLong, enumerator366 ParseErrorKind::TooLong => write!(f, "trailing input"), in fmt()386 const TOO_LONG: ParseError = ParseError(ParseErrorKind::TooLong);
487 Err((remainder, e)) if e.0 == ParseErrorKind::TooLong => { in from_str()