Searched refs:foundMethod (Results 1 – 1 of 1) sorted by relevance
87 Registry::const_iterator foundMethod(m_registry.find(key)); in Build() local88 if (foundMethod != m_registry.end()) in Build()89 buildMethod = foundMethod->second; in Build()