Searched defs:IsGreaterThan (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/tint/src/ast/ | ||
H A D | binary_expression.h | 81 bool IsGreaterThan() const { return op == BinaryOp::kGreaterThan; } in IsGreaterThan() function in tint::ast::BinaryExpression |
/third_party/googletest/googlemock/test/ | ||
H A D | gmock-matchers-arithmetic_test.cc | 828 class IsGreaterThan { class 830 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} in IsGreaterThan() function in testing::gmock_matchers_test::__anon3001::IsGreaterThan |
Completed in 4 milliseconds