Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
H A DParseRawPrimitivesBenchmark.cs57 Dictionary<int, ReadOnlySequence<byte>> stringInputBuffersSegmented; field in Google.Protobuf.Benchmarks.ParseRawPrimitivesBenchmark
89 stringInputBuffersSegmented = new Dictionary<int, ReadOnlySequence<byte>>(); in GlobalSetup()
93 stringInputBuffersSegmented.Add(encodedSize, ReadOnlySequenceFactory.CreateWithContent(buffer, segmentSize: 128, addEmptySegmentDelimiters: false)); in GlobalSetup()
316 InitializeParseContext(stringInputBuffersSegmented[encodedSize], out ParseContext ctx); in ParseString_ParseContext_MultipleSegments()
355 InitializeParseContext(stringInputBuffersSegmented[encodedSize], out ParseContext ctx); in ParseBytes_ParseContext_MultipleSegments()

Completed in 2 milliseconds