Searched refs:ArrayPointerGuard (Results 1 – 1 of 1) sorted by relevance
92 class ArrayPointerGuard {94 explicit ArrayPointerGuard(T *&t) : t_(t), isValid_(true) {} in ArrayPointerGuard() function95 ~ArrayPointerGuard() in ~ArrayPointerGuard()