Searched defs:total_bytes (Results 1 – 7 of 7) sorted by relevance
81 let total_bytes = reader.total_bytes(); in multipart() localVariable188 pub fn total_bytes(mut self, total_bytes: Option<u64>) -> Self { in total_bytes() method
188 total_bytes: Option<u64>, field
100 pub fn total_bytes(&self) -> Option<u64> { in total_bytes() method
82 let total_bytes = reader.total_bytes(); in multipart() localVariable192 pub fn total_bytes(mut self, total_bytes: Option<u64>) -> Self { in total_bytes() method
39 optional int64 total_bytes = 4; field