Lines Matching refs:AutoHandle
935 class AutoHandle {937 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {}938 explicit AutoHandle(HANDLE handle) : handle_(handle) {}940 ~AutoHandle() { Reset(); }955 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);