Home
last modified time | relevance | path

Searched defs:StreamIter (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/crates/quiche/src/
Dstream.rs555 pub fn readable(&self) -> StreamIter { in readable()
560 pub fn writable(&self) -> StreamIter { in writable()
565 pub fn almost_full(&self) -> StreamIter { in almost_full()
750 pub struct StreamIter { struct
754 impl StreamIter { argument
763 impl Iterator for StreamIter { implementation
772 impl ExactSizeIterator for StreamIter { implementation
Dffi.rs866 pub extern fn quiche_conn_readable(conn: &Connection) -> *mut StreamIter { in quiche_conn_readable()
871 pub extern fn quiche_conn_writable(conn: &Connection) -> *mut StreamIter { in quiche_conn_writable()
1082 iter: &mut StreamIter, stream_id: *mut u64, in quiche_stream_iter_next()
1093 pub extern fn quiche_stream_iter_free(iter: *mut StreamIter) { in quiche_stream_iter_free()
Dlib.rs5041 pub fn readable(&self) -> StreamIter { in readable()
5077 pub fn writable(&self) -> StreamIter { in writable()
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dstream.rs555 pub fn readable(&self) -> StreamIter { in readable()
560 pub fn writable(&self) -> StreamIter { in writable()
565 pub fn almost_full(&self) -> StreamIter { in almost_full()
750 pub struct StreamIter { struct
754 impl StreamIter { implementation
763 impl Iterator for StreamIter { implementation
772 impl ExactSizeIterator for StreamIter { implementation
Dffi.rs866 pub extern fn quiche_conn_readable(conn: &Connection) -> *mut StreamIter { in quiche_conn_readable()
871 pub extern fn quiche_conn_writable(conn: &Connection) -> *mut StreamIter { in quiche_conn_writable()
1082 iter: &mut StreamIter, stream_id: *mut u64, in quiche_stream_iter_next()
1093 pub extern fn quiche_stream_iter_free(iter: *mut StreamIter) { in quiche_stream_iter_free()
Dlib.rs5041 pub fn readable(&self) -> StreamIter { in readable()
5077 pub fn writable(&self) -> StreamIter { in writable()