Searched refs:getTypeNumColumns (Results 1 – 2 of 2) sorted by relevance
216 int getTypeNumColumns(Id typeId) const in getTypeNumColumns() function221 int getNumColumns(Id resultId) const { return getTypeNumColumns(getTypeId(resultId)); } in getNumColumns()
2230 int numCols = getTypeNumColumns(resultTypeId); in createMatrixConstructor()