Home
last modified time | relevance | path

Searched defs:from_slice (Results 1 - 5 of 5) sorted by relevance

/third_party/rust/crates/nix/src/sys/
H A Duio.rs186 pub fn from_slice(buf: &'a [u8]) -> IoVec<&'a [u8]> { in from_slice() functions
/third_party/rust/crates/rustix/src/backend/libc/io/
H A Dtypes.rs139 pub fn from_slice(buf: &'a [u8]) -> Self { in from_slice() functions
/third_party/rust/crates/rustix/src/backend/linux_raw/io/
H A Dtypes.rs108 pub fn from_slice(buf: &'a [u8]) -> Self { in from_slice() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dbn.rs1109 pub fn from_slice(n: &[u8]) -> Result<BigNum, ErrorStack> { in from_slice() functions
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs20851 fn from_slice(slice: &[T]) -> Self; in from_slice() functions
20863 fn from_slice(v: &[T]) -> Self { in from_slice() functions
24503 fn from_slice(slice: &[T]) -> Self; in from_slice() functions
24515 fn from_slice(v: &[T]) -> Self { in from_slice() functions
[all...]

Completed in 46 milliseconds