Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/
DCodedInputStream.cs97 internal const int DefaultSizeLimit = 64 << 20; // 64MB field in Google.Protobuf.CodedInputStream
176 this.sizeLimit = DefaultSizeLimit; in CodedInputStream()