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

/freebsd-13-stable/contrib/googletest/googlemock/test/
H A Dgmock-actions_test.cc447 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT class in namespace:__anon794
461 const Action<bool(int)> a1(new IsNotZero); // NOLINT
H A Dgmock-matchers_test.cc2968 ConvertibleToBool IsNotZero(int number) { function in namespace:testing::gmock_matchers_test
2976 Matcher<int> m = Truly(IsNotZero);

Completed in 91 milliseconds