Home
last modified time | relevance | path

Searched refs:ExplainMatchResultTo (Results 1 – 14 of 14) 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/googletest/googlemock/docs/v1_5/
DFrequentlyAskedQuestions.md62 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/
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/googletest/googlemock/docs/v1_7/
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/googletest/googlemock/include/gmock/
Dgmock-spec-builders.h1109 void ExplainMatchResultTo( in ExplainMatchResultTo() function
1766 expectation->ExplainMatchResultTo(args, why); in PrintTriedExpectationsLocked()
Dgmock-matchers.h275 void ExplainMatchResultTo(T x, ::std::ostream* os) const { in ExplainMatchResultTo() function
/external/v8/testing/gmock/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/google-breakpad/src/testing/test/
Dgmock-generated-matchers_test.cc102 m.ExplainMatchResultTo(x, &ss); in Explain()
/external/googletest/googlemock/test/
Dgmock-generated-matchers_test.cc103 m.ExplainMatchResultTo(x, &ss); in Explain()
/external/v8/testing/gmock/test/
Dgmock-generated-matchers_test.cc104 m.ExplainMatchResultTo(x, &ss); in Explain()
/external/fmtlib/test/gmock/
Dgmock.h4906 void ExplainMatchResultTo(T x, ::std::ostream* os) const {
9670 void ExplainMatchResultTo(
10272 expectation->ExplainMatchResultTo(args, why);