Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DParseRawPrimitivesBenchmark.cs53 byte[] fixedIntInputBuffer; field in Google.Protobuf.Benchmarks.ParseRawPrimitivesBenchmark
80fixedIntInputBuffer = CreateBufferWithRandomData(random, BytesToParse / sizeof(long), sizeof(long)… in GlobalSetup()
186 CodedInputStream cis = new CodedInputStream(fixedIntInputBuffer); in ParseFixed32_CodedInputStream()
199 InitializeParseContext(fixedIntInputBuffer, out ParseContext ctx); in ParseFixed32_ParseContext()
212 CodedInputStream cis = new CodedInputStream(fixedIntInputBuffer); in ParseFixed64_CodedInputStream()
225 InitializeParseContext(fixedIntInputBuffer, out ParseContext ctx); in ParseFixed64_ParseContext()