Lines Matching refs:Span
56 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble()
64 …public static unsafe void WriteFloat(ref Span<byte> buffer, ref WriterInternalState state, float v… in WriteFloat()
86 …private static unsafe void WriteFloatSlowPath(ref Span<byte> buffer, ref WriterInternalState state… in WriteFloatSlowPath()
91 Span<byte> floatSpan = stackalloc byte[length]; in WriteFloatSlowPath()
107 … public static void WriteUInt64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteUInt64()
115 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64()
123 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32()
139 … public static void WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteFixed64()
147 … public static void WriteFixed32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteFixed32()
155 … public static void WriteBool(ref Span<byte> buffer, ref WriterInternalState state, bool value) in WriteBool()
164 … public static void WriteString(ref Span<byte> buffer, ref WriterInternalState state, string value) in WriteString()
216 …public static void WriteBytes(ref Span<byte> buffer, ref WriterInternalState state, ByteString val… in WriteBytes()
219 WriteRawBytes(ref buffer, ref state, value.Span); in WriteBytes()
225 … public static void WriteUInt32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteUInt32()
233 … public static void WriteEnum(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteEnum()
241 … public static void WriteSFixed32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteSFixed32()
249 … public static void WriteSFixed64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteSFixed64()
257 … public static void WriteSInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteSInt32()
265 … public static void WriteSInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteSInt64()
276 … public static void WriteLength(ref Span<byte> buffer, ref WriterInternalState state, int length) in WriteLength()
289 …public static void WriteRawVarint32(ref Span<byte> buffer, ref WriterInternalState state, uint val… in WriteRawVarint32()
322 …public static void WriteRawVarint64(ref Span<byte> buffer, ref WriterInternalState state, ulong va… in WriteRawVarint64()
355 …public static void WriteRawLittleEndian32(ref Span<byte> buffer, ref WriterInternalState state, ui… in WriteRawLittleEndian32()
370 …private static void WriteRawLittleEndian32SlowPath(ref Span<byte> buffer, ref WriterInternalState … in WriteRawLittleEndian32SlowPath()
378 …public static void WriteRawLittleEndian64(ref Span<byte> buffer, ref WriterInternalState state, ul… in WriteRawLittleEndian64()
393 …public static void WriteRawLittleEndian64SlowPath(ref Span<byte> buffer, ref WriterInternalState s… in WriteRawLittleEndian64SlowPath()
405 … private static void WriteRawByte(ref Span<byte> buffer, ref WriterInternalState state, byte value) in WriteRawByte()
418 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] valu… in WriteRawBytes()
426 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] valu… in WriteRawBytes()
434 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, ReadOnlySpa… in WriteRawBytes()
472 …public static void WriteTag(ref Span<byte> buffer, ref WriterInternalState state, int fieldNumber,… in WriteTag()
480 public static void WriteTag(ref Span<byte> buffer, ref WriterInternalState state, uint tag) in WriteTag()
488 … public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1) in WriteRawTag()
496 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag()
510 …private static void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte… in WriteRawTagSlowPath()
519 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag()
534 …private static void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte… in WriteRawTagSlowPath()
544 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag()
561 …private static void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte… in WriteRawTagSlowPath()
572 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag()
589 …private static void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte… in WriteRawTagSlowPath()