Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dpointwise_matcher.rs163 pub struct PointwiseMatcher<ContainerT: ?Sized, MatcherT> { struct
164 matchers: Vec<MatcherT>,
165 phantom: PhantomData<ContainerT>,
168 impl<ContainerT: ?Sized, MatcherT> PointwiseMatcher<ContainerT, MatcherT> { impl
174 impl<T: Debug, MatcherT: Matcher<ActualT = T>, ContainerT: ?Sized + Debug> Matcher