Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DWriteRawPrimitivesBenchmark.cs99 … byteStringValues.Add(encodedSize, CreateByteStrings(BytesToWrite / encodedSize, encodedSize)); in GlobalSetup()
507 private static ByteString[] CreateByteStrings(int valueCount, int encodedSize) in CreateByteStrings() method in Google.Protobuf.Benchmarks.WriteRawPrimitivesBenchmark