Searched refs:assert_from_raw_bytes (Results 1 – 3 of 3) sorted by relevance
363 fn assert_from_raw_bytes<'a, S>(string: S) -> Cow<'a, Self> in assert_from_raw_bytes() method428 fn assert_from_raw_bytes<'a, S>(string: S) -> Cow<'a, Self> in assert_from_raw_bytes() method451 fn assert_from_raw_bytes<'a, S>(string: S) -> Cow<'a, Self> in assert_from_raw_bytes() method455 cow_os_str_into_path(OsStr::assert_from_raw_bytes(string)) in assert_from_raw_bytes()
194 pub fn assert_from_raw_bytes(string: &[u8]) -> &Self { in assert_from_raw_bytes() method
12 let suffix = RawOsStr::assert_from_raw_bytes(suffix); in test_ends_with()55 let prefix = RawOsStr::assert_from_raw_bytes(prefix); in test_starts_with()