Searched defs:AutoHandle (Results 1 - 8 of 8) sorted by relevance

/external/llvm/utils/unittest/googletest/src/
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/chromium_org/testing/gtest/src/
H A Dgtest-internal-inl.h973 class AutoHandle { class in namespace:testing::internal
975 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
976 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
978 ~AutoHandle() { Reset(); }
993 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
/external/chromium_org/third_party/mesa/src/src/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);
/external/gtest/src/
H A Dgtest-internal-inl.h973 class AutoHandle { class in namespace:testing::internal
975 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
976 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
978 ~AutoHandle() { Reset(); }
993 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
/external/mesa3d/src/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);
/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);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1374 class AutoHandle { class in namespace:testing::internal
1376 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
1377 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
1379 ~AutoHandle() { Reset(); }
1394 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
7120 AutoHandle write_handle_;
7122 AutoHandle child_handle_;
7127 AutoHandle event_handle_;
7726 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1374 class AutoHandle { class in namespace:testing::internal
1376 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
1377 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
1379 ~AutoHandle() { Reset(); }
1394 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
7120 AutoHandle write_handle_;
7122 AutoHandle child_handle_;
7127 AutoHandle event_handle_;
7726 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,

Completed in 8754 milliseconds