Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DSerializationBenchmark.cs88 private readonly Stream destinationStream; field in Google.Protobuf.Benchmarks.SerializationBenchmark.SubTest
95 destinationStream = new MemoryStream(data.Length); in SubTest()
101 public void Reset() => destinationStream.Position = 0; in Reset()
105 destinationStream.Position = 0; in WriteToStream()
106 message.WriteTo(destinationStream); in WriteToStream()