Searched refs:m_nCurrent (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/msw/ole/
H A Ddataobj.cpp90 m_nCurrent; // current enum position member in class:wxIEnumFORMATETC
181 m_nCurrent = 0;
196 while (m_nCurrent < m_nCount && numFetched < celt) {
198 format.cfFormat = m_formats[m_nCurrent++];
218 m_nCurrent += celt;
219 if ( m_nCurrent < m_nCount )
223 m_nCurrent -= celt;
232 m_nCurrent = 0;
H A Daccess.cpp88 int m_nCurrent; // Current enum position member in class:wxIEnumVARIANT
125 if ( m_nCurrent < (int) m_variant.GetList().GetCount() ) {
126 if (!wxConvertVariantToOle(m_variant[m_nCurrent++], rgelt[0]))
149 m_nCurrent += celt;
150 if ( m_nCurrent < (int) m_variant.GetList().GetCount() )
154 m_nCurrent -= celt;
163 m_nCurrent = 0;

Completed in 96 milliseconds