Searched defs:FromStream (Results 1 – 3 of 3) sorted by relevance
/external/rust/crates/tokio-stream/src/stream_ext/ |
D | collect.rs | 39 pub trait FromStream<T>: sealed::FromStreamPriv<T> {} trait 87 impl FromStream<()> for () {} impl 158 impl<T, U, E> FromStream<Result<T, E>> for Result<U, E> where U: FromStream<T> {} impl
|
/external/protobuf/csharp/src/Google.Protobuf/ |
D | ByteString.cs | 157 public static ByteString FromStream(Stream stream) in FromStream() method in Google.Protobuf.ByteString
|
/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
|