Searched refs:__next_permutation (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_algo.c1860 bool __next_permutation(_BidirectionalIter __first, _BidirectionalIter __last, function
1898 return _STLP_PRIV __next_permutation(__first, __last,
1906 return _STLP_PRIV __next_permutation(__first, __last, __comp);

Completed in 426 milliseconds