Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs56 internal const int DefaultSizeLimit = Int32.MaxValue; field
96 ctx.state.sizeLimit = DefaultSizeLimit; in Initialize()
H A DCodedInputStream.cs84 internal const int DefaultSizeLimit = Int32.MaxValue; field in Google.Protobuf.CodedInputStream
145 this.state.sizeLimit = DefaultSizeLimit; in CodedInputStream()

Completed in 2 milliseconds