Lines Matching refs:m_contexts
178 ContextsByGroupMap::const_iterator contextGroupIt = m_contexts.find(groupId); in getContext()
179 if (contextGroupIt == m_contexts.end()) return nullptr; in getContext()
207 ContextsByGroupMap::iterator contextIt = m_contexts.find(info.contextGroupId); in contextCreated()
208 if (contextIt == m_contexts.end()) in contextCreated()
209 contextIt = m_contexts in contextCreated()
252 m_contexts.erase(contextGroupId); in resetContextGroup()
344 m_contexts[contextGroupId]->erase(contextId); in discardInspectedContext()
345 if (m_contexts[contextGroupId]->empty()) m_contexts.erase(contextGroupId); in discardInspectedContext()
363 auto it = m_contexts.find(contextGroupId); in forEachContext()
364 if (it == m_contexts.end()) return; in forEachContext()
371 it = m_contexts.find(contextGroupId); in forEachContext()
372 if (it == m_contexts.end()) continue; in forEachContext()