Home
last modified time | relevance | path

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

/external/protobuf/csharp/src/Google.Protobuf/
DCodedOutputStream.cs391 public void WriteTag(int fieldNumber, WireFormat.WireType type) in WriteTag() method in Google.Protobuf.CodedOutputStream
400 public void WriteTag(uint tag) in WriteTag() method in Google.Protobuf.CodedOutputStream
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h1146 inline void CodedOutputStream::WriteTag(uint32 value) { in WriteTag() function
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc752 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_inl.h517 inline void WireFormatLite::WriteTag(int field_number, WireType type, in WriteTag() function
/external/v8/src/
Dvalue-serializer.cc183 void ValueSerializer::WriteTag(SerializationTag tag) { in WriteTag() function in v8::internal::ValueSerializer