Searched refs:try_spec_extend (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/rust/alloc/vec/ |
H A D | spec_extend.rs | 18 fn try_spec_extend(&mut self, iter: I) -> Result<(), TryReserveError>; in try_spec_extend() method 35 default fn try_spec_extend(&mut self, iter: I) -> Result<(), TryReserveError> { in try_spec_extend() function 54 default fn try_spec_extend(&mut self, iterator: I) -> Result<(), TryReserveError> { in try_spec_extend() function 70 fn try_spec_extend(&mut self, mut iterator: IntoIter<T>) -> Result<(), TryReserveError> { in try_spec_extend() method 95 default fn try_spec_extend(&mut self, iterator: I) -> Result<(), TryReserveError> { in try_spec_extend() function 96 self.try_spec_extend(iterator.cloned()) in try_spec_extend() 115 fn try_spec_extend(&mut self, iterator: slice::Iter<'a, T>) -> Result<(), TryReserveError> { in try_spec_extend() function
|
H A D | mod.rs | 2602 self.try_spec_extend(other.iter()) in try_extend_from_slice()
|