Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs97 internal const int DefaultSizeLimit = 64 << 20; // 64MB field in Google.Protobuf.CodedInputStream
176 this.sizeLimit = DefaultSizeLimit; in CodedInputStream()