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

/haiku/headers/cpp/
H A Dstl_vector.h286 iterator __tmp = _M_allocate_and_copy(__n, _M_start, _M_finish);
433 iterator _M_allocate_and_copy(size_type __n, _ForwardIterator __first, function in class:vector
444 iterator _M_allocate_and_copy(size_type __n, const_iterator __first, function in class:vector
524 iterator __tmp = _M_allocate_and_copy(__xlen, __x.begin(), __x.end());
579 iterator __tmp = _M_allocate_and_copy(__len, __first, __last);

Completed in 38 milliseconds