HomeSort by relevance Sort by last modified time
    Searched refs:_IsIntegral (Results 1 - 19 of 19) sorted by null

  /external/stlport/stlport/stl/
type_traits.h 79 template <class _Tp> struct _IsIntegral
83 _STLP_TEMPLATE_NULL struct _IsIntegral<bool>
87 _STLP_TEMPLATE_NULL struct _IsIntegral<char>
91 _STLP_TEMPLATE_NULL struct _IsIntegral<signed char>
95 _STLP_TEMPLATE_NULL struct _IsIntegral<unsigned char>
99 _STLP_TEMPLATE_NULL struct _IsIntegral<wchar_t>
103 _STLP_TEMPLATE_NULL struct _IsIntegral<short>
106 _STLP_TEMPLATE_NULL struct _IsIntegral<unsigned short>
109 _STLP_TEMPLATE_NULL struct _IsIntegral<int>
112 _STLP_TEMPLATE_NULL struct _IsIntegral<unsigned int
    [all...]
boost_type_traits.h 58 template <class _Tp> struct _IsIntegral {
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral;
129 typedef typename _Lor3<_IsIntegral, _IsFloat, _IsPointer>::_Ret _Ret;
_algobase.c 330 typedef _STLP_TYPENAME _STLP_STD::_IsIntegral<_Tp1>::_Ret _IsIntegral;
332 typedef _STLP_TYPENAME _STLP_STD::_Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo;
_string_workaround.h 85 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
92 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
192 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
302 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
356 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
537 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
_bvector.h 546 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
554 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
612 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
715 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
_slist.h 357 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
364 const __true_type& /*_IsIntegral*/) {
370 const __false_type& /*_IsIntegral*/) {
493 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
530 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
566 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
_vector.h 262 const __true_type& /*_IsIntegral*/) {
271 const __false_type& /*_IsIntegral*/)
280 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
288 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
360 const __true_type& /*_IsIntegral*/)
365 const __false_type& /*_IsIntegral*/)
370 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
516 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
_string.h 264 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
271 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
504 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
596 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
773 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
916 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
    [all...]
_deque.h 535 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
543 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
605 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
613 const __true_type& /*_IsIntegral*/)
618 const __false_type& /*_IsIntegral*/) {
769 const __true_type& /*_IsIntegral*/) {
776 const __false_type& /*_IsIntegral*/) {
784 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
    [all...]
_list.h 439 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
446 const __true_type& /*_IsIntegral*/) {
452 const __false_type& /*_IsIntegral*/) {
469 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
477 const __true_type& /*_IsIntegral*/) {
483 const __false_type& /*_IsIntegral*/) {
562 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
568 const __true_type& /*_IsIntegral*/) {
574 const __false_type& /*_IsIntegral*/) {
_string.c 114 typedef typename _IsIntegral<_Tp>::_Ret _IsIntegral;
116 typedef typename _Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo;
_rope.c 891 typedef typename _IsIntegral<_CharT>::_Ret _Char_Is_Integral;
    [all...]
_rope.h 149 typedef typename _IsIntegral<_CharT>::_Ret _Char_Is_Integral;
    [all...]
  /external/stlport/stlport/stl/pointers/
_slist.h 169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
_deque.h 251 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
328 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
_list.h 211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
  /external/stlport/stlport/stl/debug/
_iterator.h 389 typedef typename _IsIntegral<_InputIter>::_Ret _Integral;
_debug.c 79 const __false_type& /*_IsIntegral*/) {
86 const __true_type& /*_IsIntegral*/)
91 typedef typename _IsIntegral<_Iterator>::_Ret _Integral;
  /external/stlport/test/unit/
type_traits_test.cpp 286 typedef typename _IsIntegral<_Type>::_Ret _Ret;

Completed in 112 milliseconds