Searched defs:DefaultRecursionLimit (Results 1 – 2 of 2) sorted by relevance
| /third_party/protobuf/csharp/src/Google.Protobuf/ | ||
| D | ParseContext.cs | 26 internal const int DefaultRecursionLimit = 100; field |
| D | CodedInputStream.cs | 57 internal const int DefaultRecursionLimit = 100; field in Google.Protobuf.CodedInputStream |