Home
last modified time | relevance | path

Searched refs:_Integral (Results 1 – 6 of 6) sorted by relevance

/haiku/headers/cpp/
H A Dtype_traits.h302 typedef __false_type _Integral;
308 typedef __true_type _Integral;
314 typedef __true_type _Integral;
318 typedef __true_type _Integral;
322 typedef __true_type _Integral;
328 typedef __true_type _Integral;
334 typedef __true_type _Integral;
338 typedef __true_type _Integral;
342 typedef __true_type _Integral;
346 typedef __true_type _Integral;
[all …]
H A Dstl_bvector.h553 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in _Base() typedef
554 _M_initialize_dispatch(__first, __last, _Integral()); in _Base()
622 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in assign() typedef
623 _M_assign_dispatch(__first, __last, _Integral()); in assign()
702 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in insert() typedef
703 _M_insert_dispatch(__position, __first, __last, _Integral()); in insert()
H A Dstl_vector.h256 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in _Base() typedef
257 _M_initialize_aux(__first, __last, _Integral()); in _Base()
306 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in assign() typedef
307 _M_assign_dispatch(__first, __last, _Integral()); in assign()
379 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in insert() typedef
380 _M_insert_dispatch(__pos, __first, __last, _Integral()); in insert()
H A Dstl_list.h368 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in insert() typedef
369 _M_insert_dispatch(__pos, __first, __last, _Integral()); in insert()
453 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in assign() typedef
454 _M_assign_dispatch(__first, __last, _Integral()); in assign()
H A Dstl_slist.h398 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in assign() typedef
399 _M_assign_dispatch(__first, __last, _Integral()); in assign()
477 typedef typename _Is_integer<_InIter>::_Integral _Integral; in _M_insert_after_range() typedef
478 _M_insert_after_range(__pos, __first, __last, _Integral()); in _M_insert_after_range()
H A Dstl_deque.h582 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in _Base() typedef
583 _M_initialize_dispatch(__first, __last, _Integral()); in _Base()
655 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in assign() typedef
656 _M_assign_dispatch(__first, __last, _Integral()); in assign()
777 typedef typename _Is_integer<_InputIterator>::_Integral _Integral; in insert() typedef
778 _M_insert_dispatch(__pos, __first, __last, _Integral()); in insert()