Home
last modified time | relevance | path

Searched defs:spec_extend (Results 1 – 3 of 3) sorted by relevance

/linux-6.8/rust/alloc/vec/
Dspec_extend.rs13 fn spec_extend(&mut self, iter: I); in spec_extend() method
26 default fn spec_extend(&mut self, iter: I) { in spec_extend() function
45 default fn spec_extend(&mut self, iterator: I) { in spec_extend() function
61 fn spec_extend(&mut self, mut iterator: IntoIter<T>) { in spec_extend() method
85 default fn spec_extend(&mut self, iterator: I) { in spec_extend() function
105 fn spec_extend(&mut self, iterator: slice::Iter<'a, T>) { in spec_extend() function
Dmod.rs148 mod spec_extend; module
/linux-6.8/rust/alloc/collections/
Dmod.rs155 fn spec_extend(&mut self, iter: I); in spec_extend() method