Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DGoogleMessageBenchmark.cs88 public void ParseFromStream() => subTests.ForEach(item => item.ParseFromStream(parser)); in ParseFromStream() method in Google.Protobuf.Benchmarks.GoogleMessageBenchmark
117 public void ParseFromStream(MessageParser parser) in ParseFromStream() method in Google.Protobuf.Benchmarks.GoogleMessageBenchmark.SubTest