Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_utils.h66 static const char* QuicLongHeaderTypetoString(QuicLongHeaderType type);
H A Dquic_utils.cc180 const char* QuicUtils::QuicLongHeaderTypetoString(QuicLongHeaderType type) { in QuicLongHeaderTypetoString() function in quic::QuicUtils
H A Dquic_packets.cc230 << QuicUtils::QuicLongHeaderTypetoString(header.long_packet_type); in operator <<()
H A Dquic_framer.cc251 << QuicUtils::QuicLongHeaderTypetoString(header.long_packet_type); in GetPacketNumberSpace()
280 << QuicUtils::QuicLongHeaderTypetoString(header.long_packet_type); in GetEncryptionLevel()
2289 << QuicUtils::QuicLongHeaderTypetoString( in ProcessIetfHeaderTypeByte()