Searched defs:SkScopeExit (Results 1 – 1 of 1) sorted by relevance
20 SkScopeExit(std::function<void()> f) : fFn(std::move(f)) {} in SkScopeExit() function21 SkScopeExit(SkScopeExit&& that) : fFn(std::move(that.fFn)) {} in SkScopeExit() function