Home | History | Annotate | Download | only in core

Lines Matching defs:MoveNext

518 void TraceBuffer::SequenceIterator::MoveNext() {
548 // Note: MoveNext() moves only within the next chunk within the same
568 for (;; read_iter_.MoveNext()) {
705 // MoveNext() (that is called in the outer for(;;MoveNext)) needs to
710 // This break will go back to beginning of the for(;;MoveNext()). That
724 } // for(;;MoveNext()) [iterate over chunks].
733 for (it.MoveNext(); it.is_valid(); it.MoveNext(), next_chunk_id++) {
790 read_iter_.MoveNext();