Home
last modified time | relevance | path

Searched defs:from_array (Results 1 – 7 of 7) sorted by relevance

/third_party/rust/rust/library/core/src/
Descape.rs77 pub fn from_array<const M: usize>(array: [ascii::Char; M]) -> Self { in from_array() method
/third_party/rust/rust/library/std/src/collections/hash/set/
Dtests.rs492 fn from_array() { in from_array() function
/third_party/rust/rust/library/portable-simd/crates/core_simd/src/
Dmasks.rs128 pub fn from_array(array: [bool; LANES]) -> Self { in from_array() function
Dvector.rs226 pub const fn from_array(array: [T; N]) -> Self { in from_array() function
/third_party/rust/rust/library/std/src/collections/hash/map/
Dtests.rs1111 fn from_array() { in from_array() function
/third_party/rust/rust/library/alloc/src/collections/btree/set/
Dtests.rs832 fn from_array() { in from_array() function
/third_party/rust/rust/library/alloc/src/collections/btree/map/
Dtests.rs2346 fn from_array() { in from_array() function