Searched defs:columnIndex (Results 1 – 4 of 4) sorted by relevance
95 for (int columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOLoadFunctionBody() local178 for (int columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOStoreFunctionBody() local
66 const T &at(const unsigned int rowIndex, const unsigned int columnIndex) const in at()
346 for (unsigned int columnIndex = 0; columnIndex < varyingColumns; ++columnIndex) in insert() local
1775 public String getString(int columnIndex) { in getString()