Home | History | Annotate | Download | only in test

Lines Matching defs:diff

148     const int diff = lhs - rhs_;
149 if (diff > 0) {
150 *listener << "which is " << diff << " more than " << rhs_;
151 } else if (diff == 0) {
154 *listener << "which is " << -diff << " less than " << rhs_;