Searched defs:count_if (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/parallel/
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
992 return count_if(__begin, __end, __pred,
1001 { return count_if(__begin, __end, __pred,
1007 count_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
1018 count_if(_IIter __begin, _IIter __end, _Predicate __pred) function in namespace:__parallel
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/parallel/
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
992 return count_if(__begin, __end, __pred,
1001 { return count_if(__begin, __end, __pred,
1007 count_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
1018 count_if(_IIter __begin, _IIter __end, _Predicate __pred) function in namespace:__parallel
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/parallel/
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
992 return count_if(__begin, __end, __pred,
1001 { return count_if(__begin, __end, __pred,
1007 count_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
1018 count_if(_IIter __begin, _IIter __end, _Predicate __pred) function in namespace:__parallel
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_algo.h343 // count_if
4341 auto __matches = std::count_if(__first2, __last2,
4344 || std::count_if(__scan, __last1,
4647 count_if(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_algo.h343 // count_if
4341 auto __matches = std::count_if(__first2, __last2,
4344 || std::count_if(__scan, __last1,
4647 count_if(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dstl_algo.h343 // count_if
4341 auto __matches = std::count_if(__first2, __last2,
4344 || std::count_if(__scan, __last1,
4647 count_if(_InputIterator __first, _InputIterator __last, _Predicate __pred) function

Completed in 223 milliseconds