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

  /ndk/sources/cxx-stl/llvm-libc++/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/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/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/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/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/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
algorithmfwd.h 89 none_of (C++0x)
430 none_of(_IIter, _IIter, _Predicate);
stl_algo.h 772 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
791 { return !std::none_of(__first, __last, __pred); }
832 return std::none_of(__first, __last, __pred);
842 * and @p none_of(mid, __last, __pred) are both true.
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/
algorithm 32 none_of(InputIterator first, InputIterator last, Predicate pred);
773 // none_of
778 none_of(_InputIterator __first, _InputIterator __last, _Predicate __pred)
    [all...]
  /external/clang/test/
cxx-sections.data     [all...]

Completed in 986 milliseconds