Home
last modified time | relevance | path

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

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-arithmetic_test.cc1014 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan()
1016 bool operator()(int n) const { return n > threshold_; } in operator ()()
1019 int threshold_; member in testing::gmock_matchers_test::__anon7b5da5310111::IsGreaterThan