src\Shared\runtime\Http3\QPack\QPackEncoder.cs (8)
28return IntegerEncoder.Encode(index, 6, destination, out bytesWritten);
72if (IntegerEncoder.Encode(index, 4, destination, out int headerBytesWritten))
96bool res = IntegerEncoder.Encode(index, 4, temp, out int headerBytesWritten);
192if (IntegerEncoder.Encode(encodedStringLength, 7, buffer, out int nameLength))
255if (IntegerEncoder.Encode(valueLength, 7, buffer, out int nameLength))
324if (IntegerEncoder.Encode(s.Length, 3, buffer, out int nameLength))
360if (!IntegerEncoder.Encode(0, 8, destination, out length))
375if (!IntegerEncoder.Encode(0, 7, destination, out length))