Lines Matching defs:input
429 /// Reads a fixed size of bytes from the input.
470 // entire byte array yet. The size comes directly from the input, so a
555 /// Reads a string field value from the input.
565 /// Reads a bytes field value from the input.
695 /// Reads a varint from the input one byte at a time, so that it does not
699 /// CodedInputStream buffers its input.
701 /// <param name="input"></param>
703 public static uint ReadRawVarint32(Stream input)
709 int b = input.ReadByte();
723 int b = input.ReadByte();