Searched refs:_M_allocate_and_copy (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/headers/cpp/
H A Dstl_vector.h272 iterator __tmp = _M_allocate_and_copy(__n, _M_start, _M_finish);
419 iterator _M_allocate_and_copy(size_type __n, _ForwardIterator __first, function in class:vector
430 iterator _M_allocate_and_copy(size_type __n, const_iterator __first, function in class:vector
510 iterator __tmp = _M_allocate_and_copy(__xlen, __x.begin(), __x.end());
565 iterator __tmp = _M_allocate_and_copy(__len, __first, __last);

Completed in 30 milliseconds