Home
last modified time | relevance | path

Searched refs:initialIndent (Results 1 – 8 of 8) sorted by relevance

/external/catch2/include/internal/
Dcatch_list.cpp45 Catch::cout() << Column( testCaseInfo.name ).initialIndent( 2 ).indent( 4 ) << "\n"; in listTests()
119 .initialIndent( 0 ) in listTags()
141 .initialIndent(0) in listReporters()
/external/catch2/include/reporters/
Dcatch_reporter_teamcity.hpp201 .initialIndent( indent ) << "\n"; in printHeaderString()
Dcatch_reporter_console.cpp525 stream << Column(_string).indent(indent + i).initialIndent(indent) << '\n'; in printHeaderString()
/external/catch2/single_include/catch2/
Dcatch_reporter_teamcity.hpp201 .initialIndent( indent ) << "\n"; in printHeaderString()
Dcatch.hpp6716 auto initialIndent(size_t newIndent) -> Column& { in initialIndent() function in Catch::clara::TextFlow::Column
9114 Catch::cout() << Column( testCaseInfo.name ).initialIndent( 2 ).indent( 4 ) << "\n"; in listTests()
9188 .initialIndent( 0 ) in listTags()
9210 .initialIndent(0) in listReporters()
13830 stream << Column(_string).indent(indent + i).initialIndent(indent) << '\n'; in printHeaderString()
/external/bcc/tests/cc/
Dcatch.hpp3664 : initialIndent( std::string::npos ), in TextAttributes()
3670 … TextAttributes& setInitialIndent( std::size_t _value ) { initialIndent = _value; return *this; } in setInitialIndent()
3675 std::size_t initialIndent; // indent of first line, or npos member
3687 std::size_t indent = _attr.initialIndent != std::string::npos in Text()
3688 ? _attr.initialIndent in Text()
4854 : initialIndent( std::string::npos ), in TextAttributes()
4860 … TextAttributes& setInitialIndent( std::size_t _value ) { initialIndent = _value; return *this; } in setInitialIndent()
4865 std::size_t initialIndent; // indent of first line, or npos member
4877 std::size_t indent = _attr.initialIndent != std::string::npos in Text()
4878 ? _attr.initialIndent in Text()
/external/catch2/include/external/
Dclara.hpp210 auto initialIndent(size_t newIndent) -> Column& { in initialIndent() function in Catch::clara::TextFlow::Column
/external/catch2/third_party/
Dclara.hpp210 auto initialIndent( size_t newIndent ) -> Column& { in initialIndent() function in clara::TextFlow::Column