Home
last modified time | relevance | path

Searched refs:SerializeIntoWriterCore (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/common/
H A Dwire_serialization.h327 SerializeIntoWriterCore(QuicheDataWriter& writer, int argno, T data) { in SerializeIntoWriterCore() function
338 SerializeIntoWriterCore(QuicheDataWriter& writer, int argno, T data) { in SerializeIntoWriterCore() function
344 absl::Status SerializeIntoWriterCore(QuicheDataWriter& writer, int argno, in SerializeIntoWriterCore() function
346 QUICHE_RETURN_IF_ERROR(SerializeIntoWriterCore(writer, argno, data1)); in SerializeIntoWriterCore()
347 return SerializeIntoWriterCore(writer, argno + 1, rest...); in SerializeIntoWriterCore()
350 inline absl::Status SerializeIntoWriterCore(QuicheDataWriter&, int) { in SerializeIntoWriterCore() function
361 return wire_serialization_internal::SerializeIntoWriterCore( in SerializeIntoWriter()