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/ |
D | collect.rs | 39 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 D | reader_impl.h | 28 static Result<ElfReaderImpl> FromStream(stream::SeekableReader& stream) { in FromStream() function
|
/aosp_15_r20/external/pigweed/pw_elf/ |
H A D | reader.cc | 73 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/ |
D | accept.rs | 94 impl<S, IO, E> Accept for FromStream<S> in from_stream() implementation
|
/aosp_15_r20/external/python/apitools/apitools/base/py/ |
D | transfer.py | 232 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 D | ByteString.cs | 174 public static ByteString FromStream(Stream stream) in FromStream() method in Google.Protobuf.ByteString
|
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/ |
H A D | ByteString.cs | 174 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/ |
D | gdiplusimpl.h | 49 __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 D | video_decoder.rs | 313 FromStream(v4l2r::Rect), enumerator
|