Home
last modified time | relevance | path

Searched defs:ParseFromStream (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DSerializationBenchmark.cs84 public void ParseFromStream() => subTests.ForEach(item => item.ParseFromStream(parser)); in ParseFromStream() method in Google.Protobuf.Benchmarks.SerializationBenchmark
113 public void ParseFromStream(MessageParser parser) in ParseFromStream() method in Google.Protobuf.Benchmarks.SerializationBenchmark.SubTest