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

/external/chromium/testing/gtest/src/
H A Dgtest-internal-inl.h935 class AutoHandle { class in namespace:testing::internal
937 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
938 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
940 ~AutoHandle() { Reset(); }
955 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc586 AutoHandle write_handle_;
588 AutoHandle child_handle_;
593 AutoHandle event_handle_;
1117 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/gtest/src/
H A Dgtest-internal-inl.h942 class AutoHandle { class in namespace:testing::internal
944 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
945 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
947 ~AutoHandle() { Reset(); }
962 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc586 AutoHandle write_handle_;
588 AutoHandle child_handle_;
593 AutoHandle event_handle_;
1122 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal-inl.h941 class AutoHandle { class in namespace:testing::internal
943 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
944 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
946 ~AutoHandle() { Reset(); }
961 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
/external/protobuf/gtest/src/
H A Dgtest-internal-inl.h1160 class AutoHandle { class in namespace:testing::internal
1162 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
1163 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
1165 ~AutoHandle() { Reset(); }
1180 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
H A Dgtest-death-test.cc538 AutoHandle write_handle_;
540 AutoHandle child_handle_;
545 AutoHandle event_handle_;
1066 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/llvm/utils/unittest/googletest/
H A Dgtest-death-test.cc585 AutoHandle write_handle_;
587 AutoHandle child_handle_;
592 AutoHandle event_handle_;
1121 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/chromium/testing/gtest/test/
H A Dgtest-death-test_test.cc1048 // Tests that the AutoHandle is correctly initialized with a handle.
1049 testing::internal::AutoHandle auto_handle(handle);
1064 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1065 testing::internal::AutoHandle auto_handle2;
/external/gtest/test/
H A Dgtest-death-test_test.cc1048 // Tests that the AutoHandle is correctly initialized with a handle.
1049 testing::internal::AutoHandle auto_handle(handle);
1064 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1065 testing::internal::AutoHandle auto_handle2;
/external/protobuf/gtest/test/
H A Dgtest-death-test_test.cc1002 // Tests that the AutoHandle is correctly initialized with a handle.
1003 testing::internal::AutoHandle auto_handle(handle);
1018 // Tests that AutoHandle contains INVALID_HANDLE_VALUE by default.
1019 testing::internal::AutoHandle auto_handle2;

Completed in 151 milliseconds