Home
last modified time | relevance | path

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

12

/external/rust/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
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
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
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
Dnot_matcher.rs57 fn explain_match(&self, actual: &T) -> Description { in explain_match() method
Delements_are_matcher.rs139 fn explain_match(&self, actual: &ContainerT) -> Description { in explain_match() function
Ddisjunction_matcher.rs52 fn explain_match(&self, actual: &M1::ActualT) -> Description { in explain_match() function
Dpoints_to_matcher.rs63 fn explain_match(&self, actual: &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
Dany_matcher.rs99 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method
Dall_matcher.rs105 fn explain_match(&self, actual: &Self::ActualT) -> 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
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
Dhas_entry_matcher.rs91 fn explain_match(&self, actual: &HashMap<KeyT, ValueT>) -> 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
Dsuperset_of_matcher.rs119 fn explain_match(&self, actual: &ActualT) -> Description { in explain_match() function
Dcontainer_eq_matcher.rs123 fn explain_match(&self, actual: &ActualContainerT) -> Description { in explain_match() function
/external/rust/crates/googletest/src/
Dmatcher.rs136 fn explain_match(&self, actual: &Self::ActualT) -> Description { in explain_match() method

12