Home
last modified time | relevance | path

Searched defs:this (Results 1 – 13 of 13) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
Dasync_buf_writer.rs174 let this = unsafe { self.get_unchecked_mut() }; in flush() localVariable
215 let this = unsafe { self.get_unchecked_mut() }; in poll_write() localVariable
238 let this = unsafe { self.get_unchecked_mut() }; in poll_write_vectored() localVariable
259 let this = unsafe { self.get_unchecked_mut() }; in poll_write_vectored() localVariable
284 let this = unsafe { self.get_unchecked_mut() }; in poll_flush() localVariable
290 let this = unsafe { self.get_unchecked_mut() }; in poll_shutdown() localVariable
302 let this = unsafe { self.get_unchecked_mut() }; in poll_seek() localVariable
313 let this = unsafe { self.get_unchecked_mut() }; in poll_read() localVariable
320 let this = unsafe { self.get_unchecked_mut() }; in poll_fill_buf() localVariable
325 let this = unsafe { self.get_unchecked_mut() }; in consume() localVariable
Dasync_buf_reader.rs187 let this = unsafe { self.get_unchecked_mut() }; in poll_read() localVariable
202 let this = unsafe { self.get_unchecked_mut() }; in poll_fill_buf() localVariable
215 let this = unsafe { self.get_unchecked_mut() }; in consume() localVariable
226 let this = unsafe { self.get_unchecked_mut() }; in poll_seek() localVariable
257 let this = unsafe { self.get_unchecked_mut() }; in poll_write() localVariable
266 let this = unsafe { self.get_unchecked_mut() }; in poll_write_vectored() localVariable
275 let this = unsafe { self.get_unchecked_mut() }; in poll_flush() localVariable
280 let this = unsafe { self.get_unchecked_mut() }; in poll_shutdown() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/time/
Dsleep.rs137 let this = self.get_mut(); localVariable
214 let this = unsafe { self.get_unchecked_mut() }; localVariable
231 let this = unsafe { self.get_unchecked_mut() }; localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/
Dtask_cancel.rs75 let this = self.get_mut(); in poll() localVariable
Dtimer_test.rs102 let this = self.get_mut(); in poll() localVariable
Djoin_set.rs53 let this = self.get_mut(); in poll() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
Dtimeout.rs44 let this = self.get_mut(); in poll() localVariable
Drequest.rs363 let this = self.get_mut(); in poll_read() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ssl_stream/
Dc_ssl_stream.rs35 let this = unsafe { self.get_unchecked_mut() }; in with_context() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
Dmod.rs136 let this = self.get_mut(); in poll_read() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Daddr.rs64 let this = self.get_mut(); in poll() localVariable
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
Dsimple.rs488 let this = self.get_mut(); in poll_read() localVariable
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dread_task.rs248 let this = self.get_mut(); in poll() localVariable