Lines Matching refs:End
97 CHK(myResult == fSet->fMySet.End()); in operator ++()
110 CHK(myResult == fSet->fMySet.End()); in operator ++()
248 CHK(myIt == fMySet.End()); in Erase()
286 inline Iterator End() in End() function in TestSet
288 return Iterator(this, fMySet.End(), fReferenceSet.end()); in End()
291 inline ConstIterator End() const in End() function in TestSet
293 return ConstIterator(this, fMySet.End(), fReferenceSet.end()); in End()
310 return End(); in IteratorForIndex()
324 return End(); in IteratorForIndex()
339 CHK(myIt = fMySet.End()); in Find()
350 CHK(myIt = fMySet.End()); in Find()
359 if (myIt == fMySet.End()) { in FindClose()
366 return End(); in FindClose()
372 if (nextMyIt != fMySet.End()) in FindClose()
388 if (myIt == fMySet.End()) { in FindClose()
395 return End(); in FindClose()
401 if (nextMyIt != fMySet.End()) in FindClose()
429 CHK(myIt == fMySet.End()); in Check()
710 if (it != v.End()) in GenericFindTest()
772 if (it != v.End()) in GenericFindCloseTest()
777 if (it != v.End()) in GenericFindCloseTest()
820 for (; it != v.End(); ++it, ++cit) { in GenericIteratorTest()
827 CHK(cit == cv.End()); in GenericIteratorTest()