Home | History | Annotate | Download | only in bits

Lines Matching refs:_Integral

349 	  typedef typename std::__is_integer<_InputIterator>::__type _Integral;
350 _M_initialize_dispatch(__first, __last, _Integral());
442 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
443 _M_assign_dispatch(__first, __last, _Integral());
1027 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
1028 _M_insert_dispatch(__position, __first, __last, _Integral());