Searched defs:WriteTag (Results 1 – 6 of 6) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ |
D | WriteContext.cs | 282 public void WriteTag(int fieldNumber, WireFormat.WireType type) in WriteTag() method 291 public void WriteTag(uint tag) in WriteTag() method
|
D | CodedOutputStream.cs | 412 public void WriteTag(int fieldNumber, WireFormat.WireType type) in WriteTag() method in Google.Protobuf.CodedOutputStream 422 public void WriteTag(uint tag) in WriteTag() method in Google.Protobuf.CodedOutputStream
|
D | WritingPrimitives.cs | 472 …public static void WriteTag(ref Span<byte> buffer, ref WriterInternalState state, int fieldNumber,… in WriteTag() method in Google.Protobuf.WritingPrimitives 480 public static void WriteTag(ref Span<byte> buffer, ref WriterInternalState state, uint tag) in WriteTag() method in Google.Protobuf.WritingPrimitives
|
/third_party/protobuf/src/google/protobuf/io/ |
D | coded_stream.h | 857 PROTOBUF_ALWAYS_INLINE uint8* WriteTag(uint32 num, uint32 wt, uint8* ptr) { in WriteTag() function 1650 inline void CodedOutputStream::WriteTag(uint32 value) { WriteVarint32(value); } in WriteTag() function
|
/third_party/protobuf/src/google/protobuf/util/internal/ |
D | proto_writer.cc | 827 void ProtoWriter::WriteTag(const google::protobuf::Field& field) { in WriteTag() function in google::protobuf::util::converter::ProtoWriter
|
/third_party/protobuf/src/google/protobuf/ |
D | wire_format_lite.h | 1270 inline void WireFormatLite::WriteTag(int field_number, WireType type, in WriteTag() function
|