Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
Dgtest-all.cc1374 class AutoHandle { class
1376 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function in testing::internal::AutoHandle
1377 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function in testing::internal::AutoHandle
1379 ~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()