Home
last modified time | relevance | path

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

/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
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__algorithm/
Dall_of.h23 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
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__algorithm/
Dall_of.h23 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
/external/cronet/tot/third_party/libc++/src/include/__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
/external/cronet/stable/third_party/libc++/src/include/__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
/external/cronet/stable/third_party/llvm-libc/src/src/__support/CPP/
Dalgorithm.h40 LIBC_INLINE constexpr bool all_of(InputIt first, InputIt last, UnaryPred p) { in all_of() function
/external/cronet/tot/third_party/llvm-libc/src/src/__support/CPP/
Dalgorithm.h40 LIBC_INLINE constexpr bool all_of(InputIt first, InputIt last, UnaryPred p) { in all_of() function
/external/llvm-libc/src/__support/CPP/
Dalgorithm.h42 LIBC_INLINE constexpr bool all_of(InputIt first, InputIt last, UnaryPred p) { in all_of() function
/external/cronet/stable/base/
Dparameter_pack.h24 inline constexpr bool all_of(std::initializer_list<bool> ilist) { in all_of() function
/external/cronet/tot/base/
Dparameter_pack.h24 inline constexpr bool all_of(std::initializer_list<bool> ilist) { in all_of() function
/external/mesa3d/src/gallium/frontends/clover/util/
Dalgorithm.hpp174 all_of(F &&f, Rs &&... rs) { in all_of() function