Home
last modified time | relevance | path

Searched refs:PropertyRefMatcher (Results 1 – 1 of 1) sorted by relevance

/external/rust/android-crates-io/crates/googletest/src/matchers/
Dproperty_matcher.rs302 ) -> PropertyRefMatcher<ExtractorT, MatcherT> in property_ref_matcher()
309 PropertyRefMatcher { extractor, property_desc, inner } in property_ref_matcher()
313 pub struct PropertyRefMatcher<ExtractorT, MatcherT> { struct
324 > Matcher<OuterT> for PropertyRefMatcher<ExtractorT, MatcherT>