HomeSort by relevance Sort by last modified time
    Searched full:none_of (Results 1 - 20 of 20) sorted by null

  /external/libcxx/test/std/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),
  /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.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-linux-glibc2.15-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/current/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 559 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
578 { return !std::none_of(__first, __last, __pred); }
620 return std::none_of(__first, __last, __pred);
630 * and @p none_of(mid, __last, __pred) are both true.
    [all...]
  /external/libcxx/include/
algorithm 32 none_of(InputIterator first, InputIterator last, Predicate pred);
832 // none_of
837 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
algorithm 32 none_of(InputIterator first, InputIterator last, Predicate pred);
830 // none_of
835 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred)
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
algorithm 32 none_of(InputIterator first, InputIterator last, Predicate pred);
830 // none_of
835 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred)
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp     [all...]
  /external/clang/test/
cxx-sections.data     [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp     [all...]
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.cpp     [all...]
  /ndk/tests/device/test-libc++-shared-full/jni/
Android.mk 208 $(call gen-test, algorithms/alg.nonmodifying/alg.none_of/none_of)
    [all...]
  /ndk/tests/device/test-libc++-static-full/jni/
Android.mk 199 $(call gen-test, algorithms/alg.nonmodifying/alg.none_of/none_of)
    [all...]

Completed in 858 milliseconds