Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeAppendList.cpp135 class ObjCountElem class
138 ObjCountElem (int* liveCount) in ObjCountElem() function in de::__anonf56243bb0111::ObjCountElem
144 ~ObjCountElem (void) in ~ObjCountElem()
149 ObjCountElem (const ObjCountElem& other) in ObjCountElem() function in de::__anonf56243bb0111::ObjCountElem
155 ObjCountElem& operator= (const ObjCountElem& other) in operator =()
171 de::AppendList<ObjCountElem> testList (numElementsHint); in runClearTest()
174 testList.append(ObjCountElem(&liveCount)); in runClearTest()
183 testList.append(ObjCountElem(&liveCount)); in runClearTest()