Searched defs:sizeLimit (Results 1 – 4 of 4) sorted by relevance
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()
134 public static String inputStreamToString(InputStream inputStream, int length, long sizeLimit) in inputStreamToString()
412 private int sizeLimit = DEFAULT_SIZE_LIMIT; field in CodedInputByteBufferNano
885 private int sizeLimit = DEFAULT_SIZE_LIMIT; field in CodedInputStream