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

/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/count_if/
H A D1.cc18 // 25.1.6 count_if
38 VERIFY(std::count_if(con.begin(), con.end(),
46 VERIFY(std::count_if(con.begin(), con.end(),
54 VERIFY(std::count_if(con.begin(), con.end(),
H A Dcheck_type.cc46 { return std::count_if(begin, end, pred_function); }
51 { return std::count_if(begin, end, pred_obj()); }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/count_if/requirements/explicit_instantiation/
H A D2.cc36 template difference_type count_if(iterator_type, iterator_type, predicate_type);
H A Dpod.cc35 template difference_type count_if(iterator_type, iterator_type, predicate_type);
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Dalgo.h43 using __STD::count_if;
H A Dstl_algo.h231 // count and count_if. There are two version of each, one whose return type
246 void count_if(_InputIter __first, _InputIter __last, _Predicate __pred, function
267 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dalgorithmfwd.h102 count_if(_IIter, _IIter, _Predicate);
106 count_if(_IIter, _IIter, _Predicate, __gnu_parallel::sequential_tag);
110 count_if(_IIter, _IIter, _Predicate, __gnu_parallel::_Parallelism);
H A Dalgo.h958 count_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
960 { return _GLIBCXX_STD_A::count_if(__begin, __end, __pred); }
962 // Parallel count_if for random access iterators
991 return count_if(__begin, __end, __pred,
1000 { return count_if(__begin, __end, __pred,
1006 count_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
1017 count_if(_IIter __begin, _IIter __end, _Predicate __pred) function in namespace:__parallel
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/headers/algorithm/
H A Dsynopsis.cc93 count_if(_IIter, _IIter, _Predicate);
/haiku-buildtools/gcc/libstdc++-v3/include/bits/
H A Dalgorithmfwd.h56 count_if
230 // count_if
628 count_if(_IIter, _IIter, _Predicate);
H A Dstl_algo.h199 // count_if
3982 count_if(_InputIterator __first, _InputIterator __last, _Predicate __pred) function

Completed in 105 milliseconds