| /external/rust/crates/csv/src/ |
| D | error.rs | 227 pub fn utf8_error(&self) -> &Utf8Error { in utf8_error() 252 pub struct Utf8Error { struct 260 pub fn new_utf8_error(field: usize, valid_up_to: usize) -> Utf8Error { in new_utf8_error() 264 impl Utf8Error { impl 275 impl StdError for Utf8Error {} implementation 277 impl fmt::Display for Utf8Error { implementation
|
| D | byte_record.rs | 545 pub(crate) fn validate(&self) -> result::Result<(), Utf8Error> { in validate() argument
|
| /external/rust/crates/bstr/src/ |
| D | utf8.rs | 406 pub struct Utf8Error { struct 411 impl Utf8Error { impl 451 impl error::Error for Utf8Error { implementation 457 impl fmt::Display for Utf8Error { implementation 467 pub fn validate(slice: &[u8]) -> Result<(), Utf8Error> { in validate() argument 472 fn fast(slice: &[u8]) -> Result<(), Utf8Error> { in validate() argument 506 fn find_valid_up_to(slice: &[u8], rejected_at: usize) -> Utf8Error { in validate() 527 fn slow(slice: &[u8]) -> Result<(), Utf8Error> { in validate() argument 863 fn utf8e(valid_up_to: usize) -> Utf8Error { in utf8e() 867 fn utf8e2(valid_up_to: usize, error_len: usize) -> Utf8Error { in utf8e2()
|
| D | ext_slice.rs | 272 fn to_str(&self) -> Result<&str, Utf8Error> { in to_str() argument 479 fn to_os_str(&self) -> Result<&OsStr, Utf8Error> { in to_os_str() argument 482 fn imp(bytes: &[u8]) -> Result<&OsStr, Utf8Error> { in to_os_str() argument 490 fn imp(bytes: &[u8]) -> Result<&OsStr, Utf8Error> { in to_os_str() argument 566 fn to_path(&self) -> Result<&Path, Utf8Error> { in to_path() argument
|
| D | impls.rs | 221 fn try_from(s: &'a BString) -> Result<&'a str, crate::Utf8Error> { in try_from() 662 fn try_from(s: &'a BStr) -> Result<&'a str, crate::Utf8Error> { in try_from() 672 fn try_from(s: &'a BStr) -> Result<String, crate::Utf8Error> { in try_from()
|
| D | ext_vec.rs | 1045 pub fn utf8_error(&self) -> &Utf8Error { in utf8_error()
|
| /external/flatbuffers/rust/flexbuffers/src/ |
| D | buffer.rs | 54 fn buffer_str(&self) -> Result<Self::BufferString, std::str::Utf8Error>; in buffer_str() 77 fn buffer_str(&self) -> Result<Self::BufferString, std::str::Utf8Error> { in buffer_str()
|
| /external/rust/crates/protobuf/src/ |
| D | error.rs | 23 Utf8Error, enumerator
|
| D | chars.rs | 27 pub fn from_bytes(bytes: Bytes) -> Result<Chars, str::Utf8Error> { in from_bytes()
|
| /external/rust/crates/protobuf/2.27.1/src/ |
| D | error.rs | 28 Utf8Error, enumerator
|
| D | chars.rs | 23 pub fn from_bytes(bytes: Bytes) -> Result<Chars, str::Utf8Error> { in from_bytes()
|
| /external/rust/crates/grpcio/src/ |
| D | auth_context.rs | 136 pub fn value_str(&self) -> Result<&'a str, std::str::Utf8Error> { in value_str()
|
| /external/rust/crates/rusqlite/src/ |
| D | error.rs | 33 Utf8Error(str::Utf8Error), enumerator
|
| /external/rust/crates/percent-encoding/src/ |
| D | lib.rs | 418 pub fn decode_utf8(self) -> Result<Cow<'a, str>, str::Utf8Error> { in decode_utf8() argument
|
| /external/rust/cxx/src/ |
| D | cxx_string.rs | 140 pub fn to_str(&self) -> Result<&str, Utf8Error> { in to_str() argument
|
| /external/flatbuffers/rust/flexbuffers/src/reader/ |
| D | mod.rs | 67 Utf8Error(#[serde(skip)] Option<Box<std::str::Utf8Error>>), enumerator
|
| /external/flatbuffers/rust/flatbuffers/src/ |
| D | verifier.rs | 59 Utf8Error { enumerator
|
| /external/crosvm/rutabaga_gfx/src/ |
| D | rutabaga_utils.rs | 258 Utf8Error(Utf8Error), enumerator
|