Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DParseRawPrimitivesBenchmark.cs80 …fixedIntInputBuffer = CreateBufferWithRandomData(random, BytesToParse / sizeof(long), sizeof(long)… in GlobalSetup()
418 …private static byte[] CreateBufferWithRandomData(Random random, int valueCount, int encodedSize, i… in CreateBufferWithRandomData() method in Google.Protobuf.Benchmarks.ParseRawPrimitivesBenchmark