Home
last modified time | relevance | path

Searched refs:FromStreamAsync (Results 1 - 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Test/
H A DByteStringTest.cs206 var actual = await ByteString.FromStreamAsync(stream); in FromStreamAsync_Seekable()
219 var actual = await ByteString.FromStreamAsync(limitedStream); in FromStreamAsync_NotSeekable()
/third_party/protobuf/csharp/src/Google.Protobuf/
H A DByteString.cs202 public async static Task<ByteString> FromStreamAsync(Stream stream, CancellationToken cancellationToken = default(CancellationToken)) in FromStreamAsync() method in Google.Protobuf.ByteString

Completed in 2 milliseconds