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.cs26 internal const int DefaultRecursionLimit = 100; field
DCodedInputStream.cs57 internal const int DefaultRecursionLimit = 100; field in Google.Protobuf.CodedInputStream