Searched refs:entryEnd (Results 1 – 1 of 1) sorted by relevance
1570 const int32_t entryEnd = offset + size; in assignSlot() local1577 while (it != slots.end() && it->offset < entryEnd) { in assignSlot()1583 if (it == slots.end() || it->offset >= entryEnd) { in assignSlot()1585 for (; bgn != slots.end() && bgn->offset < entryEnd; ++bgn) { in assignSlot()