Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DParseRawPrimitivesBenchmark.cs56 Dictionary<int, byte[]> stringInputBuffers; field in Google.Protobuf.Benchmarks.ParseRawPrimitivesBenchmark
82 stringInputBuffers = new Dictionary<int, byte[]>(); in GlobalSetup()
86 stringInputBuffers.Add(encodedSize, buffer); in GlobalSetup()
290 CodedInputStream cis = new CodedInputStream(stringInputBuffers[encodedSize]); in ParseString_CodedInputStream()
303 InitializeParseContext(stringInputBuffers[encodedSize], out ParseContext ctx); in ParseString_ParseContext()
329 CodedInputStream cis = new CodedInputStream(stringInputBuffers[encodedSize]); in ParseBytes_CodedInputStream()
342 InitializeParseContext(stringInputBuffers[encodedSize], out ParseContext ctx); in ParseBytes_ParseContext()

Completed in 2 milliseconds