Searched refs:m_constructorMap (Results 1 – 2 of 2) sorted by relevance
48 if (!m_constructorMap.emplace(iter, constructor).second) { in RegisterProcessor()64 auto it = m_constructorMap.find(partitionName); in GetProcessor()65 if (it == m_constructorMap.end() || it->second == nullptr) { in GetProcessor()
91 ClassMap m_constructorMap; variable