Searched refs:m_contextIdToGroupIdMap (Results 1 – 2 of 2) sorted by relevance
84 auto it = m_contextIdToGroupIdMap.find(contextId); in contextGroupId()85 return it != m_contextIdToGroupIdMap.end() ? it->second : 0; in contextGroupId()196 m_contextIdToGroupIdMap[contextId] = info.contextGroupId; in contextCreated()228 m_contextIdToGroupIdMap.erase(contextId); in contextCollected()
185 std::unordered_map<int, int> m_contextIdToGroupIdMap; variable