Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DOpBufferTests.cpp46 int dtor_count = 0; member
48 int alive() { return ctor_count - dtor_count; } in alive()
66 tracker->dtor_count += 1; in ~MockOp()