Home | History | Annotate | Download | only in bits

Lines Matching refs:_Integral

302 	  typedef typename std::__is_integer<_InputIterator>::__type _Integral;
303 _M_initialize_dispatch(__first, __last, _Integral());
394 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
395 _M_assign_dispatch(__first, __last, _Integral());
889 typedef typename std::__is_integer<_InputIterator>::__type _Integral;
890 _M_insert_dispatch(__position, __first, __last, _Integral());