Searched defs:WriteRawTag (Results 1 – 3 of 3) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | WriteContext.cs | 300 public void WriteRawTag(byte b1) in WriteRawTag() method 310 public void WriteRawTag(byte b1, byte b2) in WriteRawTag() method 321 public void WriteRawTag(byte b1, byte b2, byte b3) in WriteRawTag() method 333 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4) in WriteRawTag() method 346 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTag() method
|
D | CodedOutputStream.cs | 432 public void WriteRawTag(byte b1) in WriteRawTag() method in Google.Protobuf.CodedOutputStream 443 public void WriteRawTag(byte b1, byte b2) in WriteRawTag() method in Google.Protobuf.CodedOutputStream 455 public void WriteRawTag(byte b1, byte b2, byte b3) in WriteRawTag() method in Google.Protobuf.CodedOutputStream 468 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4) in WriteRawTag() method in Google.Protobuf.CodedOutputStream 482 public void WriteRawTag(byte b1, byte b2, byte b3, byte b4, byte b5) in WriteRawTag() method in Google.Protobuf.CodedOutputStream
|
D | WritingPrimitives.cs | 488 … public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1) in WriteRawTag() method in Google.Protobuf.WritingPrimitives 496 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag() method in Google.Protobuf.WritingPrimitives 519 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag() method in Google.Protobuf.WritingPrimitives 544 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag() method in Google.Protobuf.WritingPrimitives 572 …public static void WriteRawTag(ref Span<byte> buffer, ref WriterInternalState state, byte b1, byte… in WriteRawTag() method in Google.Protobuf.WritingPrimitives
|