Home
last modified time | relevance | path

Searched refs:ExplainMatchResultTo (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DFrequentlyAskedQuestions.md66 If you were also using `ExplainMatchResultTo()` to improve the matcher
81 virtual void ExplainMatchResultTo(MyType value,
91 you should move the logic of `ExplainMatchResultTo()` into
151 If your polymorphic matcher uses `ExplainMatchResultTo()` for better
167 void ExplainMatchResultTo(const MyGreatMatcher& matcher,
177 you'll need to move the logic inside `ExplainMatchResultTo()` to
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h1117 void ExplainMatchResultTo( in ExplainMatchResultTo() function
1779 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
H A Dgmock-matchers.h310 void ExplainMatchResultTo(GTEST_REFERENCE_TO_CONST_(T) x, in ExplainMatchResultTo() function
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-generated-matchers_test.cc114 m.ExplainMatchResultTo(x, &ss); in Explain()