Home | History | Annotate | Download | only in win

Lines Matching refs:m_current

53     size_t m_current;
60 , m_current(0)
68 , m_current(0)
106 if(celt <= 0 || lpFormatEtc == 0 || m_current >= m_formats.size())
112 while (m_current < m_formats.size() && cReturn > 0) {
113 *lpFormatEtc++ = m_formats[m_current++];
124 if((m_current + int(celt)) >= m_formats.size())
126 m_current += celt;
132 m_current = 0;
146 newEnum->m_current = m_current;