Home
last modified time | relevance | path

Searched refs:m_tail (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/ThirdParty/UnitTest++/UnitTest++/
H A DTestList.cpp10 , 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()
H A DTestList.h20 Test* m_tail; variable