Searched refs:m_muteExceptionsMap (Results 1 – 2 of 2) sorted by relevance
179 m_muteExceptionsMap[contextGroupId]++; in muteExceptions()183 m_muteExceptionsMap[contextGroupId]--; in unmuteExceptions()281 m_muteExceptionsMap.erase(contextGroupId); in resetContextGroup()321 if (!groupId || m_muteExceptionsMap[groupId]) return 0; in exceptionThrown()
143 MuteExceptionsMap m_muteExceptionsMap; variable