Home
last modified time | relevance | path

Searched defs:WriteTag (Results 1 – 6 of 6) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DWriteContext.cs282 public void WriteTag(int fieldNumber, WireFormat.WireType type) in WriteTag() method
291 public void WriteTag(uint tag) in WriteTag() method
DCodedOutputStream.cs412 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
DWritingPrimitives.cs472 …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/
Dcoded_stream.h857 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/
Dproto_writer.cc827 void ProtoWriter::WriteTag(const google::protobuf::Field& field) { in WriteTag() function in google::protobuf::util::converter::ProtoWriter
/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h1270 inline void WireFormatLite::WriteTag(int field_number, WireType type, in WriteTag() function