Home
last modified time | relevance | path

Searched defs:str (Results 1 – 4 of 4) sorted by relevance

/rust/macros/
Dmodule.rs40 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/
Dbuild_error.rs29 pub const fn build_error(msg: &'static str) -> ! { in build_error()
/rust/kernel/
Dstr.rs280 pub fn to_str(&self) -> Result<&str, core::str::Utf8Error> { in to_str()
302 pub unsafe fn as_str_unchecked(&self) -> &str { in as_str_unchecked()
539 fn deref(&self) -> &str { in deref()
550 const ALL_ASCII_CHARS: &'static str = variable
Dlib.rs66 pub mod str; module