Searched defs:find_if (Results 1 - 20 of 20) sorted by relevance

/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_algobase.c214 _InputIter find_if(_InputIter __first, _InputIter __last, function
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
H A D_algobase.c214 _InputIter find_if(_InputIter __first, _InputIter __last, function
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
H A D_algobase.c214 _InputIter find_if(_InputIter __first, _InputIter __last, function
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
H A D_algobase.c214 _InputIter find_if(_InputIter __first, _InputIter __last, function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/parallel/
H A Dalgo.h176 find_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
178 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
185 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
187 // Parallel find_if for random access iterators
198 return _GLIBCXX_STD_A::find_if(__begin, __end, __pred);
204 find_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/parallel/
H A Dalgo.h176 find_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
178 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
185 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
187 // Parallel find_if for random access iterators
198 return _GLIBCXX_STD_A::find_if(__begin, __end, __pred);
204 find_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.h176 find_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
178 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
185 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
187 // Parallel find_if for random access iterators
198 return _GLIBCXX_STD_A::find_if(__begin, __end, __pred);
204 find_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.h176 find_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
178 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
185 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
187 // Parallel find_if for random access iterators
198 return _GLIBCXX_STD_A::find_if(__begin, __end, __pred);
204 find_if(_IIter __begin, _IIter __end, _Predicate __pred) function in namespace:__parallel
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dalgo.h177 find_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
179 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
186 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
188 // Parallel find_if for random access iterators
199 return _GLIBCXX_STD_A::find_if(__begin, __end, __pred);
205 find_if(_IIter __begin, _IIter __end, _Predicate __pred) function in namespace:__parallel
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dalgo.h178 find_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
180 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
187 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
189 // Parallel find_if for random access iterators
200 return _GLIBCXX_STD_A::find_if(__begin, __end, __pred);
206 find_if(_IIter __begin, _IIter __end, _Predicate __pred) function in namespace:__parallel
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dalgo.h177 find_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
179 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
186 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
188 // Parallel find_if for random access iterators
199 return _GLIBCXX_STD_A::find_if(__begin, __end, __pred);
205 find_if(_IIter __begin, _IIter __end, _Predicate __pred) function in namespace:__parallel
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
H A Dalgo.h177 find_if(_IIter __begin, _IIter __end, _Predicate __pred, function in namespace:__parallel
179 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
186 { return _GLIBCXX_STD_A::find_if(__begin, __end, __pred); }
188 // Parallel find_if for random access iterators
199 return _GLIBCXX_STD_A::find_if(__begin, __end, __pred);
205 find_if(_IIter __begin, _IIter __end, _Predicate __pred) function in namespace:__parallel
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_algo.h144 /// This is an overload used by find_if() for the Input Iterator case.
203 /// This is an overload used by find_if() for the RAI case.
339 // find_if
747 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
1144 __first = _GLIBCXX_STD_A::find_if(__first, __last, __pred);
4337 if (__scan != _GLIBCXX_STD_A::find_if(__first1, __scan,
4456 find_if(_InputIterator __first, _InputIterator __last, function
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dstl_algo.h144 /// This is an overload used by find_if() for the Input Iterator case.
203 /// This is an overload used by find_if() for the RAI case.
339 // find_if
747 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
1144 __first = _GLIBCXX_STD_A::find_if(__first, __last, __pred);
4337 if (__scan != _GLIBCXX_STD_A::find_if(__first1, __scan,
4456 find_if(_InputIterator __first, _InputIterator __last, function
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dstl_algo.h144 /// This is an overload used by find_if() for the Input Iterator case.
203 /// This is an overload used by find_if() for the RAI case.
339 // find_if
747 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
1144 __first = _GLIBCXX_STD_A::find_if(__first, __last, __pred);
4337 if (__scan != _GLIBCXX_STD_A::find_if(__first1, __scan,
4456 find_if(_InputIterator __first, _InputIterator __last, 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.h144 /// This is an overload used by find_if() for the Input Iterator case.
203 /// This is an overload used by find_if() for the RAI case.
339 // find_if
747 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
1144 __first = _GLIBCXX_STD_A::find_if(__first, __last, __pred);
4337 if (__scan != _GLIBCXX_STD_A::find_if(__first1, __scan,
4456 find_if(_InputIterator __first, _InputIterator __last, function
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_algo.h195 // find_if
560 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
3829 find_if(_InputIterator __first, _InputIterator __last, function
/prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_algo.h195 // find_if
560 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
3828 find_if(_InputIterator __first, _InputIterator __last, function
/prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_algo.h195 // find_if
560 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
3829 find_if(_InputIterator __first, _InputIterator __last, function
/prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
H A Dstl_algo.h195 // find_if
560 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
3829 find_if(_InputIterator __first, _InputIterator __last, function

Completed in 1524 milliseconds