Searched refs:into_raw_vec (Results 1 – 4 of 4) sorted by relevance
561 fn into_raw_vec(self) -> Vec<u8>; in into_raw_vec() method576 fn into_raw_vec(self) -> Vec<u8> { in into_raw_vec() method593 fn into_raw_vec(self) -> Vec<u8> { in into_raw_vec() method594 self.into_os_string().into_raw_vec() in into_raw_vec()
1220 pub fn into_raw_vec(self) -> Vec<u8> { in into_raw_vec() method
74 assert_eq!(string, os_string.into_raw_vec());89 assert_eq!(string, os_string.into_raw_vec());
31 let string = os_string.clone().into_raw_vec(); in test_vec()