Searched refs:ExplainMatchResultTo (Results 1 – 9 of 9) sorted by relevance
/external/googletest/googlemock/docs/ |
D | FrequentlyAskedQuestions.md | 66 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/ |
D | gmock-spec-builders.h | 1098 void ExplainMatchResultTo( in ExplainMatchResultTo() function 1690 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
|
D | gmock-matchers.h | 214 void ExplainMatchResultTo(T x, ::std::ostream* os) const { in ExplainMatchResultTo() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 1106 void ExplainMatchResultTo( in ExplainMatchResultTo() function 1763 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
|
D | gmock-matchers.h | 275 void ExplainMatchResultTo(T x, ::std::ostream* os) const { in ExplainMatchResultTo() function
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 1110 void ExplainMatchResultTo( in ExplainMatchResultTo() function 1779 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
|
/external/googletest/googletest/include/gtest/ |
D | gtest-matchers.h | 274 void ExplainMatchResultTo(const T& x, ::std::ostream* os) const { in ExplainMatchResultTo() function
|
/external/google-breakpad/src/testing/test/ |
D | gmock-generated-matchers_test.cc | 102 m.ExplainMatchResultTo(x, &ss); in Explain()
|
/external/googletest/googlemock/test/ |
D | gmock-generated-matchers_test.cc | 113 m.ExplainMatchResultTo(x, &ss); in Explain()
|