Searched defs:AutoCounter (Results 1 – 2 of 2) sorted by relevance
68 pub struct AutoCounter; struct70 impl AutoCounter { impl79 impl Drop for AutoCounter { implementation
107 class AutoCounter { class109 explicit AutoCounter(std::atomic<int> &count) : count_(count) in AutoCounter() function in OHOS::HiviewDFX::AutoCounter