Searched refs:toUnsigned (Results 1 – 1 of 1) sorted by relevance
107 unsigned toUnsigned() const { REPORT_OVERFLOW(m_value >= 0); return toInt(); } in toUnsigned() function110 operator unsigned() const { return toUnsigned(); }