Searched defs:SkScopeExit (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/core/ | ||
H A D | SkScopeExit.h | 17 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