Lines Matching defs:buffer
65 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value) in WriteDouble()
73 …public static unsafe void WriteFloat(ref Span<byte> buffer, ref WriterInternalState state, float v… in WriteFloat()
95 …private static unsafe void WriteFloatSlowPath(ref Span<byte> buffer, ref WriterInternalState state… in WriteFloatSlowPath()
116 … public static void WriteUInt64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteUInt64()
124 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64()
132 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32()
148 … public static void WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteFixed64()
156 … public static void WriteFixed32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteFixed32()
164 … public static void WriteBool(ref Span<byte> buffer, ref WriterInternalState state, bool value) in WriteBool()
173 … public static void WriteString(ref Span<byte> buffer, ref WriterInternalState state, string value) in WriteString()
218 …private static void WriteAsciiStringToBuffer(Span<byte> buffer, ref WriterInternalState state, str… in WriteAsciiStringToBuffer()
314 …private static int WriteStringToBuffer(Span<byte> buffer, ref WriterInternalState state, string va… in WriteStringToBuffer()
345 …public static void WriteBytes(ref Span<byte> buffer, ref WriterInternalState state, ByteString val… in WriteBytes()
354 … public static void WriteUInt32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteUInt32()
362 … public static void WriteEnum(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteEnum()
370 … public static void WriteSFixed32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteSFixed32()
378 … public static void WriteSFixed64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteSFixed64()
386 … public static void WriteSInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteSInt32()
394 … public static void WriteSInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteSInt64()
405 … public static void WriteLength(ref Span<byte> buffer, ref WriterInternalState state, int length) in WriteLength()
418 …public static void WriteRawVarint32(ref Span<byte> buffer, ref WriterInternalState state, uint val… in WriteRawVarint32()
451 …public static void WriteRawVarint64(ref Span<byte> buffer, ref WriterInternalState state, ulong va… in WriteRawVarint64()
484 …public static void WriteRawLittleEndian32(ref Span<byte> buffer, ref WriterInternalState state, ui… in WriteRawLittleEndian32()
499 …private static void WriteRawLittleEndian32SlowPath(ref Span<byte> buffer, ref WriterInternalState … in WriteRawLittleEndian32SlowPath()
507 …public static void WriteRawLittleEndian64(ref Span<byte> buffer, ref WriterInternalState state, ul… in WriteRawLittleEndian64()
522 …public static void WriteRawLittleEndian64SlowPath(ref Span<byte> buffer, ref WriterInternalState s… in WriteRawLittleEndian64SlowPath()
534 … private static void WriteRawByte(ref Span<byte> buffer, ref WriterInternalState state, byte value) in WriteRawByte()
547 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] valu… in WriteRawBytes()
555 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] valu… in WriteRawBytes()
563 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, ReadOnlySpa… in WriteRawBytes()
601 …public static void WriteTag(ref Span<byte> buffer, ref WriterInternalState state, int fieldNumber,… in WriteTag()
609 public static void WriteTag(ref Span<byte> buffer, ref WriterInternalState state, uint tag) in WriteTag()
617 … public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1) in WriteRawTag()
625 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag()
639 …private static void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte… in WriteRawTagSlowPath()
648 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag()
663 …private static void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte… in WriteRawTagSlowPath()
673 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag()
690 …private static void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte… in WriteRawTagSlowPath()
701 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag()
718 …private static void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte… in WriteRawTagSlowPath()