Home
last modified time | relevance | path

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

/ndk/sources/third_party/googletest/googletest/src/
Dgtest-internal-inl.h967 class AutoHandle {
969 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} in AutoHandle() function
970 explicit AutoHandle(HANDLE handle) : handle_(handle) {} in AutoHandle() function
972 ~AutoHandle() { Reset(); } in ~AutoHandle()
987 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
Dgtest-death-test.cc626 AutoHandle write_handle_;
628 AutoHandle child_handle_;
633 AutoHandle event_handle_;
1232 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE, in GetStatusFileDescriptor()
/ndk/sources/third_party/googletest/googletest/test/
Dgtest-death-test_test.cc1102 testing::internal::AutoHandle auto_handle(handle); in TEST()
1118 testing::internal::AutoHandle auto_handle2; in TEST()