Lines Matching defs:R
44 pub fn new(r: R, level: crate::Compression) -> ZlibEncoder<R> { in new()
52 pub fn reset_encoder_data<R>(zlib: &mut ZlibEncoder<R>) { in reset_encoder_data()
64 pub fn reset(&mut self, r: R) -> R { in reset()
70 pub fn get_ref(&self) -> &R { in get_ref()
78 pub fn get_mut(&mut self) -> &mut R { in get_mut()
83 pub fn into_inner(self) -> R { in into_inner()
162 pub fn new(r: R) -> ZlibDecoder<R> { in new()
170 pub fn reset_decoder_data<R>(zlib: &mut ZlibDecoder<R>) { in reset_decoder_data()
182 pub fn reset(&mut self, r: R) -> R { in reset()
188 pub fn get_ref(&self) -> &R { in get_ref()
196 pub fn get_mut(&mut self) -> &mut R { in get_mut()
201 pub fn into_inner(self) -> R { in into_inner()