Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DGoogleMessageBenchmark.cs92 private readonly Stream destinationStream; field in Google.Protobuf.Benchmarks.GoogleMessageBenchmark.SubTest
99 destinationStream = new MemoryStream(data.Length); in SubTest()
105 public void Reset() => destinationStream.Position = 0; in Reset()
109 destinationStream.Position = 0; in WriteToStream()
110 message.WriteTo(destinationStream); in WriteToStream()

Completed in 1 milliseconds