Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DParseRawPrimitivesBenchmark.cs79 …floatInputBuffer = CreateBufferWithRandomFloats(random, BytesToParse / sizeof(float), paddingValue… in GlobalSetup()
392 …private static byte[] CreateBufferWithRandomFloats(Random random, int valueCount, int paddingValue… in CreateBufferWithRandomFloats() method in Google.Protobuf.Benchmarks.ParseRawPrimitivesBenchmark