Lines Matching defs:result

77 //   bool InterestedInWhy(bool result) const;
79 // result is 'result'.
101 // the match result. A matcher's MatchAndExplain() method can use
146 // result to 'listener' if necessary (see the next paragraph), in
153 // the match result *if and only if* they can provide additional
162 // what the actual element count is, regardless of the match result,
183 // A match result listener that stores the explanation in a string.
227 // A match result listener that ignores the explanation.
236 // A match result listener that forwards the explanation to a given
255 // result to 'listener'.
696 // the match result to the listener. Returns the match result.
850 // appending each result to the 'out' iterator. Returns the final value
1566 // the corresponding result of type pair<int, pair<string, float>>.
1935 // of error bounds. If the result of value - expected_ would result in
1936 // overflow or if either value is inf, the default result is infinity,
2103 // The result of dynamic_cast<To> is forwarded to the inner matcher.
2143 // To is a pointer. Cast and forward the result.
2281 RefToConstProperty result = (obj.*property_)();
2282 return MatchPrintAndExplain(result, matcher_, listener);
2374 ResultType result =
2376 return MatchPrintAndExplain(result, matcher_, listener);
2432 const bool result = size_matcher_.MatchAndExplain(size, &size_listener);
2434 << "whose size " << size << (result ? " matches" : " doesn't match");
2436 return result;
2492 const bool result =
2495 << (result ? " matches" : " doesn't match");
2497 return result;
3879 // The result of dynamic_cast<To> is forwarded to the inner matcher.
3925 // Creates a matcher that matches an object iff the result of applying
4352 // result to listener.