Lines Matching defs:Insert
203 buf->Insert(offset, GetSize());
225 buf->Insert(offset, GetSize());
283 buf->Insert(offset, GetSize());
297 buf->Insert(offset, GetSize());
340 buf->Insert(offset, GetSize());
539 buf->Insert(offset, GetSize());
554 buf->Insert(offset, GetSize());
603 void RangeSet::Insert(uint32_t start, uint32_t end)
657 cr.Insert(firstMax + 'A' - 'a', secondMin + 'A' - 'a');
660 cr.Insert(firstMax - 'A' + 'a', secondMin - 'A' + 'a');
665 void RangeSet::Insert(const RangeSet &s1)
674 Insert(range.first, range.second);