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

/external/chromium_org/testing/gtest/src/
H A Dgtest-port.cc143 AutoHandle::AutoHandle() function in class:testing::internal::AutoHandle
146 AutoHandle::AutoHandle(Handle handle) function in class:testing::internal::AutoHandle
149 AutoHandle::~AutoHandle() {
153 AutoHandle::Handle AutoHandle::Get() const {
157 void AutoHandle::Reset() {
161 void AutoHandle
[all...]
/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/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/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1476 class GTEST_API_ AutoHandle { class in namespace:testing::internal
1484 AutoHandle();
1485 explicit AutoHandle(Handle handle);
1487 ~AutoHandle();
1499 GTEST_DISALLOW_COPY_AND_ASSIGN_(AutoHandle);
1515 AutoHandle event_;
1743 AutoHandle thread_;
/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 670 milliseconds