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

/external/stlport/stlport/stl/
H A D_vector.c71 __tmp = _M_allocate_and_copy(__n, this->_M_start, this->_M_finish);
189 pointer __tmp = _M_allocate_and_copy(__len, __CONST_CAST(const_pointer, __x._M_start) + 0,
H A D_vector.h328 iterator __tmp = _M_allocate_and_copy(__n, __first, __last);
673 pointer _M_allocate_and_copy(size_type& __n, function in class:vector
676 pointer _M_allocate_and_copy(size_type& __n,

Completed in 786 milliseconds