Searched defs:with_capacity (Results 1 – 4 of 4) sorted by relevance
114 pub fn with_capacity(num_ids: usize, flags: Flags) -> Result<Self, AllocError> { in with_capacity() method
71 pub(crate) fn with_capacity(cap: usize) -> Self { in with_capacity() method
173 pub(crate) fn with_capacity(cap: usize) -> Self { in with_capacity() method
501 pub fn with_capacity(capacity: usize, flags: Flags) -> Result<Self, AllocError> { in with_capacity() function