Searched defs:_Integral (Results 1 - 12 of 12) sorted by relevance

/external/stlport/stlport/stl/
H A D_string_workaround.h85 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
86 _M_initialize_dispatch(__f, __l, _Integral());
92 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
93 _M_initialize_dispatch(__f, __l, _Integral());
136 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) {
143 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
192 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
193 return _M_append_dispatch(__first, __last, _Integral());
279 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/)
283 _Self& _M_assign_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
302 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
356 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
537 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
[all...]
H A D_bvector.h546 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
547 _M_initialize_dispatch(__first, __last, _Integral());
554 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
555 _M_initialize_dispatch(__first, __last, _Integral());
612 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
613 _M_assign_dispatch(__first, __last, _Integral());
715 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
716 _M_insert_dispatch(__position, __first, __last, _Integral());
H A D_deque.h535 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
536 _M_initialize_dispatch(__first, __last, _Integral());
543 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
544 _M_initialize_dispatch(__first, __last, _Integral());
605 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
606 _M_assign_dispatch(__first, __last, _Integral());
784 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
785 _M_insert_dispatch(__pos, __first, __last, _Integral());
H A D_list.h439 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
440 _M_insert_dispatch(__pos, __first, __last, _Integral());
469 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
470 _M_splice_insert_dispatch(__pos, __first, __last, _Integral());
562 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
563 _M_assign_dispatch(__first, __last, _Integral());
H A D_slist.h357 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
358 _M_assign_dispatch(__first, __last, _Integral());
493 typedef typename _IsIntegral<_InIter>::_Ret _Integral; typedef
494 _M_insert_after_range(__pos, __first, __last, _Integral());
530 typedef typename _IsIntegral<_InIter>::_Ret _Integral; typedef
531 _M_splice_after_range(__pos, __first, __last, _Integral());
566 typedef typename _IsIntegral<_InIter>::_Ret _Integral; typedef
567 _M_splice_range(__pos, __first, __last, _Integral());
H A D_string.h264 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
265 _M_initialize_dispatch(__f, __l, _Integral());
271 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
272 _M_initialize_dispatch(__f, __l, _Integral());
335 void _M_initialize_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/) {
342 void _M_initialize_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
504 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
505 return _M_append_dispatch(__first, __last, _Integral());
573 _Self& _M_assign_dispatch(_Integer __n, _Integer __x, const __true_type& /*_Integral*/)
577 _Self& _M_assign_dispatch(_InputIter __f, _InputIter __l, const __false_type& /*_Integral*/) {
596 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
773 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
916 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
[all...]
H A D_vector.h280 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
281 _M_initialize_aux(__first, __last, _Integral());
288 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
289 _M_initialize_aux(__first, __last, _Integral());
370 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
371 _M_assign_dispatch(__first, __last, _Integral());
516 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
517 _M_insert_dispatch(__pos, __first, __last, _Integral());
/external/stlport/stlport/stl/debug/
H A D_debug.c84 template <class _Integral>
85 bool _STLP_CALL __check_range_aux(_Integral /*__first*/, _Integral /*__last*/,
91 typedef typename _IsIntegral<_Iterator>::_Ret _Integral; typedef
92 return __check_range_aux(__first, __last, _Integral());
H A D_iterator.h389 typedef typename _IsIntegral<_InputIter>::_Ret _Integral; typedef
390 _M_check_dispatch(__f, __l, _Integral());
/external/stlport/stlport/stl/pointers/
H A D_deque.h251 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
252 _M_assign_dispatch(__first, __last, _Integral());
328 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
329 _M_insert_dispatch(__pos, __first, __last, _Integral());
H A D_list.h211 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
212 _M_insert_dispatch(__pos, __first, __last, _Integral());
278 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
279 _M_assign_dispatch(__first, __last, _Integral());
H A D_slist.h169 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
170 _M_assign_dispatch(__first, __last, _Integral());
266 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
267 _M_insert_after_dispatch(__pos, __first, __last, _Integral());
326 typedef typename _IsIntegral<_InputIterator>::_Ret _Integral; typedef
327 _M_insert_dispatch(__pos, __first, __last, _Integral());

Completed in 630 milliseconds