Lines Matching refs:quote_into_iter
72 fn quote_into_iter(self) -> (Self, HasIter) { in quote_into_iter() method
91 fn quote_into_iter(&self) -> (&Self, DoesNotHaveIter) { in quote_into_iter() method
104 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter); in quote_into_iter() method
110 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter() method
111 <T as RepAsIteratorExt>::quote_into_iter(*self) in quote_into_iter()
118 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter() method
119 <T as RepAsIteratorExt>::quote_into_iter(*self) in quote_into_iter()
126 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter() method
134 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter() method
142 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter() method
150 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter() method
158 fn quote_into_iter(&'q self) -> (Self::Iter, HasIter) { in quote_into_iter() method
159 self.0.quote_into_iter() in quote_into_iter()