HomeSort by relevance Sort by last modified time
    Searched defs:find_if (Results 1 - 16 of 16) sorted by null

  /external/stlport/stlport/stl/
_algobase.c 214 _InputIter find_if(_InputIter __first, _InputIter __last, function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 214 _InputIter find_if(_InputIter __first, _InputIter __last, function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 214 _InputIter find_if(_InputIter __first, _InputIter __last, function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 214 _InputIter find_if(_InputIter __first, _InputIter __last, function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 214 _InputIter find_if(_InputIter __first, _InputIter __last, function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 214 _InputIter find_if(_InputIter __first, _InputIter __last, function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algo.h 175 find_if(InputIterator begin, InputIterator end, Predicate pred, function in namespace:std::__parallel
177 { return _GLIBCXX_STD_P::find_if(begin, end, pred); }
184 { return _GLIBCXX_STD_P::find_if(begin, end, pred); }
186 // Parallel find_if for random access iterators
197 return _GLIBCXX_STD_P::find_if(begin, end, pred);
203 find_if(InputIterator begin, InputIterator end, Predicate pred) function in namespace:std::__parallel
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
stl_algo.h 188 /// This is an overload used by find_if() for the Input Iterator case.
247 /// This is an overload used by find_if() for the RAI case.
362 // find_if
798 { return __last == _GLIBCXX_STD_P::find_if(__first, __last, __pred); }
4281 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 188 /// This is an overload used by find_if() for the Input Iterator case.
247 /// This is an overload used by find_if() for the RAI case.
362 // find_if
798 { return __last == _GLIBCXX_STD_P::find_if(__first, __last, __pred); }
4281 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 188 /// This is an overload used by find_if() for the Input Iterator case.
247 /// This is an overload used by find_if() for the RAI case.
362 // find_if
798 { return __last == _GLIBCXX_STD_P::find_if(__first, __last, __pred); }
4281 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_algo.h 188 /// This is an overload used by find_if() for the Input Iterator case.
247 /// This is an overload used by find_if() for the RAI case.
362 // find_if
798 { return __last == _GLIBCXX_STD_P::find_if(__first, __last, __pred); }
4281 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_algo.h 188 /// This is an overload used by find_if() for the Input Iterator case.
247 /// This is an overload used by find_if() for the RAI case.
362 // find_if
798 { return __last == _GLIBCXX_STD_P::find_if(__first, __last, __pred); }
4281 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_algo.h 140 /// This is an overload used by find_if() for the Input Iterator case.
199 /// This is an overload used by find_if() for the RAI case.
314 // find_if
783 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
4454 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_algo.h 140 /// This is an overload used by find_if() for the Input Iterator case.
199 /// This is an overload used by find_if() for the RAI case.
314 // find_if
783 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
4454 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_algo.h 140 /// This is an overload used by find_if() for the Input Iterator case.
199 /// This is an overload used by find_if() for the RAI case.
314 // find_if
783 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
4454 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 140 /// This is an overload used by find_if() for the Input Iterator case.
199 /// This is an overload used by find_if() for the RAI case.
335 // find_if
773 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
4481 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]

Completed in 387 milliseconds