Searched refs:IsGreaterThan (Results 1 – 3 of 3) sorted by relevance
81 bool IsGreaterThan() const { return op == BinaryOp::kGreaterThan; } in IsGreaterThan() function
828 class IsGreaterThan { class830 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() function in testing::gmock_matchers_test::__anon7ba8fa9f0111::IsGreaterThan855 Matcher<int> m = Truly(IsGreaterThan(5)); in TEST()
2070 } else if (expr->IsGreaterThan()) { in GenerateBinaryExpression()