Searched refs:subobjectIndex (Results 1 – 1 of 1) sorted by relevance
5800 string UserDefinedIOCase::Variable::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const in basicSubobjectAtIndex() argument5809 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()5817 string UserDefinedIOCase::IOBlock::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const in basicSubobjectAtIndex() argument5829 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()5891 string UserDefinedIOCase::basicSubobjectAtIndex (int subobjectIndex, const vector<SharedPtr<TopLeve… in basicSubobjectAtIndex() argument5895 for (; currentIndex < subobjectIndex; objectIndex++) in basicSubobjectAtIndex()5897 if (currentIndex > subobjectIndex) in basicSubobjectAtIndex()5903 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()