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

/gem5/ext/googletest/googlemock/test/
H A Dgmock-actions_test.cc438 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT class in namespace:__anon14
452 const Action<bool(int)> a1(new IsNotZero); // NOLINT
H A Dgmock-matchers_test.cc2485 ConvertibleToBool IsNotZero(int number) { function in namespace:testing::gmock_matchers_test
2493 Matcher<int> m = Truly(IsNotZero);

Completed in 31 milliseconds