Lines Matching refs:Flush
15 type Flush: Flush; typedef
22 flush: Self::Flush, in run() argument
28 flush: Self::Flush, in run_vec() argument
33 type Flush = FlushCompress; typedef
59 type Flush = FlushDecompress; typedef
84 pub trait Flush { trait
90 impl Flush for FlushCompress {
104 impl Flush for FlushDecompress {
131 D::Flush::finish() in read()
133 D::Flush::none() in read()
173 self.data.run_vec(&[], &mut self.buf, D::Flush::finish())?; in finish()
217 let ret = self.data.run_vec(buf, &mut self.buf, D::Flush::none()); in write_with_status()
261 .run_vec(&[], &mut self.buf, D::Flush::sync()) in flush()
273 .run_vec(&[], &mut self.buf, D::Flush::none()) in flush()