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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmltag.cpp69 m_CachePos = 0;
187 if (m_Cache[m_CachePos].Key != at)
189 int delta = (at < m_Cache[m_CachePos].Key) ? -1 : 1;
192 if ( m_CachePos < 0 || m_CachePos == m_CacheSize )
202 m_CachePos += delta;
204 while (m_Cache[m_CachePos].Key != at);
206 *end1 = m_Cache[m_CachePos].End1;
207 *end2 = m_Cache[m_CachePos].End2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/html/
H A Dhtmltag.h37 int m_CachePos; member in class:wxHtmlTagsCache

Completed in 57 milliseconds