Searched refs:contextIt (Results 1 – 1 of 1) sorted by relevance
181 ContextByIdMap::iterator contextIt = contextGroupIt->second->find(contextId); in getContext() local182 if (contextIt == contextGroupIt->second->end()) return nullptr; in getContext()184 return contextIt->second.get(); in getContext()207 ContextsByGroupMap::iterator contextIt = m_contexts.find(info.contextGroupId); in contextCreated() local208 if (contextIt == m_contexts.end()) in contextCreated()209 contextIt = m_contexts in contextCreated()214 const auto& contextById = contextIt->second; in contextCreated()367 for (auto& contextIt : *(it->second)) ids.push_back(contextIt.first); in forEachContext()373 auto contextIt = it->second->find(contextId); in forEachContext() local374 if (contextIt != it->second->end()) callback(contextIt->second.get()); in forEachContext()