Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DParseRawPrimitivesBenchmark.cs78 …doubleInputBuffer = CreateBufferWithRandomDoubles(random, BytesToParse / sizeof(double), paddingVa… in GlobalSetup()
405 …private static byte[] CreateBufferWithRandomDoubles(Random random, int valueCount, int paddingValu… in CreateBufferWithRandomDoubles() method in Google.Protobuf.Benchmarks.ParseRawPrimitivesBenchmark