Searched refs:__copy_ptrs (Results 1 – 3 of 3) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _vector.c | 195 pointer __i = _STLP_PRIV __copy_ptrs(__CONST_CAST(const_pointer, __x._M_start) + 0, 199 _STLP_PRIV __copy_ptrs(__CONST_CAST(const_pointer, __x._M_start),
|
D | _algobase.h | 260 inline _OutputIter __copy_ptrs(_InputIter __first, _InputIter __last, _OutputIter __result, in __copy_ptrs() function 265 inline _OutputIter __copy_ptrs(_InputIter __first, _InputIter __last, _OutputIter __result, in __copy_ptrs() function 275 return _STLP_PRIV __copy_ptrs(__first, __last, __result, in __copy_aux()
|
D | _vector.h | 582 _STLP_PRIV __copy_ptrs(__pos + 1, this->_M_finish, __pos, _TrivialCopy()); 613 pointer __i = _STLP_PRIV __copy_ptrs(__last, this->_M_finish, __first, _TrivialCopy());
|