Searched refs:isElementPastEnd (Results 1 – 2 of 2) sorted by relevance
136 if (isElementPastEnd()) { in expand()291 if (isElementPastEnd()) in getIndex()300 return isElementPastEnd() || getSize() == getOffset(); in isOnePastEnd()304 bool isElementPastEnd() const { return Offset == PastEndMark; } in isElementPastEnd() function
252 if (!Ptr.isElementPastEnd()) in CheckRange()