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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3933 Matcher<int> matcher_int = ResultOf(PolymorphicFunctor(), Ge(5)); local
3935 EXPECT_TRUE(matcher_int.Matches(10));
3936 EXPECT_FALSE(matcher_int.Matches(2));

Completed in 27 milliseconds