Home
last modified time | relevance | path

Searched refs:AutoHandle (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h941 class AutoHandle {
943 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function
944 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
946 ~AutoHandle() { Reset(); } in ~AutoHandle()
961 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc588 AutoHandle write_handle_;
590 AutoHandle child_handle_;
595 AutoHandle event_handle_;
1127 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()