Searched refs:m_muteExceptionsMap (Results 1 – 2 of 2) sorted by relevance
125 m_muteExceptionsMap[contextGroupId]++; in muteExceptions()129 m_muteExceptionsMap[contextGroupId]--; in unmuteExceptions()249 m_muteExceptionsMap.erase(contextGroupId); in resetContextGroup()266 if (!groupId || m_muteExceptionsMap[groupId]) return 0; in exceptionThrown()
154 MuteExceptionsMap m_muteExceptionsMap; variable