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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc3990 PolymorphicMatcher<DivisibleByImpl> DivisibleBy(int n) { function in namespace:testing::gmock_matchers_test
3997 const Matcher<int> m = AllOf(DivisibleBy(4), DivisibleBy(3));
4004 const Matcher<int> m = AllOf(DivisibleBy(4), DivisibleBy(3));
4011 const Matcher<int> m = AllOf(Ge(1), DivisibleBy(3));
4018 const Matcher<int> m = AllOf(DivisibleBy(2), DivisibleBy(3));

Completed in 23 milliseconds