Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/googletest/src/matchers/
Dbool_matcher.rs32 pub struct BoolMatcher { struct
36 impl BoolMatcher { argument
49 impl Matcher<bool> for BoolMatcher { implementation
59 impl<'a> Matcher<&'a bool> for BoolMatcher { implementation