Home | History | Annotate | Download | only in bits

Lines Matching defs:__first

486         forward_list(_InputIterator __first, _InputIterator __last,
492 _M_initialize_dispatch(__first, __last, _Integral());
598 assign(_InputIterator __first, _InputIterator __last)
601 insert_after(cbefore_begin(), __first, __last);
897 _InputIterator __first, _InputIterator __last)
899 forward_list __tmp(__first, __last, this->get_allocator());
1211 _M_initialize_dispatch(_InputIterator __first, _InputIterator __last,