Home
last modified time | relevance | path

Searched defs:sizeLimit (Results 1 - 4 of 4) sorted by relevance

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

Completed in 15 milliseconds