Home | History | Annotate | Download | only in src

Lines Matching full:repeat_count

1639         int repeat_count = 1;
1640 while (current < end - 1 && current[repeat_count] == current_contents) {
1641 repeat_count++;
1643 current += repeat_count;
1644 bytes_processed_so_far_ += repeat_count * kPointerSize;
1645 if (repeat_count > kMaxRepeats) {
1647 sink_->PutInt(repeat_count, "SerializeRepeats");
1649 sink_->Put(CodeForRepeats(repeat_count), "SerializeRepeats");