Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_coalesced_packet.cc52 if (ContainsPacketOfEncryptionLevel(packet.encryption_level)) { in MaybeCoalescePacket()
142 bool QuicCoalescedPacket::ContainsPacketOfEncryptionLevel( in ContainsPacketOfEncryptionLevel() function in quic::QuicCoalescedPacket
150 if (!ContainsPacketOfEncryptionLevel(level)) { in TransmissionTypeOfPacket()
162 if (ContainsPacketOfEncryptionLevel(static_cast<EncryptionLevel>(i))) { in NumberOfPackets()
177 if (ContainsPacketOfEncryptionLevel(static_cast<EncryptionLevel>(i))) { in ToString()
H A Dquic_coalesced_packet.h47 bool ContainsPacketOfEncryptionLevel(EncryptionLevel level) const;
H A Dquic_connection.cc2459 if (coalesced_packet_.ContainsPacketOfEncryptionLevel(ENCRYPTION_INITIAL) && in SendStreamData()
5947 if (coalesced_packet_.ContainsPacketOfEncryptionLevel( in MaybeCoalescePacketOfHigherSpace()
5952 !coalesced_packet_.ContainsPacketOfEncryptionLevel(coalesced_level)) { in MaybeCoalescePacketOfHigherSpace()
5973 if (coalesced_packet_.ContainsPacketOfEncryptionLevel(ENCRYPTION_INITIAL) && in FlushCoalescedPacket()