Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dpredicate_matcher.rs53 impl<T, P> PredicateMatcher<T, P, NoDescription, NoDescription> { impl
86 pub struct PredicateMatcher<T: ?Sized, P, D1, D2> { struct
93 /// A trait to allow [`PredicateMatcher::with_description`] to accept multiple argument
127 impl<T: Debug, P> Matcher for PredicateMatcher<T, P, NoDescription, NoDescription> implementation
145 impl<T: Debug, P, D1: PredicateDescription, D2: PredicateDescription> Matcher