Home
last modified time | relevance | path

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

/third_party/skia/src/core/
H A DSkScopeExit.h17 class SkScopeExit { class
20 SkScopeExit(std::function<void()> f) : fFn(std::move(f)) {} in SkScopeExit() function in SkScopeExit
21 SkScopeExit(SkScopeExit&& that) : fFn(std::move(that.fFn)) {} in SkScopeExit() function in SkScopeExit
[all...]

Completed in 1 milliseconds