Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/qpack/fuzzer/
H A Dqpack_round_trip_fuzzer.cc152 auto& header_block_queue = it->second; in MaybeTransmitSomeData() local
153 HeaderBlock& header_block = header_block_queue.front(); in MaybeTransmitSomeData()
170 header_block_queue.pop(); in MaybeTransmitSomeData()
171 if (header_block_queue.empty()) { in MaybeTransmitSomeData()
185 auto& header_block_queue = it->second; in Flush() local
186 HeaderBlock& header_block = header_block_queue.front(); in Flush()
204 header_block_queue.pop(); in Flush()
205 if (header_block_queue.empty()) { in Flush()