Searched refs:IsNotZero (Results 1 – 2 of 2) sorted by relevance
447 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT class461 const Action<bool(int)> a1(new IsNotZero); // NOLINT in TEST()
2968 ConvertibleToBool IsNotZero(int number) { in IsNotZero() function2976 Matcher<int> m = Truly(IsNotZero); in TEST()