Home
last modified time | relevance | path

Searched defs:all_of (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/cxx11/
Dall_of.hpp31 BOOST_CXX14_CONSTEXPR bool all_of ( InputIterator first, InputIterator last, Predicate p ) in all_of() function
47 BOOST_CXX14_CONSTEXPR bool all_of ( const Range &r, Predicate p ) in all_of() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__algorithm/
Dall_of.h23 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in all_of() function
Dpstl_any_all_none_of.h101 all_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred… in all_of() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__algorithm/
Dall_of.h23 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in all_of() function
Dpstl_any_all_none_of.h101 all_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred… in all_of() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__algorithm/
Dall_of.h23 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in all_of() function
Dpstl_any_all_none_of.h98 all_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred… in all_of() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__algorithm/
H A Dall_of.h23 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in all_of() function
H A Dpstl_any_all_none_of.h101 all_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred… in all_of() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__algorithm/
Dall_of.h23 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in all_of() function
Dpstl_any_all_none_of.h101 all_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred… in all_of() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__algorithm/
Dall_of.h35 all_of(_InputIterator __first, _InputIterator __last, _Predicate __pred) { in all_of() function
Dpstl.h56 all_of(_ExecutionPolicy&& __policy, _ForwardIterator __first, _ForwardIterator __last, _Pred __pred… in all_of() function
/aosp_15_r20/external/llvm-libc/src/__support/CPP/
H A Dalgorithm.h40 LIBC_INLINE constexpr bool all_of(InputIt first, InputIt last, UnaryPred p) { in all_of() function
/aosp_15_r20/external/cronet/base/
H A Dparameter_pack.h24 inline constexpr bool all_of(std::initializer_list<bool> ilist) { in all_of() function
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/util/
H A Dalgorithm.hpp174 all_of(F &&f, Rs &&... rs) { in all_of() function