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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 251 /// This is an overload used by find_if_not() for the Input Iterator case.
262 /// This is an overload used by find_if_not() for the RAI case.
320 /// Like find_if_not(), but uses and updates a count of the
730 { return __last == std::find_if_not(__first, __last, __pred); }
779 find_if_not(_InputIterator __first, _InputIterator __last, function
805 __first = std::find_if_not(__first, __last, __pred);
    [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 251 /// This is an overload used by find_if_not() for the Input Iterator case.
262 /// This is an overload used by find_if_not() for the RAI case.
320 /// Like find_if_not(), but uses and updates a count of the
730 { return __last == std::find_if_not(__first, __last, __pred); }
779 find_if_not(_InputIterator __first, _InputIterator __last, function
805 __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/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_algo.h 251 /// This is an overload used by find_if_not() for the Input Iterator case.
262 /// This is an overload used by find_if_not() for the RAI case.
320 /// Like find_if_not(), but uses and updates a count of the
730 { return __last == std::find_if_not(__first, __last, __pred); }
779 find_if_not(_InputIterator __first, _InputIterator __last, function
805 __first = std::find_if_not(__first, __last, __pred);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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...]
  /prebuilts/ndk/9/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/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 176 /// Like find_if_not(), but uses and updates a count of the
509 { return __last == std::find_if_not(__first, __last, __pred); }
558 find_if_not(_InputIterator __first, _InputIterator __last, function
585 __first = std::find_if_not(__first, __last, __pred);
    [all...]

Completed in 792 milliseconds