Lines Matching full:repeat_count
1476 int repeat_count = 1;
1477 while (current < end - 1 && current[repeat_count] == current_contents) {
1478 repeat_count++;
1480 current += repeat_count;
1481 bytes_processed_so_far_ += repeat_count * kPointerSize;
1482 if (repeat_count > kMaxRepeats) {
1484 sink_->PutInt(repeat_count, "SerializeRepeats");
1486 sink_->Put(CodeForRepeats(repeat_count), "SerializeRepeats");