Home
last modified time | relevance | path

Searched defs:WriteRawTag (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs215 …public void WriteRawTag(byte b1, byte b2) => WritingPrimitives.WriteRawTag(ref buffer, ref state, … in WriteRawTag() method
223 …public void WriteRawTag(byte b1, byte b2, byte b3) => WritingPrimitives.WriteRawTag(ref buffer, re… in WriteRawTag() method
232 …public void WriteRawTag(byte b1, byte b2, byte b3, byte b4) => WritingPrimitives.WriteRawTag(ref b… in WriteRawTag() method
242 …public void WriteRawTag(byte b1, byte b2, byte b3, byte b4, byte b5) => WritingPrimitives.WriteRaw… in WriteRawTag() method
DCodedOutputStream.cs434 public void WriteRawTag(byte b1) in WriteRawTag() method in Google.Protobuf.CodedOutputStream
445 public void WriteRawTag(byte b1, byte b2) in WriteRawTag() method in Google.Protobuf.CodedOutputStream
457 public void WriteRawTag(byte b1, byte b2, byte b3) in WriteRawTag() method in Google.Protobuf.CodedOutputStream
470 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4) in WriteRawTag() method in Google.Protobuf.CodedOutputStream
484 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTag() method in Google.Protobuf.CodedOutputStream
DWritingPrimitives.cs595 … public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1) in WriteRawTag() method in Google.Protobuf.WritingPrimitives
603 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag() method in Google.Protobuf.WritingPrimitives
626 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag() method in Google.Protobuf.WritingPrimitives
651 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag() method in Google.Protobuf.WritingPrimitives
679 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag() method in Google.Protobuf.WritingPrimitives