Home
last modified time | relevance | path

Searched refs:PointerGuard (Results 1 - 1 of 1) sorted by relevance

/foundation/ai/ai_engine/services/common/utils/
H A Daie_guard.h26 * when the PointerGuard class is destructed.
29 class PointerGuard { class
31 explicit PointerGuard(T *&t) : t_(t), isValid_(true) {} in PointerGuard() function in OHOS::AI::PointerGuard
32 ~PointerGuard() in ~PointerGuard()

Completed in 1 milliseconds