Searched defs:PropertyMatcher (Results 1 – 1 of 1) sorted by relevance
| /external/rust/crates/googletest/src/matchers/ |
| D | property_matcher.rs | 153 struct PropertyMatcher<OuterT, ExtractorT, MatcherT> { struct 154 extractor: ExtractorT, 155 property_desc: &'static str, 156 inner: MatcherT, 157 phantom: PhantomData<OuterT>, 160 …impl<InnerT, OuterT, ExtractorT, MatcherT> Matcher for PropertyMatcher<OuterT, ExtractorT, Matcher… implementation
|