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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
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/5/sources/cxx-stl/gnu-libstdc++/include/bits/
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/6/sources/cxx-stl/gnu-libstdc++/include/bits/
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/7/sources/cxx-stl/gnu-libstdc++/include/bits/
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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
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/
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/
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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_algo.h 247 /// This is an overload used by find_if_not() for the Input Iterator case.
258 /// This is an overload used by find_if_not() for the RAI case.
316 /// Like find_if_not(), but uses and updates a count of the
756 { return __last == std::find_if_not(__first, __last, __pred); }
805 find_if_not(_InputIterator __first, _InputIterator __last, function
831 __first = std::find_if_not(__first, __last, __pred);
    [all...]

Completed in 960 milliseconds