Home
last modified time | relevance | path

Searched defs:FindIf (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/
Dalgorithm.h48 auto FindIf(const Container& container, Predicate predicate) { in FindIf() function
/aosp_15_r20/frameworks/native/libs/ftl/
H A Dalgorithm_test.cpp38 TEST(Algorithm, FindIf) { in TEST() argument
/aosp_15_r20/external/cronet/net/base/
H A Dpriority_queue_unittest.cc226 TEST_P(PriorityQueueTest, FindIf) { in TEST_P() argument
H A Dpriority_queue.h328 Pointer FindIf(const base::RepeatingCallback<bool(T)>& pred) { in FindIf() function
/aosp_15_r20/external/pigweed/pw_containers/public/pw_containers/
H A Dalgorithm.h105 internal_algorithm::ContainerIter<C> FindIf(C& c, Pred&& pred) { in FindIf() function
/aosp_15_r20/external/pigweed/pw_containers/
H A Dalgorithm_test.cc99 TEST_F(NonMutatingTest, FindIf) { pw::containers::FindIf(span_, Predicate); } in TEST_F() argument
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc123 TEST_F(NonMutatingTest, FindIf) { absl::c_find_if(container_, Predicate); } in TEST_F() argument
1260 TEST(ConstexprTest, FindIf) { in TEST() argument
/aosp_15_r20/external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/algorithm/
H A Dcontainer_test.cc113 TEST_F(NonMutatingTest, FindIf) { absl::c_find_if(container_, Predicate); } in TEST_F() argument
/aosp_15_r20/external/openscreen/third_party/abseil/src/absl/algorithm/
H A Dcontainer_test.cc110 TEST_F(NonMutatingTest, FindIf) { absl::c_find_if(container_, Predicate); } in TEST_F() argument
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/algorithm/
Dcontainer_test.cc113 TEST_F(NonMutatingTest, FindIf) { absl::c_find_if(container_, Predicate); } in TEST_F() argument
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc113 TEST_F(NonMutatingTest, FindIf) { absl::c_find_if(container_, Predicate); } in TEST_F() argument
/aosp_15_r20/external/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc123 TEST_F(NonMutatingTest, FindIf) { absl::c_find_if(container_, Predicate); } in TEST_F() argument
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc116 TEST_F(NonMutatingTest, FindIf) { absl::c_find_if(container_, Predicate); } in TEST_F() argument
/aosp_15_r20/external/cronet/base/ranges/
H A Dalgorithm_unittest.cc212 TEST(RangesTest, FindIf) { in TEST() argument