Searched defs:FromSliceWithNulError (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/data_types/ |
D | strs.rs | 39 pub enum FromSliceWithNulError { enum 50 impl Display for FromSliceWithNulError { implementation 61 impl core::error::Error for FromSliceWithNulError {} implementation 156 pub fn from_bytes_with_nul(chars: &[u8]) -> Result<&Self, FromSliceWithNulError> { in from_bytes_with_nul() argument 383 pub fn from_u16_with_nul(codes: &[u16]) -> Result<&Self, FromSliceWithNulError> { in from_u16_with_nul() argument 431 pub fn from_char16_with_nul(chars: &[Char16]) -> Result<&Self, FromSliceWithNulError> { in from_char16_with_nul() argument
|
D | owned_strs.rs | 198 pub fn to_cstring16(&self) -> Result<CString16, FromSliceWithNulError> { in to_cstring16() argument
|
/aosp_15_r20/external/rust/crates/uefi/src/data_types/ |
D | strs.rs | 39 pub enum FromSliceWithNulError { enum 50 impl Display for FromSliceWithNulError { implementation 61 impl core::error::Error for FromSliceWithNulError {} implementation 156 pub fn from_bytes_with_nul(chars: &[u8]) -> Result<&Self, FromSliceWithNulError> { in from_bytes_with_nul() argument 383 pub fn from_u16_with_nul(codes: &[u16]) -> Result<&Self, FromSliceWithNulError> { in from_u16_with_nul() argument 431 pub fn from_char16_with_nul(chars: &[Char16]) -> Result<&Self, FromSliceWithNulError> { in from_char16_with_nul() argument
|
D | owned_strs.rs | 198 pub fn to_cstring16(&self) -> Result<CString16, FromSliceWithNulError> { in to_cstring16() argument
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/ |
D | runtime.rs | 881 pub fn name(&self) -> core::result::Result<&CStr16, crate::data_types::FromSliceWithNulError> { in name()
|
/aosp_15_r20/external/rust/crates/uefi/src/ |
D | runtime.rs | 881 pub fn name(&self) -> core::result::Result<&CStr16, crate::data_types::FromSliceWithNulError> { in name()
|