Searched refs:fIteratorIndex (Results 1 - 6 of 6) sorted by relevance

/haiku/src/apps/text_search/
H A DChangesIterator.cpp30 fIteratorIndex(0),
58 while (index < fIteratorIndex && iterator.HasNext()) {
67 fIteratorIndex++;
H A DChangesIterator.h43 int32 fIteratorIndex; member in class:ChangesIterator
/haiku/src/bin/bfs_tools/lib/
H A DHashtable.h60 int32 fIteratorIndex; member in class:Hashtable
H A DHashtable.cpp37 fIteratorIndex(-1)
167 if (fIteratorIndex == -1)
169 fIteratorIndex = 0;
176 while (!fIteratorEntry && fIteratorIndex + 1 < fCapacity)
177 fIteratorEntry = fTable[++fIteratorIndex];
191 fIteratorIndex = -1;
/haiku/headers/os/media/
H A DMediaFormats.h264 int32 fIteratorIndex; member in class:BMediaFormats
/haiku/src/kits/media/
H A DMediaFormats.cpp425 fIteratorIndex(0)
575 fIteratorIndex = 0;
589 if (fIteratorIndex == 0) {
597 meta_format* format = sFormats.ItemAt(fIteratorIndex++);

Completed in 57 milliseconds