HomeSort by relevance Sort by last modified time
    Searched refs:find_if (Results 51 - 75 of 82) sorted by null

1 23 4

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 62 find_if
257 // find_if
624 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.
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/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 60 find_if
261 // find_if
613 find_if(_IIter, _IIter, _Predicate);
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/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 60 find_if
261 // find_if
613 find_if(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 60 find_if
261 // find_if
613 find_if(_IIter, _IIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algorithmfwd.h 158 find_if(_IIter, _IIter, _Predicate, __gnu_parallel::sequential_tag);
162 find_if(_IIter, _IIter, _Predicate);
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...]
  /external/chromium/chrome/browser/autofill/
personal_data_manager.cc 58 return std::find_if(
  /external/chromium/chrome/browser/
enumerate_modules_model_win.cc 560 iter = std::find_if(enumerated_modules_->begin(),
    [all...]
  /external/oprofile/gui/
oprof_start.cpp 1070 return *(find_if(v_events.begin(), v_events.end(), event_name_eq(name)));
  /external/stlport/src/
num_put_float.cpp 763 return find_if(buf.begin(), buf.end(), GroupPos()) - buf.begin();
    [all...]
  /external/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);
  /ndk/sources/cxx-stl/stlport/src/
num_put_float.cpp 763 return find_if(buf.begin(), buf.end(), GroupPos()) - buf.begin();
    [all...]
  /ndk/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/android-ndk-r5/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/android-ndk-r6/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/android-ndk-r7/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/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/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...]

Completed in 369 milliseconds

1 23 4