Lines Matching refs:iend
57274 const elem_type* iend = Elements() + Length(); in IndexOf() local
57275 for (; iter != iend; ++iter) { in IndexOf()
57300 const elem_type* iend = Elements() - 1; in LastIndexOf() local
57301 const elem_type* iter = iend + endOffset; in LastIndexOf()
57302 for (; iter != iend; --iter) { in LastIndexOf()
57934 elem_type* iend = iter + aCount; in InsertElementsAt() local
57935 for (; iter != iend; ++iter) { in InsertElementsAt()
57999 for (index_type i = 0, iend = len / 2; i < iend; ++i) { in Reverse() local
58014 elem_type *iend = iter + aCount; in DestructRange() local
58015 for (; iter != iend; ++iter) { in DestructRange()
58109 elem_type* iend = iter + aCount; in InsertElementsAt() local
58110 for (; iter != iend; ++iter) { in InsertElementsAt()