Home
last modified time | relevance | path

Searched refs:m_indent (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dplain_report_formatter.ipp85 m_indent = 0;
115 ostr << std::setw( m_indent ) << ""
120 m_indent += 2;
131 m_indent += 2;
133 …print_stat_value( ostr, tr.p_assertions_passed, m_indent, total_assertions, "assertion", "passed" …
134 …print_stat_value( ostr, tr.p_assertions_failed, m_indent, total_assertions, "assertion", "failed" …
135 …print_stat_value( ostr, tr.p_expected_failures, m_indent, 0 , "failure" , "expected…
136 …print_stat_value( ostr, tr.p_test_cases_passed, m_indent, total_tc , "test case", "passed" …
137 …print_stat_value( ostr, tr.p_test_cases_failed, m_indent, total_tc , "test case", "failed" …
138 …print_stat_value( ostr, tr.p_test_cases_skipped, m_indent, total_tc , "test case", "skipped"…
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/output/
Dplain_report_formatter.hpp49 counter_t m_indent; member in boost::unit_test::output::plain_report_formatter