Searched refs:__inplace_stable_partition (Results 1 – 1 of 1) sorted by relevance
/external/stlport/stlport/stl/ |
D | _algo.c | 752 _ForwardIter __inplace_stable_partition(_ForwardIter __first, in __inplace_stable_partition() function 761 …return _STLP_PRIV __rotate(_STLP_PRIV __inplace_stable_partition(__first, __middle, __pred, __half… in __inplace_stable_partition() 763 …_STLP_PRIV __inplace_stable_partition(__middle, __last, __pred, __len - __half_len, true, __pred_o… in __inplace_stable_partition() 819 __inplace_stable_partition(__first, __last, __pred, in __stable_partition_aux_aux()
|