Home
last modified time | relevance | path

Searched refs:_IsIntegral (Results 1 – 20 of 20) sorted by relevance

/reactos/sdk/include/c++/stlport/stl/
H A Dtype_traits.h79 template <class _Tp> struct _IsIntegral struct
83 _STLP_TEMPLATE_NULL struct _IsIntegral<bool> argument
87 _STLP_TEMPLATE_NULL struct _IsIntegral<char>
91 _STLP_TEMPLATE_NULL struct _IsIntegral<signed char>
99 _STLP_TEMPLATE_NULL struct _IsIntegral<wchar_t>
103 _STLP_TEMPLATE_NULL struct _IsIntegral<short>
109 _STLP_TEMPLATE_NULL struct _IsIntegral<int>
115 _STLP_TEMPLATE_NULL struct _IsIntegral<long>
363 typedef typename _IsIntegral<_Src>::_Ret _Int1;
368 typedef typename _IsIntegral<_Dst>::_Ret _Int2;
[all …]
H A Dboost_type_traits.h58 template <class _Tp> struct _IsIntegral { struct
123 typedef typename __bool2type<is_integral>::_Ret _IsIntegral; typedef
129 typedef typename _Lor3<_IsIntegral, _IsFloat, _IsPointer>::_Ret _Ret;
H A D_string_workaround.h85 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in basic_string()
92 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in basic_string()
192 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in append()
302 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in assign()
356 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in insert()
537 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in replace()
H A D_algobase.c330 typedef _STLP_TYPENAME _STLP_STD::_IsIntegral<_Tp1>::_Ret _IsIntegral;
332 typedef _STLP_TYPENAME _STLP_STD::_Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo;
H A D_vector.h283 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in vector()
291 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in vector()
373 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
519 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
H A D_string.h264 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in basic_string()
271 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in basic_string()
504 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in append()
596 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in assign()
773 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in insert()
916 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in replace()
H A D_bvector.h546 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;
H A D_slist.h357 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
493 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
530 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
566 typedef typename _IsIntegral<_InIter>::_Ret _Integral;
H A D_list.h439 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
469 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
562 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
H A D_deque.h535 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
543 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
605 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
784 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
H A D_string.c114 typedef typename _IsIntegral<_Tp>::_Ret _IsIntegral; in __str_find_first_not_of_aux2() typedef
116 typedef typename _Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo; in __str_find_first_not_of_aux2()
H A D_rope.c891 typedef typename _IsIntegral<_CharT>::_Ret _Char_Is_Integral;
H A D_rope.h149 typedef typename _IsIntegral<_CharT>::_Ret _Char_Is_Integral;
/reactos/sdk/include/c++/stlport/stl/pointers/
H A D_slist.h169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in assign()
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in insert_after()
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in insert()
H A D_list.h211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in insert()
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in assign()
H A D_deque.h251 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
328 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
/reactos/sdk/include/c++/stlport/stl/debug/
H A D_iterator.h389 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in __construct_checker()
H A D_debug.c91 typedef typename _IsIntegral<_Iterator>::_Ret _Integral; in __check_range()
/reactos/sdk/lib/3rdparty/stlport/test/unit/
H A Dtype_traits_test.cpp286 typedef typename _IsIntegral<_Type>::_Ret _Ret; in is_integer()
/reactos/sdk/lib/3rdparty/stlport/etc/
H A DChangeLog-5.11276 _Is_Rational<_Tp>::_Rational in respectively _IsIntegral<_Tp>::_Ret