Home
last modified time | relevance | path

Searched defs:explain_match (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/matchers/
Dchar_count_matcher.rs92 fn explain_match(&self, actual: &T) -> Description { in explain_match() method
145 fn explain_match(&self, _: &T) -> Description { in char_count_explains_match() method
Dproperty_matcher.rs182 fn explain_match(&self, actual: &OuterT) -> Description { in explain_match() function
233 fn explain_match(&self, actual: &OuterT) -> Description { in explain_match() method
Dlen_matcher.rs86 fn explain_match(&self, actual: &T) -> Description { in explain_match() function
193 fn explain_match(&self, _: &T) -> Description { in len_matcher_explain_match() method
Dunordered_elements_are_matcher.rs418 fn explain_match(&self, actual: &ContainerT) -> Description { in explain_match() function
495 fn explain_match(&self, actual: &ContainerT) -> Description { in explain_match() function
Dis_matcher.rs67 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method
Dpointwise_matcher.rs195 fn explain_match(&self, actual: &ContainerT) -> Description { in explain_match() function
Delements_are_matcher.rs139 fn explain_match(&self, actual: &ContainerT) -> Description { in explain_match() function
Dnot_matcher.rs57 fn explain_match(&self, actual: &T) -> Description { in explain_match() method
Dpoints_to_matcher.rs63 fn explain_match(&self, actual: &ActualT) -> Description { in explain_match() function
Ddisjunction_matcher.rs52 fn explain_match(&self, actual: &M1::ActualT) -> Description { in explain_match() function
Dfield_matcher.rs182 fn explain_match(&self, actual: &OuterT) -> Description { in explain_match() method
Deq_deref_of_matcher.rs87 fn explain_match(&self, actual: &ActualT) -> Description { in explain_match() function
Dsome_matcher.rs57 fn explain_match(&self, actual: &Option<T>) -> Description { in explain_match() method
Dis_encoded_string_matcher.rs93 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() function
Dall_matcher.rs105 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method
Dany_matcher.rs99 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method
Dstr_matcher.rs311 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
Ddisplay_matcher.rs46 fn explain_match(&self, actual: &T) -> Description { in explain_match() method
Dconjunction_matcher.rs52 fn explain_match(&self, actual: &M1::ActualT) -> Description { in explain_match() function
Dhas_entry_matcher.rs91 fn explain_match(&self, actual: &HashMap<KeyT, ValueT>) -> Description { in explain_match() method
Dok_matcher.rs62 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method
Derr_matcher.rs62 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method
Deach_matcher.rs95 fn explain_match(&self, actual: &ActualT) -> Description { in explain_match() function
Dsubset_of_matcher.rs118 fn explain_match(&self, actual: &ActualT) -> Description { in explain_match() function
/aosp_15_r20/external/rust/android-crates-io/crates/googletest/src/
Dmatcher.rs136 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method

12