Searched refs:isElementPastEnd (Results 1 – 2 of 2) sorted by relevance
110 if (isElementPastEnd()) { in expand()261 if (isElementPastEnd()) in getIndex()270 return isElementPastEnd() || getSize() == getOffset(); in isOnePastEnd()274 bool isElementPastEnd() const { return Offset == PastEndMark; } in isElementPastEnd() function
251 if (!Ptr.isElementPastEnd()) in CheckRange()