Home | History | Annotate | Download | only in win

Lines Matching refs:m_current

55     size_t m_current;
62 , m_current(0)
70 , m_current(0)
108 if(celt <= 0 || lpFormatEtc == 0 || m_current >= m_formats.size())
114 while (m_current < m_formats.size() && cReturn > 0) {
115 *lpFormatEtc++ = m_formats[m_current++];
126 if((m_current + int(celt)) >= m_formats.size())
128 m_current += celt;
134 m_current = 0;
148 newEnum->m_current = m_current;