Home
last modified time | relevance | path

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

/openbmc/linux/rust/alloc/
H A Dslice.rs418 self.to_vec_in(Global) in to_vec()
438 pub fn to_vec_in<A: Allocator>(&self, alloc: A) -> Vec<T, A> in to_vec_in() method
H A Dboxed.rs2048 self.to_vec_in(alloc).into_boxed_slice() in clone()
/openbmc/linux/rust/alloc/vec/
H A Dinto_iter.rs391 self.as_slice().to_vec_in(self.alloc.deref().clone()).into_iter() in clone()
H A Dmod.rs2873 <[T]>::to_vec_in(&**self, alloc) in clone()