Searched defs:sizeLimit (Results 1 – 6 of 6) sorted by relevance
79 public ByteArrayPool(int sizeLimit) { in ByteArrayPool()
115 private readonly int sizeLimit; field in Google.Protobuf.CodedInputStream188 …putStream(Stream input, byte[] buffer, int bufferPos, int bufferSize, int sizeLimit, int recursion… in CodedInputStream()218 … public static CodedInputStream CreateWithLimits(Stream input, int sizeLimit, int recursionLimit) in CreateWithLimits()
412 private int sizeLimit = DEFAULT_SIZE_LIMIT; field in CodedInputByteBufferNano
244 private static char[] readUtf8FileFully(String fileName, int sizeLimit) { in readUtf8FileFully()
459 private int sizeLimit = DEFAULT_SIZE_LIMIT; field in CodedInputStreamMicro
885 private int sizeLimit = DEFAULT_SIZE_LIMIT; field in CodedInputStream