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

1 2

  /external/libcxx/test/algorithms/alg.nonmodifying/alg.find/
find_if_not.pass.cpp 15 // find_if_not(Iter first, Iter last, Pred pred);
27 input_iterator<const int*> r = std::find_if_not(input_iterator<const int*>(ia),
31 r = std::find_if_not(input_iterator<const int*>(ia),
Android.mk 27 test_name := algorithms/alg.nonmodifying/alg.find/find_if_not
28 test_src := find_if_not.pass.cpp
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.find/
find_if_not.pass.cpp 15 // find_if_not(Iter first, Iter last, Pred pred);
27 input_iterator<const int*> r = std::find_if_not(input_iterator<const int*>(ia),
31 r = std::find_if_not(input_iterator<const int*>(ia),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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/5/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/6/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/7/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/8/sources/cxx-stl/gnu-libstdc++/4.4.3/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/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 63 find_if_not (C++0x)
262 find_if_not(_IIter, _IIter, _Predicate);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
algorithmfwd.h 65 find_if_not (C++0x)
264 find_if_not(_IIter, _IIter, _Predicate);
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/
algorithmfwd.h 65 find_if_not (C++0x)
264 find_if_not(_IIter, _IIter, _Predicate);
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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 65 find_if_not (C++0x)
264 find_if_not(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 65 find_if_not (C++0x)
264 find_if_not(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 65 find_if_not (C++0x)
264 find_if_not(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 65 find_if_not (C++0x)
264 find_if_not(_IIter, _IIter, _Predicate);
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 1310 milliseconds

1 2