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

/freebsd-12-stable/contrib/libstdc++/include/backward/
H A Dalgo.h116 using std::next_permutation;
/freebsd-12-stable/contrib/libstdc++/include/bits/
H A Dstl_algo.h4979 // next_permutation and prev_permutation, with and without an explicitly
4995 next_permutation(_BidirectionalIterator __first, function
5051 next_permutation(_BidirectionalIterator __first, function
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc5693 } while (std::next_permutation(s.begin(), s.end()));
5794 } while (std::next_permutation(s.begin(), s.end()));

Completed in 88 milliseconds