Searched refs:IsGreaterThan (Results 1 - 1 of 1) sorted by relevance

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc2441 class IsGreaterThan { class in namespace:testing::gmock_matchers_test
2443 explicit IsGreaterThan(int threshold) : threshold_(threshold) {} function in class:testing::gmock_matchers_test::IsGreaterThan
2470 Matcher<int> m = Truly(IsGreaterThan(5));

Completed in 26 milliseconds