Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeAppendList.cpp139 : m_liveCount(liveCount) in ObjCountElem()
141 *m_liveCount += 1; in ObjCountElem()
146 *m_liveCount -= 1; in ~ObjCountElem()
150 : m_liveCount(other.m_liveCount) in ObjCountElem()
152 *m_liveCount += 1; in ObjCountElem()
157 m_liveCount = other.m_liveCount; in operator =()
158 *m_liveCount += 1; in operator =()
163 int* m_liveCount; member in de::__anon1fe942310111::ObjCountElem