Home
last modified time | relevance | path

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

/external/rust/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
/external/protobuf/csharp/src/Google.Protobuf/
DByteString.cs157 public static ByteString FromStream(Stream stream) in FromStream() method in Google.Protobuf.ByteString
/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