Searched refs:__rotate_aux (Results 1 – 1 of 1) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _algo.c | 370 _ForwardIter __rotate_aux(_ForwardIter __first, in __rotate_aux() function 403 _BidirectionalIter __rotate_aux(_BidirectionalIter __first, in __rotate_aux() function 443 _RandomAccessIter __rotate_aux(_RandomAccessIter __first, in __rotate_aux() function 500 __rotate_aux(_RandomAccessIter __first, _RandomAccessIter __middle, _RandomAccessIter __last, in __rotate_aux() function 502 return _STLP_PRIV __rotate_aux(__first, __middle, __last, in __rotate_aux() 511 return __rotate_aux(__first, __middle, __last, in __rotate()
|