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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/stable_partition/requirements/explicit_instantiation/
H A D2.cc35 template iterator_type stable_partition(iterator_type, iterator_type, predicate_type);
H A Dpod.cc34 template iterator_type stable_partition(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/stable_partition/
H A D1.cc41 // 25.2.12 stable_partition()
45 using std::stable_partition;
50 VERIFY( stable_partition(s1, s1 + N, Pred()) == s1 + M );
59 // stable_partition rely on an internal buffer if possible. Try to limit the
H A Dpr52822.cc34 std::stable_partition(v.begin(), v.end(), &true_vector_pred);
H A Dmoveable.cc50 // 25.2.12 stable_partition(), starting with a false predicate.
60 std::stable_partition(con.begin(), con.end(), Pred());
64 // 25.2.12 stable_partition(), starting with a true predicate.
74 std::stable_partition(con.begin(), con.end(), Pred());
H A Dmem_check.cc54 std::stable_partition(con.begin(), con.end(), even);
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h68 using __STD::stable_partition;
H A Dstl_algo.h975 // partition, stable_partition, and their auxiliary functions
1099 inline _ForwardIter stable_partition(_ForwardIter __first, function
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc276 stable_partition(_BIter, _BIter, _Predicate);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h121 stable_partition
567 stable_partition(_BIter, _BIter, _Predicate);
H A Dstl_algo.h165 /// Provided for stable_partition to use.
1644 * relative ordering after calling @p stable_partition().
1648 stable_partition(_ForwardIterator __first, _ForwardIterator __last, function
4506 * @p stable_partition() if this is needed.

Completed in 117 milliseconds