Home
last modified time | relevance | path

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

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