Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_utils.h63 static const char* SentPacketStateToString(SentPacketState state);
H A Dquic_sent_packet_manager.cc1358 << QuicUtils::SentPacketStateToString(info->state); in OnAckFrameEnd()
1371 << QuicUtils::SentPacketStateToString(info->state); in OnAckFrameEnd()
H A Dquic_utils.cc164 const char* QuicUtils::SentPacketStateToString(SentPacketState state) { in SentPacketStateToString() function in quic::QuicUtils