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

1 2

  /external/libcxx/test/algorithms/alg.nonmodifying/alg.none_of/
Android.mk 17 test_makefile := external/libcxx/test/algorithms/alg.nonmodifying/alg.none_of/Android.mk
19 test_name := algorithms/alg.nonmodifying/alg.none_of/none_of
20 test_src := none_of.pass.cpp
none_of.pass.cpp 14 // none_of(InputIterator first, InputIterator last, Predicate pred);
34 assert(std::none_of(input_iterator<const int*>(ia),
36 assert(std::none_of(input_iterator<const int*>(ia),
42 assert(std::none_of(input_iterator<const int*>(ia),
44 assert(std::none_of(input_iterator<const int*>(ia),
50 assert(std::none_of(input_iterator<const int*>(ia),
52 assert(std::none_of(input_iterator<const int*>(ia),
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.nonmodifying/alg.none_of/
none_of.pass.cpp 14 // none_of(InputIterator first, InputIterator last, Predicate pred);
34 assert(std::none_of(input_iterator<const int*>(ia),
36 assert(std::none_of(input_iterator<const int*>(ia),
42 assert(std::none_of(input_iterator<const int*>(ia),
44 assert(std::none_of(input_iterator<const int*>(ia),
50 assert(std::none_of(input_iterator<const int*>(ia),
52 assert(std::none_of(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 87 none_of (C++0x)
428 none_of(_IIter, _IIter, _Predicate);
stl_algo.h 782 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
800 { return !std::none_of(__first, __last, __pred); }
842 return std::none_of(__first, __last, __pred);
852 * and @p none_of(mid, last, pred) are both true.
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 85 none_of (C++0x)
423 none_of(_IIter, _IIter, _Predicate);
stl_algo.h 797 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
815 { return !std::none_of(__first, __last, __pred); }
857 return std::none_of(__first, __last, __pred);
867 * and @p none_of(mid, last, pred) are both true.
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 85 none_of (C++0x)
423 none_of(_IIter, _IIter, _Predicate);
stl_algo.h 797 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
815 { return !std::none_of(__first, __last, __pred); }
857 return std::none_of(__first, __last, __pred);
867 * and @p none_of(mid, last, pred) are both true.
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
algorithmfwd.h 85 none_of (C++0x)
423 none_of(_IIter, _IIter, _Predicate);
stl_algo.h 797 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
815 { return !std::none_of(__first, __last, __pred); }
857 return std::none_of(__first, __last, __pred);
867 * and @p none_of(mid, last, pred) are both true.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
algorithmfwd.h 85 none_of (C++0x)
423 none_of(_IIter, _IIter, _Predicate);
stl_algo.h 797 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
815 { return !std::none_of(__first, __last, __pred); }
857 return std::none_of(__first, __last, __pred);
867 * and @p none_of(mid, last, pred) are both true.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 87 none_of (C++0x)
428 none_of(_IIter, _IIter, _Predicate);
stl_algo.h 782 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
800 { return !std::none_of(__first, __last, __pred); }
842 return std::none_of(__first, __last, __pred);
852 * and @p none_of(mid, last, pred) are both true.
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
algorithmfwd.h 87 none_of (C++0x)
428 none_of(_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 89 none_of (C++0x)
430 none_of(_IIter, _IIter, _Predicate);
stl_algo.h 746 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
765 { return !std::none_of(__first, __last, __pred); }
806 return std::none_of(__first, __last, __pred);
816 * and @p none_of(mid, __last, __pred) are both true.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
algorithmfwd.h 89 none_of (C++0x)
430 none_of(_IIter, _IIter, _Predicate);
stl_algo.h 746 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
765 { return !std::none_of(__first, __last, __pred); }
806 return std::none_of(__first, __last, __pred);
816 * and @p none_of(mid, __last, __pred) are both true.
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 89 none_of (C++0x)
430 none_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 89 none_of (C++0x)
430 none_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
algorithmfwd.h 89 none_of (C++0x)
430 none_of(_IIter, _IIter, _Predicate);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
algorithmfwd.h 89 none_of (C++0x)
430 none_of(_IIter, _IIter, _Predicate);
stl_algo.h 525 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
544 { return !std::none_of(__first, __last, __pred); }
586 return std::none_of(__first, __last, __pred);
596 * and @p none_of(mid, __last, __pred) are both true.
    [all...]

Completed in 2711 milliseconds

1 2