Home
last modified time | relevance | path

Searched refs:report_level (Results 1 – 6 of 6) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
Dunit_test_parameters.hpp42 BOOST_TEST_DECL unit_test::report_level report_level();
Dglobal_typedef.hpp35 enum report_level { INV_REPORT_LEVEL, CONFIRMATION_REPORT, SHORT_REPORT, DETAILED_REPORT, NO_REPOR… enum
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Dresults_reporter.hpp58 BOOST_TEST_DECL void set_level( report_level );
69 BOOST_TEST_DECL void make_report( report_level l = INV_REPORT_LEVEL, test_unit_id = INV_TEST_UNI…
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dresults_reporter.ipp87 report_level m_report_level;
100 set_level( report_level l )
156 make_report( report_level l, test_unit_id id )
169 report_level bkup = s_rr_impl().m_report_level;
Dunit_test_parameters.ipp104 operator>>( std::istream& in, unit_test::report_level& rl )
106 … fixed_mapping<const_string,unit_test::report_level,case_ins_less<char const> > report_level_name (
169 std::string REPORT_LEVEL = "report_level";
289 << cla::dual_name_parameter<unit_test::report_level>(REPORT_LEVEL + "|r")
359 unit_test::report_level
360 report_level()
Dframework.ipp245 results_reporter::set_level( runtime_config::report_level() );