Home | History | Annotate | Download | only in test

Lines Matching defs:diff

152     const int diff = lhs - rhs_;
153 if (diff > 0) {
154 *listener << "which is " << diff << " more than " << rhs_;
155 } else if (diff == 0) {
158 *listener << "which is " << -diff << " less than " << rhs_;