Lines Matching defs:next
119 let mut a = ita.next().unwrap();
120 let mut b = itb.next().unwrap();
131 match it.next() {
186 // For example, if our `a` range is `a-t` and our next three `b`
188 // subtraction three times before moving on to the next `a` range.
196 // We lost the entire range, so move on to the next
209 // range, then it might impact the next `a` range *and* it
211 // so we can quit. We don't bump `b` so that the next `a`
216 // Otherwise, the next `b` range might apply to the current
330 fn next(&mut self) -> Option<&'a I> {
331 self.0.next()