Lines Matching defs:length
101 public CodedInputStream(byte[] buffer, int offset, int length)
102 : this(null, ProtoPreconditions.CheckNotNull(buffer, "buffer"), offset, offset + length, true)
108 if (length < 0 || offset + length > buffer.Length)
110 throw new ArgumentOutOfRangeException("length", "Length must be non-negative and within the buffer");
434 // What happends is that we first initialize a ParseContext from the current coded input stream only to parse the length of the message, at which point
525 /// Reads a length for length-delimited data.
556 /// without constant rechecking of the buffer length.
610 /// when descending into a length-delimited embedded message. The previous