Searched refs:AutoHandle (Results 1 – 1 of 1) sorted by relevance
1374 class AutoHandle { class1376 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function in testing::internal::AutoHandle1377 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function in testing::internal::AutoHandle1379 ~AutoHandle() { Reset(); } in ~AutoHandle()1394 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);7120 AutoHandle write_handle_;7122 AutoHandle child_handle_;7127 AutoHandle event_handle_;7726 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()