Home | History | Annotate | Download | only in updater

Lines Matching refs:source_ranges

1484 //   source_ranges
1501 RangeSet source_ranges = RangeSet::Parse(params.tokens[params.cpos++]);
1502 if (!source_ranges) {
1528 if (!builder.Initialize(static_cast<int64_t>(source_ranges.blocks()) * BLOCKSIZE, salt)) {
1529 LOG(ERROR) << "Failed to initialize hash tree computation, source " << source_ranges.ToString()
1534 source_ranges and updates the hash tree structure
1536 for (const auto& [begin, end] : source_ranges) {