/external/rust/crates/xml-rs/src/reader/ |
D | error.rs | 16 UnexpectedEof, enumerator 45 UnexpectedEof => &"Unexpected EOF", in msg() 75 UnexpectedEof => ErrorKind::UnexpectedEof, in from() 96 UnexpectedEof => UnexpectedEof, in clone() 107 (&UnexpectedEof, &UnexpectedEof) => true, in eq()
|
/external/rust/crates/xml-rs/src/ |
D | util.rs | 7 UnexpectedEof, enumerator 28 UnexpectedEof => write!(f, "unexpected end of stream"), in fmt() 47 None => return Err(CharReadError::UnexpectedEof) in next_char_from() 81 super::CharReadError::UnexpectedEof => {}, in test_next_char_from()
|
/external/rust/crates/protobuf/2.27.1/src/ |
D | error.rs | 18 UnexpectedEof, enumerator 48 WireError::UnexpectedEof => write!(f, "unexpected EOF"), in fmt() 105 WireError::UnexpectedEof => "unexpected EOF", in description()
|
D | buf_read_iter.rs | 214 return Err(ProtobufError::WireError(WireError::UnexpectedEof)); in read_byte() 247 None => return Err(ProtobufError::WireError(WireError::UnexpectedEof)), in read_exact_bytes() 251 return Err(ProtobufError::WireError(WireError::UnexpectedEof)); in read_exact_bytes() 296 return Err(ProtobufError::WireError(WireError::UnexpectedEof)); in read_exact_slow() 311 return Err(ProtobufError::WireError(WireError::UnexpectedEof)); in read_exact_slow()
|
D | buf_read_or_reader.rs | 55 io::ErrorKind::UnexpectedEof, in read_exact_uninit()
|
/external/rust/crates/tokio/src/io/util/ |
D | read_int.rs | 7 use std::io::ErrorKind::UnexpectedEof; 65 return Poll::Ready(Err(UnexpectedEof.into())); 121 return Poll::Ready(Err(UnexpectedEof.into()));
|
D | read_exact.rs | 44 io::Error::new(io::ErrorKind::UnexpectedEof, "early eof") in eof()
|
/external/rust/crates/protobuf-support/src/lexer/ |
D | tokenizer.rs | 24 UnexpectedEof, enumerator 93 None => Err(TokenizerError::UnexpectedEof), in lookahead_some() 108 None => Err(TokenizerError::UnexpectedEof), in next_some() 149 None => return Err(TokenizerError::UnexpectedEof.into()), in next_token_check_map()
|
D | lexer_impl.rs | 23 UnexpectedEof, enumerator 131 self.next_char_opt().ok_or(LexerError::UnexpectedEof) in next_char() 143 None => Err(LexerError::UnexpectedEof), in skip_c_comment()
|
/external/rust/crates/protobuf/src/coded_input_stream/ |
D | buf_read_or_reader.rs | 65 io::ErrorKind::UnexpectedEof, in read_exact_uninit() 86 io::ErrorKind::UnexpectedEof, in skip_bytes()
|
D | buf_read_iter.rs | 187 Err(WireError::UnexpectedEof.into()) in read_byte_slow() 203 return Err(ProtobufError::WireError(WireError::UnexpectedEof).into()); in read_exact_bytes() 254 _ => Err(WireError::UnexpectedEof.into()), in consume_buf() 272 return Err(ProtobufError::WireError(WireError::UnexpectedEof).into()); in read_exact_slow()
|
/external/rust/crates/protobuf/2.27.1/src/text_format/lexer/ |
D | lexer_impl.rs | 21 UnexpectedEof, enumerator 40 LexerError::UnexpectedEof => write!(f, "Unexpected EOF"), in fmt() 145 self.next_char_opt().ok_or(LexerError::UnexpectedEof) in next_char() 157 None => Err(LexerError::UnexpectedEof), in skip_c_comment()
|
/external/rust/crates/protobuf-json-mapping/src/ |
D | rfc_3339.rs | 90 UnexpectedEof, enumerator 287 return Err(Rfc3339ParseError::UnexpectedEof); in parse_rfc_3339() 304 return Err(Rfc3339ParseError::UnexpectedEof); in parse_rfc_3339()
|
/external/rust/crates/futures-util/src/io/ |
D | read_exact.rs | 37 return Poll::Ready(Err(io::ErrorKind::UnexpectedEof.into())); in poll()
|
/external/rust/crates/grpcio/src/ |
D | error.rs | 95 let error = ProtobufError::WireError(WireError::UnexpectedEof); in test_convert()
|
/external/crosvm/base/src/ |
D | file_traits.rs | 89 return Err(Error::from(ErrorKind::UnexpectedEof)); in read_exact_volatile() 183 Ok(0) => return Err(Error::from(ErrorKind::UnexpectedEof)), in read_exact_at_volatile()
|
/external/rust/crates/protobuf/src/ |
D | error.rs | 15 UnexpectedEof, enumerator
|
/external/crosvm/devices/src/virtio/ |
D | descriptor_utils.rs | 399 io::ErrorKind::UnexpectedEof, in read_exact_to() 424 io::ErrorKind::UnexpectedEof, in read_exact_to_at() 470 io::ErrorKind::UnexpectedEof, in read_exact_to_at_fut() 715 io::ErrorKind::UnexpectedEof, in write_all_from_at_fut() 1164 io::ErrorKind::UnexpectedEof in reader_unexpected_eof()
|
/external/rust/crates/flate2/src/gz/ |
D | bufread.rs | 555 Err(io::ErrorKind::UnexpectedEof.into()) in read() 744 if err.kind() == io::ErrorKind::UnexpectedEof { in read()
|
D | write.rs | 337 if err.kind() == io::ErrorKind::UnexpectedEof { in write()
|
/external/rust/crates/serde_json/src/ |
D | error.rs | 169 Category::Eof => io::Error::new(io::ErrorKind::UnexpectedEof, j), in from()
|
/external/crosvm/base/src/sys/windows/ |
D | named_pipes.rs | 634 std::io::ErrorKind::UnexpectedEof, in read_overlapped_blocking() 724 std::io::ErrorKind::UnexpectedEof, in write_overlapped_blocking_message()
|
D | tube.rs | 297 io::ErrorKind::UnexpectedEof, in perform_read()
|
/external/crosvm/disk/src/ |
D | android_sparse.rs | 268 ErrorKind::UnexpectedEof, in read_at_volatile() 386 ErrorKind::UnexpectedEof, in read_to_mem()
|
/external/rust/crates/serde_cbor/src/ |
D | read.rs | 248 if e.kind() == io::ErrorKind::UnexpectedEof { in read_into()
|