Home
last modified time | relevance | path

Searched defs:from_raw_bytes (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/os_str_bytes/src/
H A Dlib.rs311 fn from_raw_bytes<'a, S>( in from_raw_bytes() functions
400 fn from_raw_bytes<'a, S>(string: S) -> Result<Cow<'a, Self>> in assert_from_raw_bytes() functions
436 fn from_raw_bytes<'a, S>(string: S) -> Result<Cow<'a, Self>> in to_raw_bytes() functions
459 fn from_raw_bytes<'a, S>(string: S) -> Result<Cow<'a, Self>> in from_raw_bytes() functions
[all...]
H A Draw_str.rs231 pub fn from_raw_bytes(string: &[u8]) -> Result<&Self> { in from_raw_bytes() functions

Completed in 2 milliseconds