OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CONFIRMATION_REPORT
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
global_typedef.hpp
35
enum report_level { INV_REPORT_LEVEL,
CONFIRMATION_REPORT
, SHORT_REPORT, DETAILED_REPORT, NO_REPORT };
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
results_reporter.hpp
70
inline void
confirmation_report
( test_unit_id id = INV_TEST_UNIT_ID )
function in namespace:boost::unit_test::results_reporter
71
{ make_report(
CONFIRMATION_REPORT
, id ); }
Completed in 41 milliseconds