Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dhas_entry_matcher.rs72 struct HasEntryMatcher<KeyT, ValueT, MatcherT> { struct
78 impl<KeyT: Debug + Eq + Hash, ValueT: Debug, MatcherT: Matcher<ActualT = ValueT>> Matcher
79 for HasEntryMatcher<KeyT, ValueT, MatcherT> argument