HomeSort by relevance Sort by last modified time
    Searched defs:any_of (Results 1 - 8 of 8) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
base.hpp 241 /// Similar to std::any_of, but it accepts functions of an
246 any_of(F op, It0 it0, It0 end0, Its... its) { function in namespace:clover
  /external/llvm/include/llvm/ADT/
STLExtras.h 378 /// Provide wrappers to std::any_of which take ranges instead of having to pass
381 bool any_of(R &&Range, UnaryPredicate &&P) { function in namespace:llvm
382 return std::any_of(Range.begin(), Range.end(),
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 764 any_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_algo.h 764 any_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_algo.h 764 any_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 577 any_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 577 any_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_algo.h 577 any_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) function
    [all...]

Completed in 1654 milliseconds