Home
last modified time | relevance | path

Searched refs:into_vec (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/rust/alloc/
Dslice.rs147 pub use hack::into_vec;
167 pub fn into_vec<T, A: Allocator>(b: Box<[T], A>) -> Vec<T, A> { in into_vec() function
528 pub fn into_vec<A: Allocator>(self: Box<Self, A>) -> Vec<T, A> { in into_vec() method
530 hack::into_vec(self) in into_vec()
/linux-6.1.9/rust/alloc/vec/
Dmod.rs3008 <[T]>::into_vec(box s)
3013 crate::slice::into_vec(box s)
3055 s.into_vec() in from()