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