Home
last modified time | relevance | path

Searched defs:DefaultRecursionLimit (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs55 internal const int DefaultRecursionLimit = 100; field
DCodedInputStream.cs83 internal const int DefaultRecursionLimit = 100; field in Google.Protobuf.CodedInputStream