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

/external/vulkan-validation-layers/tests/gtest-1.7.0/src/
H A Dgtest-port.cc142 AutoHandle::AutoHandle() function in class:testing::internal::AutoHandle
145 AutoHandle::AutoHandle(Handle handle) function in class:testing::internal::AutoHandle
148 AutoHandle::~AutoHandle() {
152 AutoHandle::Handle AutoHandle::Get() const {
156 void AutoHandle::Reset() {
160 void AutoHandle
[all...]
/external/google-breakpad/src/testing/gtest/src/
H A Dgtest-internal-inl.h960 class AutoHandle { class in namespace:testing::internal
962 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
963 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
965 ~AutoHandle() { Reset(); }
980 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/llvm/utils/unittest/googletest/src/
H A Dgtest-internal-inl.h945 class AutoHandle { class in namespace:testing::internal
947 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
948 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
950 ~AutoHandle() { Reset(); }
965 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.h984 class AutoHandle { class in namespace:testing::internal
986 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
987 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
989 ~AutoHandle() { Reset(); }
1004 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h1261 class GTEST_API_ AutoHandle { class in namespace:testing::internal
1269 AutoHandle();
1270 explicit AutoHandle(Handle handle);
1272 ~AutoHandle();
1284 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1300 AutoHandle event_;
1528 AutoHandle thread_;
/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,
/external/opencv3/modules/ts/src/
H A Dts_gtest.cpp1384 class AutoHandle { class in namespace:testing::internal
1386 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
1387 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
1389 ~AutoHandle() { Reset(); }
1404 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
7159 AutoHandle write_handle_;
7161 AutoHandle child_handle_;
7166 AutoHandle event_handle_;
7767 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/protobuf/gtest/fused-src/gtest/
H A Dgtest-all.cc1378 class AutoHandle { class in namespace:testing::internal
1380 AutoHandle() : handle_(INVALID_HANDLE_VALUE) {} function in class:testing::internal::AutoHandle
1381 explicit AutoHandle(HANDLE handle) : handle_(handle) {} function in class:testing::internal::AutoHandle
1383 ~AutoHandle() { Reset(); }
1398 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
6577 AutoHandle write_handle_;
6579 AutoHandle child_handle_;
6584 AutoHandle event_handle_;
7103 AutoHandle parent_process_handle(::OpenProcess(PROCESS_DUP_HANDLE,
/external/vulkan-validation-layers/tests/gtest-1.7.0/fused-src/gtest/
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 509 milliseconds