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/
H A Dgtest-all.cc1374 class AutoHandle { class in namespace:testing::internal
1376 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
1377 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
1379 ~AutoHandle() { Reset(); }
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,

Completed in 50 milliseconds