Lines Matching refs:to_vec
152 pub use hack::to_vec;
177 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() function
178 T::to_vec(s, alloc) in to_vec()
183 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> in to_vec() method
191 default fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
228 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
479 pub fn to_vec(&self) -> Vec<T> in to_vec() method
508 hack::to_vec(self, alloc) in to_vec_in()
689 let mut me = self.to_vec(); in to_ascii_uppercase()
710 let mut me = self.to_vec(); in to_ascii_lowercase()
858 self.to_vec() in to_owned()
863 hack::to_vec(self, Global) in to_owned()