Home
last modified time | relevance | path

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

/third_party/rust/crates/os_str_bytes/src/
Dlib.rs363 fn assert_from_raw_bytes<'a, S>(string: S) -> Cow<'a, Self> in assert_from_raw_bytes() method
428 fn assert_from_raw_bytes<'a, S>(string: S) -> Cow<'a, Self> in assert_from_raw_bytes() method
451 fn assert_from_raw_bytes<'a, S>(string: S) -> Cow<'a, Self> in assert_from_raw_bytes() method
455 cow_os_str_into_path(OsStr::assert_from_raw_bytes(string)) in assert_from_raw_bytes()
Draw_str.rs194 pub fn assert_from_raw_bytes(string: &[u8]) -> &Self { in assert_from_raw_bytes() method
/third_party/rust/crates/os_str_bytes/tests/
Draw_integration.rs12 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()