Home
last modified time | relevance | path

Searched refs:new_with_decompress (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/flate2/src/zlib/
Dread.rs185 pub fn new_with_decompress(r: R, decompression: Decompress) -> ZlibDecoder<R> { in new_with_decompress() method
201 inner: bufread::ZlibDecoder::new_with_decompress( in new_with_decompress_and_buf()
Dbufread.rs182 pub fn new_with_decompress(r: R, decompression: Decompress) -> ZlibDecoder<R> { in new_with_decompress() method
Dwrite.rs234 pub fn new_with_decompress(w: W, decompression: Decompress) -> ZlibDecoder<W> { in new_with_decompress() method