Searched refs:handle_source (Results 1 – 4 of 4) sorted by relevance
9 pub mod handle_source; module18 pub use handle_source::HandleSource;19 pub use handle_source::HandleWrapper;
41 HandleSource(crate::sys::windows::handle_source::Error),88 impl From<crate::sys::windows::handle_source::Error> for Error {89 fn from(err: crate::sys::windows::handle_source::Error) -> Self { in from()
66 base::win::ScopedHandle handle_source(handle); in TEST_F() local68 handle_holder = std::move(handle_source); in TEST_F()
30 use crate::sys::windows::handle_source::Error;31 use crate::sys::windows::handle_source::Result;