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

/prebuilts/ndk/current/sources/cxx-stl/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,
/prebuilts/ndk/r10/sources/cxx-stl/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,
/prebuilts/ndk/r11/sources/cxx-stl/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,
/prebuilts/ndk/r13/sources/cxx-stl/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 195 milliseconds