Home | History | Annotate | Download | only in Google.Protobuf

Lines Matching refs:skipBuffer

1262                 byte[] skipBuffer = new byte[Math.Min(1024, amountToSkip)];

1265 int bytesRead = input.Read(skipBuffer, 0, Math.Min(skipBuffer.Length, amountToSkip));