Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs400 public void WriteTag(int fieldNumber, WireFormat.WireType type) in WriteTag() method in Google.Protobuf.CodedOutputStream
409 public void WriteTag(uint tag) in WriteTag() method in Google.Protobuf.CodedOutputStream
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h1243 inline void CodedOutputStream::WriteTag(uint32 value) { WriteVarint32(value); } in WriteTag() function
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc821 void ProtoWriter::WriteTag(const google::protobuf::Field& field) { in WriteTag() function in google::protobuf::util::converter::ProtoWriter
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h1272 inline void WireFormatLite::WriteTag(int field_number, WireType type, in WriteTag() function