Home
last modified time | relevance | path

Searched refs:threshold_ (Results 1 - 1 of 1) sorted by relevance

/third_party/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc830 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