Home
last modified time | relevance | path

Searched refs:p_assertions_passed (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dresults_collector.ipp74 p_assertions_passed.value += tr.p_assertions_passed;
87 p_assertions_passed.value = 0;
218 …ck_any_assertions = tr.p_aborted || (tr.p_assertions_failed != 0) || (tr.p_assertions_passed != 0);
250 tr.p_assertions_passed.value++;
Dplain_report_formatter.ipp124 counter_t total_assertions = tr.p_assertions_passed + tr.p_assertions_failed;
133 …print_stat_value( ostr, tr.p_assertions_passed, m_indent, total_assertions, "assertion", "passed" …
Dxml_report_formatter.ipp72 << " assertions_passed" << attr_value() << tr.p_assertions_passed
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dresults_collector.hpp55 counter_prop p_assertions_passed; member in boost::unit_test::test_results