Home | History | Annotate | Download | only in wtf

Lines Matching defs:m_previous

147         mutable DequeIteratorBase* m_previous;
294 p->m_previous = 0;
553 m_next->m_previous = this;
555 m_previous = 0;
563 ASSERT(!m_previous);
566 ASSERT(m_next->m_previous == this);
567 m_next->m_previous = m_previous;
569 if (m_previous) {
571 ASSERT(m_previous->m_next == this);
572 m_previous->m_next = m_next;
579 m_previous = 0;