Searched refs:m_tail (Results 1 – 2 of 2) sorted by relevance
10 , m_tail(0) in TestList()16 if (m_tail == 0) in Add()20 m_tail = test; in Add()24 m_tail->m_nextTest = test; in Add()25 m_tail = test; in Add()
20 Test* m_tail; variable