Home
last modified time | relevance | path

Searched defs:auto_handle (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/
Dwin_iocp_io_context.hpp244 struct auto_handle struct in boost::asio::detail::win_iocp_io_context
246 HANDLE handle;
247 auto_handle() : handle(0) {} in auto_handle() function
248 ~auto_handle() { if (handle) ::CloseHandle(handle); } in ~auto_handle()
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc1189 testing::internal::AutoHandle auto_handle(handle); in TEST() local
/aosp_15_r20/external/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc1193 testing::internal::AutoHandle auto_handle(handle); in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-death-test-test.cc1223 testing::internal::AutoHandle auto_handle(handle); in TEST() local
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-death-test-test.cc1223 testing::internal::AutoHandle auto_handle(handle); in TEST() local
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/
H A Dgoogletest-death-test-test.cc1191 testing::internal::AutoHandle auto_handle(handle); in TEST() local