Searched defs:IsNotZero (Results 1 – 3 of 3) sorted by relevance
28 bool IsNotZero() const { return m_uHi || m_uMid || m_uLo; } in IsNotZero() function
428 class IsNotZero : public ActionInterface<bool(int)> { // NOLINT class
2963 ConvertibleToBool IsNotZero(int number) { in TEST() function