Home | History | Annotate | Download | only in test

Lines Matching defs:diff

172     const int diff = lhs - rhs_;
173 if (diff > 0) {
174 *listener << "which is " << diff << " more than " << rhs_;
175 } else if (diff == 0) {
178 *listener << "which is " << -diff << " less than " << rhs_;