Searched refs:threshold_ (Results 1 - 1 of 1) sorted by relevance
/third_party/googletest/googlemock/test/ | ||
H A D | gmock-matchers-arithmetic_test.cc | 830 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() 832 bool operator()(int n) const { return n > threshold_; } in operator ()() 835 int threshold_; member in testing::gmock_matchers_test::__anon3001::IsGreaterThan |
Completed in 4 milliseconds