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

/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp106 tip_entry* newTipEntry = new tip_entry(tipEntry); local
130 delete newTipEntry;
136 tip_entry_set::iterator itFound = viewEntry->m_tips.find(newTipEntry);
143 ret = viewEntry->m_tips.insert(newTipEntry);

Completed in 13 milliseconds