Lines Matching refs:Eof
38 Err(Err::Error(make_error(input, ErrorKind::Eof))) in be_u8()
68 Err(Err::Error(make_error(input, ErrorKind::Eof))) in be_u16()
101 Err(Err::Error(make_error(input, ErrorKind::Eof))) in be_u24()
134 Err(Err::Error(make_error(input, ErrorKind::Eof))) in be_u32()
167 Err(Err::Error(make_error(input, ErrorKind::Eof))) in be_u64()
200 Err(Err::Error(make_error(input, ErrorKind::Eof))) in be_u128()
380 Err(Err::Error(make_error(input, ErrorKind::Eof))) in le_u8()
410 Err(Err::Error(make_error(input, ErrorKind::Eof))) in le_u16()
443 Err(Err::Error(make_error(input, ErrorKind::Eof))) in le_u24()
476 Err(Err::Error(make_error(input, ErrorKind::Eof))) in le_u32()
509 Err(Err::Error(make_error(input, ErrorKind::Eof))) in le_u64()
542 Err(Err::Error(make_error(input, ErrorKind::Eof))) in le_u128()
723 Err(Err::Error(make_error(input, ErrorKind::Eof))) in u8()