/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/ |
D | char_count_matcher.rs | 92 fn explain_match(&self, actual: &T) -> Description { in explain_match() method 145 fn explain_match(&self, _: &T) -> Description { in char_count_explains_match() method
|
D | property_matcher.rs | 182 fn explain_match(&self, actual: &OuterT) -> Description { in explain_match() function 233 fn explain_match(&self, actual: &OuterT) -> Description { in explain_match() method
|
D | len_matcher.rs | 86 fn explain_match(&self, actual: &T) -> Description { in explain_match() function 193 fn explain_match(&self, _: &T) -> Description { in len_matcher_explain_match() method
|
D | unordered_elements_are_matcher.rs | 418 fn explain_match(&self, actual: &ContainerT) -> Description { in explain_match() function 495 fn explain_match(&self, actual: &ContainerT) -> Description { in explain_match() function
|
D | is_matcher.rs | 67 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method
|
D | pointwise_matcher.rs | 195 fn explain_match(&self, actual: &ContainerT) -> Description { in explain_match() function
|
D | elements_are_matcher.rs | 139 fn explain_match(&self, actual: &ContainerT) -> Description { in explain_match() function
|
D | not_matcher.rs | 57 fn explain_match(&self, actual: &T) -> Description { in explain_match() method
|
D | points_to_matcher.rs | 63 fn explain_match(&self, actual: &ActualT) -> Description { in explain_match() function
|
D | disjunction_matcher.rs | 52 fn explain_match(&self, actual: &M1::ActualT) -> Description { in explain_match() function
|
D | field_matcher.rs | 182 fn explain_match(&self, actual: &OuterT) -> Description { in explain_match() method
|
D | eq_deref_of_matcher.rs | 87 fn explain_match(&self, actual: &ActualT) -> Description { in explain_match() function
|
D | some_matcher.rs | 57 fn explain_match(&self, actual: &Option<T>) -> Description { in explain_match() method
|
D | is_encoded_string_matcher.rs | 93 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() function
|
D | all_matcher.rs | 105 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method
|
D | any_matcher.rs | 99 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method
|
D | str_matcher.rs | 311 fn explain_match(&self, actual: &ActualT) -> Description { in explain_match() function 509 fn explain_match(&self, expected: &str, actual: &str) -> Description { in explain_match() method
|
D | display_matcher.rs | 46 fn explain_match(&self, actual: &T) -> Description { in explain_match() method
|
D | conjunction_matcher.rs | 52 fn explain_match(&self, actual: &M1::ActualT) -> Description { in explain_match() function
|
D | has_entry_matcher.rs | 91 fn explain_match(&self, actual: &HashMap<KeyT, ValueT>) -> Description { in explain_match() method
|
D | ok_matcher.rs | 62 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method
|
D | err_matcher.rs | 62 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method
|
D | each_matcher.rs | 95 fn explain_match(&self, actual: &ActualT) -> Description { in explain_match() function
|
D | subset_of_matcher.rs | 118 fn explain_match(&self, actual: &ActualT) -> Description { in explain_match() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/ |
D | matcher.rs | 136 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method
|