Searched refs:AutoHandle (Results 1 – 2 of 2) sorted by relevance
8115 AutoHandle write_handle_;8117 AutoHandle child_handle_;8122 AutoHandle event_handle_;8910 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()9605 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle9608 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle9611 AutoHandle::~AutoHandle() { in ~AutoHandle()9615 AutoHandle::Handle AutoHandle::Get() const { in Get()9619 void AutoHandle::Reset() { in Reset()9623 void AutoHandle::Reset(HANDLE handle) { in Reset()[all …]
2896 class GTEST_API_ AutoHandle {2904 AutoHandle();2905 explicit AutoHandle(Handle handle);2907 ~AutoHandle();2919 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);2935 AutoHandle event_;3167 AutoHandle thread_;