Home
last modified time | relevance | path

Searched refs:is_write_vectored (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/io/
H A Dsplit.rs44 is_write_vectored: bool, field
55 let is_write_vectored = stream.is_write_vectored(); in split() localVariable
58 is_write_vectored, in split()
100 fn is_write_vectored(&self) -> bool { in is_write_vectored() method
101 self.inner.is_write_vectored in is_write_vectored()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dasync_write.rs64 fn is_write_vectored(&self) -> bool { in is_write_vectored() method
121 fn is_write_vectored(&self) -> bool {
122 (**self).is_write_vectored()
167 fn is_write_vectored(&self) -> bool { in is_write_vectored() function
168 (**self).is_write_vectored() in is_write_vectored()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dsplit.rs56 fn is_write_vectored(&self) -> bool { in is_write_vectored() method
57 self.0.is_write_vectored() in is_write_vectored()
102 fn is_write_vectored(&self) -> bool { in is_write_vectored() method
103 self.0.is_write_vectored() in is_write_vectored()
H A Dstream.rs625 fn is_write_vectored(&self) -> bool { in is_write_vectored() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/buffered/
H A Dasync_buf_reader.rs270 fn is_write_vectored(&self) -> bool { in is_write_vectored() method
271 self.inner.is_write_vectored() in is_write_vectored()
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() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/
H A Dchild.rs358 fn is_write_vectored(&self) -> bool { in is_write_vectored() method
359 self.inner.is_write_vectored() in is_write_vectored()
H A Dcommand.rs668 assert!(stdin.is_write_vectored()); in ut_process_child_stdio_test()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/process/sys/unix/
H A Dchild.rs156 fn is_write_vectored(&self) -> bool { in is_write_vectored() method
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Dstream.rs360 fn is_write_vectored(&self) -> bool { in is_write_vectored() method