Home | History | Annotate | Download | only in text

Lines Matching refs:m_pushedChar2

27     , m_pushedChar2(other.m_pushedChar2)
34 else if (other.m_currentChar == &other.m_pushedChar2)
35 m_currentChar = &m_pushedChar2;
43 m_pushedChar2 = other.m_pushedChar2;
48 else if (other.m_currentChar == &other.m_pushedChar2)
49 m_currentChar = &m_pushedChar2;
65 if (m_pushedChar2)
91 m_pushedChar2 = 0;
187 if (m_pushedChar2)
188 result.append(m_pushedChar2);
212 m_pushedChar1 = m_pushedChar2;
213 m_pushedChar2 = 0;
225 m_pushedChar1 = m_pushedChar2;
226 m_pushedChar2 = 0;