Searched refs:IteratorForIndex (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/private/kernel/util/
H A DVectorSet.h318 return fElements.IteratorForIndex(index);
336 return fElements.IteratorForIndex(index);
372 return fElements.IteratorForIndex(index);
376 return fElements.IteratorForIndex(index - 1);
413 return fElements.IteratorForIndex(index);
417 return fElements.IteratorForIndex(index - 1);
H A DVectorMap.h541 return Iterator(this, fElements.IteratorForIndex(index));
559 return ConstIterator(this, fElements.IteratorForIndex(index));
595 return Iterator(this, fElements.IteratorForIndex(index));
599 return Iterator(this, fElements.IteratorForIndex(index - 1));
636 return ConstIterator(this, fElements.IteratorForIndex(index));
640 return ConstIterator(this, fElements.IteratorForIndex(index - 1));
H A DVector.h65 inline Iterator IteratorForIndex(int32 index);
66 inline ConstIterator IteratorForIndex(int32 index) const;
528 // IteratorForIndex
536 _VECTOR_CLASS_NAME::IteratorForIndex(int32 index) function in class:_VECTOR_CLASS_NAME
543 // IteratorForIndex
551 _VECTOR_CLASS_NAME::IteratorForIndex(int32 index) const function in class:_VECTOR_CLASS_NAME
/haiku/headers/private/userlandfs/shared/
H A DVector.h61 inline Iterator IteratorForIndex(int32 index);
62 inline ConstIterator IteratorForIndex(int32 index) const;
524 // IteratorForIndex
532 _VECTOR_CLASS_NAME::IteratorForIndex(int32 index) function in class:_VECTOR_CLASS_NAME
539 // IteratorForIndex
547 _VECTOR_CLASS_NAME::IteratorForIndex(int32 index) const function in class:_VECTOR_CLASS_NAME
/haiku/src/tests/system/kernel/util/
H A DVectorTest.cpp371 inline Iterator IteratorForIndex(int32 index) function in class:TestVector
374 CHK(fMyVector.IteratorForIndex(index) == fMyVector.End());
377 MyIterator myIt = fMyVector.IteratorForIndex(index);
385 inline ConstIterator IteratorForIndex(int32 index) const function in class:TestVector
388 CHK(fMyVector.IteratorForIndex(index) == fMyVector.End());
391 MyIterator myIt = fMyVector.IteratorForIndex(index);
674 v.Insert(strategy.Generate(), v.IteratorForIndex(index));
780 v.Erase(v.IteratorForIndex(index));
H A DOrderedMapTest.h451 inline Iterator IteratorForIndex(int32 index) function in class:TestMap
465 inline ConstIterator IteratorForIndex(int32 index) const function in class:TestMap
761 Iterator it = v.IteratorForIndex(i);
823 Key key = v.IteratorForIndex(index)->Key();
863 v.Erase(v.IteratorForIndex(index));
942 Key key = v.IteratorForIndex(i)->Key();
953 Key key = v.IteratorForIndex(i)->Key();
1004 Key key = v.IteratorForIndex(i)->Key();
H A DVectorSetTest.cpp307 inline Iterator IteratorForIndex(int32 index) function in class:TestSet
321 inline ConstIterator IteratorForIndex(int32 index) const function in class:TestSet
578 Value value = *v.IteratorForIndex(index);
619 v.Erase(v.IteratorForIndex(index));
700 const Value &value = *v.IteratorForIndex(i);
754 const Value &value = *v.IteratorForIndex(i);

Completed in 103 milliseconds