Home
last modified time | relevance | path

Searched defs:FromStream (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/tokio-stream/src/stream_ext/
Dcollect.rs39 pub trait FromStream<T>: sealed::FromStreamPriv<T> {} trait
87 impl FromStream<()> for () {} implementation
158 impl<T, U, E> FromStream<Result<T, E>> for Result<U, E> where U: FromStream<T> {} impl
/aosp_15_r20/external/pigweed/pw_elf/public/pw_elf/internal/
H A Dreader_impl.h28 static Result<ElfReaderImpl> FromStream(stream::SeekableReader& stream) { in FromStream() function
/aosp_15_r20/external/pigweed/pw_elf/
H A Dreader.cc73 Result<ElfReader> ElfReader::FromStream(stream::SeekableReader& stream) { in FromStream() function in pw::elf::ElfReader
/aosp_15_r20/external/rust/android-crates-io/crates/hyper/src/server/
Daccept.rs94 impl<S, IO, E> Accept for FromStream<S> in from_stream() implementation
/aosp_15_r20/external/python/apitools/apitools/base/py/
Dtransfer.py232 def FromStream(cls, stream, auto_transfer=True, total_size=None, **kwds): member in Download
625 def FromStream(cls, stream, mime_type, total_size=None, auto_transfer=True, member in Upload
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs174 public static ByteString FromStream(Stream stream) in FromStream() method in Google.Protobuf.ByteString
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs174 public static ByteString FromStream(Stream stream) in FromStream() method in Google.Protobuf.ByteString
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
Dgdiplusimpl.h49 __inline__ Image* Image::FromStream(IStream *stream, in FromStream() function
384 __inline__ Bitmap* Bitmap::FromStream(IStream *stream, in FromStream() function
/aosp_15_r20/external/virtio-media/device/src/devices/
H A Dvideo_decoder.rs313 FromStream(v4l2r::Rect), enumerator