Searched refs:ExplainMatchResultTo (Results 1 – 14 of 14) 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/googletest/googlemock/docs/v1_5/ |
D | FrequentlyAskedQuestions.md | 62 If you were also using `ExplainMatchResultTo()` to improve the matcher 77 virtual void ExplainMatchResultTo(MyType value, 87 you should move the logic of `ExplainMatchResultTo()` into 147 If your polymorphic matcher uses `ExplainMatchResultTo()` for better 163 void ExplainMatchResultTo(const MyGreatMatcher& matcher, 173 you'll need to move the logic inside `ExplainMatchResultTo()` to
|
/external/googletest/googlemock/docs/v1_6/ |
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/googletest/googlemock/docs/v1_7/ |
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/googletest/googlemock/include/gmock/ |
D | gmock-spec-builders.h | 1109 void ExplainMatchResultTo( in ExplainMatchResultTo() function 1766 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
|
D | gmock-matchers.h | 275 void ExplainMatchResultTo(T x, ::std::ostream* os) const { in ExplainMatchResultTo() function
|
/external/v8/testing/gmock/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/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 | 103 m.ExplainMatchResultTo(x, &ss); in Explain()
|
/external/v8/testing/gmock/test/ |
D | gmock-generated-matchers_test.cc | 104 m.ExplainMatchResultTo(x, &ss); in Explain()
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 4906 void ExplainMatchResultTo(T x, ::std::ostream* os) const { 9670 void ExplainMatchResultTo( 10272 expectation->ExplainMatchResultTo(args, why);
|