Home
last modified time | relevance | path

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

/external/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.cs601 …public static void WriteTag(ref Span<byte> buffer, ref WriterInternalState state, int fieldNumber,… in WriteTag() method in Google.Protobuf.WritingPrimitives
609 public static void WriteTag(ref Span<byte> buffer, ref WriterInternalState state, uint tag) in WriteTag() method in Google.Protobuf.WritingPrimitives
/external/cronet/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.cs601 …public static void WriteTag(ref Span<byte> buffer, ref WriterInternalState state, int fieldNumber,… in WriteTag() method in Google.Protobuf.WritingPrimitives
609 public static void WriteTag(ref Span<byte> buffer, ref WriterInternalState state, uint tag) in WriteTag() method in Google.Protobuf.WritingPrimitives
/external/rappor/analysis/tensorflow/
Dfast_em.py64 def WriteTag(f, tag): function
/external/open-dice/src/
Dcbor_writer_fuzzer.cc29 WriteTag, enumerator
/external/cronet/net/third_party/quiche/src/quiche/common/
Dquiche_data_writer.cc133 bool QuicheDataWriter::WriteTag(uint32_t tag) { in WriteTag() function in quiche::QuicheDataWriter
/external/rappor/analysis/cpp/
Dfast_em.cc208 bool WriteTag(const char* tag, FILE* f_out) { in WriteTag() function
/external/protobuf/src/google/protobuf/io/
Dcoded_stream.h854 PROTOBUF_ALWAYS_INLINE uint8_t* WriteTag(uint32_t num, uint32_t wt, in WriteTag() function
1723 inline void CodedOutputStream::WriteTag(uint32_t value) { in WriteTag() function
/external/cronet/third_party/protobuf/src/google/protobuf/io/
Dcoded_stream.h877 PROTOBUF_ALWAYS_INLINE uint8_t* WriteTag(uint32_t num, uint32_t wt, in WriteTag() function
1733 inline void CodedOutputStream::WriteTag(uint32_t value) { in WriteTag() function
/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc817 void ProtoWriter::WriteTag(const google::protobuf::Field& field) { in WriteTag() function in google::protobuf::util::converter::ProtoWriter
/external/protobuf/src/google/protobuf/util/internal/
Dproto_writer.cc817 void ProtoWriter::WriteTag(const google::protobuf::Field& field) { in WriteTag() function in google::protobuf::util::converter::ProtoWriter
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_data_writer_test.cc361 TEST_P(QuicDataWriterTest, WriteTag) { in TEST_P() argument
/external/protobuf/src/google/protobuf/
Dwire_format_lite.h1299 inline void WireFormatLite::WriteTag(int field_number, WireType type, in WriteTag() function
/external/cronet/third_party/protobuf/src/google/protobuf/
Dwire_format_lite.h1290 inline void WireFormatLite::WriteTag(int field_number, WireType type, in WriteTag() function