Lines Matching refs:to_vec
87 pub use hack::to_vec;
112 pub fn to_vec<T: ConvertVec, A: Allocator>(s: &[T], alloc: A) -> Vec<T, A> { in to_vec() function
113 T::to_vec(s, alloc) in to_vec()
118 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> in to_vec() method
126 default fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
163 fn to_vec<A: Allocator>(s: &[Self], alloc: A) -> Vec<Self, A> { in to_vec() method
414 pub fn to_vec(&self) -> Vec<T> in to_vec() method
443 hack::to_vec(self, alloc) in to_vec_in()
624 let mut me = self.to_vec(); in to_ascii_uppercase()
645 let mut me = self.to_vec(); in to_ascii_lowercase()
825 self.to_vec() in to_owned()
830 hack::to_vec(self, Global) in to_owned()