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

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
find_if.hpp 13 // $Id: find_if.hpp 49274 2008-10-11 07:22:05Z agurtovoy $
26 BOOST_MPL_AUX_COMMON_NAME_WKND(find_if)
32 struct find_if struct in namespace:boost::mpl
43 BOOST_MPL_AUX_LAMBDA_SUPPORT(2,find_if,(Sequence,Predicate))
46 BOOST_MPL_AUX_NA_SPEC(2,find_if)
  /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/ndk/9/sources/cxx-stl/EH/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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
algo.h 176 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
    [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...]
  /prebuilts/ndk/9/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/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algo.h 138 /// This is an overload used by find_if() for the Input Iterator case.
197 /// This is an overload used by find_if() for the RAI case.
333 // find_if
771 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
4479 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]

Completed in 577 milliseconds