Lines Matching defs:lines
165 const std::vector< std::string > lines = text::refill(
167 for (std::vector< std::string >::const_iterator iter = lines.begin();
168 iter != lines.end(); iter++)
184 /// text of all lines to match the width of the tag on the first line.
191 const std::vector< std::string > lines = text::refill(
193 for (std::vector< std::string >::const_iterator iter = lines.begin();
194 iter != lines.end(); iter++) {
195 if (repeat || iter == lines.begin())
211 /// \param prefix Text to prepend to all the lines of the output table.
224 const std::vector< std::string > lines = formatter.format(table);
225 for (std::vector< std::string >::const_iterator iter = lines.begin();
226 iter != lines.end(); ++iter)