Searched refs:AutoHandle (Results 1 – 5 of 5) sorted by relevance
198 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle201 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle204 AutoHandle::~AutoHandle() { in ~AutoHandle()208 AutoHandle::Handle AutoHandle::Get() const { in Get()212 void AutoHandle::Reset() { in Reset()216 void AutoHandle::Reset(HANDLE handle) { in Reset()230 bool AutoHandle::IsCloseable() const { in IsCloseable()
658 AutoHandle write_handle_;660 AutoHandle child_handle_;665 AutoHandle event_handle_;1453 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
1644 class GTEST_API_ AutoHandle {1652 AutoHandle();1653 explicit AutoHandle(Handle handle);1655 ~AutoHandle();1667 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);1683 AutoHandle event_;1915 AutoHandle thread_;
1162 testing::internal::AutoHandle auto_handle(handle); in TEST()1178 testing::internal::AutoHandle auto_handle2; in TEST()
1182 AutoHandle wait_event_;