Searched refs:shrink_to_fit (Results 1 – 4 of 4) sorted by relevance
750 property_callbacks_.shrink_to_fit(); in initialize()769 method_callbacks_.shrink_to_fit(); in initialize()779 signals_.shrink_to_fit(); in initialize()787 vtable_.shrink_to_fit(); in initialize()
98 strBody.shrink_to_fit(); in clear()
1156 pub fn shrink_to_fit(&mut self) { in shrink_to_fit() method1161 self.buf.shrink_to_fit(self.len); in shrink_to_fit()1187 self.buf.shrink_to_fit(cmp::max(self.len, min_capacity)); in shrink_to()1220 self.shrink_to_fit(); in into_boxed_slice()
395 pub fn shrink_to_fit(&mut self, cap: usize) { in shrink_to_fit() method