Searched defs:ScopedClear (Results 1 – 1 of 1) sorted by relevance
74 explicit ScopedClear(CrashKey* k) : key_(k) {} in ScopedClear() function82 ScopedClear(ScopedClear&& other) noexcept : key_(other.key_) { in ScopedClear() function