/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/ |
D | error.rs | 210 pub struct FromUtf8Error { struct 215 impl FromUtf8Error { implementation 217 pub(crate) fn new(record: ByteRecord, err: Utf8Error) -> FromUtf8Error { in new() 232 impl fmt::Display for FromUtf8Error { implementation 238 impl StdError for FromUtf8Error { implementation
|
D | string_record.rs | 158 ) -> result::Result<StringRecord, FromUtf8Error> { in from_byte_record() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/ |
D | ext_vec.rs | 512 fn imp(v: Vec<u8>) -> Result<OsString, FromUtf8Error> { in into_os_string() argument 520 fn imp(v: Vec<u8>) -> Result<OsString, FromUtf8Error> { in into_os_string() argument 979 pub struct FromUtf8Error { struct 984 impl FromUtf8Error { implementation 1051 impl error::Error for FromUtf8Error { implementation 1058 impl fmt::Display for FromUtf8Error { implementation
|
D | impls.rs | 212 fn try_from(s: BString) -> Result<String, crate::FromUtf8Error> { in try_from()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | string.rs | 403 pub struct FromUtf8Error { struct 404 bytes: Vec<u8>, 405 error: Utf8Error, 576 pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error> { in from_utf8() argument 1999 impl FromUtf8Error { implementation 2069 impl fmt::Display for FromUtf8Error { implementation 2083 impl Error for FromUtf8Error { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/alloc/src/ |
H A D | string.rs | 403 pub struct FromUtf8Error { struct 404 bytes: Vec<u8>, 405 error: Utf8Error, 576 pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error> { in from_utf8() argument 1999 impl FromUtf8Error { impl 2069 impl fmt::Display for FromUtf8Error { implementation 2083 impl Error for FromUtf8Error { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | string.rs | 403 pub struct FromUtf8Error { struct 404 bytes: Vec<u8>, 405 error: Utf8Error, 576 pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error> { in from_utf8() argument 1999 impl FromUtf8Error { implementation 2069 impl fmt::Display for FromUtf8Error { implementation 2083 impl Error for FromUtf8Error { implementation
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | string.rs | 403 pub struct FromUtf8Error { struct 404 bytes: Vec<u8>, 405 error: Utf8Error, 576 pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error> { in from_utf8() argument 1996 impl FromUtf8Error { impl 2066 impl fmt::Display for FromUtf8Error { implementation 2080 impl Error for FromUtf8Error { implementation
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/alloc/src/ |
H A D | string.rs | 403 pub struct FromUtf8Error { struct 404 bytes: Vec<u8>, 405 error: Utf8Error, 576 pub fn from_utf8(vec: Vec<u8>) -> Result<String, FromUtf8Error> { in from_utf8() argument 1996 impl FromUtf8Error { implementation 2066 impl fmt::Display for FromUtf8Error { implementation 2080 impl Error for FromUtf8Error { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde-xml-rs/src/ |
D | error.rs | 22 FromUtf8Error { enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-support/src/lexer/ |
D | str_lit.rs | 10 FromUtf8Error(#[from] FromUtf8Error), enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/util/ |
D | read_line.rs | 58 utf8_res: Result<String, FromUtf8Error>, in finish_string_read() argument
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf/src/text_format/lexer/ |
D | str_lit.rs | 10 FromUtf8Error(FromUtf8Error), enumerator
|
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/frame/ |
D | frame.rs | 284 pub fn into_string(self) -> StdResult<String, FromUtf8Error> { in into_string() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/shader/ |
D | spirv.rs | 765 FromUtf8Error(FromUtf8Error), enumerator
|