OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHORT_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
72
inline void
short_report
( test_unit_id id = INV_TEST_UNIT_ID )
function in namespace:boost::unit_test::results_reporter
73
{ make_report(
SHORT_REPORT
, id ); }
Completed in 63 milliseconds