Home
last modified time | relevance | path

Searched refs:to_vec_in (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/rust/alloc/vec/
Dinto_iter.rs309 self.as_slice().to_vec_in(self.alloc.deref().clone()).into_iter() in clone()
Dmod.rs2568 <[T]>::to_vec_in(&**self, alloc) in clone()
/Linux-v6.1/rust/alloc/
Dslice.rs483 self.to_vec_in(Global) in to_vec()
503 pub fn to_vec_in<A: Allocator>(&self, alloc: A) -> Vec<T, A> in to_vec_in() method
Dboxed.rs1913 self.to_vec_in(alloc).into_boxed_slice() in clone()