Searched refs:last_blocked_frames_ (Results 1 – 2 of 2) sorted by relevance
309 last_blocked_frames_.empty() && in OnPacket()780 last_blocked_frames_.push_back(frame); in OnBlockedFrame()800 << last_blocked_frames_.size() << " blocked, " in OnPacketComplete()836 if (!last_blocked_frames_.empty()) { in OnPacketComplete()837 visitor_->OnBlockedFrames(last_blocked_frames_); in OnPacketComplete()904 last_blocked_frames_.clear(); in ClearLastFrames()932 !last_blocked_frames_.empty() || in ShouldLastPacketInstigateAck()
692 std::vector<QuicBlockedFrame> last_blocked_frames_; variable