Searched defs:WriteTag (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/ | ||
D | CodedOutputStream.cs | 400 public void WriteTag(int fieldNumber, WireFormat.WireType type) in WriteTag() method in Google.Protobuf.CodedOutputStream |
/external/protobuf/src/google/protobuf/io/ | ||
D | coded_stream.h | 1243 inline void CodedOutputStream::WriteTag(uint32 value) { WriteVarint32(value); } in WriteTag() function |
/external/protobuf/src/google/protobuf/util/internal/ | ||
D | proto_writer.cc | 821 void ProtoWriter::WriteTag(const google::protobuf::Field& field) { in WriteTag() function in google::protobuf::util::converter::ProtoWriter |
/external/protobuf/src/google/protobuf/ | ||
D | wire_format_lite.h | 1272 inline void WireFormatLite::WriteTag(int field_number, WireType type, in WriteTag() function |