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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/all_of/requirements/explicit_instantiation/
H A D2.cc36 template bool all_of(iterator_type, iterator_type, predicate_type);
H A Dpod.cc35 template bool all_of(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/all_of/
H A Dcheck_type.cc44 { return std::all_of(begin, end, pred_function); }
49 { return std::all_of(begin, end, pred_obj()); }
H A D1.cc42 VERIFY( std::all_of(con.begin(), con.end(), predicate) );
51 VERIFY( std::all_of(con.begin(), con.end(), predicate) );
60 VERIFY( !std::all_of(con.begin(), con.end(), predicate) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/partition_point/
H A D1.cc46 VERIFY( std::all_of(con.begin(), mid, predicate) );
60 VERIFY( std::all_of(con.begin(), mid, predicate) );
74 VERIFY( std::all_of(con.begin(), mid, predicate) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc40 all_of(_IIter, _IIter, _Predicate);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h48 all_of (C++0x)
196 all_of(_IIter, _IIter, _Predicate);
H A Dstl_algo.h508 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
595 * @return An iterator @p mid such that @p all_of(__first, mid, __pred)

Completed in 77 milliseconds