Searched refs:stringInputBuffers (Results 1 – 1 of 1) sorted by relevance
56 Dictionary<int, byte[]> stringInputBuffers; field in Google.Protobuf.Benchmarks.ParseRawPrimitivesBenchmark82 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()