Searched refs:fIteratorIndex (Results 1 – 6 of 6) sorted by relevance
37 fIteratorIndex(-1) in Hashtable()167 if (fIteratorIndex == -1) in GetNextEntry()169 fIteratorIndex = 0; in GetNextEntry()176 while (!fIteratorEntry && fIteratorIndex + 1 < fCapacity) in GetNextEntry()177 fIteratorEntry = fTable[++fIteratorIndex]; in GetNextEntry()191 fIteratorIndex = -1; in Rewind()
60 int32 fIteratorIndex; variable
30 fIteratorIndex(0), in ChangesIterator()58 while (index < fIteratorIndex && iterator.HasNext()) { in GetNextName()67 fIteratorIndex++; in GetNextName()
43 int32 fIteratorIndex; variable
425 fIteratorIndex(0) in BMediaFormats()575 fIteratorIndex = 0; in RewindFormats()589 if (fIteratorIndex == 0) { in GetNextFormat()597 meta_format* format = sFormats.ItemAt(fIteratorIndex++); in GetNextFormat()
264 int32 fIteratorIndex;