Searched refs:m_hasResetType (Results 1 – 2 of 2) sorted by relevance
47 bool actsAsReset() const { return m_hasResetType || !m_parent; } in actsAsReset()48 bool hasResetType() const { return m_hasResetType; } in hasResetType()81 bool m_hasResetType; variable
34 : m_hasResetType(hasResetType) in CounterNode()248 if (newChild->m_hasResetType) { in insertAfter()275 if (!newChild->m_firstChild || newChild->m_hasResetType) { in insertAfter()