Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Benchmarks/
DParseRawPrimitivesBenchmark.cs52 byte[] floatInputBuffer; field in Google.Protobuf.Benchmarks.ParseRawPrimitivesBenchmark
79floatInputBuffer = CreateBufferWithRandomFloats(random, BytesToParse / sizeof(float), paddingValue… in GlobalSetup()
238 CodedInputStream cis = new CodedInputStream(floatInputBuffer); in ParseRawFloat_CodedInputStream()
251 InitializeParseContext(floatInputBuffer, out ParseContext ctx); in ParseRawFloat_ParseContext()