Home
last modified time | relevance | path

Searched refs:foundMethod (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libdevdctl/
H A Devent_factory.cc84 Registry::const_iterator foundMethod(m_registry.find(key)); in Build() local
85 if (foundMethod != m_registry.end()) in Build()
86 buildMethod = foundMethod->second; in Build()