Searched refs:push_within_capacity (Results 1 – 3 of 3) sorted by relevance
348 pub fn push_within_capacity(&mut self, v: T) -> Result<(), PushError<T>> { in push_within_capacity() function1368 vec1.push_within_capacity(i).unwrap(); in test_kvec_retain()1370 vec2.push_within_capacity(i).unwrap(); in test_kvec_retain()1398 func.push_within_capacity(false).unwrap(); in test_kvec_retain()
669 inner.freeze_list.push_within_capacity(elem)?; in add_freeze_listener()672 inner.freeze_list.push_within_capacity(process.clone())?; in add_freeze_listener()
355 .push_within_capacity(node_proc_pair) in find_freeze_recipients()