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

/gem5/ext/googletest/googletest/src/
H A Dgtest-port.cc183 AutoHandle::AutoHandle() function in class:testing::internal::AutoHandle
186 AutoHandle::AutoHandle(Handle handle) function in class:testing::internal::AutoHandle
189 AutoHandle::~AutoHandle() {
193 AutoHandle::Handle AutoHandle::Get() const {
197 void AutoHandle::Reset() {
201 void AutoHandle
[all...]
H A Dgtest-death-test.cc637 AutoHandle write_handle_;
639 AutoHandle child_handle_;
644 AutoHandle event_handle_;
1230 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1511 class GTEST_API_ AutoHandle { class in namespace:testing::internal
1519 AutoHandle();
1520 explicit AutoHandle(Handle handle);
1522 ~AutoHandle();
1534 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1550 AutoHandle event_;
1782 AutoHandle thread_;
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc1165 // Tests that the AutoHandle is correctly initialized with a handle.
1166 testing::internal::AutoHandle auto_handle(handle);
1181 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1182 testing::internal::AutoHandle auto_handle2;
H A Dgtest-port_test.cc1193 AutoHandle wait_event_;

Completed in 31 milliseconds