Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc285 AutoHandle::AutoHandle() in AutoHandle() function in testing::internal::AutoHandle
288 AutoHandle::AutoHandle(Handle handle) in AutoHandle() function in testing::internal::AutoHandle
291 AutoHandle::~AutoHandle() { in ~AutoHandle()
295 AutoHandle::Handle AutoHandle::Get() const { in Get()
299 void AutoHandle::Reset() { in Reset()
303 void AutoHandle::Reset(HANDLE handle) { in Reset()
317 bool AutoHandle::IsCloseable() const { in IsCloseable()
H A Dgtest-death-test.cc667 AutoHandle write_handle_;
669 AutoHandle child_handle_;
674 AutoHandle event_handle_;
1533 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1215 class GTEST_API_ AutoHandle {
1223 AutoHandle();
1224 explicit AutoHandle(Handle handle);
1226 ~AutoHandle();
1239 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1255 AutoHandle event_;
1487 AutoHandle thread_;