Searched refs:ExplainMatchResultTo (Results 1 – 4 of 4) sorted by relevance
66 If you were also using `ExplainMatchResultTo()` to improve the matcher81 virtual void ExplainMatchResultTo(MyType value,91 you should move the logic of `ExplainMatchResultTo()` into151 If your polymorphic matcher uses `ExplainMatchResultTo()` for better167 void ExplainMatchResultTo(const MyGreatMatcher& matcher,177 you'll need to move the logic inside `ExplainMatchResultTo()` to
1117 void ExplainMatchResultTo( in ExplainMatchResultTo() function1779 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
310 void ExplainMatchResultTo(GTEST_REFERENCE_TO_CONST_(T) x, in ExplainMatchResultTo() function
114 m.ExplainMatchResultTo(x, &ss); in Explain()