Lines Matching refs:test_outcome
113 ::rapid_cxx_test::test_outcome m_f( \
129 ::rapid_cxx_test::test_outcome m_f( \
143 ::rapid_cxx_test::test_outcome m_f( \
157 ::rapid_cxx_test::test_outcome m_f( \
174 ::rapid_cxx_test::test_outcome m_f( \
196 ::rapid_cxx_test::test_outcome m_f( \
212 ::rapid_cxx_test::test_outcome m_f( \
227 ::rapid_cxx_test::test_outcome m_f(::rapid_cxx_test::failure_type::none, \
247 ::rapid_cxx_test::test_outcome m_f( \
270 ::rapid_cxx_test::test_outcome m_f( \
289 ::rapid_cxx_test::test_outcome m_f( \
309 ::rapid_cxx_test::test_outcome m_f( \
330 ::rapid_cxx_test::test_outcome m_f( \
349 ::rapid_cxx_test::test_outcome m_f( \
369 ::rapid_cxx_test::test_outcome m_f( \
389 ::rapid_cxx_test::test_outcome m_f( \
403 ::rapid_cxx_test::test_outcome m_f( \
417 ::rapid_cxx_test::test_outcome m_f( \
434 ::rapid_cxx_test::test_outcome m_f( \
487 struct test_outcome struct
489 test_outcome() in test_outcome() function
495 test_outcome(failure_type_t type1, const char* file1, const char* func1, in test_outcome() function
664 void report(test_outcome o) in report()
707 test_outcome current_failure() const in current_failure()
761 void report_error(test_outcome o) const in report_error()
782 test_outcome m_failure;
816 test_outcome o; in run()