Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
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>
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 …]
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;
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()
D_algobase.c330 typedef _STLP_TYPENAME _STLP_STD::_IsIntegral<_Tp1>::_Ret _IsIntegral;
332 typedef _STLP_TYPENAME _STLP_STD::_Land2<_IsIntegral, _IsCharLike>::_Ret _UseStrcspnLikeAlgo;
D_vector.h280 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in vector()
288 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in vector()
370 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
516 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
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;
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()
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;
D_list.h439 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
469 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
562 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
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;
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()
D_rope.c891 typedef typename _IsIntegral<_CharT>::_Ret _Char_Is_Integral;
D_rope.h149 typedef typename _IsIntegral<_CharT>::_Ret _Char_Is_Integral;
/ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
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()
D_list.h211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in insert()
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; in assign()
D_deque.h251 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
328 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral;
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_iterator.h389 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; in __construct_checker()
D_debug.c91 typedef typename _IsIntegral<_Iterator>::_Ret _Integral; in __check_range()
/ndk/tests/device/test-stlport/unit/
Dtype_traits_test.cpp286 typedef typename _IsIntegral<_Type>::_Ret _Ret; in is_integer()
/ndk/tests/device/test-gnustl-full/unit/
Dtype_traits_test.cpp286 typedef typename _IsIntegral<_Type>::_Ret _Ret; in is_integer()