Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/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()
93stringInputBuffersSegmented.Add(encodedSize, ReadOnlySequenceFactory.CreateWithContent(buffer, seg… in GlobalSetup()
316 InitializeParseContext(stringInputBuffersSegmented[encodedSize], out ParseContext ctx); in ParseString_ParseContext_MultipleSegments()
355 InitializeParseContext(stringInputBuffersSegmented[encodedSize], out ParseContext ctx); in ParseBytes_ParseContext_MultipleSegments()
/aosp_15_r20/external/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()
93stringInputBuffersSegmented.Add(encodedSize, ReadOnlySequenceFactory.CreateWithContent(buffer, seg… in GlobalSetup()
316 InitializeParseContext(stringInputBuffersSegmented[encodedSize], out ParseContext ctx); in ParseString_ParseContext_MultipleSegments()
355 InitializeParseContext(stringInputBuffersSegmented[encodedSize], out ParseContext ctx); in ParseBytes_ParseContext_MultipleSegments()