Lines Matching refs:AutoHandle
942 class AutoHandle {944 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {}945 explicit AutoHandle(HANDLE handle) : handle_(handle) {}947 ~AutoHandle() { Reset(); }962 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);