Home
last modified time | relevance | path

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

/haiku/src/apps/cortex/TipManager/
H A DTipManagerImpl.cpp276 tip_entry_set::iterator itCur = m_tips.lower_bound(&matchEntry); in match() local
280 while(itCur != itEnd) { in match()
282 const tip_entry* entry = *itCur; in match()
286 ++itCur; in match()