Searched defs:CStr8 (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/data_types/ |
D | strs.rs | 135 pub struct CStr8([Char8]); struct 137 impl CStr8 { impl 193 impl fmt::Debug for CStr8 { implementation 199 impl fmt::Display for CStr8 { implementation 208 impl AsRef<[u8]> for CStr8 { implementation 214 impl Borrow<[u8]> for CStr8 { implementation 220 impl<StrType: AsRef<str> + ?Sized> EqStrUntilNul<StrType> for CStr8 { implementation 240 impl<'a> TryFrom<&'a CStr> for &'a CStr8 { implementation
|
/aosp_15_r20/external/rust/crates/uefi/src/data_types/ |
D | strs.rs | 135 pub struct CStr8([Char8]); struct 137 impl CStr8 { implementation 193 impl fmt::Debug for CStr8 { implementation 199 impl fmt::Display for CStr8 { implementation 208 impl AsRef<[u8]> for CStr8 { implementation 214 impl Borrow<[u8]> for CStr8 { implementation 220 impl<StrType: AsRef<str> + ?Sized> EqStrUntilNul<StrType> for CStr8 { implementation 240 impl<'a> TryFrom<&'a CStr> for &'a CStr8 { implementation
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/string/ |
D | unicode_collation.rs | 105 fat: &CStr8, in fat_to_str() 125 ) -> Result<&'a CStr8, StrConversionError> { in str_to_fat()
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/string/ |
D | unicode_collation.rs | 105 fat: &CStr8, in fat_to_str() 125 ) -> Result<&'a CStr8, StrConversionError> { in str_to_fat()
|
/aosp_15_r20/external/rust/android-crates-io/crates/uefi/src/proto/network/ |
D | pxe.rs | 171 filename: &CStr8, in tftp_read_file() 202 filename: &CStr8, in tftp_write_file() 230 directory_name: &CStr8, in tftp_read_dir() 305 filename: &CStr8, in mtftp_get_file_size() 331 filename: &CStr8, in mtftp_read_file()
|
/aosp_15_r20/external/rust/crates/uefi/src/proto/network/ |
D | pxe.rs | 171 filename: &CStr8, in tftp_read_file() 202 filename: &CStr8, in tftp_write_file() 230 directory_name: &CStr8, in tftp_read_dir() 305 filename: &CStr8, in mtftp_get_file_size() 331 filename: &CStr8, in mtftp_read_file()
|