Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
DByteStringTest.cs181 var actual = ByteString.FromStream(stream); in FromStream_Seekable()
194 var actual = ByteString.FromStream(limitedStream); in FromStream_NotSeekable()
/third_party/protobuf/csharp/src/Google.Protobuf/
DByteString.cs178 public static ByteString FromStream(Stream stream) in FromStream() method in Google.Protobuf.ByteString
/third_party/protobuf/
DCHANGES.txt964 * Introduced ByteString.FromStream and ByteString.FromStreamAsync to