Searched refs:itSource (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/apps/cortex/NodeManager/
H A DNodeManager.cpp1807 con_map::iterator itSource, itDestination; local
1819 itSource = m_conSourceMap.lower_bound(connection.sourceNode());
1820 itSource != m_conSourceMap.upper_bound(connection.sourceNode());
1821 ++itSource)
1822 if((*itSource).second->id() == connection.id())
1825 ASSERT(itSource != m_conSourceMap.end());
1837 delete (*itSource).second;
1838 m_conSourceMap.erase(itSource);
2049 port_ref_map::const_iterator itSource = initialNodes->find( local
2052 if(itSource
[all...]

Completed in 40 milliseconds