Home
last modified time | relevance | path

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

/external/skqp/src/core/
DSkScopeExit.h19 SkScopeExit(std::function<void()> f) : fFn(std::move(f)) {} in SkScopeExit() function
20 SkScopeExit(SkScopeExit&& that) : fFn(std::move(that.fFn)) {} in SkScopeExit() function
/external/skia/src/core/
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