• Home
  • Raw
  • Download

Lines Matching defs:state

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 …ic static bool MaybeConsumeTag(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, uint … 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 …static ulong ParseRawVarint64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint64SlowPath()
218 … public static uint ParseRawVarint32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint32()
274 … static uint ParseRawVarint32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawVarint32SlowPath()
325 …ic static uint ParseRawLittleEndian32(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawLittleEndian32()
340 …c uint ParseRawLittleEndian32SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawLittleEndian32SlowPath()
352 …c static ulong ParseRawLittleEndian64(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseRawLittleEndian64()
364 … ulong ParseRawLittleEndian64SlowPath(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) 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 …te static unsafe float ParseFloatSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ParseFloatSlow()
434 …lic static byte[] ReadRawBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int s… in ReadRawBytes()
453 …static byte[] ReadRawBytesSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int s… in ReadRawBytesSlow()
518 …ublic static void SkipRawBytes(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int s… 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 …ic static string ReadRawString(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int l… in ReadRawString()
620 …e static string ReadStringSlow(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int l… in ReadStringSlow()
673 …atic void ValidateCurrentLimit(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int s… in ValidateCurrentLimit()
685 … private static byte ReadRawByte(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state) in ReadRawByte()
769 public static bool IsDataAvailable(ref ParserInternalState state, int size) in IsDataAvailable()
786 private static bool IsDataAvailableInSource(ref ParserInternalState state, int size) in IsDataAvailableInSource()
797 …atic void ReadRawBytesIntoSpan(ref ReadOnlySpan<byte> buffer, ref ParserInternalState state, int l… in ReadRawBytesIntoSpan()