Home
last modified time | relevance | path

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

/external/googletest/googlemock/docs/
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
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h1098 void ExplainMatchResultTo( in ExplainMatchResultTo() function
1690 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
Dgmock-matchers.h214 void ExplainMatchResultTo(T x, ::std::ostream* os) const { in ExplainMatchResultTo() function
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-spec-builders.h1106 void ExplainMatchResultTo( in ExplainMatchResultTo() function
1763 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
Dgmock-matchers.h275 void ExplainMatchResultTo(T x, ::std::ostream* os) const { in ExplainMatchResultTo() function
/external/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1110 void ExplainMatchResultTo( in ExplainMatchResultTo() function
1779 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
/external/googletest/googletest/include/gtest/
Dgtest-matchers.h274 void ExplainMatchResultTo(const T& x, ::std::ostream* os) const { in ExplainMatchResultTo() function
/external/google-breakpad/src/testing/test/
Dgmock-generated-matchers_test.cc102 m.ExplainMatchResultTo(x, &ss); in Explain()
/external/googletest/googlemock/test/
Dgmock-generated-matchers_test.cc113 m.ExplainMatchResultTo(x, &ss); in Explain()