Home
last modified time | relevance | path

Searched defs:MatcherResult (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/
Dmatcher.rs35 fn matches(&self, actual: &Self::ActualT) -> MatcherResult; in matches()
239 pub enum MatcherResult { enum
246 impl From<bool> for MatcherResult { implementation
258 impl MatcherResult { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dchar_count_matcher.rs73 fn matches(&self, actual: &T) -> MatcherResult { in matches()
137 fn matches(&self, _: &T) -> MatcherResult { in char_count_explains_match()
Dproperty_matcher.rs169 fn matches(&self, actual: &OuterT) -> MatcherResult { in matches()
220 fn matches(&self, actual: &OuterT) -> MatcherResult { in matches()
Dlen_matcher.rs70 fn matches(&self, actual: &T) -> MatcherResult { in matches()
185 fn matches(&self, _: &T) -> MatcherResult { in len_matcher_explain_match()
Dpredicate_matcher.rs133 fn matches(&self, actual: &T) -> MatcherResult { in matches()
152 fn matches(&self, actual: &T) -> MatcherResult { in matches()
Dtuple_matcher.rs35 fn matches(&self, _: &Self::ActualT) -> MatcherResult { in matches()
Dunordered_elements_are_matcher.rs413 fn matches(&self, actual: &ContainerT) -> MatcherResult { in matches()
490 fn matches(&self, actual: &ContainerT) -> MatcherResult { in matches()
Dis_nan_matcher.rs32 fn matches(&self, actual: &T) -> MatcherResult { in matches()
Danything_matcher.rs44 fn matches(&self, _: &T) -> MatcherResult { in matches()
Dnone_matcher.rs46 fn matches(&self, actual: &Option<T>) -> MatcherResult { in matches()
Dempty_matcher.rs70 fn matches(&self, actual: &T) -> MatcherResult { in matches()
Dis_matcher.rs46 fn matches(&self, actual: &Self::ActualT) -> MatcherResult { in matches()
Dpointwise_matcher.rs181 fn matches(&self, actual: &ContainerT) -> MatcherResult { in matches()
Delements_are_matcher.rs125 fn matches(&self, actual: &ContainerT) -> MatcherResult { in matches()
Dnot_matcher.rs50 fn matches(&self, actual: &T) -> MatcherResult { in matches()
Dpoints_to_matcher.rs59 fn matches(&self, actual: &ActualT) -> MatcherResult { in matches()
Ddisjunction_matcher.rs45 fn matches(&self, actual: &M1::ActualT) -> MatcherResult { in matches()
Dfield_matcher.rs174 fn matches(&self, actual: &OuterT) -> MatcherResult { in matches()
Dcontains_regex_matcher.rs77 fn matches(&self, actual: &ActualT) -> MatcherResult { in matches()
Deq_deref_of_matcher.rs76 fn matches(&self, actual: &ActualT) -> MatcherResult { in matches()
Dsome_matcher.rs53 fn matches(&self, actual: &Option<T>) -> MatcherResult { in matches()
Dis_encoded_string_matcher.rs72 fn matches(&self, actual: &Self::ActualT) -> MatcherResult { in matches()
Dall_matcher.rs93 fn matches(&self, actual: &Self::ActualT) -> MatcherResult { in matches()
Dany_matcher.rs95 fn matches(&self, actual: &Self::ActualT) -> MatcherResult { in matches()
Dstr_matcher.rs303 fn matches(&self, actual: &ActualT) -> MatcherResult { in matches()
471 fn describe(&self, matcher_result: MatcherResult, expected: &str) -> Description { in describe()

12