Home
last modified time | relevance | path

Searched refs:is_write_vectored (Results 1 - 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/io/
H A Dsplit.rs44 is_write_vectored: bool,
55 let is_write_vectored = stream.is_write_vectored();
58 is_write_vectored,
100 fn is_write_vectored(&self) -> bool { in is_write_vectored() functions
101 self.inner.is_write_vectored in is_write_vectored()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_write.rs64 fn is_write_vectored(&self) -> bool { in is_write_vectored() functions
119 /// A default is_write_vectored implementation for an object that could be deref in poll_flush()
121 fn is_write_vectored(&self) -> bool { in poll_flush() functions
122 (**self).is_write_vectored() in poll_flush()
167 fn is_write_vectored(&self) -> bool { in is_write_vectored() functions
168 (**self).is_write_vectored() in is_write_vectored()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_writer.rs229 if self.inner.is_write_vectored() { in poll_write_vectored()
278 fn is_write_vectored(&self) -> bool { in is_write_vectored() functions
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dsplit.rs56 fn is_write_vectored(&self) -> bool { in is_write_vectored() functions
57 self.0.is_write_vectored() in is_write_vectored()
102 fn is_write_vectored(&self) -> bool { in is_write_vectored() functions
103 self.0.is_write_vectored() in is_write_vectored()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dcommand.rs668 assert!(stdin.is_write_vectored()); in ut_process_child_stdio_test()

Completed in 3 milliseconds