Home
last modified time | relevance | path

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

/external/cronet/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
/external/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
/external/golang-protobuf/encoding/protowire/
Dwire.go28 DefaultRecursionLimit = 10000 const