Searched refs:threshold_ (Results 1 – 1 of 1) sorted by relevance
1014 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