Searched defs:capacity (Results 1 – 3 of 3) sorted by relevance
233 pub fn capacity(&self) -> usize { in capacity() method
570 let capacity = self.len().checked_mul(n).expect("capacity overflow"); in repeat() localVariable
776 let capacity = me.capacity(); in into_raw_parts_with_alloc() localVariable793 pub fn capacity(&self) -> usize { in capacity() method