Searched defs:__rotate_aux (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_algo.c370 _ForwardIter __rotate_aux(_ForwardIter __first, function
403 _BidirectionalIter __rotate_aux(_BidirectionalIter __first, function
443 _RandomAccessIter __rotate_aux(_RandomAccessIter __first, function
500 __rotate_aux(_RandomAccessIter __first, _RandomAccessIter __middle, _RandomAccessIter __last, function
502 return _STLP_PRIV __rotate_aux(__first, __middle, __last,
511 return __rotate_aux(__first, __middle, __last,

Completed in 214 milliseconds