Home
last modified time | relevance | path

Searched defs:LifetimeCounter (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/tint/src/
Dblock_allocator_test.cc22 struct LifetimeCounter { struct
23 explicit LifetimeCounter(size_t* count) : count_(count) { (*count)++; } in LifetimeCounter() argument
24 ~LifetimeCounter() { (*count_)--; } in ~LifetimeCounter()
26 size_t* const count_;