Home
last modified time | relevance | path

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

/third_party/boost/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
/third_party/boost/libs/hana/include/boost/hana/fwd/
Dall_of.hpp38 constexpr auto all_of = [](auto&& xs, auto&& predicate) { in __anon3ee7547b0102() variable
/third_party/boost/boost/hana/fwd/
Dall_of.hpp38 constexpr auto all_of = [](auto&& xs, auto&& predicate) { in __anon13d074c80102() variable
/third_party/boost/boost/compute/algorithm/
Dall_of.hpp30 inline bool all_of(InputIterator first, in all_of() function
/third_party/boost/libs/compute/include/boost/compute/algorithm/
Dall_of.hpp30 inline bool all_of(InputIterator first, in all_of() function
/third_party/mesa3d/src/gallium/frontends/clover/util/
Dalgorithm.hpp174 all_of(F &&f, Rs &&... rs) { in all_of() function
/third_party/boost/boost/poly_collection/
Dalgorithm.hpp53 BOOST_POLY_COLLECTION_DEFINE_OVERLOAD_SET(std_all_of,std::all_of) in BOOST_POLY_COLLECTION_DEFINE_OVERLOAD_SET()