Home
last modified time | relevance | path

Searched defs:OVERLAPPED (Results 1 – 14 of 14) sorted by relevance

/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/IO/
Dmod.rs56 pub struct OVERLAPPED { struct
59 pub Anonymous: OVERLAPPED_0, argument
63 impl ::core::marker::Copy for OVERLAPPED {} implementation
65 impl ::core::clone::Clone for OVERLAPPED { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/System/IO/
Dmod.rs56 pub struct OVERLAPPED { struct
59 pub Anonymous: OVERLAPPED_0, argument
63 impl ::core::marker::Copy for OVERLAPPED {} argument
65 impl ::core::clone::Clone for OVERLAPPED { implementation
/external/crosvm/base/src/sys/windows/
Dread_write_wrappers.rs29 overlapped: Option<&mut OVERLAPPED>, in write_file()
72 overlapped: Option<&mut OVERLAPPED>, in read_file()
108 fn set_overlapped_offset(overlapped: &mut OVERLAPPED, offset: u64) { in set_overlapped_offset()
118 pub fn create_overlapped(offset: Option<u64>, event: Option<RawDescriptor>) -> OVERLAPPED { in create_overlapped()
Dnamed_pipes.rs625 overlapped: Option<&mut OVERLAPPED>, in read_internal()
791 overlapped: Option<&mut OVERLAPPED>, in write_internal()
/external/rust/android-crates-io/crates/mio/src/sys/windows/
Doverlapped.rs23 pub(crate) fn as_ptr(&self) -> *const OVERLAPPED { in as_ptr()
Diocp.rs214 pub fn overlapped(&self) -> *mut OVERLAPPED { in overlapped()
Dnamed_pipe.rs196 overlapped: *mut OVERLAPPED, in read_overlapped()
256 overlapped: *mut OVERLAPPED, in write_overlapped()
/external/crosvm/cros_async/src/sys/windows/
Doverlapped_source.rs119 overlapped: &mut OVERLAPPED, in read()
135 overlapped: &mut OVERLAPPED, in write()
Dhandle_executor.rs300 pub fn get_overlapped(&mut self) -> &mut OVERLAPPED { in get_overlapped()
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dwin32.py60 OVERLAPPED = _OVERLAPPED variable
/external/python/watchdog/src/watchdog/observers/
Dwinapi.py73 class OVERLAPPED(ctypes.Structure): class
/external/python/pyserial/serial/
Dwin32.py75 OVERLAPPED = _OVERLAPPED variable
/external/cronet/stable/base/win/
Dwindows_types.h90 typedef struct _OVERLAPPED OVERLAPPED; typedef
/external/cronet/tot/base/win/
Dwindows_types.h90 typedef struct _OVERLAPPED OVERLAPPED; typedef