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

  /prebuilts/ndk/r10/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/r11/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/r13/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 964 milliseconds