Home
last modified time | relevance | path

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

/external/rust/crates/googletest/src/matchers/
Dproperty_matcher.rs153 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