Home | History | Annotate | Download | only in functional

Lines Matching refs:objectIndex

5884 	int objectIndex		= 0;
5885 for (; currentIndex < subobjectIndex; objectIndex++)
5886 currentIndex += objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize;
5889 objectIndex--;
5890 currentIndex -= objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize;
5893 return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySize);