Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs55 internal const int DefaultRecursionLimit = 100; field
H A DCodedInputStream.cs83 internal const int DefaultRecursionLimit = 100; field in Google.Protobuf.CodedInputStream
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DParseContext.cs55 internal const int DefaultRecursionLimit = 100; field
H A DCodedInputStream.cs83 internal const int DefaultRecursionLimit = 100; field in Google.Protobuf.CodedInputStream
/aosp_15_r20/external/golang-protobuf/encoding/protowire/
H A Dwire.go28 DefaultRecursionLimit = 10000 const