Home | History | Annotate | Download | only in updater

Lines Matching refs:src_ranges

86   //    <tgt_ranges> <src_block_count> <src_ranges>
89 // <tgt_ranges> <src_block_count> <src_ranges> <src_ranges_location> <[stash_id:location] ...>
92 // At least it needs to provide three args: <tgt_ranges>, <src_block_count> and "-"/<src_ranges>.
114 RangeSet src_ranges;
116 // "-" or <src_ranges> [<src_ranges_location>]
121 src_ranges = RangeSet::Parse(tokens[pos++]);
122 if (!src_ranges) {
129 SourceInfo result(src_hash, src_ranges, {}, {});
135 src_ranges.ToString().c_str(), src_blocks);
168 SourceInfo result(src_hash, src_ranges, src_ranges_location, stashes);
171 src_ranges.ToString().c_str(), src_blocks);
208 // stash <stash_id> <src_ranges>
215 RangeSet src_ranges = RangeSet::Parse(tokens[pos++]);
216 if (!src_ranges) {
220 stash_info = StashInfo(id, src_ranges);