Home
last modified time | relevance | path

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

/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/
H A DWriteContext.cs282 public void WriteTag(int fieldNumber, WireFormat.WireType type) in WriteTag() method
291 public void WriteTag(uint tag) in WriteTag() method
H A 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
H A 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
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/
H A DWriteContext.cs282 public void WriteTag(int fieldNumber, WireFormat.WireType type) in WriteTag() method
291 public void WriteTag(uint tag) in WriteTag() method
H A 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
H A 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
/aosp_15_r20/external/rappor/analysis/tensorflow/
H A Dfast_em.py64 def WriteTag(f, tag): function
/aosp_15_r20/external/open-dice/src/
H A Dcbor_writer_fuzzer.cc29 WriteTag, enumerator
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dquiche_data_writer.cc134 bool QuicheDataWriter::WriteTag(uint32_t tag) { in WriteTag() function in quiche::QuicheDataWriter
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.h854 PROTOBUF_ALWAYS_INLINE uint8_t* WriteTag(uint32_t num, uint32_t wt, in WriteTag() function
1719 inline void CodedOutputStream::WriteTag(uint32_t value) { in WriteTag() function
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A 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
/aosp_15_r20/external/rappor/analysis/cpp/
H A Dfast_em.cc208 bool WriteTag(const char* tag, FILE* f_out) { in WriteTag() function
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc817 void ProtoWriter::WriteTag(const google::protobuf::Field& field) { in WriteTag() function in google::protobuf::util::converter::ProtoWriter
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/
H A Dproto_writer.cc817 void ProtoWriter::WriteTag(const google::protobuf::Field& field) { in WriteTag() function in google::protobuf::util::converter::ProtoWriter
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_data_writer_test.cc361 TEST_P(QuicDataWriterTest, WriteTag) { in TEST_P() argument
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dwire_format_lite.h1291 inline void WireFormatLite::WriteTag(int field_number, WireType type, in WriteTag() function
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h1299 inline void WireFormatLite::WriteTag(int field_number, WireType type, in WriteTag() function