Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DParseRawPrimitivesBenchmark.cs85 …byte[] buffer = CreateBufferWithStrings(BytesToParse / encodedSize, encodedSize, encodedSize < 10 … in GlobalSetup()
92 …byte[] buffer = CreateBufferWithStrings(BytesToParse / encodedSize, encodedSize, encodedSize < 10 … in GlobalSetup()
472 …private static byte[] CreateBufferWithStrings(int valueCount, int encodedSize, int paddingValueCou… in CreateBufferWithStrings() method in Google.Protobuf.Benchmarks.ParseRawPrimitivesBenchmark