Lines Matching refs:getArraySize
215 return type.getArraySize()*numBasicSubobjects(type.getElementType());
5631 const string arrayLength = de::toString(rootType.getArraySize());
5632 return indentation + "for (int " + loopIndexName + " = 0; " + loopIndexName + " < " + de::toString(rootType.getArraySize()) + "; " + loopIndexName + "++)\n" +