Home
last modified time | relevance | path

Searched defs:StreamWrapper (Results 1 – 8 of 8) sorted by relevance

/external/rust/android-crates-io/crates/tokio-openssl/src/
Dlib.rs20 struct StreamWrapper<S> { struct
25 impl<S> fmt::Debug for StreamWrapper<S> implementation
34 impl<S> StreamWrapper<S> { impl
47 impl<S> Read for StreamWrapper<S> implementation
61 impl<S> Write for StreamWrapper<S> implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/ffi/
Dc.rs20 pub struct StreamWrapper { struct
27 impl fmt::Debug for StreamWrapper { implementation
33 impl Default for StreamWrapper { implementation
80 impl Drop for StreamWrapper { implementation
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/flate2-1.0.35/src/ffi/
Dc.rs20 pub struct StreamWrapper { struct
27 impl fmt::Debug for StreamWrapper { implementation
33 impl Default for StreamWrapper { implementation
80 impl Drop for StreamWrapper { implementation
/external/rust/android-crates-io/crates/flate2/src/ffi/
Dc.rs20 pub struct StreamWrapper { struct
27 impl fmt::Debug for StreamWrapper { argument
33 impl Default for StreamWrapper { implementation
80 impl Drop for StreamWrapper { implementation
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/utils/
DIOUtilsTest.java34 private interface StreamWrapper { interface in IOUtilsTest
/external/pytorch/torch/utils/data/datapipes/utils/
Dcommon.py315 class StreamWrapper: class
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/
DAbstractTestCase.java403 protected static interface StreamWrapper<I extends InputStream> { interface in AbstractTestCase
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/lz4/
DFramedLZ4CompressorInputStreamTest.java622 interface StreamWrapper { interface in FramedLZ4CompressorInputStreamTest