Searched refs:ScopeGuard (Results 1 - 1 of 1) sorted by relevance
/drivers/peripheral/intelligent_voice/utils/ | ||
H A D | scope_guard.h | 24 class ScopeGuard { class 26 ScopeGuard(Func &&f) : func_(std::forward<Func>(f)), active_(true) in ScopeGuard() function in OHOS::IntelligentVoice::Utils::ScopeGuard 30 ScopeGuard(ScopeGuard &&rhs) : func_(std::move(rhs.func)), active_(rhs.active_) in ScopeGuard() function in OHOS::IntelligentVoice::Utils::ScopeGuard 35 ~ScopeGuard() in ~ScopeGuard() 62 ScopeGuard() = delete; 63 ScopeGuard(const ScopeGuard &) = delete; 64 ScopeGuard &operator=(const ScopeGuard [all...] |
Completed in 2 milliseconds