Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:offset_

257   offset_ = offset;
270 make_scoped_refptr(new SparseOperationParameters(offset_, buf_len_)));
296 *start = offset_;
490 offset_ >> 20);
525 int child_bit = static_cast<int>(offset_ >> 20);
533 int child_bit = static_cast<int>(offset_ >> 20);
557 child_offset_ = static_cast<int>(offset_) & (kMaxEntrySize - 1);
668 new GetAvailableRangeResultParameters(offset_, result_)));
782 // Only update offset_ when this query found zeros at the start.
784 offset_ += empty_start;
802 offset_ += result;