Searched refs:__test (Results 1 – 6 of 6) sorted by relevance
/reactos/sdk/lib/3rdparty/stlport/test/unit/ |
H A D | num_facets_test.cpp | 132 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument 150 (inst.*__test)(loc, tested_locales + i); in test_supported_locale() 156 (inst.*__test)(loc, tested_locales + i); in test_supported_locale() 162 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
|
H A D | time_facets_test.cpp | 195 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument 213 (inst.*__test)(loc); in test_supported_locale() 219 (inst.*__test)(loc); in test_supported_locale() 228 (inst.*__test)(loc); in test_supported_locale()
|
H A D | locale_test.cpp | 30 static void test_supported_locale(LocaleTest &inst, _Test __test) { in test_supported_locale() argument 47 (inst.*__test)(loc); in test_supported_locale()
|
H A D | ctype_facets_test.cpp | 319 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument 338 (inst.*__test)(loc); in test_supported_locale() 344 (inst.*__test)(loc); in test_supported_locale() 354 (inst.*__test)(loc); in test_supported_locale()
|
H A D | money_facets_test.cpp | 418 static void test_supported_locale(LocaleTest& inst, _Test __test) { in test_supported_locale() argument 436 (inst.*__test)(loc, tested_locales + i); in test_supported_locale() 442 (inst.*__test)(loc, tested_locales + i); in test_supported_locale() 449 (inst.*__test)(loc, tested_locales + i); in test_supported_locale()
|
/reactos/sdk/include/c++/stlport/ |
H A D | type_traits | 49 static __t1 __test(_Up(*)[1]); 52 static __t2 __test(...); 58 static const bool __value = sizeof(__test<_Tp>(0)) == sizeof(__select_types::__t1); 65 const bool __instance<_Tp>::__value = sizeof(__instance<_Tp>::__test<_Tp>(0)) == sizeof(__select_ty… 74 static __t1 __test( int _Up::* ); 77 static __t2 __test(...); 83 static const bool __value = sizeof(__test<T>(0)) == sizeof(__select_types::__t1); 89 const bool __uoc_aux<T>::__value = sizeof(__uoc_aux<T>::__test<T>(0)) == sizeof(__select_types::__t…
|