HomeSort by relevance Sort by last modified time
    Searched refs:find_if (Results 176 - 200 of 221) sorted by null

1 2 3 4 5 6 78 9

  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_algo.h 280 __first = find_if(__first, __last, __pred);
_algobase.h 665 // find and find_if. Note find may be expressed in terms of find_if if appropriate binder was available.
670 _InputIter find_if(_InputIter __first, _InputIter __last, _Predicate __pred);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 64 find_if
259 // find_if
635 find_if(_IIter, _IIter, _Predicate);
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/8/sources/cxx-stl/stlport/stlport/stl/
_algo.h 280 __first = find_if(__first, __last, __pred);
_algobase.h 665 // find and find_if. Note find may be expressed in terms of find_if if appropriate binder was available.
670 _InputIter find_if(_InputIter __first, _InputIter __last, _Predicate __pred);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_algo.h 280 __first = find_if(__first, __last, __pred);
_algobase.h 665 // find and find_if. Note find may be expressed in terms of find_if if appropriate binder was available.
670 _InputIter find_if(_InputIter __first, _InputIter __last, _Predicate __pred);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 64 find_if
259 // find_if
635 find_if(_IIter, _IIter, _Predicate);
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/
algorithmfwd.h 64 find_if
259 // find_if
635 find_if(_IIter, _IIter, _Predicate);
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/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 64 find_if
259 // find_if
635 find_if(_IIter, _IIter, _Predicate);
  /external/chromium_org/chrome/browser/history/
url_index_private_data.cc 388 HistoryInfoMap::iterator pos = std::find_if(
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
certificate_manager_handler.cc 115 // Struct to bind the Equals member function to an object for use in find_if.
128 return std::find_if(web_trust_certs.begin(), web_trust_certs.end(),
    [all...]
  /external/chromium_org/remoting/client/plugin/
chromoting_instance.cc 162 return std::find_if(begin, end, &IsVisiblePixel) != end;
    [all...]
  /external/chromium_org/win8/metro_driver/
chrome_app_view.cc 247 std::find_if(globals.host_windows.begin(), globals.host_windows.end(),
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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...]