Searched refs:subobjectIndex (Results 1 – 2 of 2) sorted by relevance
205 std::string basicSubobjectAtIndex (const int subobjectIndex, const std::vector<de::SharedPtr<TopLev… in basicSubobjectAtIndex() argument210 for (; currentIndex < subobjectIndex; ++objectIndex) in basicSubobjectAtIndex()213 if (currentIndex > subobjectIndex) in basicSubobjectAtIndex()219 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()302 std::string Variable::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() argument309 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()416 std::string IOBlock::basicSubobjectAtIndex (const int subobjectIndex, const int arraySize) const in basicSubobjectAtIndex() argument425 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()
5850 string UserDefinedIOCase::Variable::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const in basicSubobjectAtIndex() argument5859 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()5867 string UserDefinedIOCase::IOBlock::basicSubobjectAtIndex (int subobjectIndex, int arraySize) const in basicSubobjectAtIndex() argument5879 if (currentIndex == subobjectIndex) in basicSubobjectAtIndex()5941 string UserDefinedIOCase::basicSubobjectAtIndex (int subobjectIndex, const vector<SharedPtr<TopLeve… in basicSubobjectAtIndex() argument5945 for (; currentIndex < subobjectIndex; objectIndex++) in basicSubobjectAtIndex()5947 if (currentIndex > subobjectIndex) in basicSubobjectAtIndex()5953 …return objects[objectIndex]->basicSubobjectAtIndex(subobjectIndex - currentIndex, topLevelArraySiz… in basicSubobjectAtIndex()