• Home
  • Raw
  • Download

Lines Matching defs:buffer

37         public static int ParseLength(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state)  in ParseLength()
46 public static uint ParseTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseTag()
106 …public static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, u… in MaybeConsumeTag()
121 public static uint PeekTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in PeekTag()
138 … public static ulong ParseRawVarint64(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint64()
167 …private static ulong ParseRawVarint64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalSta… in ParseRawVarint64SlowPath()
192 … public static uint ParseRawVarint32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint32()
248 …private static uint ParseRawVarint32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalStat… in ParseRawVarint32SlowPath()
299 …public static uint ParseRawLittleEndian32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState s… in ParseRawLittleEndian32()
314 …private static uint ParseRawLittleEndian32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserIntern… in ParseRawLittleEndian32SlowPath()
326 …public static ulong ParseRawLittleEndian64(ref ReadOnlySpan<byte> buffer, ref ParserInternalState … in ParseRawLittleEndian64()
338 …private static ulong ParseRawLittleEndian64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInter… in ParseRawLittleEndian64SlowPath()
355 … public static double ParseDouble(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseDouble()
371 public static float ParseFloat(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseFloat()
384 …private static unsafe float ParseFloatSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState … in ParseFloatSlow()
408 …public static byte[] ReadRawBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, in… in ReadRawBytes()
427 …private static byte[] ReadRawBytesSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState stat… in ReadRawBytesSlow()
492 …public static void SkipRawBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int … in SkipRawBytes()
532 … public static string ReadString(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadString()
542 … public static ByteString ReadBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadBytes()
555 …public static string ReadRawString(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, i… in ReadRawString()
594 …private static string ReadStringSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state,… in ReadStringSlow()
647 …private static void ValidateCurrentLimit(ref ReadOnlySpan<byte> buffer, ref ParserInternalState st… in ValidateCurrentLimit()
659 … private static byte ReadRawByte(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadRawByte()
771 …private static void ReadRawBytesIntoSpan(ref ReadOnlySpan<byte> buffer, ref ParserInternalState st… in ReadRawBytesIntoSpan()