Searched refs:threshold_ (Results 1 – 1 of 1) sorted by relevance
831 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan()833 bool operator()(int n) const { return n > threshold_; } in operator ()()836 int threshold_; member in testing::gmock_matchers_test::__anonb21861670111::IsGreaterThan