Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DCodedInputStream.cs161 …putStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, int sizeLimit, int recursion… in CodedInputStream()
191 … public static CodedInputStream CreateWithLimits(Stream input, int sizeLimit, int recursionLimit) in CreateWithLimits()
DParserInternalState.cs98 internal int sizeLimit; field
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DCodedInputStream.java73 int sizeLimit = DEFAULT_SIZE_LIMIT; field in CodedInputStream
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp1020 const unsigned int sizeLimit = 65536; in checkIsValidArraySize() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DParseContext.cpp1084 const unsigned int sizeLimit = 65536; in checkIsValidArraySize() local