Home
last modified time | relevance | path

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

/external/skia/src/base/
DSkScopeExit.h20 SkScopeExit(std::function<void()> f) : fFn(std::move(f)) {} in SkScopeExit() function
21 SkScopeExit(SkScopeExit&& that) : fFn(std::move(that.fFn)) {} in SkScopeExit() function