Searched refs:ctsItr (Results 1 – 1 of 1) sorted by relevance
725 typename std::map<CellType, std::string>::const_iterator ctsItr = in renderCellsWithRLE() local728 assert(ctsItr != cellTypeStrs.end() && "No string for given cell type."); in renderCellsWithRLE()730 os << indent + s(4) << "<td class=\"" << ctsItr->second << "\""; in renderCellsWithRLE()