/ndk/sources/cxx-stl/llvm-libc++/include/ |
D | __functional_base | 47 template <class _Up> static __two __test(...); 48 template <class _Up> static char __test(typename _Up::result_type* = 0); 50 static const bool value = sizeof(__test<_Tp>(0)) == 1; 73 static __two __test(...); 76 __test(const volatile unary_function<_Ap, _Rp>*); 78 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value; 79 typedef decltype(__test((_Tp*)0)) type; 87 static __two __test(...); 90 __test(const volatile binary_function<_A1, _A2, _Rp>*); 92 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value; [all …]
|
D | __functional_base_03 | 23 static __two __test(...); 26 __test(const volatile unary_function<_Ap, _Rp>*); 28 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value; 29 typedef decltype(__test((_Tp*)0)) type; 37 static __two __test(...); 40 __test(const volatile binary_function<_A1, _A2, _Rp>*); 42 static const bool value = !is_same<decltype(__test((_Tp*)0)), __two>::value; 43 typedef decltype(__test((_Tp*)0)) type; 947 template <class _Up> static __two __test(...); 948 template <class _Up> static char __test(typename _Up::type* = 0); [all …]
|
D | memory | 698 template <class _Up> static __two __test(...); 699 template <class _Up> static char __test(typename _Up::element_type* = 0); 701 static const bool value = sizeof(__test<_Tp>(0)) == 1; 786 template <class _Up> static __two __test(...); 787 template <class _Up> static char __test(typename _Up::difference_type* = 0); 789 static const bool value = sizeof(__test<_Tp>(0)) == 1; 809 template <class _Xp> static __two __test(...); 810 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0); 812 static const bool value = sizeof(__test<_Tp>(0)) == 1; 1002 template <class _Up> static __two __test(...); [all …]
|
D | type_traits | 317 template <class _Tp> char __test(int _Tp::*); 318 template <class _Tp> __two __test(...); 322 …: public integral_constant<bool, sizeof(__is_class_imp::__test<_Tp>(0)) == 1 && !is_union<_Tp>::va… 335 template <class _Tp> char __test(_Tp*); 336 template <class _Tp> __two __test(...); 346 …: public integral_constant<bool, sizeof(__is_function_imp::__test<_Tp>(__is_function_imp::__source… 599 template <class _Tp> char __test(_Tp (*)[1]); 600 template <class _Tp> __two __test(...); 604 struct __libcpp_abstract : public integral_constant<bool, sizeof(__is_abstract_imp::__test<_Tp>(0))… 634 … <class _Bp, class _Dp> typename __one<sizeof(_Dst<_Bp>(declval<_Src<_Dp> >()))>::type __test(int); [all …]
|
D | tuple | 146 template <class _Up> static __two __test(...); 147 template <class _Up> static char __test(typename _Up::allocator_type* = 0); 149 static const bool value = sizeof(__test<_Tp>(0)) == 1;
|
D | iterator | 345 template <class _Up> static __two __test(...); 346 template <class _Up> static char __test(typename _Up::iterator_category* = 0); 348 static const bool value = sizeof(__test<_Tp>(0)) == 1;
|
/ndk/tests/device/test-gnustl-full/unit/ |
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()
|
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()
|
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()
|
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()
|
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()
|
/ndk/tests/device/test-stlport/unit/ |
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()
|
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()
|
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()
|
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()
|
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()
|
/ndk/sources/cxx-stl/stlport/stlport/ |
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…
|