Searched refs:push_within_capacity_unchecked (Results 1 – 1 of 1) sorted by relevance
332 unsafe { self.push_within_capacity_unchecked(v) }; in push()354 unsafe { self.push_within_capacity_unchecked(v) }; in push_within_capacity()366 unsafe fn push_within_capacity_unchecked(&mut self, v: T) { in push_within_capacity_unchecked() function