Lines Matching refs:iter
99 for (std::vector< std::string >::const_iterator iter = words.begin();
100 iter != words.end(); iter++) {
101 const std::string& word = *iter;
103 if (iter != words.begin() && maxcol > 0 &&
110 } else if (iter != words.begin()) {
151 for (std::vector< std::string >::const_iterator iter = lines.begin();
152 iter != lines.end(); iter++) {
153 const std::string& line = *iter;
155 formatted += format_paragraph(line, tag, iter == lines.begin(),
157 if (iter + 1 != lines.end()) {