Lines Matching defs:buffer
63 public static int ParseLength(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseLength()
72 public static uint ParseTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseTag()
132 …public static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, u… in MaybeConsumeTag()
147 public static uint PeekTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in PeekTag()
164 … public static ulong ParseRawVarint64(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint64()
193 …private static ulong ParseRawVarint64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalSta… in ParseRawVarint64SlowPath()
218 … public static uint ParseRawVarint32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint32()
274 …private static uint ParseRawVarint32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalStat… in ParseRawVarint32SlowPath()
325 …public static uint ParseRawLittleEndian32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState s… in ParseRawLittleEndian32()
340 …private static uint ParseRawLittleEndian32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserIntern… in ParseRawLittleEndian32SlowPath()
352 …public static ulong ParseRawLittleEndian64(ref ReadOnlySpan<byte> buffer, ref ParserInternalState … in ParseRawLittleEndian64()
364 …private static ulong ParseRawLittleEndian64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInter… in ParseRawLittleEndian64SlowPath()
381 … public static double ParseDouble(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseDouble()
397 public static float ParseFloat(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseFloat()
410 …private static unsafe float ParseFloatSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState … in ParseFloatSlow()
434 …public static byte[] ReadRawBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, in… in ReadRawBytes()
453 …private static byte[] ReadRawBytesSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState stat… in ReadRawBytesSlow()
518 …public static void SkipRawBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int … in SkipRawBytes()
558 … public static string ReadString(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadString()
568 … public static ByteString ReadBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadBytes()
581 …public static string ReadRawString(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, i… in ReadRawString()
620 …private static string ReadStringSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state,… in ReadStringSlow()
673 …private static void ValidateCurrentLimit(ref ReadOnlySpan<byte> buffer, ref ParserInternalState st… in ValidateCurrentLimit()
685 … private static byte ReadRawByte(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadRawByte()
797 …private static void ReadRawBytesIntoSpan(ref ReadOnlySpan<byte> buffer, ref ParserInternalState st… in ReadRawBytesIntoSpan()