Lines Matching refs:indent
6197 // if string has a : in first line will set indent to follow it on
6199 void printHeaderString(std::string const& _string, std::size_t indent = 0);
8532 auto width = m_column.m_width - indent();
8558 auto indent() const -> size_t {
8564 return std::string(indent(), ' ') + (m_suffix ? plain + "-" : plain);
8629 auto indent(size_t newIndent) -> Column& {
9573 TextFlow::Column( cols.left ).width( optWidth ).indent( 2 ) +
11273 Catch::cout() << Column( testCaseInfo.name ).initialIndent( 2 ).indent( 4 ) << "\n";
11275 Catch::cout() << Column( Catch::Detail::stringify( testCaseInfo.lineInfo ) ).indent(4) << std::endl;
11279 Catch::cout() << Column( description ).indent(4) << std::endl;
11282 Catch::cout() << Column( testCaseInfo.tagsAsString() ).indent( 6 ) << "\n";
11357 .indent( str.size() )
11375 .indent(2)
11379 .indent(2)
13435 Catch::cerr() << Column( ex.what() ).indent(2) << '\n';
13473 << Column( result.errorMessage() ).indent( 2 )
16249 stream << Column(result.getExpandedExpression()).indent(2) << '\n';
16258 stream << Column(msg.message).indent(2) << '\n';
16675 // if string has a : in first line will set indent to follow it on
16677 void ConsoleReporter::printHeaderString(std::string const& _string, std::size_t indent) {
16683 stream << Column(_string).indent(indent + i).initialIndent(indent) << '\n';
17067 rss << Column(result.getExpandedExpression()).indent(2) << '\n';