Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/googletest/googletest/src/
H A Dgtest-port.cc198 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
201 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
204 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()
H A Dgtest-death-test.cc658 AutoHandle write_handle_;
660 AutoHandle child_handle_;
665 AutoHandle event_handle_;
1453 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/freebsd-13.1/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1644 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_;
/freebsd-13.1/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc1162 testing::internal::AutoHandle auto_handle(handle); in TEST()
1178 testing::internal::AutoHandle auto_handle2; in TEST()
H A Dgoogletest-port-test.cc1182 AutoHandle wait_event_;