Searched refs:__selectT (Results 1 - 4 of 4) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/
H A Dtype_manips.h105 struct __selectT { typedef _Tp1 _Ret; }; struct
108 struct __selectT<__false_type, _Tp1, _Tp2> { typedef _Tp2 _Ret; }; struct
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; };
H A D_move_construct_fwk.h89 typedef typename __selectT<_MvImpRet,
/ndk/tests/device/test-gnustl-full/unit/
H A Dtype_traits_test.cpp252 typedef __selectT<__true_type, __true_type, __false_type>::_Ret _SelectFirstRet;
254 typedef __selectT<__false_type, __true_type, __false_type>::_Ret _SelectSecondRet;
/ndk/tests/device/test-stlport/unit/
H A Dtype_traits_test.cpp252 typedef __selectT<__true_type, __true_type, __false_type>::_Ret _SelectFirstRet;
254 typedef __selectT<__false_type, __true_type, __false_type>::_Ret _SelectSecondRet;

Completed in 117 milliseconds