Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs58 private const int MinArraySize = 8; field in Google.Protobuf.Collections.RepeatedField
313 size = Math.Max(size, MinArraySize); in EnsureSize()