Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/conn/
H A Dhttp2.rs109 let text_io = TextIo::new(conn); in frame_2_response()
197 struct TextIo<S> { struct
226 impl<S> TextIo<S> impl
241 text_io: &mut TextIo<S>, in match_channel_message()
287 text_io: &mut TextIo<S>, in end_read()
305 text_io: &mut TextIo<S>, in read_remaining_data()
337 impl<S: Sync + Send + Unpin + 'static> StreamData for TextIo<S> { implementation
343 impl<S: Sync + Send + Unpin + 'static> AsyncRead for TextIo<S> { implementation
453 use crate::async_impl::conn::http2::TextIo; in ut_http2_body_poll_read()
461 let mut text_io = TextIo::new(conn); in ut_http2_body_poll_read()