Searched refs:PointerGuard (Results 1 – 1 of 1) sorted by relevance
29 class PointerGuard {31 explicit PointerGuard(T *&t) : t_(t), isValid_(true) {} in PointerGuard() function32 ~PointerGuard() in ~PointerGuard()