Home | History | Annotate | Download | only in test

Lines Matching full:threshold_

2384   explicit IsGreaterThan(int threshold) : threshold_(threshold) {}
2386 bool operator()(int n) const { return n > threshold_; }
2389 int threshold_;