OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tut_suite
(Results
1 - 2
of
2
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/detail/
global_typedef.hpp
43
enum test_unit_type { tut_case = 0x01,
tut_suite
= 0x10, tut_any = 0x11 };
enumerator in enum:boost::unit_test::test_unit_type
62
return (id & 0xFFFF0000) != 0 ? tut_case :
tut_suite
;
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
unit_test_suite_impl.hpp
128
enum { type =
tut_suite
};
Completed in 123 milliseconds