Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/taffy/src/util/
Dsys.rs28 pub(crate) fn new_vec_with_capacity<A>(capacity: usize) -> Vec<A> { in new_vec_with_capacity() function
89 pub(crate) fn new_vec_with_capacity<A>(capacity: usize) -> Vec<A> { in new_vec_with_capacity() function
143 …pub(crate) fn new_vec_with_capacity<A, const CAP: usize>(_capacity: usize) -> arrayvec::ArrayVec<A… in new_vec_with_capacity() function