Lines Matching refs:currentIndex
209 int currentIndex = 0;
212 for (; currentIndex < subobjectIndex; ++objectIndex)
213 currentIndex += objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize;
215 if (currentIndex > subobjectIndex)
218 currentIndex -= objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize;
221 return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySize);
307 int currentIndex = 0;
311 if (currentIndex == subobjectIndex)
313 ++currentIndex;
420 int currentIndex = 0;
427 if (currentIndex == subobjectIndex)
429 currentIndex++;