Searched refs:source_ranges (Results 1 – 3 of 3) sorted by relevance
194 HashTreeInfo(RangeSet hash_tree_ranges, RangeSet source_ranges, std::string hash_algorithm, in HashTreeInfo() argument197 source_ranges_(std::move(source_ranges)), in HashTreeInfo()205 const RangeSet& source_ranges() const { in source_ranges() function
286 RangeSet source_ranges = RangeSet::Parse(tokens[pos++]); in Parse() local287 if (!source_ranges) { in Parse()300 HashTreeInfo hash_tree_info(std::move(hash_tree_ranges), std::move(source_ranges), in Parse()
1506 RangeSet source_ranges = RangeSet::Parse(params.tokens[params.cpos++]); in PerformCommandComputeHashTree() local1507 if (!source_ranges) { in PerformCommandComputeHashTree()1533 if (!builder.Initialize(static_cast<int64_t>(source_ranges.blocks()) * BLOCKSIZE, salt)) { in PerformCommandComputeHashTree()1534 LOG(ERROR) << "Failed to initialize hash tree computation, source " << source_ranges.ToString() in PerformCommandComputeHashTree()1541 for (const auto& [begin, end] : source_ranges) { in PerformCommandComputeHashTree()