Searched refs:itrTable (Results 1 – 1 of 1) sorted by relevance
264 RowsDataType::const_iterator itrTable = maRows.find(nRow); in getCell() local265 if (itrTable == maRows.end()) in getCell()271 const RowDataType& rRowData = itrTable->second; in getCell()
Completed in 28 milliseconds