Searched refs:pending_create_stream_queues_ (Results 1 – 3 of 3) sorted by relevance
1330 size_t old_size = GetTotalSize(pending_create_stream_queues_); in StartGoingAway()1337 DCHECK_GT(old_size, GetTotalSize(pending_create_stream_queues_)); in StartGoingAway()1603 pending_create_stream_queues_[priority].push_back(request); in TryCreateStream()1653 DCHECK(!base::Contains(pending_create_stream_queues_[i], request.get(), in CancelStreamRequest()1658 PendingStreamRequestQueue* queue = &pending_create_stream_queues_[priority]; in CancelStreamRequest()1685 pending_create_stream_queues_[priority].push_back(request); in ChangeStreamRequestPriority()1691 if (pending_create_stream_queues_[j].empty()) in GetNextPendingStreamRequest()1695 pending_create_stream_queues_[j].front(); in GetNextPendingStreamRequest()1697 pending_create_stream_queues_[j].pop_front(); in GetNextPendingStreamRequest()2539 DCHECK(pending_create_stream_queues_[i].empty()); in DcheckGoingAway()[all …]
1044 PendingStreamRequestQueue pending_create_stream_queues_[NUM_PRIORITIES]; variable
341 return session_->pending_create_stream_queues_[priority].size(); in pending_create_stream_queue_size()