Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DWriteRawPrimitivesBenchmark.cs85 …varint32Values.Add(encodedSize, CreateRandomVarints32(random, BytesToWrite / encodedSize, encodedS… in GlobalSetup()
443 private static uint[] CreateRandomVarints32(Random random, int valueCount, int encodedSize) in CreateRandomVarints32() method in Google.Protobuf.Benchmarks.WriteRawPrimitivesBenchmark