/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/ |
D | matcher.rs | 35 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/ |
D | char_count_matcher.rs | 73 fn matches(&self, actual: &T) -> MatcherResult { in matches() 137 fn matches(&self, _: &T) -> MatcherResult { in char_count_explains_match()
|
D | property_matcher.rs | 169 fn matches(&self, actual: &OuterT) -> MatcherResult { in matches() 220 fn matches(&self, actual: &OuterT) -> MatcherResult { in matches()
|
D | len_matcher.rs | 70 fn matches(&self, actual: &T) -> MatcherResult { in matches() 185 fn matches(&self, _: &T) -> MatcherResult { in len_matcher_explain_match()
|
D | predicate_matcher.rs | 133 fn matches(&self, actual: &T) -> MatcherResult { in matches() 152 fn matches(&self, actual: &T) -> MatcherResult { in matches()
|
D | tuple_matcher.rs | 35 fn matches(&self, _: &Self::ActualT) -> MatcherResult { in matches()
|
D | unordered_elements_are_matcher.rs | 413 fn matches(&self, actual: &ContainerT) -> MatcherResult { in matches() 490 fn matches(&self, actual: &ContainerT) -> MatcherResult { in matches()
|
D | is_nan_matcher.rs | 32 fn matches(&self, actual: &T) -> MatcherResult { in matches()
|
D | anything_matcher.rs | 44 fn matches(&self, _: &T) -> MatcherResult { in matches()
|
D | none_matcher.rs | 46 fn matches(&self, actual: &Option<T>) -> MatcherResult { in matches()
|
D | empty_matcher.rs | 70 fn matches(&self, actual: &T) -> MatcherResult { in matches()
|
D | is_matcher.rs | 46 fn matches(&self, actual: &Self::ActualT) -> MatcherResult { in matches()
|
D | pointwise_matcher.rs | 181 fn matches(&self, actual: &ContainerT) -> MatcherResult { in matches()
|
D | elements_are_matcher.rs | 125 fn matches(&self, actual: &ContainerT) -> MatcherResult { in matches()
|
D | not_matcher.rs | 50 fn matches(&self, actual: &T) -> MatcherResult { in matches()
|
D | points_to_matcher.rs | 59 fn matches(&self, actual: &ActualT) -> MatcherResult { in matches()
|
D | disjunction_matcher.rs | 45 fn matches(&self, actual: &M1::ActualT) -> MatcherResult { in matches()
|
D | field_matcher.rs | 174 fn matches(&self, actual: &OuterT) -> MatcherResult { in matches()
|
D | contains_regex_matcher.rs | 77 fn matches(&self, actual: &ActualT) -> MatcherResult { in matches()
|
D | eq_deref_of_matcher.rs | 76 fn matches(&self, actual: &ActualT) -> MatcherResult { in matches()
|
D | some_matcher.rs | 53 fn matches(&self, actual: &Option<T>) -> MatcherResult { in matches()
|
D | is_encoded_string_matcher.rs | 72 fn matches(&self, actual: &Self::ActualT) -> MatcherResult { in matches()
|
D | all_matcher.rs | 93 fn matches(&self, actual: &Self::ActualT) -> MatcherResult { in matches()
|
D | any_matcher.rs | 95 fn matches(&self, actual: &Self::ActualT) -> MatcherResult { in matches()
|
D | str_matcher.rs | 303 fn matches(&self, actual: &ActualT) -> MatcherResult { in matches() 471 fn describe(&self, matcher_result: MatcherResult, expected: &str) -> Description { in describe()
|