Home | History | Annotate | Download | only in functional

Lines Matching refs:objectIndex

5810 	int objectIndex		= 0;
5811 for (; currentIndex < subobjectIndex; objectIndex++)
5812 currentIndex += objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize;
5815 objectIndex--;
5816 currentIndex -= objects[objectIndex]->numBasicSubobjectsInElementType() * topLevelArraySize;
5819 return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySize);