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