Searched defs:str (Results 1 – 5 of 5) sorted by relevance
| /rust/macros/ |
| A D | module.rs | 40 fn emit_base(&mut self, field: &str, content: &str, builtin: bool) { in emit_base() 78 fn emit_only_builtin(&mut self, field: &str, content: &str) { in emit_only_builtin() 82 fn emit_only_loadable(&mut self, field: &str, content: &str) { in emit_only_loadable() 86 fn emit(&mut self, field: &str, content: &str) { in emit()
|
| /rust/ |
| A D | build_error.rs | 29 pub const fn build_error(msg: &'static str) -> ! { in build_error()
|
| /rust/kernel/ |
| A D | lib.rs | 122 pub mod str; module
|
| A D | str.rs | 360 pub fn to_str(&self) -> Result<&str, core::str::Utf8Error> { in to_str() 382 pub unsafe fn as_str_unchecked(&self) -> &str { in as_str_unchecked()
|
| /rust/kernel/device/ |
| A D | property.rs | 445 let mut str: *mut u8 = ptr::null_mut(); in read_from_fwnode_property() variables
|
Completed in 9 milliseconds