Home
last modified time | relevance | path

Searched defs:FromUtf8Error (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/csv/src/
Derror.rs210 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
Dstring_record.rs158 ) -> result::Result<StringRecord, FromUtf8Error> { in from_byte_record() argument
/aosp_15_r20/external/rust/android-crates-io/crates/bstr/src/
Dext_vec.rs512 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
Dimpls.rs212 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 Dstring.rs403 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 Dstring.rs403 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 Dstring.rs403 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 Dstring.rs403 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 Dstring.rs403 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/
Derror.rs22 FromUtf8Error { enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-support/src/lexer/
Dstr_lit.rs10 FromUtf8Error(#[from] FromUtf8Error), enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/io/util/
Dread_line.rs58 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/
Dstr_lit.rs10 FromUtf8Error(FromUtf8Error), enumerator
/aosp_15_r20/external/rust/android-crates-io/crates/tungstenite/src/protocol/frame/
Dframe.rs284 pub fn into_string(self) -> StdResult<String, FromUtf8Error> { in into_string() argument
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/shader/
Dspirv.rs765 FromUtf8Error(FromUtf8Error), enumerator