• Home
  • Raw
  • Download

Lines Matching defs:buffer

43 … public static void WriteDouble(ref Span<byte> buffer, ref WriterInternalState state, double value)  in WriteDouble()
51 …public static unsafe void WriteFloat(ref Span<byte> buffer, ref WriterInternalState state, float v… in WriteFloat()
73 …private static unsafe void WriteFloatSlowPath(ref Span<byte> buffer, ref WriterInternalState state… in WriteFloatSlowPath()
94 … public static void WriteUInt64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteUInt64()
102 … public static void WriteInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteInt64()
110 … public static void WriteInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteInt32()
126 … public static void WriteFixed64(ref Span<byte> buffer, ref WriterInternalState state, ulong value) in WriteFixed64()
134 … public static void WriteFixed32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteFixed32()
142 … public static void WriteBool(ref Span<byte> buffer, ref WriterInternalState state, bool value) in WriteBool()
151 … public static void WriteString(ref Span<byte> buffer, ref WriterInternalState state, string value) in WriteString()
196 …private static void WriteAsciiStringToBuffer(Span<byte> buffer, ref WriterInternalState state, str… in WriteAsciiStringToBuffer()
292 …private static int WriteStringToBuffer(Span<byte> buffer, ref WriterInternalState state, string va… in WriteStringToBuffer()
323 …public static void WriteBytes(ref Span<byte> buffer, ref WriterInternalState state, ByteString val… in WriteBytes()
332 … public static void WriteUInt32(ref Span<byte> buffer, ref WriterInternalState state, uint value) in WriteUInt32()
340 … public static void WriteEnum(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteEnum()
348 … public static void WriteSFixed32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteSFixed32()
356 … public static void WriteSFixed64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteSFixed64()
364 … public static void WriteSInt32(ref Span<byte> buffer, ref WriterInternalState state, int value) in WriteSInt32()
372 … public static void WriteSInt64(ref Span<byte> buffer, ref WriterInternalState state, long value) in WriteSInt64()
383 … public static void WriteLength(ref Span<byte> buffer, ref WriterInternalState state, int length) in WriteLength()
396 …public static void WriteRawVarint32(ref Span<byte> buffer, ref WriterInternalState state, uint val… in WriteRawVarint32()
429 …public static void WriteRawVarint64(ref Span<byte> buffer, ref WriterInternalState state, ulong va… in WriteRawVarint64()
462 …public static void WriteRawLittleEndian32(ref Span<byte> buffer, ref WriterInternalState state, ui… in WriteRawLittleEndian32()
477 …private static void WriteRawLittleEndian32SlowPath(ref Span<byte> buffer, ref WriterInternalState … in WriteRawLittleEndian32SlowPath()
485 …public static void WriteRawLittleEndian64(ref Span<byte> buffer, ref WriterInternalState state, ul… in WriteRawLittleEndian64()
500 …public static void WriteRawLittleEndian64SlowPath(ref Span<byte> buffer, ref WriterInternalState s… in WriteRawLittleEndian64SlowPath()
512 … private static void WriteRawByte(ref Span<byte> buffer, ref WriterInternalState state, byte value) in WriteRawByte()
525 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] valu… in WriteRawBytes()
533 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, byte[] valu… in WriteRawBytes()
541 …public static void WriteRawBytes(ref Span<byte> buffer, ref WriterInternalState state, ReadOnlySpa… in WriteRawBytes()
579 …public static void WriteTag(ref Span<byte> buffer, ref WriterInternalState state, int fieldNumber,… in WriteTag()
587 public static void WriteTag(ref Span<byte> buffer, ref WriterInternalState state, uint tag) in WriteTag()
595 … public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1) in WriteRawTag()
603 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag()
617 …private static void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte… in WriteRawTagSlowPath()
626 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag()
641 …private static void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte… in WriteRawTagSlowPath()
651 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag()
668 …private static void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte… in WriteRawTagSlowPath()
679 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag()
696 …private static void WriteRawTagSlowPath(ref Span<byte> buffer, ref WriterInternalState state, byte… in WriteRawTagSlowPath()