Searched refs:currentArraySize (Results 1 – 3 of 3) sorted by relevance
92 const unsigned int currentArraySize = variable.getNestedArraySize(0); in TraverseStructArrayVariable() local93 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in TraverseStructArrayVariable()121 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in TraverseArrayOfArraysVariable() local122 unsigned int count = std::max(currentArraySize, 1u); in TraverseArrayOfArraysVariable()
50 const unsigned int currentArraySize = variable.getNestedArraySize(arrayNestingIndex); in ExpandStructArrayVariable() local51 for (unsigned int arrayElement = 0u; arrayElement < currentArraySize; ++arrayElement) in ExpandStructArrayVariable()
5289 const auto currentArraySize = in initTestItems() local5293 newItem.arraySize = currentArraySize; in initTestItems()