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

  /external/stlport/stlport/stl/
type_traits.h 145 template <class _IsPOD> struct __type_traits_aux { struct
154 struct __type_traits_aux<__false_type> { struct
163 struct __type_traits_aux<__true_type> { struct
215 struct __type_traits : __type_traits_aux<typename _IsPtr<_Tp>::_Ret> {};
263 template <class _Tp> struct __type_traits<_Tp*> : __type_traits_aux<__true_type>
274 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}; \
275 _STLP_TEMPLATE_NULL struct __type_traits< const Type > : __type_traits_aux<__true_type> {}; \
276 _STLP_TEMPLATE_NULL struct __type_traits< volatile Type > : __type_traits_aux<__true_type> {}; \
277 _STLP_TEMPLATE_NULL struct __type_traits< const volatile Type > : __type_traits_aux<__true_type> {}
280 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 145 template <class _IsPOD> struct __type_traits_aux { struct
154 struct __type_traits_aux<__false_type> { struct
163 struct __type_traits_aux<__true_type> { struct
215 struct __type_traits : __type_traits_aux<typename _IsPtr<_Tp>::_Ret> {};
263 template <class _Tp> struct __type_traits<_Tp*> : __type_traits_aux<__true_type>
274 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}; \
275 _STLP_TEMPLATE_NULL struct __type_traits< const Type > : __type_traits_aux<__true_type> {}; \
276 _STLP_TEMPLATE_NULL struct __type_traits< volatile Type > : __type_traits_aux<__true_type> {}; \
277 _STLP_TEMPLATE_NULL struct __type_traits< const volatile Type > : __type_traits_aux<__true_type> {}
280 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 145 template <class _IsPOD> struct __type_traits_aux { struct
154 struct __type_traits_aux<__false_type> { struct
163 struct __type_traits_aux<__true_type> { struct
215 struct __type_traits : __type_traits_aux<typename _IsPtr<_Tp>::_Ret> {};
263 template <class _Tp> struct __type_traits<_Tp*> : __type_traits_aux<__true_type>
274 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}; \
275 _STLP_TEMPLATE_NULL struct __type_traits< const Type > : __type_traits_aux<__true_type> {}; \
276 _STLP_TEMPLATE_NULL struct __type_traits< volatile Type > : __type_traits_aux<__true_type> {}; \
277 _STLP_TEMPLATE_NULL struct __type_traits< const volatile Type > : __type_traits_aux<__true_type> {}
280 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 145 template <class _IsPOD> struct __type_traits_aux { struct
154 struct __type_traits_aux<__false_type> { struct
163 struct __type_traits_aux<__true_type> { struct
215 struct __type_traits : __type_traits_aux<typename _IsPtr<_Tp>::_Ret> {};
263 template <class _Tp> struct __type_traits<_Tp*> : __type_traits_aux<__true_type>
274 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}; \
275 _STLP_TEMPLATE_NULL struct __type_traits< const Type > : __type_traits_aux<__true_type> {}; \
276 _STLP_TEMPLATE_NULL struct __type_traits< volatile Type > : __type_traits_aux<__true_type> {}; \
277 _STLP_TEMPLATE_NULL struct __type_traits< const volatile Type > : __type_traits_aux<__true_type> {}
280 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 145 template <class _IsPOD> struct __type_traits_aux { struct
154 struct __type_traits_aux<__false_type> { struct
163 struct __type_traits_aux<__true_type> { struct
215 struct __type_traits : __type_traits_aux<typename _IsPtr<_Tp>::_Ret> {};
263 template <class _Tp> struct __type_traits<_Tp*> : __type_traits_aux<__true_type>
274 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}; \
275 _STLP_TEMPLATE_NULL struct __type_traits< const Type > : __type_traits_aux<__true_type> {}; \
276 _STLP_TEMPLATE_NULL struct __type_traits< volatile Type > : __type_traits_aux<__true_type> {}; \
277 _STLP_TEMPLATE_NULL struct __type_traits< const volatile Type > : __type_traits_aux<__true_type> {}
280 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
type_traits.h 145 template <class _IsPOD> struct __type_traits_aux { struct
154 struct __type_traits_aux<__false_type> { struct
163 struct __type_traits_aux<__true_type> { struct
215 struct __type_traits : __type_traits_aux<typename _IsPtr<_Tp>::_Ret> {};
263 template <class _Tp> struct __type_traits<_Tp*> : __type_traits_aux<__true_type>
274 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}; \
275 _STLP_TEMPLATE_NULL struct __type_traits< const Type > : __type_traits_aux<__true_type> {}; \
276 _STLP_TEMPLATE_NULL struct __type_traits< volatile Type > : __type_traits_aux<__true_type> {}; \
277 _STLP_TEMPLATE_NULL struct __type_traits< const volatile Type > : __type_traits_aux<__true_type> {}
280 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
type_traits.h 145 template <class _IsPOD> struct __type_traits_aux { struct
154 struct __type_traits_aux<__false_type> { struct
163 struct __type_traits_aux<__true_type> { struct
215 struct __type_traits : __type_traits_aux<typename _IsPtr<_Tp>::_Ret> {};
263 template <class _Tp> struct __type_traits<_Tp*> : __type_traits_aux<__true_type>
274 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}; \
275 _STLP_TEMPLATE_NULL struct __type_traits< const Type > : __type_traits_aux<__true_type> {}; \
276 _STLP_TEMPLATE_NULL struct __type_traits< volatile Type > : __type_traits_aux<__true_type> {}; \
277 _STLP_TEMPLATE_NULL struct __type_traits< const volatile Type > : __type_traits_aux<__true_type> {}
280 _STLP_TEMPLATE_NULL struct __type_traits< Type > : __type_traits_aux<__true_type> {}
    [all...]

Completed in 195 milliseconds