Searched refs:bytes_to_skip (Results 1 – 2 of 2) sorted by relevance
82 int64_t bytes_to_skip = byte_range.first_byte_position(); in SkipToRequestedRange() local85 if (!stream_->Skip(bytes_to_skip, &skipped)) in SkipToRequestedRange()90 DCHECK(skipped <= bytes_to_skip); in SkipToRequestedRange()92 bytes_to_skip -= skipped; in SkipToRequestedRange()93 } while (bytes_to_skip > 0); in SkipToRequestedRange()
191 int bytes_to_skip = forward_offset; in InternalRead() local203 if (bytes_to_skip == 0) { in InternalRead()221 int skipped = std::min(remaining_bytes_in_buffer, bytes_to_skip); in InternalRead()223 bytes_to_skip -= skipped; in InternalRead()