Home
last modified time | relevance | path

Searched refs:from_boxed_bytes (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/bstr/src/
Dbstr.rs60 pub(crate) fn from_boxed_bytes(slice: Box<[u8]>) -> Box<BStr> { in from_boxed_bytes() method
Dimpls.rs609 BStr::from_boxed_bytes(s) in from()