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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/partition_point/requirements/explicit_instantiation/
H A D2.cc36 template iterator_type partition_point(iterator_type, iterator_type, predicate_type);
H A Dpod.cc35 template iterator_type partition_point(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/partition_point/
H A Dcheck_type.cc44 { return std::partition_point(begin, end, pred_function); }
49 { return std::partition_point(begin, end, pred_obj()); }
H A D1.cc44 std::partition_point(con.begin(), con.end(), predicate);
58 std::partition_point(con.begin(), con.end(), predicate);
72 std::partition_point(con.begin(), con.end(), predicate);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc60 partition_point(_FIter, _FIter, _Predicate);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h95 partition_point (C++0x)
468 partition_point(_FIter, _FIter, _Predicate);
H A Dstl_algo.h600 partition_point(_ForwardIterator __first, _ForwardIterator __last, function

Completed in 73 milliseconds