Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/ext/base/
Dutils.h153 explicit OnScopeExitWrapper(Func f) : f_(std::move(f)), active_(true) {} in OnScopeExitWrapper() function
154 OnScopeExitWrapper(OnScopeExitWrapper&& other) noexcept in OnScopeExitWrapper() function