HomeSort by relevance Sort by last modified time
    Searched refs:__uninitialized_move (Results 1 - 3 of 3) sorted by null

  /external/stlport/stlport/stl/
_vector.c 91 __new_finish = _STLP_PRIV __uninitialized_move(this->_M_start, __pos, __new_start, _TrivialUCopy(), _Movable());
99 __new_finish = _STLP_PRIV __uninitialized_move(__pos, this->_M_finish, __new_finish, _TrivialUCopy(), _Movable()); // copy remainder
_uninitialized.h 413 /* __uninitialized_move:
418 __uninitialized_move(_InputIter __first, _InputIter __last, _ForwardIter __result, function
425 __uninitialized_move(_InputIter __first, _InputIter __last, _ForwardIter __result, function
_vector.h 436 __new_finish = _STLP_PRIV __uninitialized_move(this->_M_start, __pos, __new_start, _TrivialUCopy(), _Movable());
438 __new_finish = _STLP_PRIV __uninitialized_move(__pos, this->_M_finish, __new_finish, _TrivialUCopy(), _Movable());

Completed in 30 milliseconds