Home
last modified time | relevance | path

Searched defs:SmallCStr (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/compiler/rustc_data_structures/src/
Dsmall_c_str.rs13 pub struct SmallCStr { struct
17 impl SmallCStr { impl
19 pub fn new(s: &str) -> SmallCStr { in new()
39 pub fn new_with_nul(s: &str) -> SmallCStr { in new_with_nul()
62 impl Deref for SmallCStr { implementation
71 impl<'a> FromIterator<&'a str> for SmallCStr { implementation
/third_party/rust/rust/compiler/rustc_errors/src/
Ddiagnostic_impls.rs197 impl IntoDiagnosticArg for rustc_data_structures::small_c_str::SmallCStr { implementation