Home | History | Annotate | Download | only in src

Lines Matching defs:skipped

1275   int skipped = up_to_offset - bytes_processed_so_far_;
1278 ASSERT(skipped >= 0);
1279 if (skipped != 0) {
1282 if (skipped == length) { \
1289 sink_->PutInt(skipped, "length");
1291 for (int i = 0; i < skipped; i++) {
1295 bytes_processed_so_far_ += skipped;