Home
last modified time | relevance | path

Searched refs:byteStringValues (Results 1 - 1 of 1) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DWriteRawPrimitivesBenchmark.cs63 Dictionary<int, ByteString[]> byteStringValues; field in Google.Protobuf.Benchmarks.WriteRawPrimitivesBenchmark
95 byteStringValues = new Dictionary<int, ByteString[]>(); in GlobalSetup()
99 byteStringValues.Add(encodedSize, CreateByteStrings(BytesToWrite / encodedSize, encodedSize)); in GlobalSetup()
418 var values = byteStringValues[encodedSize]; in WriteBytes_CodedOutputStream()
432 var values = byteStringValues[encodedSize]; in WriteBytes_WriteContext()

Completed in 2 milliseconds