HomeSort by relevance Sort by last modified time
    Searched defs:find_if (Results 1 - 13 of 13) 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)
  /bionic/linker/
linked_list.h 183 T* find_if(F predicate) const { function in class:LinkedList
  /system/security/keystore/
auth_token_table.cpp 33 typename Container::iterator find_if(Container& container, Predicate pred) { function in namespace:keymaster
34 return std::find_if(container.begin(), container.end(), pred);
110 auto matching_op = find_if(
168 auto found = find_if(entries_, [&](Entry& e) { return e.token()->challenge == op_handle; });
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 214 _InputIter find_if(_InputIter __first, _InputIter __last, function
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_algobase.c 214 _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/
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/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/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/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/parallel/
algo.h 178 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
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 144 /// 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); }
4456 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 144 /// 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); }
4456 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 144 /// 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); }
4456 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 195 // find_if
560 { return __last == _GLIBCXX_STD_A::find_if(__first, __last, __pred); }
3828 find_if(_InputIterator __first, _InputIterator __last, function
    [all...]

Completed in 895 milliseconds