Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/googletest/src/
Dmatcher.rs20 use crate::matchers::__internal_unstable_do_not_depend_on_these::DisjunctionMatcher;
215 fn or<Right>(self, right: Right) -> DisjunctionMatcher<Self, Right> in or()
219 DisjunctionMatcher::new(self, right) in or()
/external/rust/android-crates-io/crates/googletest/src/matchers/
Ddisjunction_matcher.rs39 pub struct DisjunctionMatcher<M1, M2> { struct
44 impl<M1, M2> DisjunctionMatcher<M1, M2> { argument
50 impl<T: Debug + Copy, M1: Matcher<T>, M2: Matcher<T>> Matcher<T> for DisjunctionMatcher<M1, M2> { implementation
Dany_matcher.rs76 …$crate::matchers::__internal_unstable_do_not_depend_on_these::DisjunctionMatcher::new(auto_eq!($he…
81 …$crate::matchers::__internal_unstable_do_not_depend_on_these::DisjunctionMatcher::new(auto_eq!($he…
Dmod.rs112 pub use super::disjunction_matcher::DisjunctionMatcher;