Lines Matching refs:ranges_
312 return ranges_.Overlaps(target.ranges()); in Overlaps()
339 if (ranges_) { in ReadAll()
340 if (block_reader(ranges_, buffer) != 0) { in ReadAll()
360 LOG(INFO) << "Dumping hashes in hex for " << ranges_.blocks() << " source blocks"; in DumpBuffer()
362 const RangeSet& location = location_ ? location_ : RangeSet({ Range{ 0, ranges_.blocks() } }); in DumpBuffer()
363 for (size_t i = 0; i < ranges_.blocks(); i++) { in DumpBuffer()
364 size_t block_num = ranges_.GetBlockNumber(i); in DumpBuffer()
381 os << target.blocks() << " blocks (" << target.hash_ << "): " << target.ranges_.ToString(); in operator <<()
386 os << stash.blocks() << " blocks (" << stash.id_ << "): " << stash.ranges_.ToString(); in operator <<()
392 if (source.ranges_) { in operator <<()
393 os << source.ranges_.ToString(); in operator <<()