Home | History | Annotate | Download | only in editing

Lines Matching refs:m_words

136     if (!shift && index == m_words.size()) {
137 m_words.grow(index + 1);
138 m_words[index] = 0;
140 unsigned& word = m_words[index];
160 return m_words.last() & (1U << shift);