Searched refs:InputTooLong (Results 1 – 4 of 4) sorted by relevance
6 InputTooLong, enumerator14 Error::InputTooLong => "input too long", in fmt()
49 return Err(Error::InputTooLong); in s2d()75 return Err(Error::InputTooLong); in s2d()
49 return Err(Error::InputTooLong); in s2f()75 return Err(Error::InputTooLong); in s2f()
60 assert_eq!(Error::InputTooLong, s2d(b"123456789012345678").unwrap_err()); in test_bad_input()61 assert_eq!(Error::InputTooLong, s2d(b"1e12345").unwrap_err()); in test_bad_input()