HomeSort by relevance Sort by last modified time
    Searched defs:__bool2type (Results 1 - 5 of 5) sorted by null

  /external/stlport/stlport/stl/
type_manips.h 35 struct __bool2type struct
39 struct __bool2type<1> { typedef __true_type _Ret; }; struct
42 struct __bool2type<0> { typedef __false_type _Ret; }; struct
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; };
174 typedef typename __bool2type<_Ret>::_Ret _RetT;
234 typedef typename __bool2type<value>::_Ret _Ret;
302 typedef typename __bool2type<value>::_Ret _Ret;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 35 struct __bool2type struct
39 struct __bool2type<1> { typedef __true_type _Ret; }; struct
42 struct __bool2type<0> { typedef __false_type _Ret; }; struct
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; };
174 typedef typename __bool2type<_Ret>::_Ret _RetT;
234 typedef typename __bool2type<value>::_Ret _Ret;
302 typedef typename __bool2type<value>::_Ret _Ret;
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 35 struct __bool2type struct
39 struct __bool2type<1> { typedef __true_type _Ret; }; struct
42 struct __bool2type<0> { typedef __false_type _Ret; }; struct
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; };
174 typedef typename __bool2type<_Ret>::_Ret _RetT;
234 typedef typename __bool2type<value>::_Ret _Ret;
302 typedef typename __bool2type<value>::_Ret _Ret;
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 35 struct __bool2type struct
39 struct __bool2type<1> { typedef __true_type _Ret; }; struct
42 struct __bool2type<0> { typedef __false_type _Ret; }; struct
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; };
174 typedef typename __bool2type<_Ret>::_Ret _RetT;
234 typedef typename __bool2type<value>::_Ret _Ret;
302 typedef typename __bool2type<value>::_Ret _Ret;
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
type_manips.h 35 struct __bool2type struct
39 struct __bool2type<1> { typedef __true_type _Ret; }; struct
42 struct __bool2type<0> { typedef __false_type _Ret; }; struct
120 { typedef __selectT<typename __bool2type<_Cond>::_Ret, _Tp1, _Tp2>::_Ret _Ret; };
174 typedef typename __bool2type<_Ret>::_Ret _RetT;
234 typedef typename __bool2type<value>::_Ret _Ret;
302 typedef typename __bool2type<value>::_Ret _Ret;

Completed in 71 milliseconds