Home
last modified time | relevance | path

Searched refs:__rotate_aux (Results 1 – 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
D_algo.c370 _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()