Home
last modified time | relevance | path

Searched defs:total_bytes (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
Dbuilder.rs82 let total_bytes = reader.total_bytes(); in multipart() localVariable
192 pub fn total_bytes(mut self, total_bytes: Option<u64>) -> Self { in total_bytes() method
Dmod.rs195 total_bytes: Option<u64>, field
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/downloader/
Dmod.rs227 pub(crate) total_bytes: Option<u64>, field
/commonlibrary/rust/ylong_http/ylong_http/src/body/mime/
Dsimple.rs100 pub fn total_bytes(&self) -> Option<u64> { in total_bytes() method