Searched defs:WriteTag (Results 1 – 5 of 5) sorted by relevance
/external/protobuf/csharp/src/Google.Protobuf/ | ||
D | CodedOutputStream.cs | 391 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 | 1146 inline void CodedOutputStream::WriteTag(uint32 value) { in WriteTag() function |
/external/protobuf/src/google/protobuf/util/internal/ | ||
D | proto_writer.cc | 752 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_inl.h | 517 inline void WireFormatLite::WriteTag(int field_number, WireType type, in WriteTag() function |
/external/v8/src/ | ||
D | value-serializer.cc | 183 void ValueSerializer::WriteTag(SerializationTag tag) { in WriteTag() function in v8::internal::ValueSerializer |