HomeSort by relevance Sort by last modified time
    Searched defs:__bool2type (Results 1 - 7 of 7) 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/5/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/6/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/7/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/8/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/9/sources/cxx-stl/EH/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 567 milliseconds