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

/haiku-fatelf/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-fatelf/src/bin/bfs_tools/lib/
H A DHashtable.h59 int32 fIteratorIndex; member in class:Hashtable
H A DHashtable.cpp36 fIteratorIndex(-1)
166 if (fIteratorIndex == -1)
168 fIteratorIndex = 0;
175 while (!fIteratorEntry && fIteratorIndex + 1 < fCapacity)
176 fIteratorEntry = fTable[++fIteratorIndex];
190 fIteratorIndex = -1;
/haiku-fatelf/headers/os/media/
H A DMediaFormats.h264 int32 fIteratorIndex; member in class:BMediaFormats
/haiku-fatelf/src/kits/media/
H A DMediaFormats.cpp421 fIteratorIndex(0)
570 fIteratorIndex = 0;
584 if (fIteratorIndex == 0) {
592 meta_format* format = sFormats.ItemAt(fIteratorIndex++);

Completed in 115 milliseconds