Searched refs:_Integral (Results 1 – 6 of 6) sorted by relevance
/haiku/headers/cpp/ |
H A D | type_traits.h | 302 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 D | stl_bvector.h | 553 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 D | stl_vector.h | 256 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 D | stl_list.h | 368 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 D | stl_slist.h | 398 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 D | stl_deque.h | 582 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()
|