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