Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Test/
DByteStringTest.cs206 var actual = await ByteString.FromStreamAsync(stream); in FromStreamAsync_Seekable()
219 var actual = await ByteString.FromStreamAsync(limitedStream); in FromStreamAsync_NotSeekable()
/external/protobuf/csharp/src/Google.Protobuf/
DByteString.cs181 …public async static Task<ByteString> FromStreamAsync(Stream stream, CancellationToken cancellation… in FromStreamAsync() method in Google.Protobuf.ByteString
/external/protobuf/
DCHANGES.txt622 * Introduced ByteString.FromStream and ByteString.FromStreamAsync to