HomeSort by relevance Sort by last modified time
    Searched refs:find_if_not (Results 1 - 12 of 12) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
algorithmfwd.h 61 find_if_not (C++0x)
266 find_if_not(_IIter, _IIter, _Predicate);
stl_algo.h 296 /// This is an overload used by find_if_not() for the Input Iterator case.
307 /// This is an overload used by find_if_not() for the RAI case.
781 { return __last == std::find_if_not(__first, __last, __pred); }
829 find_if_not(_InputIterator __first, _InputIterator __last, function
856 __first = std::find_if_not(__first, __last, __pred);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 63 find_if_not (C++0x)
262 find_if_not(_IIter, _IIter, _Predicate);
stl_algo.h 248 /// This is an overload used by find_if_not() for the Input Iterator case.
259 /// This is an overload used by find_if_not() for the RAI case.
766 { return __last == std::find_if_not(__first, __last, __pred); }
814 find_if_not(_InputIterator __first, _InputIterator __last, function
841 __first = std::find_if_not(__first, __last, __pred);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
algorithmfwd.h 63 find_if_not (C++0x)
262 find_if_not(_IIter, _IIter, _Predicate);
stl_algo.h 248 /// This is an overload used by find_if_not() for the Input Iterator case.
259 /// This is an overload used by find_if_not() for the RAI case.
766 { return __last == std::find_if_not(__first, __last, __pred); }
814 find_if_not(_InputIterator __first, _InputIterator __last, function
841 __first = std::find_if_not(__first, __last, __pred);
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 61 find_if_not (C++0x)
266 find_if_not(_IIter, _IIter, _Predicate);
stl_algo.h 296 /// This is an overload used by find_if_not() for the Input Iterator case.
307 /// This is an overload used by find_if_not() for the RAI case.
781 { return __last == std::find_if_not(__first, __last, __pred); }
829 find_if_not(_InputIterator __first, _InputIterator __last, function
856 __first = std::find_if_not(__first, __last, __pred);
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 61 find_if_not (C++0x)
266 find_if_not(_IIter, _IIter, _Predicate);
stl_algo.h 296 /// This is an overload used by find_if_not() for the Input Iterator case.
307 /// This is an overload used by find_if_not() for the RAI case.
781 { return __last == std::find_if_not(__first, __last, __pred); }
829 find_if_not(_InputIterator __first, _InputIterator __last, function
856 __first = std::find_if_not(__first, __last, __pred);
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 61 find_if_not (C++0x)
266 find_if_not(_IIter, _IIter, _Predicate);
stl_algo.h 296 /// This is an overload used by find_if_not() for the Input Iterator case.
307 /// This is an overload used by find_if_not() for the RAI case.
781 { return __last == std::find_if_not(__first, __last, __pred); }
829 find_if_not(_InputIterator __first, _InputIterator __last, function
856 __first = std::find_if_not(__first, __last, __pred);
    [all...]

Completed in 2527 milliseconds