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

  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /external/clang/test/
cxx-sections.data     [all...]

Completed in 212 milliseconds