Searched refs:_Is_integer (Results 1 - 6 of 6) sorted by relevance

/haiku/headers/cpp/
H A Dtype_traits.h301 template <class _Tp> struct _Is_integer { struct
307 __STL_TEMPLATE_NULL struct _Is_integer<bool> { struct
313 __STL_TEMPLATE_NULL struct _Is_integer<char> { struct
317 __STL_TEMPLATE_NULL struct _Is_integer<signed char> { struct
321 __STL_TEMPLATE_NULL struct _Is_integer<unsigned char> { struct
327 __STL_TEMPLATE_NULL struct _Is_integer<wchar_t> { struct
333 __STL_TEMPLATE_NULL struct _Is_integer<short> { struct
337 __STL_TEMPLATE_NULL struct _Is_integer<unsigned short> { struct
341 __STL_TEMPLATE_NULL struct _Is_integer<int> { struct
345 __STL_TEMPLATE_NULL struct _Is_integer<unsigne struct
349 __STL_TEMPLATE_NULL struct _Is_integer<long> { struct
353 __STL_TEMPLATE_NULL struct _Is_integer<unsigned long> { struct
359 __STL_TEMPLATE_NULL struct _Is_integer<long long> { struct
363 __STL_TEMPLATE_NULL struct _Is_integer<unsigned long long> { struct
[all...]
H A Dstl_bvector.h553 typedef typename _Is_integer<_InputIterator>::_Integral _Integral;
622 typedef typename _Is_integer<_InputIterator>::_Integral _Integral;
702 typedef typename _Is_integer<_InputIterator>::_Integral _Integral;
H A Dstl_vector.h256 typedef typename _Is_integer<_InputIterator>::_Integral _Integral;
306 typedef typename _Is_integer<_InputIterator>::_Integral _Integral;
379 typedef typename _Is_integer<_InputIterator>::_Integral _Integral;
H A Dstl_list.h368 typedef typename _Is_integer<_InputIterator>::_Integral _Integral;
453 typedef typename _Is_integer<_InputIterator>::_Integral _Integral;
H A Dstl_slist.h398 typedef typename _Is_integer<_InputIterator>::_Integral _Integral;
477 typedef typename _Is_integer<_InIter>::_Integral _Integral;
H A Dstl_deque.h582 typedef typename _Is_integer<_InputIterator>::_Integral _Integral;
655 typedef typename _Is_integer<_InputIterator>::_Integral _Integral;
777 typedef typename _Is_integer<_InputIterator>::_Integral _Integral;

Completed in 108 milliseconds