Home
last modified time | relevance | path

Searched defs:QuicAckFrame (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_ack_frame.h91 struct QUICHE_EXPORT QuicAckFrame { struct
124 inline QUICHE_EXPORT QuicPacketNumber LargestAcked(const QuicAckFrame& frame) { in LargestAcked() argument
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_sent_packet_manager.h69 const QuicAckFrame& /*ack_frame*/, in OnIncomingAck()