Home | History | Annotate | Download | only in test

Lines Matching defs:diff

127     const int diff = lhs - rhs_;
128 if (diff > 0) {
129 *listener << "which is " << diff << " more than " << rhs_;
130 } else if (diff == 0) {
133 *listener << "which is " << -diff << " less than " << rhs_;
623 *result_listener->stream() << "diff == " << (x + y - arg);
649 EXPECT_EQ("diff == -1", Explain(m2, 4));