Searched defs:BoxStreamData (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/ |
H A D | http_body.rs | 52 type BoxStreamData = Box<dyn StreamData>; typedef 65 pub(crate) fn chunk(pre: &[u8], io: BoxStreamData, is_trailer: bool) -> Self { in chunk() 196 pub(crate) fn new(pre: &[u8], io: BoxStreamData, is_trailer: bool) -> Self { in new()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/ |
H A D | http_body.rs | 70 type BoxStreamData = Box<dyn StreamData + Sync + Send + Unpin>; typedef 76 io: BoxStreamData, in new() 195 pub(crate) fn new(pre: &[u8], io: BoxStreamData, interceptors: Arc<Interceptors>) -> Self { in new() 233 mut io: BoxStreamData, in poll_read_io() 280 io: BoxStreamData, in new() 353 mut io: BoxStreamData, in poll_read_io() 408 pub(crate) fn new(pre: &[u8], io: BoxStreamData, interceptors: Arc<Interceptors>) -> Self { in new()
|