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

12

/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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.h959 count_if(InputIterator begin, InputIterator end, Predicate pred, function in namespace:std::__parallel
961 { return _GLIBCXX_STD_P::count_if(begin, end, pred); }
963 // Parallel count_if for random access iterators
993 return count_if(begin, end, pred, __gnu_parallel::sequential_tag());
1001 { return count_if(begin, end, pred, __gnu_parallel::sequential_tag()); }
1006 count_if(InputIterator begin, InputIterator end, Predicate pred, function in namespace:std::__parallel
1017 count_if(InputIterator begin, InputIterator end, Predicate pred) function in namespace:std::__parallel
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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
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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/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
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/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_algo.h65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_algo.h65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_algo.h65 // count_if
68 count_if(_InputIter __first, _InputIter __last, _Predicate __pred) { function
115 count_if(_InputIter __first, _InputIter __last, _Predicate __pred, _Size& __n) { function
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
H A Dalgorithmfwd.h52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
H A Dalgorithmfwd.h54 count_if
228 // count_if
600 count_if(_IIter, _IIter, _Predicate);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
H A Dalgorithmfwd.h54 count_if
228 // count_if
600 count_if(_IIter, _IIter, _Predicate);
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dalgorithmfwd.h52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dalgorithmfwd.h52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dalgorithmfwd.h52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
H A Dalgorithmfwd.h52 count_if
225 // count_if
589 count_if(_IIter, _IIter, _Predicate);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dalgorithmfwd.h54 count_if
228 // count_if
600 count_if(_IIter, _IIter, _Predicate);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
H A Dalgorithmfwd.h56 count_if
230 // count_if
611 count_if(_IIter, _IIter, _Predicate);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
H A Dalgorithmfwd.h54 count_if
228 // count_if
600 count_if(_IIter, _IIter, _Predicate);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
H A Dalgorithmfwd.h54 count_if
228 // count_if
600 count_if(_IIter, _IIter, _Predicate);

Completed in 162 milliseconds

12