Home
last modified time | relevance | path

Searched refs:to_str_lossy (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/bstr/src/
Dext_slice.rs347 fn to_str_lossy(&self) -> Cow<str> { in to_str_lossy() method
505 match bytes.to_str_lossy() { in to_os_str_lossy()
3640 fn to_str_lossy() { in to_str_lossy() function
3642 let got = B(input).to_str_lossy(); in to_str_lossy()
Dext_vec.rs428 match self.as_vec().to_str_lossy() { in into_string_lossy()