| 895 | init(width); |
| 896 | } |
| 897 | bool operator==(const SubsecondPrecision& ssPrec) { |
| 898 | return m_width == ssPrec.m_width && m_offset == ssPrec.m_offset; |
| 899 | } |
| 900 | int m_width; |
| 901 | unsigned int m_offset; |
| 902 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected