Searched refs:AutoHandle (Results 1 – 2 of 2) sorted by relevance
941 class AutoHandle {943 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function944 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function946 ~AutoHandle() { Reset(); } in ~AutoHandle()961 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
588 AutoHandle write_handle_;590 AutoHandle child_handle_;595 AutoHandle event_handle_;1127 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()