Searched defs:to_insert (Results 1 – 1 of 1) sorted by relevance
244 void SortedRangeSet::Insert(const Range& to_insert) { in Insert()261 Range to_insert = temp.front(); in Insert() local277 Range to_insert{ start / kBlockSize, (start + len - 1) / kBlockSize + 1 }; in Insert() local