Lines Matching defs:R
40 pub fn new(r: R, level: crate::Compression) -> ZlibEncoder<R> { in new()
58 pub fn reset(&mut self, r: R) -> R { in reset()
64 pub fn get_ref(&self) -> &R { in get_ref()
72 pub fn get_mut(&mut self) -> &mut R { in get_mut()
81 pub fn into_inner(self) -> R { in into_inner()
159 pub fn new(r: R) -> ZlibDecoder<R> { in new()
167 pub fn new_with_buf(r: R, buf: Vec<u8>) -> ZlibDecoder<R> { in new_with_buf()
185 pub fn reset(&mut self, r: R) -> R { in reset()
191 pub fn get_ref(&self) -> &R { in get_ref()
199 pub fn get_mut(&mut self) -> &mut R { in get_mut()
208 pub fn into_inner(self) -> R { in into_inner()