Lines Matching refs:MatchAndExplain
1120 virtual bool MatchAndExplain(const Foo& foo,
2598 You should let `MatchAndExplain()` print _any additional information_
2765 virtual bool MatchAndExplain(T x, MatchResultListener* listener) const = 0;
2793 virtual bool MatchAndExplain(int n, MatchResultListener* listener) const {
2815 information to the `listener` argument in `MatchAndExplain()`:
2820 virtual bool MatchAndExplain(int n,
2863 // that has three members MatchAndExplain(), DescribeTo(), and
2867 // MatchAndExplain() accepts a pointer of any type as its first argument.
2868 // In general, you can define MatchAndExplain() as an ordinary method or
2871 bool MatchAndExplain(T* p,
2899 `MatchAndExplain()`.