Home
last modified time | relevance | path

Searched refs:from_raw_vec (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/crates/os_str_bytes/src/
Dlib.rs540 fn from_raw_vec(string: Vec<u8>) -> Result<Self>;
571 fn from_raw_vec(string: Vec<u8>) -> Result<Self> { in from_raw_vec() method
588 fn from_raw_vec(string: Vec<u8>) -> Result<Self> { in from_raw_vec() method
589 OsString::from_raw_vec(string).map(Into::into) in from_raw_vec()
Draw_str.rs1098 pub fn from_raw_vec(string: Vec<u8>) -> Result<Self> {
/third_party/rust/crates/os_str_bytes/tests/
Dcommon.rs54 let os_string = OsString::from_raw_vec(string.clone());
57 let path = PathBuf::from_raw_vec(string.clone());