Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dnum_facets_test.cpp132 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 Dtime_facets_test.cpp195 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 Dlocale_test.cpp30 static void test_supported_locale(LocaleTest &inst, _Test __test) { in test_supported_locale() argument
47 (inst.*__test)(loc); in test_supported_locale()
H A Dctype_facets_test.cpp319 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 Dmoney_facets_test.cpp418 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 Dtype_traits49 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…