Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf.Test/Buffers/
DArrayBufferWriter.cs50 private const int DefaultInitialBufferSize = 256; field in Google.Protobuf.Buffers.ArrayBufferWriter
208 growBy = Math.Max(growBy, DefaultInitialBufferSize); in CheckAndResizeBuffer()