Home | History | Annotate | Download | only in src

Lines Matching refs:skipped

1607   int skipped = up_to_offset - bytes_processed_so_far_;
1610 ASSERT(skipped >= 0);
1611 if (skipped != 0) {
1614 if (skipped == length) { \
1621 sink_->PutInt(skipped, "length");
1623 for (int i = 0; i < skipped; i++) {
1627 bytes_processed_so_far_ += skipped;