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

/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp136 tip_entry_set::iterator itFound = viewEntry->m_tips.find(newTipEntry); local
137 if(itFound != viewEntry->m_tips.end()) {
138 delete *itFound;
139 viewEntry->m_tips.erase(itFound);

Completed in 32 milliseconds