Home
last modified time | relevance | path

Searched refs:FindIf (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/hana/include/boost/hana/
Dfind_if.hpp39 using FindIf = BOOST_HANA_DISPATCH_IF(find_if_impl<S>, in operator ()() typedef
48 return FindIf::apply(static_cast<Xs&&>(xs), static_cast<Pred&&>(pred)); in operator ()()
/third_party/boost/boost/hana/
Dfind_if.hpp39 using FindIf = BOOST_HANA_DISPATCH_IF(find_if_impl<S>, in operator ()() typedef
48 return FindIf::apply(static_cast<Xs&&>(xs), static_cast<Pred&&>(pred)); in operator ()()
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
Dcontainer_test.cc110 TEST_F(NonMutatingTest, FindIf) { absl::c_find_if(container_, Predicate); } in TEST_F() argument
/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc110 TEST_F(NonMutatingTest, FindIf) { absl::c_find_if(container_, Predicate); } in TEST_F() argument