Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp74 for(tip_entry_set::iterator it = m_tips.begin(); in ~_ViewEntry()
136 tip_entry_set::iterator itFound = viewEntry->m_tips.find(newTipEntry); in add()
142 pair<tip_entry_set::iterator, bool> ret; in add()
195 tip_entry_set::iterator it = viewEntry->m_tips.lower_bound(&matchEntry); in remove()
196 tip_entry_set::iterator itEnd = viewEntry->m_tips.upper_bound(&matchEntry); in remove()
211 tip_entry_set::iterator it = viewEntry->m_tips.begin(); in remove()
276 tip_entry_set::iterator itCur = m_tips.lower_bound(&matchEntry); in match()
278 tip_entry_set::iterator itEnd = m_tips.end(); in match()
355 for(tip_entry_set::iterator it = m_tips.begin(); in dump()
H A DTipManagerImpl.h136 typedef std::set<tip_entry*, tip_entry_ptr_less_fn > tip_entry_set; typedef
203 tip_entry_set m_tips;