Home
last modified time | relevance | path

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

/base/update/updater/utils/include/
Dscope_guard.h28 ScopeGuard(ExitAction &&action) : action_(action), enable_(true) {} in ScopeGuard() function
/base/inputmethod/imf/frameworks/js/napi/common/
Djs_util.h112 explicit ScopeGuard(napi_env env) : env_(env), scope_(nullptr) in ScopeGuard() function