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/
H A DParseRawPrimitivesBenchmark.cs85 byte[] buffer = CreateBufferWithStrings(BytesToParse / encodedSize, encodedSize, encodedSize < 10 ? 10 : 1 ); in GlobalSetup()
92 byte[] buffer = CreateBufferWithStrings(BytesToParse / encodedSize, encodedSize, encodedSize < 10 ? 10 : 1); in GlobalSetup()
472 private static byte[] CreateBufferWithStrings(int valueCount, int encodedSize, int paddingValueCount) in CreateBufferWithStrings() method in Google.Protobuf.Benchmarks.ParseRawPrimitivesBenchmark

Completed in 2 milliseconds