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