Searched refs:_IteratorIndex (Results 1 - 2 of 2) sorted by relevance

/haiku/headers/private/kernel/util/
H A DVector.h86 inline int32 _IteratorIndex(const Iterator &iterator) const;
87 inline int32 _IteratorIndex(const ConstIterator &iterator) const;
333 int32 index = _IteratorIndex(iterator);
390 int32 index = _IteratorIndex(iterator);
641 int32 index = IndexOf(value, _IteratorIndex(start));
676 int32 index = IndexOf(value, _IteratorIndex(start));
741 // _IteratorIndex
750 _VECTOR_CLASS_NAME::_IteratorIndex(const Iterator &iterator) const function in class:_VECTOR_CLASS_NAME
760 // _IteratorIndex
769 _VECTOR_CLASS_NAME::_IteratorIndex(cons function in class:_VECTOR_CLASS_NAME
[all...]
/haiku/headers/private/userlandfs/shared/
H A DVector.h82 inline int32 _IteratorIndex(const Iterator &iterator) const;
83 inline int32 _IteratorIndex(const ConstIterator &iterator) const;
329 int32 index = _IteratorIndex(iterator);
386 int32 index = _IteratorIndex(iterator);
637 int32 index = IndexOf(value, _IteratorIndex(start));
672 int32 index = IndexOf(value, _IteratorIndex(start));
737 // _IteratorIndex
746 _VECTOR_CLASS_NAME::_IteratorIndex(const Iterator &iterator) const function in class:_VECTOR_CLASS_NAME
756 // _IteratorIndex
765 _VECTOR_CLASS_NAME::_IteratorIndex(cons function in class:_VECTOR_CLASS_NAME
[all...]

Completed in 32 milliseconds