Searched refs:AutoHandle (Results 1 – 3 of 3) sorted by relevance
967 class AutoHandle {969 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function970 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function972 ~AutoHandle() { Reset(); } in ~AutoHandle()987 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
626 AutoHandle write_handle_;628 AutoHandle child_handle_;633 AutoHandle event_handle_;1232 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
1102 testing::internal::AutoHandle auto_handle(handle); in TEST()1118 testing::internal::AutoHandle auto_handle2; in TEST()