Searched defs:_IsIntegral (Results 1 - 4 of 4) sorted by relevance

/external/stlport/stlport/stl/
H A D_algobase.c330 typedef _STLP_TYPENAME _STLP_STD::_IsIntegral<_Tp1>::_Ret _IsIntegral; typedef
332 typedef _STLP_TYPENAME _STLP_STD::_Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo; typedef
H A Dboost_type_traits.h58 template <class _Tp> struct _IsIntegral { struct
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral; typedef in struct:_DefaultZeroValue
129 typedef typename _Lor3<_IsIntegral, _IsFloat, _IsPointer>::_Ret _Ret;
H A D_string.c114 typedef typename _IsIntegral<_Tp>::_Ret _IsIntegral; typedef
116 typedef typename _Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo; typedef
H A Dtype_traits.h79 template <class _Tp> struct _IsIntegral struct
83 _STLP_TEMPLATE_NULL struct _IsIntegral<bool> struct
87 _STLP_TEMPLATE_NULL struct _IsIntegral<char> struct
91 _STLP_TEMPLATE_NULL struct _IsIntegral<signed char> struct
95 _STLP_TEMPLATE_NULL struct _IsIntegral<unsigned char> struct
99 _STLP_TEMPLATE_NULL struct _IsIntegral<wchar_t> struct
103 _STLP_TEMPLATE_NULL struct _IsIntegral<short> struct
106 _STLP_TEMPLATE_NULL struct _IsIntegral<unsigned short> struct
109 _STLP_TEMPLATE_NULL struct _IsIntegral<int> struct
112 _STLP_TEMPLATE_NULL struct _IsIntegral<unsigne struct
115 _STLP_TEMPLATE_NULL struct _IsIntegral<long> struct
118 _STLP_TEMPLATE_NULL struct _IsIntegral<unsigned long> struct
122 _STLP_TEMPLATE_NULL struct _IsIntegral<_STLP_LONG_LONG> struct
125 _STLP_TEMPLATE_NULL struct _IsIntegral<unsigned _STLP_LONG_LONG> struct
[all...]

Completed in 1621 milliseconds